/*
Theme Name: Classic Ecommerce Pro
Theme URI: http://theclassictemplates.com/demo/classic-ecommerce/
Author: Classic Template 
Author URI: http://theclassictemplates.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classic-ecommerce-pro
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: :none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding-top: 15px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
select {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    background-color: transparent;
    line-height: 100%;
    outline: 0;
    background-image: url(images/arrow.png);
    background-position: right;
    center: ;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: #2d2d2d;*/
    opacity: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}
.widget.widget_categories select, {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
textarea {
    padding: 8px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f9c12c;
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title,
.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6 {
    text-transform: uppercase;
    /* margin: 0 0 12px; */
    color: #252525;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.25rem;
}
.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /*border: 1px solid #eaeaea;*/
    border-bottom: none;
}
.widget-area .social-profile-icons ul li {
    display: inline-block;
}
.widget-area .social-profile-icons ul li:before {
    display: none;
}

.widget-area ul ul{
    margin-top: 5px;
    border:none;
}
.widget-area ul ul li{
    padding-left: 10px;
    border-bottom: none;
}
.widget-area ul ul li a{
    padding: 3px 0;
}
.widget-area ul ul li a:before {
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    margin: 0 5px 0;
}
.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.widget-area li{
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    padding-left: 15px;
}
.widget-area a{
    text-decoration: none;
    color: #404040;
    display: block;
    padding: 14px 0;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
}
.widget-area .textwidget {
/*    border: 1px solid #eaeaea;
    padding: 10px;*/
}
.widget-area .woocommerce-product-search , .widget-area form#searchform{
    width: 100%;
    border: 0px solid #eaeaea;
    padding: 10px;
}
.widget-area .woocommerce ul.cart_list li, .widget-area .woocommerce ul.product_list_widget li {
    padding: 12px 12px 12px;
}
div#content-box table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td a {
    color: #000;
}
tr.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
    font-size: 16px;
}

.widget-area .woocommerce ul.cart_list li img,
.widget-area .woocommerce-page ul.cart_list li img, 
.widget-area .woocommerce ul.product_list_widget li img, 
.widget-area .woocommerce-page ul.product_list_widget li img {
    width: 74px;
    height: 74px;
}

.widget-area .woocommerce ul.product_list_widget li a{
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 0 8px;
}

 .widget-area .widget_rating_filter ul {
    list-style: none;
    padding: 12px;
    margin: 0;
    border: 0px solid #eaeaea;
}
.widget-area .woocommerce .widget_shopping_cart_content p{
    padding: 0;
    margin: 0;
    border: 0px solid #eaeaea;
    margin-top: 0;
    text-align: right;
}
.widget-area div#calendar_wrap {
    padding: 0px 15px 15px;
    margin: 0;
    border: 1px solid #eaeaea;
}
.widget-area li.recentcomments {
    padding: 10px 15px;
}

.widget-area .widget_media_image img {
    padding: 10px;
        margin: 0;
    border: 1px solid #eaeaea;
}
.widget-area .woocommerce .price_slider_wrapper {
      padding: 20px 0px 20px;
    margin: 0;
    /*border: 1px solid #eaeaea;*/
}
  .widget-area .woocommerce li.wc-layered-nav-rating .star-rating{
    margin: 0;
}
 .widget-area .widget_rating_filter ul li{
    border-bottom: none;
}
 .widget-area .woocommerce .widget_rating_filter ul li a {
    padding: 1px 0 10px;
    text-decoration: none;
}
.woocommerce div.product form.cart table.variations tr td label {
    font-weight: 500 !important;
    font-size: 16px;
    padding: 1.5em 0;
}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount  {
    font-size: 14px;
    color: #666;
}
.widget-area .woocommerce ul.product_list_widget li img:hover {
    opacity: 0.8;
}
.widget-area .tagcloud {
    list-style: none;
    padding: 0;
    margin: 0;
    /*border: 1px solid #eaeaea;*/
    border-bottom: none;
}
main#box--inner__elements .widget-area .tagcloud a{
    /* font-size: 14px !important; */
    padding: 7px;
    display: inline-block;
    margin: 0;
    padding: 25px 15px;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    line-height: 0;
}
.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
    position: relative;
    bottom: 15px;
    font-size: 0.8rem;
}
.woocommerce div.product p.price del span.woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #666;
}

.widget-area .woocommerce .product_list_widget li .star-rating {
    float: right;
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 1em;
    width: 63%;
    font-family: star;
    overflow: initial;
    margin-bottom: 10px !important;
}

.widget-area li span.post-date {
    margin-bottom: 1em;
    position: relative;
}
.widget-area .widget {
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}
.widget-area .widget h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #e5e5e5;*/
    position: relative;
    display: block;
    border-radius: 0;
}

.widget-area .widget h4:after {
    /*position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;*/
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
div#secondary input[type="submit"] {
    width: 100%;
}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary input[type="number"],
#secondary input[type="tel"],
#secondary input[type="range"],
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary input[type="file"],
#secondary textarea, 
#secondary select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 0px;
    line-height: 1.6;
    padding: 5px 10px 10px;
        border: 0;
}
#secondary textarea {
    height: 90px;
}
#secondary .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}
#content-box a :hover{
    /*color:#2d2d2d;*/
}
#content-box a i{
    color: #fff;
}
#commentsAdd input[type="submit"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
/*    border-radius: 5px;
    opacity: 1;*/
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
    float: left;
    margin-left: 2%;
    width: 31.33333%;
}
.author-email-url input{
    width: 100%;
}
.comment-form .form-submit{
    margin-bottom: 0
}
h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}
.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}
#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments li.comment{
    margin: 0 0 20px;
}
#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}
article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}
.comment-list a{
    color: #404040;
}
.comment-list a:hover{
    color: #fe5722 !important;
}
.comment-list .comment-respond{
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
}
.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}
.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
}
.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}
.comment-list .edit-link a{
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}
.comment-list .comment-meta {
    margin-bottom: 15px;
} 
.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 14px;
}
.comment-list .comment-metadata a {
    float: left;
}
.comment-list .comment-metadata .reply {
    float: right;
}
#cancel-comment-reply-link {
    float: right;
}
.nav-previous a,
.nav-next a{
    background: #fe5722;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}
.nav-next a{
    margin-right: 13px;
}
.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}
.nav-previous a{
    margin-left: 11px;
}
.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}
.no-comments{
    color: #fe5722;
}
.pagination{
    text-align: center;
}
.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #FFF !important;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation{
    margin: 0px 0 0 0;
    padding: 1em 0;
     clear: both; 
    text-align: center;

}
.pagingation a, .woocommerce nav.woocommerce-pagination ul li a{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
        border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
    margin-right: 8px;
    transition: all 0.25s ease;
}
.pagingation a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover{
    color:#fff;
}
.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.page-content #searchform input[type="submit"] {
    margin-top: 15px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.section-title h2 {
    word-break: break-word;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
} 
.inner-area-title {    
    font-size: 23px;
    font-weight: 500;
    word-break: break-word;
}
.section-area-text {    
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
}
.textcenter{
    text-align: center;
}
:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}
section{
}
section .darkbox{
    padding:3em 0;
    background: rgba(0,0,0,0.6)
}
section .lightbox{
    padding: 5em 0;
}
.padding0{
    padding: 0;
}
.ht-section-title-tagline{
    margin-bottom: 3em;
}
.ht-section-title{
    font-size: 33px;
    color: #323232;
    margin: 0 auto;
    font-weight: bold;
    line-height: 60px;
    word-break: break-word;
    position: relative;
}
.ht-section-title:last-child{
    margin-bottom: 0;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
.ht-main-title{
    margin: 0 0 0.5em;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0em 0em 0.4em rgba(255,255,255,0.6);
        padding: 0 1em;
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.navbar--title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.navbar--title a{
    text-decoration: none;
    color: #ffffff;
        font-weight: 400;
}
.navbar--description{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: block !important;
    text-align: center;
    padding: 0px 0 0em;
}
.single-productpage .innerpage-whitebox {
    margin-top: 0;
    padding: 1em;
}
.single-productpage #sidebars {
    margin-top: 20px;
}
.single-productpage .ht-main-title {
    padding: 20px;
}
.woocommerce ul.product_list_widget li img{
   margin: 0 15px 0px 0;
}
.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{
    color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
    color: #fe5722;
}
.taxonomy-description,
.term-description{
    margin-bottom: 15px;
    padding: 0px 25px 25px 25px;
}
.taxonomy-description p:last-child,
.term-description p:last-child{
    margin-bottom: 0;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
    /* border-bottom: 1px solid #e1e1e1; */
    padding-bottom: 8px;
    margin-bottom: 10px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
     opacity: 1; 
    display: inline-block;
}
main#box--inner__elements .woocommerce-product-details__short-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
main#box--inner__elements .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
        margin-bottom: 7px;
    line-height: 1.4;
}
main#box--inner__elements .woocommerce-product-details__short-description ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
     padding: 20px 0 0em;
         background: transparent;
    /*text-align: right;*/
}
.breadcrumb span{
    color:#000;
    margin:0 3px;
}

/*===========================================
## Search & cart icon
======================================*/
.sitenav .search-icon{
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    padding: 0;  
}
.sitenav .search-icon i{
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #ac8e50;
    padding: 13px 15px;
    border-radius: 50%;
}
.sitenav .search-bar {
    display: none;
    position: absolute;
    bottom: 16px;
    z-index: 200;
    right: 13%;
}
.sitenav .search-bar input{
   display:inline-block;
}
.sitenav .search-bar input[type="text"]{ 
   width:100%;
   background: rgba(33, 33, 33, 0.8);
   color:#fff;
   border:none;
}
.sitenav .search-bar input[type='submit']{
    background: #000;
    color: #000;
    width: 15%;
    padding: 0;
}
.fa-search {
   &:hover {
      color: rgba(255, 255, 255, 0.75);
  }
}

/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/
.ht-sticky-header .header-transparent {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}
.resp_header_logo {
    display: none;
}
.overlap-header {
    position: relative;
    top: 0px;
}
.header--inner{
    /*background: #fe5722;
    color:#fff;
    clear: both;
    padding: 12em 0 4em;
    background: linear-gradient(0deg,#8972ea,#ff0c12 80%) no-repeat;*/
}

.lower-header .header-social-links {
    margin: 20px 0;
}
.header-transparent .resp_head_box {
    padding: 12px 0 15px;
}
.header-seo.header-transparent .is-fixed .main-bar p.ht-site-description {
    display: none;
}
.resp_header_btn p {
    display: none;
}
.pd-0{
    padding: 0;
}
.header-right .single-header-info {
    text-align: right;
}
header.site-header li {
    display: inline-block;
    list-style-type: none;
}
.single-header-info li:nth-of-type(2n):before {
    content: "|";
    padding: 0px 1px 0px 1px;
    color: #ffffff;
    font-weight: 600;
}

.logo {
    padding: 0 5px;
}

.logobox img{
    position: relative;
}
ul.nav.navbar-nav ul.sub-menu li a:after {
    background: none;
}
header.site-header .main-dispaly.padding0 {
    padding-right: 0;
}
/* = Navigation hover and active menu css
-------------------------------------------------------------- */
header.site-header span.text,
.single-header-info span.theme-color {
    font-size: 14px;
    font-weight: 600;
        word-break: break-word;
}

ul.nav.navbar-nav{ 
    position:relative; 
    z-index:9999; 
    vertical-align:middle; 
    float: none;
}
ul.nav.navbar-nav li{ 
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-left: 2rem;
}
ul.nav.navbar-nav li a{ 
    display:block; 
    text-align:center; 
    color:#ffffff; 
    position:relative; 
}


.top-bar-head  ul.nav.navbar-nav li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.top-bar-head ul.nav.navbar-nav li {
    margin-right: 15px;
    padding: 0px 0;
}
header.site-header .top-bar-head ul {
    text-align: right;
}
ul.nav.navbar-nav li a{
    border-bottom: 1px solid transparent;
}
ul.nav.navbar-nav li a:hover{
    color: #f6e264;
}

ul.nav.navbar-nav li a:after{
    content: '';
    display: block;
    width: 0;
    height: 7px;
    background: #f6e264;
    transition: width .3s;
}
ul.nav.navbar-nav li:hover a:after{
    width: 100%;
    /*left: 0;*/
    right: 0;
}

/* = Navigation 2nd level css
-------------------------------------------------------------- */
ul.sub-menu{
    display:none;
    z-index:9999;
    position:absolute;
    left:-9999px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    left: 0;
    top: 40px;
    text-align: left;
    background: #252525;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 4px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.13);
}
ul.nav.navbar-nav li:hover > ul{
    display:block; 
    width:250px; 
    position:absolute; 
    left:auto; 
    top:35px; 
    text-align:left; 
}
header.site-header .top-bar-head ul.sub-menu{
    top: 30px;
}
.top-bar-head ul.nav.navbar-nav li:hover > ul{
    top:30px; 
}


ul.nav.navbar-nav li ul li{
    display:block; 
    position:relative; 
    float:none; 
    line-height:18px; 
    margin-left:0; 
    margin-right:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
    /*box-shadow: 0 0 6px rgba(0,0,0,0.15);*/
        border: 0;
}

ul.nav.navbar-nav li ul, 
.header-seo.header-transparent .is-fixed .main-bar ul li ul{
    padding: 1px;
}

ul.nav.navbar-nav li ul li a{
    display:block; 
    padding: 5px 0px;
    position:relative;
    top:0; 
    text-align:left; 
    z-index: 1;
}
/* = Navigation 3rd level css
-------------------------------------------------------------- */
ul.nav.navbar-nav li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:205px; 
    top:-1px; 
    -ms-animation: slideInUp .3s ease-in-out; 
    -webkit-animation: slideInUp .3s ease-in-out; 
    animation:slideInUp .3s ease-in-out; 
    z-index: 1;
}
.heade-border {
    border-bottom: 1px solid #939192;
    padding: 0 5px;
}
.header.site-header ul.sub-menu li a {
        font-size: 14px;
    transition: all 0.5s ease 0s;
    font-weight: 500;
}
.header.site-header ul.sub-menu li a:hover{
       padding-left: 10px;
    padding-right: 10px;
}

.header.site-header ul.sub-menu li a,
.header.site-header ul.sub-menu li a:hover{
    border-bottom: none;
}
.header.site-header ul.sub-menu li a:after{
    border-bottom: none;
}
ul.nav.navbar-nav li.current_page_item ul.sub-menu li a,
ul.nav.navbar-nav ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a{
    border-bottom: none;
}

.header.site-header ul.sub-menu li a {    border-bottom: 1px solid #454545;display: block;position: relative;padding: 15px 15px;padding-right: 14px;font-size: 14px;color: #ffffff;-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.header.site-header ul.sub-menu li a:hover {color: #fff;-webkit-transition-delay: .6s;transition-delay: .6s;}
.header.site-header ul.sub-menu li a:before, .header.site-header ul.sub-menu li a:after {content: '';position: absolute;-webkit-transition: inherit;transition: inherit;z-index: -1;}
.header.site-header ul.sub-menu li a:before, .header.site-header ul.sub-menu li a:after {top: 0;width: 0;height: 100%;}

.header.site-header ul.sub-menu li a:before {left: 0;border: 1px solid #f6e264;border-left: 0;border-right: 0;}
.header.site-header ul.sub-menu li a:hover:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
.header.site-header ul.sub-menu li a:hover:before, .header.site-header ul.sub-menu li a:hover:after {width: 100%;}
.header.site-header ul.sub-menu li a:after {right: 0;}
.header.site-header ul.sub-menu li a:hover:after {background: #f6e264;-webkit-transition-delay: .4s;transition-delay: .4s;}
.header.site-header ul.sub-menu li a:hover:before, .header.site-header ul.sub-menu li a:hover:after {width: 100%;}



header.site-header ul {
    margin: 0;
}
header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
header.site-header .list-inline.m-a0 {
   padding: 2px 0;
   float: right;
}
.header-icon i.fa {
    position: relative;
    top: 0px;
    font-size: 15px;
    padding-right: 9px;
    font-weight: 700;
}
.site-header {
    position: relative;
    z-index: 99999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
/*without top bar*/
.extra-nav {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .site-button-link{
    font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {

    .extra-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.new-page{
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}
.new-page.menu-new{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}
@media only screen and (max-width: 1200px) {
    .new-page.menu-new{
        display:none;
    }
}
/* map page header*/
#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}
@media screen and (max-width: 991px) {
header.site-header input[type='search'], 
header.site-header input[type='search']:hover {
    width: 100%;
}
}
header.header--inner .innerpgimg{
    display: block;
    position: relative;
}
header.header--inner .innerpgimg:after{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 background: #000;
 transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 opacity: 0.6;
}


/*Header product category
*/

button.product-btn{
       width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 12px 10px 12px 50px;
    border: 2px solid #2273cf;
    box-shadow: none;

}
button.product-btn:hover{
    opacity: 1;
}
header.site-header .product-cat li {
    padding: 10px 0;
    margin: 0 10px;
    list-style-type: none;
    display: block;
}
.product-cat li a {
    color: #7c8396;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 14px;
}
.product-cat li:hover a{
    color:#0d61cc;
}

.product-cat li a:before {
    content: "\f2dc";
    font-family: 'Fontawesome';
    margin-right: 5px;
    color: #7c8396;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.product-cat li:hover a:before {
    transform: scale(1.4);
    color:#0d61cc;
}


.header-transparent .product-cat {
      background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    width: 90%;
    padding: 15px 0px;
    height: 446px;
    overflow: auto;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.4);
}
.header-category-box i.fa.fa-bars {
    margin-right: 23px;
    position: absolute;
    left: 2em;
    top: 1em;
}


/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {
    text-align: right;
}
.main-header-info {
    text-align: center;
}
.header-icon {
    display: inline-block;
    text-align: left;
}
.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
}
.dlab-topbar-right {
    float: right;
}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{
    display:inline-block;
}
.dlab-topbar-left ul li{
    padding-right:0px;
}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{
    color:#444444;
}
.topbar-social li a{
    padding: 0 6px; 
}
@media only screen and (max-width: 991px) {

    .dlab-topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .dlab-topbar-left{
        padding-right: 0;
    }
    .header-transparent ul.header-sm-links {
    padding: 10px 0;
        position: relative;
    top: 15px;
}
}
header.site-header ul.header-social-ico li {
    padding: 0 7px;
    margin: 0;
}
header.site-header ul.header-social-ico li i {
    color: #a3a3a3;
}
header.site-header ul.header-social-ico li i:hover {
    color: #ff8a73;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
header.site-header ul.sub-menu li a {
    padding: 10px 0 10px 40px;
}
header.site-header li {
    display: inline-block;
}
header.site-header ul.sub-menu li {
    display: block !important;
    padding: 0;
}
ul.nav.navbar-nav {
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
ul.nav.navbar-nav.ht-menu {
    display: block !important;
}
ul.nav.navbar-nav li {
    position: relative;
    padding: 0px 0;
    border-left: 1px solid #454545;
    padding-left: 2rem;
    margin-left: 1rem;
}
ul.nav.navbar-nav li:first-child {
    border: 0;
}
ul.nav.navbar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
}
.sf-arrows .sf-with-ul {
    padding-right: 0em !important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

i.flaticon-phone-call.m-r5, 
i.ti-location-pin.m-r5 {
    margin-right: 12px;
}
/* = Navigation sticky header css
-------------------------------------------------------------- */
.midle-bar-head {
    padding: 20px 0;
}
.head-banner {
    margin: 0 1.8em;
    background: #f6efe9;
    border-radius: 5px;
}
.off-label-1 {
    font-size: 14px;
    color: #0e0b06;
    font-weight: 100;
    margin-bottom: 3px;
    margin-top: 1.8em;
}
.off-label-1 span{
    color: #ff0c12;
    font-weight: 700;
}
.off-label-2 {
    font-size: 15px;
    color: #a28876;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.header-off {
    display: block;
    position: relative;
}
.header-off img {
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
    height: 81px !important;
}
/*===================product search css=====================*/
.midle-bar-head div#sb-search input.search-field {
   width: 100%;
    background: #fff;
    border: 2px solid #e5e5e5;
    color: #bebec2;
    padding: 0px 8px 3px 20px;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    width: 100% !important;
    margin: 0;
}

.woocommerce-checkout .midle-bar-head div#sb-search input.search-field, 
.woocommerce-cart .midle-bar-head div#sb-search input.search-field,
.woocommerce .midle-bar-head div#sb-search input.search-field   {
    width: 85% !important;
}
.midle-bar-head  div#sb-search input.search-field::placeholder{
    color:#bebec2;
}

.woocommerce-product-search input[type="submit"]{
height: 3.2rem !important;
    border-radius: 3px;
    box-shadow: none;
    width: 30%;
    background: #f6e264;
    letter-spacing: 2px;
    color: #252525;
    font-weight: 500;
    font-size: 1rem;
    border: 0;
    position: absolute;
    top: auto;
    right: 0;
}

/*===================end product search css=====================*/


.bottom-bar-head {
    background: #252525;
    padding: 10px 0;
}
ul.nav.navbar-nav li.current_page_item a, .current_page_item > a{
    /*border-bottom: 1px solid #8a9dbc;*/
}
ul.nav.navbar-nav li.current_page_item a:hover, .current_page_item > a:hover{
    /*border-bottom: 1px solid transparent;*/
}

.header-seo.header-transparent .is-fixed .main-bar ul {
    padding: 5px 8px 10px;
    text-align: center;
    display: none;
        padding: 0;
    text-align: left;
    /*display: block;*/
}

.header-seo.header-transparent .is-fixed .main-bar input[type="search"] {
    top: 10px;
    position: relative;
}
.header-seo.header-transparent .is-fixed .main-bar span.sb-icon-search {
    top: 8px;
}
header.site-header .dlab-topbar-left {
    position: relative;
    top: 13px;
}
/*===========*/
.col-container {
    display: table;
    width: 100%;
}
.col-facility{
    display: table-cell;
}
.heading.active i {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;
}
.test-right img {
    width: 100%;
    height: 100%;
}
.heading{cursor: pointer;}
@media screen and (min-width: 769px){
    .inside-full-height{height:100%}

}
/* Catalogue slider Start */
.slider {width: 86%;position: relative;height: 550px;margin: auto;overflow-x: scroll;overflow-y: hidden;}
.slider::-webkit-scrollbar {display: none;}
.slider .slides { display: flex;position: absolute;left: 0;transition: 0.3s left ease-in-out;}
.slider .slide-item { margin-right: 35px;width: 334px;margin-left: 0;}
.slider .slide-item:last-child {margin-right: 0;}

.ctrl {text-align: center;margin-top: 5px;}
.ctrl-btn {font-size: 13px !important; background: none;border: none;font-weight: 600;text-align: center;cursor: pointer;outline: none;color: #9e9e9e;position: absolute;margin-top: -60.5px;height: 23px;bottom: 0;}
.ctrl-btn:hover{color:#000;background: none;}
.ctrl-btn.pro-next {right: 45%;position: absolute;border: 2px solid #bfbfbf; padding: 3px 5px 3px 5px;margin: 0;z-index: 999;height: 45px;width: 45px;}
.ctrl-btn.pro-prev {left: 46%;position: absolute;border: 2px solid #bfbfbf;padding: 0;margin: 0; z-index: 999;height: 45px;width: 45px;}
/*--------------------------------------------------------------
## Add to card
--------------------------------------------------------------*/
.total-count a.button.wc-forward { background: none; border: none; position: relative; right: 19px;}
.total-count a.button.wc-forward:hover { background: none; border:none;}
.total-count .count {    
    color: #252525;
    position: absolute;
    padding: 0;
    z-index: 1;
    top: 0px;
    right: 0px;
    font-size: 14px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #f6e264;
    font-weight: 500;
}
.total-count img {
    width: auto;
    height: auto;
    margin: 0px 0 0;
    position: relative;
    top: 37px;
    right: 14px;
    z-index: 2;
}
/*--------------------------------------------------------------
## carousel slider
--------------------------------------------------------------*/
.carousel-inner {
    border-radius: 10px;
}
.quote-box:after{
    content: "";
    background-image: url(images/quote-boxbg.png);
    width: 28px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -23px;
    left: 10%;    
}
.quote-box{
    border: 2px solid #ffffff;
    position: relative;    
    padding:20px;   
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    clear: both;
    /*margin-top: 30px;*/
}

#quote-carousel .carousel-control {
    background: none;
    color: #fc856d;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 225px;
    opacity: 1;
    z-index: 2000;
}
#quote-carousel .carousel-control.left {
    left: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.left i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: block;
}
#quote-carousel .carousel-control.right {
    right: -35px;
    top: -60px;
}
#quote-carousel .carousel-control.right i {
    color: #fff;
    background: #c6c6c6;
    border-radius: 50%;
    padding: 5px 12px;
    opacity: 1;
    display: block;
}
#quote-carousel .carousel-control.left i:hover {
    color: #ea70a1;
}
#quote-carousel .carousel-control.right i :hover {
    color: #ea70a1;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s;
    margin-right: 8px;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 170px;
        position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-page {
    padding: 0 0 30px 0;
}
#box--inner__elements{
    padding:0;
    background: #ffffff;
}
.single-post .ht-main-title {
    margin: 0px 0 15px;
    padding: 15px 15px 0;
}
.innerpage-whitebox{
     padding: 0 1em;
    border-radius: 10px;
    margin-bottom: 10px;
}
#content-box h4{
    margin: 20px 0 5px 0; 
}
#content-box ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#content-box ul li:before {
       content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fff;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#content-box ul li:hover:before {
    transform: scale(1.4);
}

#content-box ol li:before {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#content-box ol li:hover:before {
    transform: scale(1.2);
}

#content-box ul li {
    margin: 10px 0;
}
main#box--inner__elements #content-box ol {
    margin: 0;
}
#content-box ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 30px 0 #88828230;
}
.page_featured {
      margin: 0 4em;
    margin-bottom: 2em;
    padding: 10em 4em;
}
img.ht-page-header-img{
    width: 100%;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.sticky {
    display: block;
}
.total-hentry {
    margin: 0 0 50px;
}
.byline,
.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.ht_no_sidebar #primary{
    width: auto;
    float: none;
}

.ht_no_sidebar_condensed #primary{
    width: 76%;
    float: none;
    margin: 0 auto;
}

.ht_left_sidebar #primary{
    float: right;
}

.ht_left_sidebar #secondary{
    float: left;
}

.ht-post-info{
    float: left;
    width: 80px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

.single .ht-post-info{
    margin-right: 30px;
    margin-bottom: 20px;
}

.ht-post-info .entry-date{
    display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.ht-post-info .entry-date span{
    display: block;
    text-transform: uppercase;
}

.ht-post-info .entry-date span.ht-day{
    font-size: 60px;
    line-height: 1.3;
    color: #fe5722;
}

.ht-post-info a{
    display: block;
    text-decoration: none;
    line-height: 1.4;
    padding: 20px 0 0;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.ht-post-wrapper{
    padding-left: 105px;
}

.entry-figure{
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}

.entry-header .entry-title{
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.entry-figure + .entry-header{
    background: #FFF;
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

.entry-header .entry-title a{
    text-decoration: none;
    color: #333;
}

.entry-categories{
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.entry-categories .fa{
    color: #fe5722;
    margin-right: 8px;
}

.entry-categories a{
    color: #666;
    text-decoration: none; 
}

.entry-readmore{
    margin-top: 20px;
}

.entry-readmore a{
    background: #fe5722;
    padding: 0 20px;
    line-height: 40px;
    color: #FFF !important;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.entry-readmore a:hover{
    background: #333;
    color: #FFF;
}

section ul{
    padding: 0 0 20px 0;
}

.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{
    background: #000;
    color:#fff;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
    font-family: josefin sans,sans-serif;
    color: #222;
    font-size: 220px;
    letter-spacing: 10px;
    margin: 0;
    font-weight: 700;
    text-shadow: 2px 2px 0 #c9c9c9, -2px -2px 0 #c9c9c9;
}

.error404 .oops-text{
    text-align: center;
}

.toggle-bar{
    display: none;
}

.error404 .error-404{
    color: #ffffff;
    font-size: 195px;
    text-align: center;
    display: block;
    animation: effect linear 1900ms infinite;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 240px;
}
@keyframes effect {
   0%{
        text-shadow:
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000,
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000;
    }
    25%{
        text-shadow:
            -4px -4px 0 #000, -3px -3px 0 #000,
            -2px -2px 0 #000, -1px -1px 0 #000,
            4px 4px 0 #000, 3px 3px 0 #000,
            2px 2px 0 #000, 1px 1px 0 #000;
    }
    50%{
        text-shadow:
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000,
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000;
    }
    75%{
        text-shadow:
            4px 4px 0 #000, 3px 3px 0 #000,
            2px 2px 0 #000, 1px 1px 0 #000,
            -4px -4px 0 #000, -3px -3px 0 #000,
            -2px -2px 0 #000, -1px -1px 0 #000;
    }
    100% {
        text-shadow:
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000,
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000;
    }
}

@media only screen and (max-width: 767px){
  .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 479px){
   .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 359px){
   .error404 .error-404{ font-size: 122px; }
}
@media screen and (min-width: 769px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
}
.woocommerce #reviews h2 small{
    float: none;
}
/*-----------------------
## page scroll
-----------------------------*/

#back2Top {
    width: 43px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 13px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    height: 43px;
}
#back2Top:hover {
    background-color: transparent;
    color: #fff;
}

#box--inner__elements p {
    font-size: 15px;
}
.widget-area ul ul {
    margin-top: 5px;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
main#box--inner__elements li {
    font-size: 15px;
}
.sidebar_list {
    margin-top: 2em;
}
main#box--inner__elements .woocommerce-product-search .search-field {
    margin: 0;
}
body.single.single-product .sidebar_list {
    margin-top: 0;
}
div#secondary caption {
    padding-top: 12px;
    padding-bottom: 12px;
}
div#secondary .widget_calendar table {
    margin: 0;
    padding: 0;
}
div#secondary .tagcloud a {
    /*font-size: 15px !important;*/
        background: #ccc;
    display: inline-block;
    padding: 20px 15px;
    margin: 0;
        line-height: 0;
}
div#sidebars ins {
    background:none;
}
div#blog-box.innerpage-whitebox {
    margin: 0;
}
.single_post i.fa.fa-calendar-o {
    padding-right: 10px;
}
div#commentsAdd .comment-form [class*="comment-form"] {
    width: 100%;
}
main#box--inner__elements #comments li.comment {
    background: transparent;
    border: 0;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
    font-size: 15px;
}
.single-productpage h2.woocommerce-loop-product__title {
    line-height: 33px;
    word-break: break-word;
}
main#box--inner__elements .ht-blog-thumbnail img {
    width: 100%;
    height: 100%;
}
div#blog-box.innerpage-whitebox .post.excerpt {
        transition: all 0.3s ease 0s;
    text-align: center;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
    margin-bottom: 20px;
}
div#blog-box .inner-blog-excerpt {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2em;
    text-align: left;
}
main#box--inner__elements div#commentsAdd textarea#comment {
    background: transparent;
}
div#respond textarea#comment {
    background-color: #e9e9e9;
    height: 150px;
    height: 150px !important;
}
div#comments input[type="submit"] {
    padding: 10px 20px;
    border-radius: 30px;
    height: 50px;
    margin-top: 1rem;
    background: transparent;
    border: 2px solid;
}
main#box--inner__elements .post-slide [type="submit"] {
    background: transparent;
    border: 2px solid;
}
#box--inner__elements .widget-area .widget-title,
.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6 {
        margin-bottom: 1rem;
/*      font-size: 16px;
    color: #000;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
        display: block;*/
}
main#box--inner__elements .woocommerce-product-search .search-field {
   /* border: 1px solid #e9e7e7;
    background: transparent;*/
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
        border: none !important;
            box-shadow: none;
}
div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}



/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 45px !important;
  /*  border: 4px solid #f1f0f0 !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
 /*border-bottom: 1px solid #6a1b9a !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #6a1b9a;
}
h2.woocommerce-loop-product__title {
    font-weight: 400;
    position: static;
    display: block;
    font-size: 1.5rem !important;
    padding: 0 !important;
    text-transform: none;
    border: none;
    padding-bottom: 0 !important;
    margin: 7px 0 15px !important;

 }

.woocommerce ul.products li.product a img{
      /*border: 2px solid #eaeaea !important;*/
    /*height: 230px;*/
}
.woocommerce div.product div.images img {
       /*border: 2px solid #eaeaea !important;*/
}

.woocommerce ul.products li.product .total-product-title-wrap{
    padding:0;
    text-align: left;
}

.woocommerce ul.products li.product a{
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
/*    padding: 0;
    font-size: 14px !important;
    color: #000;
    font-weight: 400;
    margin: 7px 0 15px;
    line-height: 20px;*/
}
h2.woocommerce-loop-product__title:before {
    content: "\f06e";
    font-family: 'Fontawesome';
    color: #cfd0d5;
    font-size: 1rem;
    background: #fff;
    border-radius: 50%;
    padding: 7px 15px;
    /* box-shadow: 0 12px 48px 0 #00000030; */
    margin: 3px 10px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 1.04s, opacity 0.1s 0.3s;
    position: absolute;
    bottom: auto;
    right: 0;
    top: 10px;
    display: block;
}

main#box--inner__elements ul.products li.product:hover h2.woocommerce-loop-product__title:before {
    /*opacity: 1;*/
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    display: block;
}
main#box--inner__elements h2.woocommerce-loop-product__title:hover:before {
    color: #0d61cc;
    transform: scale(1.4);
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 5px;
}
.woocommerce ul.products li.product .price{
    font-weight: 500;
    font-size: 20px;
    color: #fe5722;
    margin: 0;
}
.woocommerce ul.products li.product .price del{
    display: inline;
    color: #999;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins{
    display: inline;
    font-weight: 400;
}
.woocommerce ul.products li.product .price .amount {
    font-size: 16px;
    font-weight: 600;
}
.total-product-title-wrap {
    color: #7c8491;
}
.woocommerce ul.products li.product .price del .amount {
   /* color: #7c8491 !important;*/
    font-size: 14px;
    font-weight: 100;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
  display: inline-block;
    color:#fc856d;
    padding: 0px 20px;

}
.woocommerce-MyAccount-navigation ul li{
    margin: 5px 0 !important;
    display: inline-block;
    padding-top: 1rem;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    color:#000 !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 5px;
    color: #FFF;
    background-color: #fe5722;
    border:1px solid #fe5722;    
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background: #333;
   /* border:1px solid #333;*/
   /* color: #FFF;*/
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    /*color:#fff !important;*/
}

.woocommerce ul.products li.product .button {
    /*font-size: 0px;*/
    margin: 0;
    padding: 15px 25px;
    /*color: #FFF;*/
    /* border: 2px solid #000; */
    /* background: none !important; */
     opacity: 0; 
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 1.04s, opacity 0.1s 0.3s;
    position: absolute;
    bottom: auto;
    left: 0;
    /* display: block; */
    top: 80%;
    /* text-indent: 0; */
    width: 100%;
    display: block;
}

.woocommerce ul.products li.product .button:before {
    content: "\f07a";
    font-family: 'Fontawesome';
    font-size: 1rem;
    background: #f6e264;
    border-radius: 50%;
    padding: 10px 12px;
    /* box-shadow: 0 12px 48px 0 #00000030; */
    /* margin: 3px 10px; */
    position: absolute;
    left: 0;
    top: 0;
        width: 50px;
    height: 50px;
}
.woocommerce ul.products li.product .button:hover:before{
    /*color: #0d61cc;*/
   /* transform: scale(1.4);*/
}
.woocommerce ul.products li.product:hover .button {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    display: block;
}
.single_inner .header--inner {
    display: none;
}

.woocommerce ul.products li.product:hover .button{
    border-color: #f6e264;
    background-color: #f9f9f9;
    color: #FFF;
}

.woocommerce ul.products li.product .button.loading{
    opacity: 1;
}

.woocommerce a.added_to_cart{
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    font-size: 13px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    border-color: #fe5722;
    background-color: #fe5722;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: #333;
    border-color: #333;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #333;
    color: #FFF;
}

.woocommerce span.onsale{
min-height: 150px;
    min-width: 50px;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    color: #fff;
    font-size: 14px;
    margin: 0;
    top: 0;
    left: 0;
    word-break: break-all;
    position: absolute;
    left: -6px !important;
    top: 0px !important;
    letter-spacing: 1px;
    width: 50px;
    padding: 20px 20px 20px 20px;
}

.woocommerce span.onsale:after{
    border-color: transparent #e8ae00 #e8ae00 transparent;
    border-width: 3px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.woocommerce ul.products li.product .onsale{
   /* margin: 10px -6px 0 0;*/
}

.woocommerce ul.products li.product .onsale:after{
    border-color: transparent transparent #e8ae00 #e8ae00;
    border-width: 3px;
    border-style: solid;
    right: 0px;
    left: auto;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #fe5722
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
    font-weight: 400;
}

.woocommerce .product_meta{
        font-size: 15px;
    border: 1px dotted #ccc;
    margin-top: 40px;
    padding: 15px 20px 25px;
}

.woocommerce .product_meta a{
    color: inherit;
}

.woocommerce .product_meta a:hover{
    color: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    border-bottom: 0px solid #fe5722;
    padding-bottom: 0px;
    margin: 0 0 0.618em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    /*background-color: #fff;*/
    float: left;
    display: block;
    font-size: 1.5rem;
    color: #282828;
    padding: 10px 0px 15px 0 !important;
    margin: 0;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    line-height: 100%;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        float: left;
    margin: 0;
    margin-right: 30px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover,
 .woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover,
   .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover{
    color: #666;
}
/*.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    color: #666;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a:before {
    background-color: #666;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #282828;
}

.woocommerce #reviews #comments h2, .woocommerce #reviews h3 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
    padding: 0;
    display: block;
    margin: 0;
   /* background-color: #fff;*/
    border-radius: 0px;
    border: none;
    font-weight: 600;
}

.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{
    width: 100%;
}

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{
    width: 100%;
}

.related.products h2{
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-size: 1.5rem !important;
    padding: 10px 0px 15px 0 !important;
    margin: 0 !important;
    text-transform: UPPERCASE;
    font-weight: 600;
    border: none;
    line-height: 100%;
}
.related.products h2:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #666;
    left: 0;
    bottom: -1px;
}
.related.products h2.woocommerce-loop-product__title:after {
    height: 0!important;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    background: #fe5722;
    padding: 10px 20px;
    color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
    background: #333;
    color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #fe5722;
    border-color: #fe5722;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    line-height: 40px;
    font-size: inherit;
    padding: 0;
}

.select2-container .select2-choice{
    border: 1px solid #EEE;
    font-size: 0.9em;
    color: inherit;
    border-radius: 0;
}

.select2-results{
    font-size: 0.9em;
    color: inherit;
}

.select2-drop-active{
    border-color: #EEE;
}

.select2-drop.select2-drop-above.select2-drop-active{
    border-color: #EEE;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    border-top-color: transparent;
    margin-bottom: 15px;
    font-size: 1rem;
    background: transparent;
}
.woocommerce-message{
    background: #f9f9f9;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{
    color: #fe5722;
}

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
    padding: 10px 20px;
    line-height: 1;
    height: auto;
    margin-right: 15px;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-weight: 400;
}

#customer_details{
    margin-bottom: 40px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border: 1px solid #EEE;
    border-radius: 0;
    padding: 1em;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
    border: 1px solid;
        padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
    padding-top: 4px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    font-weight: 400;
}

.woocommerce a.remove{
    font-family: Arial;
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
    top: 8px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
    padding: 12px !important;
}

.woocommerce .widget_layered_nav ul li {
    padding: 12px !important;
}
.woocommerce .woocommerce-widget-layered-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #FFF;
    border: 2px solid #fe5722;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #fe5722
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #EEE;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    top: -6px;
    margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
        list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
    background: none;
}

.woocommerce ul.products li.product strong {
    display: inline-block;
        font-style: normal;
}

/* Testimonial slider css */
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.carousel-indicators li{
    background-color: #6963635c;
    border: 1px solid #6963635c;
}
/* GALLARY HOMEPAGE CSS */
main#box--inner__elements div#ht-contactus-wrap a:hover {
    color: #444;
}
/**/
ul.themetext {
    margin: 0;
    padding: 0;
    list-style: none;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.ht-site-title, .site-title {
    margin: 0;
}

div#content li.blocks-gallery-item:before {
    content: none;
}
div#content li.blocks-gallery-item {
    padding: 14px 14px 0 14px;
}
div#content li.blocks-gallery-item img:hover {
    opacity: 0.5;
}


.single_post .post-date-publishable {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.woocommerce-product-search .search-field {
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
    /* width: 100%; */
    padding: 5px 4px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}


/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
body.product-template-default.single.single-product .single-productpage .inner_contentbox{
    overflow: hidden;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
}

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

.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}

.woocommerce .star-rating,
.woocommerce .star-rating {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    line-height: inherit;
    height: 1.4em;
    display: block !important;
}
 
.woocommerce .star-rating:before,
.woocommerce .star-rating:before {
    color: inherit;
}
 
.woocommerce .star-rating,
.woocommerce .star-rating {
    /*display: none;*/
}
body.post-type-archive-product .star-rating.ehi-star-rating,
body.product-template-default.single.single-product ul.products li.product .star-rating {
    margin: 0;
    margin-bottom: 0.2rem;
    text-align: left;
}
body.post-type-archive-product .price,
body.product-template-default.single.single-product ul.products li.product .price{
    margin-top: 1rem !important;
}
body.product-template-default.single.single-product .summary.entry-summary strong {
    font-size: 1.5rem;
    font-style: normal;
}
body.product-template-default.single.single-product .star-rating, 
body.product-template-default.single.single-product .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
body.product-template-default.single.single-product .summary.entry-summary .woocommerce-product-rating .star-rating {
    display: none !important;
}
ul.product_list_widget .star-rating{
     display: none !important;
}
ul.product_list_widget .star-rating span {
    display: none;
}
.woocommerce.widget_rating_filter .star-rating {
    margin: 0;
    display: inline-flex !important;
}
#secondary ul.sub-menu {
    top: 0;
}
#secondary .current_page_item > a {
    border-bottom: none;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
        min-width: 180px;
    background-color: #000;
    color: #fff;
    min-width: 180px;
    color: #fff;
    padding: 0 25px;
    height: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 0;
    opacity: 1;
}
.woocommerce div.product form.cart {
   margin-bottom: 1em;
    padding: 1.5em 0 1.5em;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin-top: 1em;
}
.woocommerce .quantity .qty {
    height: 50px !important;
    width: 63px;
    padding-right: 4px;
    margin-right: 25px;
}
.woocommerce div.product .product_meta .posted_in, .woocommerce div.product .product_meta .tagged_as {
    display: block;
    font-weight: 400;
    line-height: 1.6;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    float: left;
    margin: 0;
    margin-right: 30px;
        background: none;
    border: none;
        padding: 0;
}
.woocommerce #review_form #respond .form-submit input {
border: 1px solid;
    padding: 12px 30px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    /* box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4); */
    font-size: 16px;
    background: transparent;
    border: 2px solid;
}
.woocommerce div.product div.images img:hover {
    opacity: 0.8;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    padding-top: 0.5em;
    border-top: 0px solid #e1e1e1;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    margin: 0;
    margin-bottom: 0.5em !important;
}
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{
    /*float: right;
    display: contents;*/
}
.woocommerce .star-rating span{
    font-family: star;
}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {
    display: inherit;
}
.woocommerce .star-rating::before{
   /* top: 0 !important;
    left: 0 !important;
    position: relative;*/
}

.woocommerce div.product .woocommerce-product-rating{
    line-height: 0px;
        font-size: 1rem;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    overflow: hidden;
}
.woocommerce ul.products li.product a img {
   width: 100%;
       border: 0 !important;
   /* height: 240px;
    border-radius: 5px;
    border: 2px solid #eaeaea;*/
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border: 1px solid;
    padding: 10px 20px !important;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    /*box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);*/
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid;
        padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    /* box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4); */
    font-size: 1rem;
    display: table-cell;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
        font-size: 1rem;
    text-align: left;
        margin-top: 1rem;
}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead,
body.page-template-default.page.page-id-133.logged-in.admin-bar.woocommerce-cart.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support #ht-masthead,
body.page-template-default.page.page-id-135.logged-in.admin-bar.woocommerce-account.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead {
    position: relative;
}
.woocommerce table.shop_table{
    padding-bottom: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    height: 0;
    width: 0;
    display: none;
}
.sf-arrows .sf-with-ul:before {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
/*        position: relative;
    border-radius: 50%;
    border: 3px solid #c5c5c5 !important;*/
        border-radius: 50%;
    border: 4px solid #c4c4c4 !important;
}
.woocommerce #reviews #comments ol.commentlist li {
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}


/*===================== responsive ==========================*/


@media screen and (max-width: 1000px){
    .toggle-bar{
     display: block;
     position: absolute;
     top: -35px;
     right: 35px;
     width: 50px;
     background: #fe5722;
     cursor: pointer;
     text-align: center;
     color: #fff;
     padding: 20px 0;
     cursor: pointer;
 }

 .toggle-bar span{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    left: 8px;
    right: 8px;
    background: #FFF;
    box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
}
}


    @media (min-width: 992px){
        .responsive-header-box{
            display: none;
        }
        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }
     @media (max-width: 992px){
        .slider_section .title {
            font-size: 28px;
            line-height: 28px;
        }
        .slider_content {
            width: 485px;
            left: 85%;
        }
           .logo {
        position: relative;
       /* left: 40px;*/
        top: 0px !important;
        background: none !important;
        padding: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sf-arrows .sf-with-ul:after{
        right: 30px !important;
    }

    .slider_content {
        width: 260px;
        margin-left: -400px;
        left: 82%;
    }
    .slider_section .sub-title {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .ht-site-title, .site-title {
        font-size: 23px;
    }
    .header-share {
        top: 55px;
        right: 70px;
    }
    .team-area img {
        width: 100px;
        height: 100px;
    }
    .team-area .single-team-img {
        top: -2em;
    }
    .team-area .team-text {
            padding: 5.5em 1em 1em;
        }
    ul.nav.navbar-nav li.current_page_item a, .current_page_item > a {
        border-bottom: none;
    }
    .top-bar-head ul.nav.navbar-nav li:hover > ul,header.site-header .top-bar-head ul.sub-menu {
        top: 0;
    }
    div#navbarNavDropdown, #navbarTopNavDropdown {
            padding: 1em 0px 0px;
            border-right: 5px solid #fff;
        }
    .woocommerce-cart div#sb-search input.search-field, .woocommerce div#sb-search input.search-field  {
            width: 80% !important;
        }
        .header-transparent .product-cat {
            width: 87%;
        }
       .bottom-bar-head .navicon {
            top: 0px;
        }
        .total-count {
            position: relative;
        }
        .total-count img {
            position: absolute;
            top: -35px;
            right: 20px;
        }
        .total-count .count {
            /*top: -46px;
            right: 10px;*/
        }
        ul.nav.navbar-nav li {
            margin-right: 0px;
                padding: 0;
        }
        ul.sub-menu {
            top: auto;
        }
        .slider-procat {
            height: 300px;
        }
        .pro-box1-area,.pro-box2-area {
            margin: 0;
        }
        .pro-box1-area{
            margin-bottom: 10px;
        }
        .ourclients-post {
            margin-right: 1em;
        }
        .blog-area .slider .blog-items {
            width: 345px;
        }
        .contact-area .section-title p {
            margin-right: 0em;
        }
        .pro-featured-area .slider .slide-item, 
        .pro-recentpro-area .slider .slide-item {
            width: 152px;
        }
        .offer-b-single {
            padding: 1em 0!important;
        }
        #box--inner__elements .innts-img {
            width: 70px;
        }
        #box--inner__elements .ts-area-thumb img {
            width: 70px;
            height: 70px;
        }
        #box--inner__elements .ts-area-bx:after {
            bottom: 100px;
        }
        .inner-page-gallery {           
             width: 30rem;
            height: 30rem;
        }
        .inner-page-gallery .text {
            right: 30%;
        }
        .inner-page-gallery:hover .text {
            width: 30rem;
        }
        .ct-appintment-member-wrap {
            margin-top: 1em;
        }
        .contact-area .wpcf7:after {
            right: 3%;
        }
        .woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
            min-width: 145px;
        }

    }

@media screen and (min-width: 320px) and (max-width: 425px){
    body {
        position: inherit; 
    }
}

@media screen and (max-width: 768px){
    p.woocommerce-mini-cart__buttons.buttons .button {
    display: block;
}
    .slider_section p{
        padding-left: 10px;
    }
    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
        margin-bottom: 10px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button{
        margin-bottom: 15px;
    }
    .ht-main-navigation a{
        padding: 8px 17px;
    }
    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }
    .ht-top-footer{
        margin-left: 0;
    }
    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }
    .ht-footer:last-child{
        margin-bottom: 0;
    }
    .ht-slide-cap-descmore a{
      font-size: 2vw;
  }
  .ht-slide-cap-title{
    font-size: 24px;
    font-size: 4vw;
    margin-bottom: 0px;
}

#primary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}
#secondary{
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
}

div#postproducts .ppost-area .postp_sarea {
    margin-bottom: 2em;
}
 div#postproducts{
        padding: 2em 0 0 !important;
}
 main#box--inner__elements .Address_area h4, main#box--inner__elements .social_area h4 {
        font-size: 30px;
    }
    #ht-contactus-wrap .contact_l_area span {
        font-size: 22px;
    }
    #ht-contactus-wrap .contact-info {
        margin-top: 18px;
        font-size: 14px;
    }
    .pd-r {
            padding: 2em 0;
        padding-right: 2em;
    }
    .pd-l {
        padding: 2em 0;
        padding-left: 2em;
    }
    .mg-3 {
        margin: 2em 0;
    }
    .social_area i.fa {
        right: 49%;
    }
    div#offer {
        padding: 1em 0 !important;
        
    }


}
@media screen and (max-width: 775px){
.header-share {
    top: 55px;
    right: 35px;
}
.team-area .team-social-icon a i {
    margin: 0 0px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 20px;
}
}

@media screen and (max-width: 766px){

}

@media screen and (min-width: 669px){
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-up , 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-down {
    display: none;
}
#ht-contactus-wrap .Address_area i.fa.fa-long-arrow-right, 
#ht-contactus-wrap .Address_area i.fa.fa-long-arrow-left {
    display: block;
}

}

@media screen and (max-width: 668px){
    div#postproducts .ppost-area .postp_sarea:nth-child(2n) .Postp_titlearea {
        float: none;
    }
    #ht-contactus-wrap .contact_area {
    padding: 0px 0em 0;
}
#ht-contactus-wrap .address-box {
    padding: 3em 2em;
    text-align: center;
}
#ht-contactus-wrap .Address_area i.fa.fa-long-arrow-right, 
#ht-contactus-wrap .Address_area i.fa.fa-long-arrow-left {
    display: none;
}
 #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-up , 
    #ht-contactus-wrap .Address_area i.fa.fa-long-arrow-down {
    display: block;
}
#ht-contactus-wrap .contact_l_area span {
    font-size: 35px;
}
#ht-contactus-wrap .contact-info {
    font-size: 15px;
}
.social_area i.fa {
    right: 45%;
}
.mg-3 {
    margin: 1em 0;
}
.pd-r {
    padding: 0em 0;
}
.pd-l {
    padding: 0em 0;
}
#ht-contactus-wrap .col-md-8.col-sm-8.col-xs-12 {
    padding: 0;
}
#ht-contactus-wrap .address-box {
    padding: 2em 0.5px;
    text-align: center;
}
#ht-contactus-wrap .contact-page-form {
    padding: 0 1em 1em;
}
#ht-contactus-wrap .contact-sm-links li a span {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
}
.off-label-1 {
    font-size: 10px;
    margin-bottom: 1px;
    margin-top: 5px;
}
.off-label-2 {
    font-size: 11px;
    margin-bottom: 5px;
}
div#sb-search form {
    margin: 0 2em 0 2em;
}
.contact-area .section-c-data .phone {
    font-size: 19px;
}

}

@media screen and (max-width: 580px){
    .slider_section .bx-wrapper .bx-controls-direction a,
    .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
        display: none;
    }    
    .ht-team-counter-wrap{
        margin-left: 0;
    }
    .ht-counter{
        width: 75%;
        float: none;
        margin: 0 auto 60px;
    }
    .ht-portfolio{
        width: 50%;
        padding: 4px;
    }
    .woocommerce ul.products li.product a img {
    /*height: 240px;*/
}
}

    @media screen and (min-width: 320px) and (max-width: 768px){
        .logobox img {
         padding-top: 0 !important;
     }
     .main-dispaly.padding0 {
        padding-left: 20px;
    }
    header.site-header button.header-btn{
        float: left;
    }
    .header.site-header ul.sub-menu li a:hover{
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.nav.navbar-nav li ul li{
        top: auto;
    }
    ul.nav.navbar-nav li:hover > ul{
        position: relative;
        top: auto;
    }
    ul.nav.navbar-nav li:hover ul li:hover > ul{
        position: relative;
        left: 0;
    }
    ul.nav.navbar-nav li{
        bottom: auto;
    }
    .logo{
        top: 50%;
    }
    ul.nav.navbar-nav li ul li a{
        padding: 5px 0 5px 25px;
    }
    ul.nav.navbar-nav li a{
        text-align: left;
    }
    ul.nav.navbar-nav li:hover > ul{
        width: 100%;
    }

}

@media screen and (min-width: 320px) and (max-width: 768px){
    header.site-header .main-dispaly.padding0 {
        padding-right: 20px;
    }
    ul.nav.navbar-nav {
        right: 0;
        padding-left: 0;
    }
    header.site-header .top-bar-head ul{
        text-align: left;
    }
    .ht-section-title:after {
        width: 65%;
    }
        .woocommerce div.product .woocommerce-tabs ul.tabs{
            padding-top: 10px;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a{
            font-size: 18px;
        }

        .woocommerce ul.products li.product, 
        .woocommerce-page ul.products li.product, 
        .woocommerce .related ul.products li.product, 
        .woocommerce-page .related ul.products li.product{
            margin-bottom: 30px !important;
        }

        .sf-arrows .sf-with-ul:after{
            right: 40px;
        }
        ul.nav.navbar-nav li a{
            box-shadow: none;
        }
        .ti-home:before{
            left: 15px;
            top: 12px;
        }
        .is-fixed .main-bar ul.sub-menu {
            margin-top: 0 ;
        }
        ul.nav.navbar-nav li a,
        header.site-header ul.sub-menu li a{
          padding: 0px 0 0px 15px;
      }
      .ht-menu.clearfix ul {
        margin-left: 0;
    }

    header.site-header ul.sub-menu li a {
        padding: 5px 45px;
    }
    ul.sub-menu{
        position: relative;
        box-shadow: none;
        border-top: 0;
        margin-top: 0px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 767px) {
    .slide-content p{
        display:none;
    }
    .slide-content-box{
        text-align:center;
    }
    .owl-slider.owl-theme .owl-dots {
        bottom: 180px;
        margin-top: 0;
        position: absolute;
        right: auto;
        text-align: center;
        top: auto;
        transform: translateY(-50%);
        width: 100%;
    }
    .site-header .navbar-toggler, 
    .site-header .is-fixed .navbar-toggler {
        margin: 22px 0 22px 10px;
        box-shadow: none;
    }
   
}
@media screen and (min-width: 320px) and (max-width: 768px){
.header-transparent .is-fixed .main-bar h1.ht-site-title {
position: relative;
top: 60px;
text-align: center;
}

header.site-header span.text, .single-header-info span.theme-color {
font-size: 14px;
}

.header-top-container{ padding:0px !important; }

.header-transparent .is-fixed .main-bar{position: static !important;}
.header-transparent .is-fixed .main-bar h1.ht-site-title,
.header-transparent .is-fixed .main-bar p.ht-site-description { display: block;}
ul.nav.navbar-nav li a:after{ content: none; }
ul.nav.navbar-nav li ul li{ box-shadow: none; padding-left: 0; }
ul.sub-menu{ border-radius: 0; }
.sf-arrows .sf-with-ul:before{ right: 40px !important; }

.header-seo.header-transparent .is-fixed .main-bar {background-color: transparent !important;padding: 0;}
.header-seo.header-transparent .is-fixed .main-bar img {
    position: relative;
    top: 80px;
}
.header-seo.header-transparent .is-fixed .main-bar .resp_header_logo{display: block;}
}

@media screen and (max-width: 558px){
    .woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
        min-width: 125px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .ht-site-description{
        font-size: 12px;
    }
    .tp-loop-wrap.rs-wave {
        min-width: 300px !important;
    }
    .share-btn ul li a.site-button {
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
    .share-btn ul li {
        margin-left: -30px;
    }
    .share-btn {
        bottom: 13px;
    }
    .inner-page-gallery {
        width: 330px;
        height: 300px;
    }
    .inner-page-gallery .text {
        right: 25%;
    }
    .page_featured {
        margin: 0 2em;
        margin-bottom: 1em;
        padding: 3em 4em;
      /*  background-position: center!important; */
    }
    body.page-template-default main#box--inner__elements h1, .ht-main-title, #ht-contactus-wrap h1 {
    font-size: 25px !important; 
}
.blog-area .slider .blog-items {
    width: 175px;
}
.contact-area .wpcf7:after {
    right: 6%;
}
.inner-page-gallery:hover .text {
    width: 33rem;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){

    .woocommerce ul.products li.product .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3{
        /*font-size: 14px !important;*/
    }
    .single-productpage .innerpage-whitebox{
       /* padding: 0;*/
    }
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 30.75%;
        width: 100% !important;
    }
    #blog-box h2{
        font-size: 22px !important;
    }
    div#blog-box.innerpage-whitebox {
        padding: 0em 1em 2em 1em;
    }
    .slider_section .char{
        font-size: 12px;
        height: 20px;
    }
    .slider_section p{
        width: 90%;
        font-size: 12px;
        line-height: 20px !important;
        padding: 0;

    }
    .ht-slide-cap-desc{
       font-size: 28px;
       line-height: 35px;
       margin-bottom: 10px;
   }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        margin-bottom: 10px;
    }
    .slider_content {
    left: 110%;
}
}

@media screen and (min-width: 320px) and (max-width: 360px){

.slider_content {
    left: 145%;
}
.off-label-2 {
    font-size: 10px;
}
.blog-area .slider .blog-items {
    width: 280px;
}
#box--inner__elements .ts-area-bx:after {
    width: 30px;
    left: 15%;
}
main#box--inner__elements h2.woocommerce-loop-product__title:before {
    top: 41%;
}
.woocommerce ul.products li.product .button {
    top: 32%;
}
.woocommerce ul.products li.product a img {
    height: 180px;
}
.woocommerce .quantity .qty {
    width: 55px;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
    min-width: 110px;
    padding: 0 5px;
}
.woocommerce .quantity .qty {
    height: 50px !important;
    width: 63px;
    padding-right: 4px;
    margin-right: 10px;
}

}
main#box--inner__elements .tagcloud a {
    font-size: 15px !important;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    padding: 7px;
    display: inline-block;
}
div#secondary select option {
    background: transparent;
}

body.home.blog .header--inner img {
    display: none;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding: 5px 0;
}
h1.product_title.entry-title {
    word-break: break-word;
}
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
div#payment,
#coupon_code{
   /* background: transparent !important;*/
}
#content-box li.blocks-gallery-item:before {
    content: none;
}
div#content-box li.blocks-gallery-item figure img {
    padding: 5px;
    margin-bottom: 0;
}
div#content-box li.blocks-gallery-item figure img:hover,
div#sitemap-box .sitemap-posts-box img:hover{
    opacity: 0.7;
}
main#box--inner__elements ul.children {
    border: 0;
}
.woocommerce-MyAccount-content .woocommerce-info {
    background: transparent !important;
}




/*--------------------------------------------------------------
1. Header 
---------------------------------------------------------------*/


/*= input focus effects css
=========================== */
:focus{outline: none;}

input[type="search"],
input[type="search"]:focus {
        width: 75%;
    height: 50px;
        font-size: 1rem;
        border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
 input[type="search"]:focus{
    border: 0;
 }
.effect-24{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent !important;}
.effect-24 ~ .focus-bg:before,.effect-24 ~ .focus-bg:after{content: "";position: absolute;left: 50%; top: 50%; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-24:focus ~ .focus-bg:before, .has-content.effect-24 ~ .focus-bg:before{ transition: 0.3s; width: 50%; left: 0;top: 50px;height: 50%;}
.effect-24 ~ .focus-bg:after{ left: auto; right: 50%; top: auto;bottom: 50%;}
.effect-24:focus ~ .focus-bg:after,.has-content.effect-24 ~ .focus-bg:after{ transition: 0.3s;width: 50%; height: 50%;top: 50px;right: 0;}
.effect-24 ~ label{     line-height: 1rem;position: absolute; left: 1.875rem; width: 55%; top: 4rem;color: #a5a5a5; transition: 0.3s; z-index: -1;letter-spacing: 0.5px;font-weight: 500; font-size: 0.9rem;}
.effect-24:focus ~ label, .has-content.effect-24 ~ label{ top: 2rem; left: 0; color: #a5a5a5; transition: 0.3s;}
input[type="search"] {border: 2px solid #fbe986;}
.input-effect {position: relative; bottom: 50px; z-index: 2;}

/*= input focus effects css End
=============================== */
li.menu-item-has-children:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    height: 0;
    color: #ffffff;
    width: 0;
    font-size: 15px;
    top: 7px;
    right: -3px;
}

body {padding: 2em 5em;font: normal 40px/50px Arial, sans-serif;color: #999;}
header#header-menu .d-flex.align-items-center b {
    float: none;
}
header#header-menu p { /*height: 50px;*/float: left; margin-right: 0.3em;}
header#header-menu b {
        font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 1px;
}
span1.heading-font {
    line-height: 1.5;
}
span1 { display: inline-block;color: #252525;position: relative;white-space: normal;top: 0;left: 0;/*-webkit-animation: move 5s;-webkit-animation-iteration-count: infinite;-webkit-animation-delay: 5s;*/}
/*
@keyframes move {
0%  { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}*/
.top-bar-head .ct--box {    line-height: 1.5rem;font-size: 1rem; /*letter-spacing: 1px;*/border-left: 1px solid #e1cf5e; border-right: 1px solid #e1cf5e;padding: 19px 10px;}
.top-bar-head .ct--box:nth-child(2) {
    border-left: 0;
}
.top-bar-head .ct--box a:hover {opacity: 0.7;}
.top-bar-head li:last-child {border-left: 0;}
.top-bar-head .ct--box i.fa { font-size: 1rem; padding-right: 0.5rem;}
.middle--header { background: #252525;  position: relative;}
.middle--header p a { font-weight: normal; color: #f6e264;}
.bottom--header i.fa.fa-shopping-cart {    border-left: 1px solid #e9e9e9;
    padding-left: 20px;color: #b7b7b7; position: absolute;top: 5px; right: 12px; font-size: 35px;}
.bottom--header a i.fa.fa-user {
    color: #ccc;
    position: absolute;
    left: auto;
    top: 5px;
    font-size: 35px;
    right: 95px;
}
.desktop-none i.fa.fa-user {
    padding-right: 10px;
}
.bottom--header .sec-center { position: relative; max-width: 100%;text-align: center; z-index: 200;}
.bottom--header [type="checkbox"]:checked,
.bottom--header [type="checkbox"]:not(:checked){ position: absolute; left: -9999px;  opacity: 0; pointer-events: none;}
.bottom--header .dropdown:checked + label,
.bottom--header .dropdown:not(:checked) + label{position: relative; font-weight: 500; font-size: 1.0rem; line-height: 1.3rem;transition: all 200ms linear; letter-spacing: 1px; display: -ms-inline-flexbox; display: block; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: left; -ms-flex-pack: center;  text-align: left;border: none; background-color: #f6e264; cursor: pointer; color: #252525; padding: 15px 0; border-radius: 3px;}
.bottom--header .dark-light:checked ~ .sec-center .for-dropdown{ background-color: #102770; color: #ffeba7; box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);}
.bottom--header .dropdown:checked + label:before,
.bottom--header .dropdown:not(:checked) + label:before{ position: fixed;top: 0;left: 0;content: '';width: 100%;height: 100%; z-index: -1;cursor: auto; pointer-events: none;}
.bottom--header .dropdown:checked + label:before{ pointer-events: auto;}
.bottom--header .dropdown:not(:checked) + label .uil { font-size: 1.25rem;  margin-left: 2rem; transition: transform 200ms linear; float: left; margin-right: 1rem;}
.bottom--header .dropdown:checked + label .uil { transform: rotate(180deg); font-size: 24px;margin-left: 10px;transition: transform 200ms linear; float: left;}
.bottom--header .dropdown:checked + label .uil:before { content: "\f057"; font-family: 'FontAwesome'; margin-left: 2rem; margin-right: 1rem; font-size: 1.25rem;}
.bottom--header .section-dropdown { position: absolute; padding: 5px; background-color: #111; top: 70px; left: 0; width: 100%; border-radius: 0px; display: block;box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4); z-index: 2; opacity: 0; pointer-events: none; transform: translateY(20px);transition: all 200ms linear;outline: 1px solid #454545; outline-offset: 0px; height: 390px; overflow: auto;}
.bottom--header .section-dropdown li:last-child { border: 0;}
.bottom--header .section-dropdown li { display: block; border-bottom: 1px solid #454545;padding: 0; line-height: 2rem; font-size: 1rem;}
.bottom--header .section-dropdown li a { font-size: 1rem; font-weight: normal; position: relative;}
.bottom--header .section-dropdown li a:hover { background: #f6e264;}
.bottom--header .dropdown:checked ~ .section-dropdown{  opacity: 1; pointer-events: auto; transform: translateY(0);}
.bottom--header .section-dropdown:before {position: absolute;top: -20px;left: 0;width: 100%;height: 20px;content: '';display: block;z-index: 1;}
.bottom--header .section-dropdown:after {position: absolute;top: -7px;left: 30px;width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #111;content: '';display: block; z-index: 2;transition: all 200ms linear;}
.bottom--header a { position: absolute;color: #fff;transition: all 200ms linear; font-weight: 500;font-size: 15px; border-radius: 2px;padding: 5px 0;padding-left: 20px;padding-right: 15px; margin: 2px 0; text-align: left;text-decoration: none;display: -ms-flexbox;display: flex;-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;justify-content: space-between; -ms-flex-pack: distribute;}
.bottom--header .dropdown-sub:checked + label,
.bottom--header .dropdown-sub:not(:checked) + label{position: relative; color: #fff; transition: all 200ms linear;font-weight: 500; font-size: 15px;border-radius: 2px; padding: 5px 0;padding-left: 20px;padding-right: 15px;text-align: left;text-decoration: none;display: -ms-flexbox;display: flex; -webkit-align-items: center;-moz-align-items: center; -ms-align-items: center;align-items: center;justify-content: space-between;-ms-flex-pack: distribute; cursor: pointer;}
.bottom--header .dropdown-sub:checked + label .uil,.bottom--header .dropdown-sub:not(:checked) + label .uil{ font-size: 22px;}
.bottom--header .dropdown-sub:not(:checked) + label .uil {transition: transform 200ms linear;}
.bottom--header .dropdown-sub:checked + label .uil {transform: rotate(135deg);transition: transform 200ms linear;}
.bottom--header .section-dropdown-sub { position: relative;display: block;width: 100%;pointer-events: none;opacity: 0;max-height: 0;padding-left: 10px;padding-right: 3px;overflow: hidden; transition: all 200ms linear;}
.bottom--header .dropdown-sub:checked ~ .section-dropdown-sub{pointer-events: auto;opacity: 1;max-height: 999px;}
.bottom--header { padding: 00px 0 0 0;}
header#header-menu { height: auto !important;}
.product--cat--search-menu { position: relative;top: 25px;}
.desktop-none{ position: absolute;left: 0; top: 35px;} 

.bottom--header i.fa.fa-shopping-cart, 
.desktop-none i.fa.fa-shopping-cart {
    color: #b7b7b7;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
}

/*--------------------------------------------------------------
1. Start Catelouge
---------------------------------------------------------------*/

body, html {height: 100%;}

.slider {width: 100%;/*height: 100%;*/margin: 0 auto;overflow: hidden;}
.slider__container {position: relative; width: 100%; height: 100%; display: block; margin: 0;padding: 0; font-size: 0;list-style: none; white-space: nowrap;}
.slider__content {position: absolute;top: 0; left: 0; width: 100%; height: 100%; font-size: 16px; visibility: hidden;}
.slider__item {position: relative; height: 100%; width: 100%; display: inline-block;}
.slider-controls {width: 100%; position: absolute; top: 50%; -webkit-transform: translate3d(0px, -50%, 0px);transform: translate3d(0px, -50%, 0px);z-index: 10;}
.slider-controls > .previous, .slider-controls > .next {position: absolute; width: 50px; height: 50px;display: block; cursor: pointer; border: none; outline: none; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-size: 7px;background-color: transparent; background-repeat: no-repeat; border: 2px solid #252525; border-radius: 3px; text-align: center; background-position: center; margin: 0 auto;}
.slider-controls > .next { right: 9rem; background-image: url("images/arrow-right.png");}
.slider-controls > .previous { right: 9rem;background-image: url(images/arrow-left.png); bottom: 10px;}
.slider-controls > .previous:hover, .slider-controls > .next:hover { background-color: #e8cc49;}
.slider-navigation { position: absolute; left: 6.9rem; bottom: -11rem; text-align: center;}
.slider-navigation > li {position: relative; display: inline-block;margin-right: 15px;}
.slider-navigation > li > a { display: inline-block; width: 8px;height: 8px; border: 3px solid #6f6f6f; border-radius: 3px;background: #6f6f6f; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.slider-navigation > li > a.is-active {background: rgb(111 111 111); border-color: rgb(111 111 111); width: 28px; height: 7px;}
 section#slider.section { position: relative;width: 100%; height: 550px; box-sizing: border-box;}
 .grid {display: table;}
 .grid > .column { width: 50%;display: table-cell; vertical-align: middle;}
 .slide-burger {background: radial-gradient( circle farthest-corner at 10% 75%,#f6e264 0%,#e1c038 70.3% );}
 section#slider img.image {position: absolute; right: 13rem; top: 0;}
.title.ct-section-subtitle:after { width: 80px; height: 10px; position: absolute; content: "";display: inline-block; width: 70px; border-width: 2px; border-style: solid; border-color: #6f6f6f; border-left: none; left: 0; bottom: 30px; margin: 0 auto; border-top: none;border-right: none; right: 134px;}
.title {white-space: normal;}
.slider-navigation{display: none;}
/*--------------------------------------------------------------
1. End Catelouge
---------------------------------------------------------------*/


/*--------------------------------------------------------------
2. Button Styles
---------------------------------------------------------------*/

.btn{ color: transparent;font-size: 1rem; font-weight: 500;letter-spacing: 2px; padding: 15px 60px; border: none; perspective: 500px; transform-style: preserve-3d;position: relative; z-index: 1; transition: all 0.5s; line-height: 30px;}
.btn:hover{ color: transparent; }
.btn:before,
.btn:after{content: attr(data-hover); color: #6f6f6f; background-color: #f2db5b;height: 100%;width: 100%; padding: 10px 15px;border: 2px solid #6f6f6f; transform: translateZ(0px); transform-origin: 50% 50% -25px; position: absolute;top: 0; left: 0;transition: all 0.2s ease; border-radius: 5px;}
.btn:after{ color: #fff;background-color: #27ae60; transform: rotateX(90deg);transform-origin: 50% 50% -25px; visibility: hidden;transition: all 0.2s ease 0.05s;}
.btn:hover:before{ transform: translateZ(-200px); }
.btn:hover:after{ visibility: visible; box-shadow: 0 0 10px rgba(0,0,0,0.3); transform: rotateX(0deg);}
.btn.blue:before{color: #3498db; border-color: #3498db;}
.btn.blue:after{ background-color: #3498db;border-color: #3498db;}
.btn.purple:before{color: #8e44ad;border-color: #8e44ad;}
.btn.purple:after{background-color: #8e44ad;border-color: #8e44ad;}
.btn.red:before{ color: #e74c3c; border-color: #e74c3c;}
.btn.red:after{ background-color: #e74c3c; border-color: #e74c3c;}

/*--------------------------------------------------------------
2. Button Styles
---------------------------------------------------------------*/

/*# sourceMappingURL=maps/application.min.css.map */


/* Display 1-- Max Font Size to display 10 lEss  */

.display-6 {
    font-weight: bold;
        font-size: 1.3rem;
}
.display-8 {
        font-size: 1.6rem;
}
.display-9 {
    font-size: 3rem;
        line-height: 3.5rem;
}
.font-family{
        /*font-family: 'Satisfy', cursive;*/
    }
.font-poppins{
/*font-family: 'poppins',sans-serif;*/
}

.lt-2{
        letter-spacing: 0.2rem;
}
.lt-5{
    letter-spacing: 0.35rem;
}
.lt-05{
        letter-spacing: 0.05rem;
}
.pt-07{
        padding-top: 0.7rem !important;
}
.pr-b2 {
    position: relative;
    bottom: 2rem;
} 
.lt-1{
    letter-spacing: 1px;
        line-height: 1.4rem;
        /*padding-left: 0.35rem;*/
}   

/*--------------------------------------------------------------
3. Banner 1 Section
---------------------------------------------------------------*/
section#slider.section .btn:before, 
section#slider.section .btn:after{
background: transparent;
}

section#ct-sec1 {/*padding: 2em 0 1.3em 0;*/}
.ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5.jpg");*/background-position:center left;background-repeat:no-repeat;    height: 470px;
    background-size: cover;} 
.ct--banner-element:hover>.banner-element-populated{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5-1.jpg");*/background-position:center right !important;background-repeat:no-repeat !important;} 
.ct--banner-element>.banner-element-populated>.banner-background-overlay{background-color:#f0514e;opacity:.1;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)}
 .ct--banner-element:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
 .ct--banner-element>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 20px 20px 0;padding:40px} .ct--banner-element>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-7b5d51b{text-align:left} 
 .banner-element.banner-element-7b5d51b .banner-heading-title{color:#fff;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
 .banner-element.banner-element-7b5d51b>.banner--container{padding:0 0 10px} 
 .banner-element.banner-element-block{text-align:left} .banner-element.banner-element-block .banner-heading-title{color:#fff;/*font-family:"Baloo Paaji",Barlow;font-size:40px*/} 
 .banner-element.banner-element-b .element-spacer-inner{height:120px} 
 .banner-element.banner-element-17fd19c{color:#fff;font-family:"Barlow",Barlow;font-size:40px;text-transform:uppercase;line-height:36px} 
 .banner-element.banner-element-17fd19c>.banner--container{margin:0} 
 .banner-element.banner-element-b2c2d61 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
 .banner-element.banner-element-b2c2d61 .elementor-button:hover, 
 .banner-element.banner-element-b2c2d61 .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-b2c2d61 .elementor-button:hover svg, 
 .banner-element.banner-element-b2c2d61 .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-37730fa>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
 .banner-element.banner-element-37730fa:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
 .banner-element.banner-element-37730fa>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-6.jpg");background-position:center left;background-repeat:no-repeat} 
 .banner-element.banner-element-37730fa:hover>.banner-element-populated{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-6.jpg");background-position:center right;background-repeat:no-repeat} 
 .banner-element.banner-element-37730fa>.banner-element-populated>.banner-background-overlay{background-color:#f2e9d8;opacity:.1} 
 .banner-element.banner-element-37730fa:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
 .banner-element.banner-element-37730fa>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 0 20px 20px;padding:100px 0 100px 70px} 
 .banner-element.banner-element-37730fa>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-a229c2a{text-align:left} 
 .banner-element.banner-element-a229c2a .banner-heading-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
 .banner-element.banner-element-a229c2a>.banner--container{padding:0 0 10px} 
 .banner-element.banner-element-5c1cdd9{text-align:left} 
 .banner-element.banner-element-5c1cdd9 .banner-heading-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:40px;text-transform:uppercase} 
 .banner-element.banner-element-e661683 .elementor-text-editor{text-align:left}
 .banner-element.banner-element-e661683{color:#fff;font-family:"Barlow",Barlow;font-size:36px;text-transform:uppercase;line-height:60px} .banner-element.banner-element-e661683>.banner--container{margin:0 0 30px} 
 .banner-element.banner-element-e3938ca .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
 .banner-element.banner-element-e3938ca .elementor-button:hover, 
 .banner-element.banner-element-e3938ca .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-e3938ca .elementor-button:hover svg, 
 .banner-element.banner-element-e3938ca .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-372b8dd>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
 .banner-element.banner-element-372b8dd:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
 .banner-element.banner-element-372b8dd>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-02.jpg");*/background-position:center left;background-repeat:no-repeat} 
 .banner-element.banner-element-372b8dd:hover>.banner-element-populated{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-02.jpg");*/background-position:center right;background-repeat:no-repeat} .banner-element.banner-element-372b8dd>.banner-element-populated>.banner-background-overlay{background-color:#fbd3d4;opacity:.1} .banner-element.banner-element-372b8dd:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
 .banner-element.banner-element-372b8dd>.banner-element-populated{transition:background .5s,border .3s,border-radius .3s,box-shadow .3s;margin:20px 20px 0 0;padding:100px 0 100px 370px} .banner-element.banner-element-372b8dd>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-7f8f2b8{text-align:left} 
 .banner-element.banner-element-7f8f2b8 .banner-heading-title{color:#f85a8b;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
 .banner-element.banner-element-7f8f2b8>.banner--container{padding:0 0 10px} 
 .banner-element.banner-element-6d5b624{text-align:left} 
 .banner-element.banner-element-6d5b624 .banner-heading-title{color:#fff;font-family:"Baloo Paaji",Barlow;font-size:40px;text-transform:uppercase} 
 .banner-element.banner-element-2189446 .elementor-text-editor{text-align:left} 
 .banner-element.banner-element-2189446{color:#fff;font-family:"Barlow",Barlow;font-size:36px;text-transform:uppercase;line-height:60px} 
 .banner-element.banner-element-2189446>.banner--container{margin:0 0 30px} 
 .banner-element.banner-element-ec20df4 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
 .banner-element.banner-element-ec20df4 .elementor-button:hover, 
 .banner-element.banner-element-ec20df4 .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-ec20df4 .elementor-button:hover svg, 
 .banner-element.banner-element-ec20df4 .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-a2a7c9c>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
 .banner-element.banner-element-a2a7c9c:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-a2a7c9c>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-8.jpg");*/background-position:center left;background-repeat:no-repeat} 
 .banner-element.banner-element-a2a7c9c:hover>.banner-element-populated{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-8.jpg");*/background-position:center right;background-repeat:no-repeat} 
 .banner-element.banner-element-a2a7c9c>.banner-element-populated>.banner-background-overlay{background-color:#cae6e9;opacity:.1;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
 .banner-element.banner-element-a2a7c9c:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
 .banner-element.banner-element-a2a7c9c>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:20px 0 0 20px;padding:40px} 
 .banner-element.banner-element-a2a7c9c>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-c3463c6{text-align:left} 
 .banner-element.banner-element-c3463c6 .banner-heading-title{color:#f85a8b;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} .banner-element.banner-element-c3463c6>.banner--container{padding:0 0 10px}
 .banner-element.banner-element-d65c436{text-align:left} 
 .banner-element.banner-element-d65c436 .banner-heading-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:40px} 
 .banner-element.banner-element-87779f2 .element-spacer-inner{height:120px} 
 .banner-element.banner-element-6661946{color:#fff;font-family:"Barlow",Barlow;font-size:40px;text-transform:uppercase;line-height:36px} 
 .banner-element.banner-element-6661946>.banner--container{margin:0} 
 .banner-element.banner-element-7ddf0da .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
 .banner-element.banner-element-7ddf0da .elementor-button:hover, 
 .banner-element.banner-element-7ddf0da .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-7ddf0da .elementor-button:hover svg, 
 .banner-element.banner-element-7ddf0da .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-9ce8030>.elementor-container>.elementor-row>.single-column>.banner-column-wrap>.banner---wrap{align-content:center;align-items:center} 
 .banner-element.banner-element-9ce8030{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:30px;padding:0 20px} 
 .banner-element.banner-element-9ce8030>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-1f674ab>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
 .banner-element.banner-element-2c0ef8e{text-align:center} 
 .banner-element.banner-element-2c0ef8e .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} 
 .banner-element.banner-element-2c0ef8e>.banner--container{margin:0 0 70px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} 
 .banner-element.banner-element-a666459>.banner--container{margin:0 -20px} 
 .banner-element.banner-element-c6d28a8>.elementor-container{min-height:595px} 
 .banner-element.banner-element-c6d28a8>.elementor-container:after{content:"";min-height:inherit} 
 .banner-element.banner-element-c6d28a8>.banner-background-overlay{background-color:#ffc3b3;background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-03.jpg");background-position:top center;background-repeat:no-repeat;opacity:1;transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-c6d28a8:hover>.banner-background-overlay{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-03.jpg");background-position:top right;opacity:.8} .banner-element.banner-element-c6d28a8{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:90px} 
 .banner-element.banner-element-bb6118f{text-align:center} .banner-element.banner-element-bb6118f .banner-heading-title{font-family:"Baloo Paaji",Barlow;font-size:94px;font-weight:400;text-transform:uppercase} 
 .banner-element.banner-element-16c6255{text-align:center} 
 .banner-element.banner-element-16c6255 .banner-heading-title{font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:400;text-transform:uppercase} 
 .banner-element.banner-element-16c6255>.banner--container{margin:0 0 40px} 
 .banner-element.banner-element-14c1e37 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 50px} 
 .banner-element.banner-element-14c1e37 .elementor-button:hover, .banner-element.banner-element-14c1e37 .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-14c1e37 .elementor-button:hover svg, 
 .banner-element.banner-element-14c1e37 .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-f5459f7{margin-top:0;margin-bottom:90px} 
 .banner-element.banner-element-2b1b3de.elementor-position-right .elementor-image-box-img{margin-left:15px} 
 .banner-element.banner-element-2b1b3de.elementor-position-left .elementor-image-box-img{margin-right:15px}
 .banner-element.banner-element-2b1b3de.elementor-position-top .elementor-image-box-img{margin-bottom:15px} 
 .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img{width:0} 
 .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} 
 .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} 
 .banner-element.banner-element-2b1b3de:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-2b1b3de:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} 
 .banner-element.banner-element-2b1b3de .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper{text-align:center} 
 .banner-element.banner-element-2b1b3de .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-2b1b3de .elementor-image-box-content .elementor-image-box-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-2b1b3de .elementor-image-box-content .elementor-image-box-sub-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;line-height:70px} .banner-element.banner-element-2b1b3de>.banner--container{padding:0 90px} .banner-element.banner-element-f6c9833 a.elementor-button, .banner-element.banner-element-f6c9833 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;background-color:#36dbce;border-radius:6px} .banner-element.banner-element-f6c9833 a.elementor-button:hover, .banner-element.banner-element-f6c9833 .elementor-button:hover{background-color:#ff7a8b} .banner-element.banner-element-f6c9833>.banner--container{margin:20px 0} .banner-element.banner-element-aad0e1e.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-aad0e1e.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-aad0e1e.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-aad0e1e:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-aad0e1e:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-aad0e1e .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-aad0e1e .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-aad0e1e .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-aad0e1e .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-aad0e1e>.banner--container{padding:70px 0 0} .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 80px 0 100px} .banner-element.banner-element-e5fcd84.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-e5fcd84.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-e5fcd84.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-e5fcd84:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-e5fcd84:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-e5fcd84 .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-e5fcd84 .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-e5fcd84 .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-e5fcd84 .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-e5fcd84>.banner--container{padding:0 0 70px} .banner-element.banner-element-ea6c290.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-ea6c290.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-ea6c290.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-ea6c290:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-ea6c290:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-ea6c290 .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-ea6c290 .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-ea6c290 .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-ea6c290 .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-71e3345>.elementor-container>.elementor-row>.single-column>.banner-column-wrap>.banner---wrap{align-content:center;align-items:center} .banner-element.banner-element-71e3345{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0 20px} .banner-element.banner-element-71e3345>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-c3be6f0>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-fab5809{text-align:center} .banner-element.banner-element-fab5809 .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} .banner-element.banner-element-fab5809>.banner--container{margin:0 0 70px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} .banner-element.banner-element-04a9963>.elementor-container{max-width:1440px} .banner-element.banner-element-04a9963{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:90px;padding:0 20px} .banner-element.banner-element-04a9963>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-02b9f5d>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-02b9f5d:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-02b9f5d>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-11.jpg");background-position:center left;background-repeat:no-repeat;background-size:cover} .banner-element.banner-element-02b9f5d:hover>.banner-element-populated{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-11.jpg");background-position:center right;background-repeat:no-repeat;background-size:cover} .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay{background-color:#000;opacity:.1}
 .banner-element.banner-element-02b9f5d:hover>.banner-element-populated>.banner-background-overlay{opacity:.23} .banner-element.banner-element-02b9f5d>.banner-element-populated{border-style:solid;border-width:1px 0 0;border-color:#e5e5e5;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 20px;padding:40px 40px 30px} .banner-element.banner-element-02b9f5d>.banner-element-populated, .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay, .banner-element.banner-element-02b9f5d>.elementor-background-slideshow{border-radius:6px} .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-ec48100 .elementor-button{font-family:"Barlow",Barlow;font-size:14px;fill:#fff;color:#fff;background-color:#f85a8b;padding:5px 10px} .banner-element.banner-element-f3fbfb0 .element-spacer-inner{height:315px} .banner-element.banner-element-5221f92 .banner-heading-title{font-size:24px} .banner-element.banner-element-ba828a5 .elementor-text-editor{text-align:right} .banner-element.banner-element-ba828a5{color:#fff;font-family:"Baloo Paaji",Barlow;font-size:16px} .banner-element.banner-element-05a05be .elementor-text-editor{text-align:right} .banner-element.banner-element-05a05be{color:#52cfbd;font-family:"Baloo Paaji",Barlow;font-size:24px;line-height:24px} .banner-element.banner-element-182bd2f>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-182bd2f>.banner-element-populated{margin:0 20px} .banner-element.banner-element-5dad612>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-5dad612>.banner-element-populated{margin:0 20px} .banner-element.banner-element-336c64b>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-336c64b>.banner-element-populated{margin:0 20px} .banner-element.banner-element-cf8cf06{padding:0 20px} .banner-element.banner-element-80891fc>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 20px 0 0} .banner-element.banner-element-67a5d25 .elementor-cta__content{min-height:410px;text-align:left} .banner-element.banner-element-67a5d25 .elementor-cta__title{font-family:"Baloo Paaji",Barlow;font-size:52px;line-height:52px} .banner-element.banner-element-67a5d25 .elementor-cta__description{font-family:"Barlow",Barlow;font-size:18px;line-height:30px} .banner-element.banner-element-67a5d25 .elementor-cta__button{font-family:"Baloo Paaji",Barlow;font-size:16px;color:#595959;background-color:#fff} .banner-element.banner-element-67a5d25 .elementor-cta__button:hover{color:#fff;background-color:#36dbce;border-color:#36dbce} .banner-element.banner-element-67a5d25 .elementor-cta__content-item{transition-duration:1s} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc(1s/3)} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc((1s/3)*2)} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc((1s/3)*3)} .banner-element.banner-element-67a5d25 .elementor-cta .elementor-cta__bg, .banner-element.banner-element-67a5d25 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s} .banner-element.banner-element-67a5d25>.banner--container{border-radius:6px} .banner-element.banner-element-c936085>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-c936085:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-c936085>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f97889;background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner4.jpg");background-position:bottom center;background-repeat:no-repeat} .banner-element.banner-element-c936085>.banner-element-populated, .banner-element.banner-element-c936085>.banner-element-populated>.banner-background-overlay, .banner-element.banner-element-c936085>.elementor-background-slideshow{border-radius:6px} .banner-element.banner-element-c936085>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 0 0 20px}
 .banner-element.banner-element-c936085>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-753ef57{text-align:center} 
 .banner-element.banner-element-753ef57 .banner-heading-title{color:#fff} 
 .banner-element.banner-element-753ef57>.banner--container{padding:30px 0 0} 
 .banner-element.banner-element-7825a7e>.banner--container{padding:0 0 20px} 
 .banner-element.banner-element-004377c .elementor-text-editor{text-align:center} 
 .banner-element.banner-element-004377c{color:#fff} .banner-element.banner-element-004377c>.banner--container{padding:0 0 20px} 
 .banner-element.banner-element-ec1c5ca .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#f97889;color:#f97889;background-color:#fff;padding:18px 50px} 
 .banner-element.banner-element-ec1c5ca .elementor-button:hover, 
 .banner-element.banner-element-ec1c5ca .elementor-button:focus{color:#fff;background-color:#36dbce} 
 .banner-element.banner-element-ec1c5ca .elementor-button:hover svg, 
 .banner-element.banner-element-ec1c5ca .elementor-button:focus svg{fill:#fff} 
 .banner-element.banner-element-ec1c5ca>.banner--container{padding:0 0 5px} 
 .banner-element.banner-element-c18b46e{padding:90px 20px 0} 
 .banner-element.banner-element-64672f3>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-968f3f9{text-align:center} 
 .banner-element.banner-element-968f3f9 .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} 
 .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 60px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} 
 .banner-element.banner-element-d6267ef .elementor-items-container{grid-column-gap:40px} .banner-element.banner-element-d6267ef .entry-content .entry-title{font-size:26px} 
 .banner-element.banner-element-8a7b0fc{margin-top:0;margin-bottom:85px;padding:0 20px} .banner-element.banner-element-2148550>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
 .banner-element.banner-element-2148550>.banner-element-populated{border-style:dotted;border-width:3px;border-color:#ebebeb;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:40px 0} .banner-element.banner-element-2148550>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
 .banner-element.banner-element-b9b5b51>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-d71f503 .instagram-widget .wrapp-picture{margin:calc(0px/2)}@media(min-width:768px){ .banner-element.banner-element-05997c4{width:25%} 
 .banner-element.banner-element-f1c8e5d{width:75%} 
 .ct--banner-element{/*width:32.998%*/} .banner-element.banner-element-37730fa{width:67%} 
 .banner-element.banner-element-372b8dd{width:66.998%} 
 .banner-element.banner-element-a2a7c9c{width:33%} 
 .banner-element.banner-element-0eb99e0{width:61.923%} 
 .banner-element.banner-element-a1080e6{width:38.077%} 
 .banner-element.banner-element-80891fc{width:58.5%} 
 .banner-element.banner-element-c936085{width:41.5%}}

 @media(max-width:1024px){ .banner-element.banner-element-fe78232{margin-top:20px;margin-bottom:20px} 
 .banner-element.banner-element-7d67cac{margin-top:20px;margin-bottom:20px} 
 .banner-element.banner-element-8bd362d .banner-heading-title{font-size:36px} 
 .banner-element.banner-element-0ac63ae{margin-top:0;margin-bottom:40px;padding:0} 
 .banner-element.banner-element-05997c4:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-05997c4>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-size:cover} .banner-element.banner-element-05997c4:hover>.banner-element-populated{background-size:cover} .banner-element.banner-element-05997c4>.banner-element-populated{margin:0 0 20px;padding:40px} 
 .banner-element.banner-element-372b8dd>.banner-element-populated{padding:30px} 
 .banner-element.banner-element-9ce8030{padding:0 20px} 
 .banner-element.banner-element-2c0ef8e .banner-heading-title{font-size:36px} 
 .banner-element.banner-element-c6d28a8{margin-top:0;margin-bottom:40px} 
 .banner-element.banner-element-aad0e1e>.banner--container{padding:40px 0 40px 40px} 
 .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 40px} 
 .banner-element.banner-element-fab5809 .banner-heading-title{font-size:36px} 
 .banner-element.banner-element-fab5809>.banner--container{margin:0 0 40px} 
 .banner-element.banner-element-04a9963{margin-top:0;margin-bottom:40px;padding:0 20px 0 19px} 
 .banner-element.banner-element-02b9f5d>.banner-element-populated{margin:0} 
 .banner-element.banner-element-5dad612>.banner-element-populated{margin:20px 0 0} 
 .banner-element.banner-element-336c64b>.banner-element-populated{padding:20px 0 0} 
 .banner-element.banner-element-cf8cf06{padding:0 20px} 
 .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 0 40px} 
 .banner-element.banner-element-c936085>.banner-element-populated{margin:0} 
 .banner-element.banner-element-c18b46e{padding:40px 20px 20px} 
 .banner-element.banner-element-968f3f9 .banner-heading-title{font-size:36px} 
 .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 30px} 
 .banner-element.banner-element-8a7b0fc{padding:0 20px}}
 @media(max-width:767px){ .banner-element.banner-element-fe78232{margin-top:20px;margin-bottom:20px} 
 .banner-element.banner-element-f973769{width:100%} .banner-element.banner-element-f7ffe0a .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-2686fc3{width:100%} .banner-element.banner-element-2686fc3>.banner-element-populated{margin:20px 0} .banner-element.banner-element-db0973a .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-8412fa4{width:100%} .banner-element.banner-element-3dce1b8 .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-7d67cac{margin-top:20px;margin-bottom:20px} .banner-element.banner-element-b8862f7{width:100%} .banner-element.banner-element-8bd362d>.banner--container{margin:0 0 40px} .banner-element.banner-element-0ac63ae{margin-top:0;margin-bottom:40px;padding:0 20px} .banner-element.banner-element-05997c4>.banner-element-populated{margin:0 0 20px;padding:30px} .banner-element.banner-element-f1c8e5d>.banner-element-populated{margin:0} .ct--banner-element>.banner-element-populated{margin:0 0 20px} .banner-element.banner-element-37730fa>.banner-element-populated{margin:0} .banner-element.banner-element-372b8dd>.banner-element-populated{margin:20px 0;padding:20px} .banner-element.banner-element-a2a7c9c>.banner-element-populated{margin:0} .banner-element.banner-element-9ce8030{margin-top:0;margin-bottom:0;padding:30px 20px} .banner-element.banner-element-2c0ef8e>.banner--container{margin:0 0 40px} .banner-element.banner-element-c6d28a8{margin-top:0;margin-bottom:0} .banner-element.banner-element-2b1b3de .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-2b1b3de>.banner--container{padding:0 40px} .banner-element.banner-element-aad0e1e .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-aad0e1e>.banner--container{padding:20px} .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 20px} .banner-element.banner-element-e5fcd84 .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-ea6c290 .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-71e3345{padding:30px 20px} .banner-element.banner-element-fab5809>.banner--container{margin:0} .banner-element.banner-element-04a9963{margin-top:0;margin-bottom:0;padding:30px 20px} .banner-element.banner-element-02b9f5d>.banner-element-populated{margin:0 0 30px} .banner-element.banner-element-182bd2f>.banner-element-populated{margin:0 0 15px} .banner-element.banner-element-5dad612>.banner-element-populated{margin:0 0 15px} .banner-element.banner-element-336c64b>.banner-element-populated{margin:0;padding:0} .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 0 20px} .banner-element.banner-element-c936085>.banner-element-populated{margin:0;padding:20px} .banner-element.banner-element-c18b46e{padding:30px 0 0} .banner-element.banner-element-64672f3>.banner-element-populated{padding:0 20px} .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 30px} .banner-element.banner-element-8a7b0fc{padding:0 20px}}@media(max-width:1024px) and (min-width:768px){ .banner-element.banner-element-f973769{width:100%} .banner-element.banner-element-2686fc3{width:100%} .banner-element.banner-element-8412fa4{width:100%} .banner-element.banner-element-b8862f7{width:100%} .banner-element.banner-element-05997c4{width:100%} .banner-element.banner-element-f1c8e5d{width:100%} .ct--banner-element{width:100%} .banner-element.banner-element-37730fa{width:50%} .banner-element.banner-element-372b8dd{width:50%} .banner-element.banner-element-a2a7c9c{width:50%} .banner-element.banner-element-23ab59c{width:100%} .banner-element.banner-element-6b421f2{width:100%} .banner-element.banner-element-02b9f5d{width:50%} .banner-element.banner-element-182bd2f{width:100%} .banner-element.banner-element-5dad612{width:50%} .banner-element.banner-element-336c64b{width:50%} .banner-element.banner-element-80891fc{width:100%} 
 .banner-element.banner-element-c936085{width:100%}}
 .banner-element.banner-element-block .banner-heading-title {position: absolute; color: #252525;transform: rotate(-90deg); left: -130px; bottom: 98px; width: max-content; background: #ffffff; letter-spacing: 2px;padding: 20px 30px 20px 30px;/*font-weight: normal;*/display: inline-block; z-index: 5; height: 75px;}
.banner-element.banner-element-block .banner-heading-title span { font-weight: 800;}
.banner-column-wrap.banner-element-populated { overflow: hidden; position: relative;}
section#ct-sec1 .alert.alert-warning{
        padding: 0rem 1.5rem;
            position: absolute;
    left: 0;
    top: -65px;
    font-size: 1rem;
        color: #ffffff;
    background-color: #e2c23b;
    border-color: #e2c23b;
    height: 55px;
}
section#ct-sec1{
    position: relative;
}
.ct--banner-element.single-column:hover h2.banner-heading-title {
    text-shadow: 1px 0px 0px #252525;
}
/*--------------------------------------------------------------
4. Banner 2 Section
---------------------------------------------------------------*/

section#ct-sec2 {/*padding-bottom: 4rem;*/position: relative;}
.sec2-banner .sec2-banner--2block-1 {padding-left: 2rem !important;}
.sec2-banner .sec2_banner--block {background: #f6e264; border-radius: 5px;}
.sec2-banner h2.ct-section-title span {background: #f80302; color: #ffffff;padding: 3px 15px;}
.sec2-banner h2.ct-section-title { color: #f80302;padding-top: 2rem; padding-bottom: 1rem; line-height: 55.25px; /*letter-spacing: 1px;*/}
.sec2-banner .ct-section-subtitle { color: #111111;}
.sec2-banner .sec2-banner--2block-2 {clip-path: polygon(15% 0%, 100% 0%, 75% 100%, 0% 100%); background: #ade9f3; padding-left: 6rem !important; padding-top: 4rem !important;}
.sec2-banner .sec2-banner--2block-1 img {position: relative; top: 25px; left: 45px; z-index: 2;}
.sec2-banner .sec2-banner--2block-3 {position: absolute; right: 140px;text-align: right; text-align: center; max-width: 15%; top: 40px;}
.sec2-banner .sec2_banner--block img { transition: 0.3s ease-in-out;}
.sec2-banner .sec2_banner--block:hover img {transform: scale(1.1) rotate(4deg);transition-duration: 0.3s; transition: 0.3s ease-in-out;}
.sec2-banner .btn:before, 
.sec2-banner .btn:after{
background: transparent;
}
.sec2-banner .btn{
    padding: 14px 55px;
}
/*--------------------------------------------------------------
5. Banner 3 Section
---------------------------------------------------------------*/

.sec4-banner .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.sec4-banner .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{height: 270px;}
.sec4-banner .ct--banner-element>.banner-element-populated{ padding: 20px;}
.sec3-banner-block1 .banner-element.banner-element-block {background: #ffffff; padding: 20px 40px 20px 40px; max-width: 50%; border-radius: 3px;}
.sec4-banner p.banner3-heading-subtitle { font-size: 1.2rem;}
.sec4-banner .btn { margin-top: 10px; padding: 10px 40px;}
.sec4-banner .btn:before, .sec4-banner .btn:after{ padding: 5px 15px;}
.sec3-banner-block2 h2.ct-section-title span {background: #000; color: #ffffff;background: #f80302; color: #ffffff; padding: 3px 15px;}
.sec3-banner-block2 h2.ct-section-title { color: #f80302;}
 
/*--------------------------------------------------------------
6. Recent Product Section
---------------------------------------------------------------*/
.sec-products h2.no-background,
section#ct-sec4 h2.no-background,
.sec-posts h2.no-background {
  position: relative;
  overflow: hidden;
      line-height: 50px;
}
.sec-products h2.no-background cite,
section#ct-sec4 h2.no-background cite,
.sec-posts h2.no-background cite{
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
   font-style: normal;
}
.sec-products h2.no-background cite:after,
section#ct-sec4 h2.no-background cite:after,
.sec-posts h2.no-background cite:after {
    content: '';
    display: block;
    width: 1038px;
    position: absolute;
    bottom: 0.35em;
    border-top: 1px solid red;
    margin-left: 24px;
     left: 100%;
}



:root{ --main-color: #e74c3c; }
.product-grid{
    /*border: 1px solid #ebebeb;
    border-radius: 10px;*/
    overflow: hidden;
    transition: all 0.5s;
}
.product-grid:hover{ border-color: #c1c1c1; }
.product-grid .product-image{ position: relative;    overflow: hidden; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
        /*transition: all 0.3s ease 0s;*/
}
/*.product-grid:hover .product-image img {
    transform: rotate(10deg) scale(1.2);
    filter: grayscale(50%);
}*/

/* Products Image Hover Effects , 
if wants simple hover then set uncommen css to commented css of product grid class & image */
.product-grid .product-image{
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
.product-grid:hover .product-image .pic-1{ transform: translateY(-100%); }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.product-grid:hover .product-image .pic-2{ transform: translateY(0); }
/* Products Image Hover Effects */


.product-grid .product-sale-label{
    color: #252525;
    background: #ffffff;
    /*font-size: 16px;*/
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    width: 40px;
    height: 150px;
    padding: 20px 30px 20px 25px;
    /* transform: rotate(-90deg); */
    position: absolute;
    top: 0;
    left: 0;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15% 50%); */
    word-break: break-word;
    white-space: normal;
}
.product-grid .social{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: -20px;
    right: 10px;
    transition: .4s ease-in-out;
}
.product-grid:hover .social{
    opacity: 1;
    top: 15px;
}
.product-grid .social li a{
    color: var(--main-color);
    background: #fff;
    font-size: 0.85rem;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 0 10px;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
}
.product-grid .social li a:hover{
    color: #fff;
    background: var(--main-color);
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background: #444;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateY(-50%);
    position: absolute;
    right: 53px;
    top: 50%;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 50px;
    z-index: -1;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    display: block;
}
.product-grid .product-content{
    padding: 15px 0px;
    position: relative;
}
.product-grid .product-category{
    font-size: 14px;
    text-transform:uppercase;
    margin-bottom: 5px;
    display: block;
}
.product-grid .product-category a{
    color: #999;
    transition: all .4s ease 0s;
}
.product-grid .product-category a:hover{ color: var(--main-color); }
.product-grid .title{
/*    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 7px;
    display: block;*/
}
.product-grid .title a{
    color: #444;
    transition: all .4s ease 0s;
}
.product-grid .title a:hover{ color: var(--main-color); }
.product-grid .rating{
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating li{
    color: #ffd200;
    font-size: 12px;
    display: inline-block;
}
.product-grid .rating li:last-child{ color: #999; }
.product-grid .rating li.disable{ color: #999; }
.product-grid:hover .rating{ opacity: 0; }
.product-grid .price{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
    transition: .3s ease;
}
.product-grid .price span{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.product-grid:hover .price{ opacity: 0; }
.product-grid a.button{
    color: #252525;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 30px 0 0;
    border-radius: 50px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    line-height: 0;
    /* text-align: right; */
}
.product-grid a.button:hover{
    color: #fff;
    background: transparent;
}
.product-grid:hover a.button{
    opacity: 1;
    transform: translateY(-16px);
}
.sec-products i.fa.fa-shopping-cart {
    background: #252525;
    color: #ffffff;
    /* padding: 15px; */
    font-size: 20px;
    font-weight: normal;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.sec-products .product-grid a.button i.fa.fa-shopping-cart {
    margin-right: 1.5rem;
}

.sec-products .owl-carousel {
    padding-top: 3rem;
}
.sec-products h2.ct-section-title.mb-5 {
    letter-spacing: 2px;
    /* font-weight: 400; */
    font-size: 2.2rem;
        margin: 0 !important;
}
.sec-products .ct-products-btn{
    text-align: right;
}
.sec-products .btn:before, 
.sec-products .btn:after{
    padding: 7px 15px;
        line-height: 2rem;
}
.sec-products .btn{
     padding: 18px 50px;
    line-height: 1rem;
    position: relative;
    /*bottom: 20px;*/
}
.sec-products .product--sec3--border {
    position: relative;
    top: 20px;
}
.sec-products .alert.alert-warning.text-center,
.products-section .alert.alert-warning {
    padding: 1rem 1.5rem;
    /* position: absolute; */
    left: 0;
    /* top: -65px; */
    font-size: 1rem;
    color: #ffffff;
    background-color: #e2c23b;
    border-color: #e2c23b;
    height: 80px;
    line-height: 1.5rem;
    font-weight: 500;
        text-transform: uppercase;
}
.products-section .alert.alert-warning{
    height: 55px;
}
section#ct-sec3 {
       /*padding: 1.5rem 0;*/
}
.sec-products ins {
    background: none;
    /* font-size: 22px; */
}
.sec-products ins span {
    text-decoration: none !important;
    color: #cbcbcb !important;
    /* background: none !important; */
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sec-products .owl-theme .owl-dots .owl-dot span{
        width: 9px;
    height: 9px;
    margin: 5px 8px;
        border-radius: 3px;
}
.sec-products button.owl-dot.active span {
    width: 28px !important;
    height: 8px !important;
}
.sec-products ins span.woocommerce-Price-amount.amount, 
.sec-products ins span.woocommerce-Price-currencySymbol {
    font-size: 1rem !important;
    /*color: #252525 !important;*/
    letter-spacing: 1px;
}
.sec-products .btn:before, 
.sec-products .btn:after {
    color: #252525;
    background: transparent;
}
section#ct-sec4 {
    padding-top: 3rem;
    padding-bottom: 4rem;
} 
h2.banner3-heading-title span {
    font-weight: 700;
}
#ct-sec4 .alert.alert-warning {
    padding: 1rem 1.5rem;
    /* position: absolute; */
    left: 0;
    /* top: -65px; */
    font-size: 1rem;
    color: #ffffff;
    background-color: #e2c23b;
    border-color: #e2c23b;
    height: 55px;
    line-height: 1.5rem;
    font-weight: 500;
    /* width: max-content; */
    position: absolute;
    top: -55px;
    text-align: center;
    left: 0;
    right: 0;
}
section#ct-sec4 .btn:before, 
section#ct-sec4 .btn:after {
    background: transparent;
}
/*  Blog Section  */
section#ct-sec8 .btn {
    padding: 18px 50px;
    line-height: 1rem;
    position: relative;
    bottom: 20px;
}

section#ct-sec8 .sbox-2 {
    /* text-align: center; */
    margin-bottom: 0;
    background-color: #f6e264;
    /* border: 1px solid #ccc; */
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center; 
} 
section#ct-sec8 .card-wrapper:hover .sbox-2{
/*background-color: #fafafa;
border: 1px solid #f5f5f5;*/
/*-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);*/
}
section#ct-sec8 .card-wrapper:hover .sbox-2 .sbox-2-icon {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}
section#ct-sec8 .card-wrapper:hover .sbox-2 h6.sbox-2-title {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0); 
}
section#ct-sec8 .bg-lightgrey .sbox-2{
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
section#ct-sec8 .sbox-2 h6 {
letter-spacing: 0;
    /* margin-top: 25px; */
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    word-break: break-word;
    background: #252525;
    color: #ffffff;
    padding: 15px 0;
}
section#ct-sec8 .sbox-2 h6 i.fa.fa-comment {
    display: block;
    padding-bottom: 5px;
}
section#ct-sec8 .sbox-2-icon {
    color: #00a3c8;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    word-break: break-word;
    line-height: 1.9rem;
    padding: 5px 0;
}
section#ct-sec8 .btn:before, 
section#ct-sec8 .btn:after {
    padding: 7px 15px;
    line-height: 2rem;
}
section#ct-sec8 .sbox-2-icon span {
        display: block;
    font-size: 2rem;
    line-height: 2.3rem;
}
.card-wrapper h4{
        line-height: 2.2rem;
        margin: 0;
}
section#ct-sec8 {
    padding: 5rem 0;
}
section#ct-sec8 h2 {
    letter-spacing: 2px;
}
.card-wrapper {
    margin-bottom: 3rem;
}
section#ct-sec8 a.post--btn {
    font-size: 1rem;
    font-weight: 500;
        transition: 0.3s ease-in-out;
}
section#ct-sec8 .btn:before, section#ct-sec8 .btn:after {
    background: transparent;
}
section#ct-sec8 a.post--btn:hover i.fa {
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.3s ease-in-out;
}

/* Clients Logo Section  */
section#ct-sec11 {
       padding-bottom: 5rem;
    padding-top: 5rem;
}
.ct--posts-element{
/*    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    border: 1px solid #ebebeb;*/
}
.ct--posts-element .ct--posts-image{
    position: relative;
    overflow: hidden;
        margin-bottom: 2rem;
}
.ct--posts-element .ct--posts-image a.image{ display: block; }
.ct--posts-element .ct--posts-image img{
    width: auto;
    height: auto;
}
.ct--posts-image .pic-1{ transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
.ct--posts-element:hover .ct--posts-image .pic-1{ transform: translateY(-100%); }
.ct--posts-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.ct--posts-element:hover .ct--posts-image .pic-2{ transform: translateY(0); }



/**/
/*#gallery .spa-gall {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#gallery .spa-gall * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
#gallery .spa-gall img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    border-radius: 6px;
}
#gallery .spa-gall i {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 20px;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    font-weight: normal;
    padding: 0;
    margin: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
}
#gallery .spa-gall:hover i,
#gallery .spa-gall:hover:after{
    opacity: 1;
}
#gallery .spa-gall:after {
    background: #ffffff;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 43%;
    content: '';
    border-radius: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}
*/
#gallery .spa-gall a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
/*#gallery .spa-gall:hover img,
#gallery .spa-gall.hover img {
    opacity: 0.4;
}
#gallery .spa-gall:hover:after,
#gallery .spa-gall.hover:after {
    -webkit-transform: scale(14);
    transform: scale(14);
    opacity: 0.8;
}
#gallery .spa-gall:hover i,
#gallery .spa-gall.hover i {
    -webkit-transform: scale(2) translate(0px, -60px);
    transform: scale(2) translate(0px, -60px);
    background: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#gallery .innerbox-gallery{
    display: none;
}
#gallery .button_main {
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 14px 35px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f69081, #fb7fa1, #f69081);
    z-index: 1;
    border-radius: 30px;
    background-size: 400%;
    animation: animated 8s linear infinite;
    transition: all linear .5s;
    display: inline-block;
    margin-top: 30px;
}*/
/*#gallery .button_main a {
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
#gallery .lz-gallery-images {
    margin-bottom: 0;
    padding: 17px;
}*/
/* pro-cat */

section#ct-sec4 figure.ct--products__img {
   /* display: none;*/
}
.products--category h5 {
    line-height: 2rem;
        transition: 0.3s ease-in-out;
}
.products--category h5:hover {
    padding-left: 0.2rem;
    transition: 0.3s ease-in-out;
}
.products--category .products--category h2 {
        margin-bottom: 1.8rem;
    /*position: relative;
    top: 2rem;*/
}
.ct--products__cat:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    /* height: 0; */
    /* width: 0; */
    top: -10px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.ct--products__cat {
    position: relative;
    padding: 5px 1.5rem;
        z-index: 1;
}
.cat--block__image {
    position: absolute;
    right: 0px;
    bottom: 0;
    max-width: 100%;
        transition: 0.3s ease-in-out;
}
.catrgory--block:hover .cat--block__image{
       right: -10px;
    transition: 0.3s ease-in-out;

}
.catrgory--block {
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.cat--block1{
    background: #f6e264;
}
.cat--block2{
    background: #96e2ef;
}
.cat--block3{
    background: #f6e264;
}
.catrgory--block h2 {
    padding-right: 5rem;
}
/*.cat--block__image{ position: relative;    overflow: hidden; }
.cat--block__image img{
    width: 100%;
    height: auto;
        transition: all 0.3s ease 0s;
}
.cat--block__image:hover {
    transform: rotate(10deg) scale(1.2);
    filter: grayscale(50%);
}*/
.products--category .btn:before, 
.products--category .btn:after {
    padding: 7px 15px;
    line-height: 2rem;
}
.products--category .btn {
    padding: 18px 50px;
    line-height: 1rem;
    position: relative;
    bottom: 20px;
}

.products--category .cat--box__btn{
    color: #252525;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 30px 0 0;
    border-radius: 50px;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
        margin-top: 20px;
    /*line-height: 0;*/
    /* text-align: right; */

}
.products--category .cat--box__btn:hover a {
    transition: 0.3s ease-in-out;
    padding-left: 10px;
}

.products--category a.button i.fa {
    margin-right: 1.5rem;
}
.button--icon {
    background: #f6e264;
    border-radius: 50%;
    text-align: center;
    width: 60px;
}
.button--text {
    padding: 15px 10px;
    text-align: center;
}
.row-eq-height {
    display: flex;
}
.products--category h2 {
    padding-bottom: 20px;
}
section#ct-sec4 i.fa.fa-angle-right {
    color: #252525;
    font-weight: bolder;
}
.pd-7{
    padding: 7px;
}
section#gallery .ct--posts-element .ct--posts-image {
    margin: 0;
}
section#gallery h2.align-items-center {
position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 4rem 3rem 4rem 3rem;
    text-align: center;
    background: #f6e264;
    margin: 0rem 9rem 0 10rem;
    top: 12rem;
}
section#gallery {
    padding: 2.5rem 0rem 0 1.5rem;
}
/*  Footer */
footer#footer .widget_calendar table {
    padding-right: 5rem;
}
footer#footer .widget_calendar .wp-block-calendar table caption {
    font-size: 1rem;
}
footer#footer .ct--single-footer ul {
    padding: 0;
    margin: 0;
}
footer#footer .ct--single-footer li {
    list-style: none;
    line-height: 1rem;
    display: block;
    padding-bottom: 5px;
}
footer#footer .ct--single-footer li {
    border-bottom: 1px dashed;
}
footer#footer .ct--single-footer li a {
    font-size: 1rem;
    font-family: 'poppins',sans-serif;
    
    display: block;
    
}
footer#footer .ct--single-footer li:last-child a {
    border: 0;
}
footer#footer h2.ct--footer-title,
footer#footer h2,
footer#footer h1,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
    font-size: 1.9rem;
    font-weight: normal;
        margin-bottom: 2rem !important;
            position: relative;

}
footer#footer h2.ct--footer-title:after,
footer#footer h2:after,
footer#footer h1:after,
footer#footer h3:after,
footer#footer h4:after,
footer#footer h5:after,
footer#footer h6:after {
    width: 80px;
    height: 10px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 40px;
    border-width: 4px;
    border-style: solid;
    border-color: #f6e264;
    border-left: none;
    left: 0;
    bottom: -15px;
    /*margin: 0 auto;*/
    border-top: none;
    border-right: none;
    right: 134px;
}
footer#footer .foote--right__box {
    background: #f6e264;
    position: relative;
    bottom: 6rem;
    padding: 3rem 3rem 3rem 3rem;
}
footer#footer {
    background: #2c2c2c;
    padding-top: 3rem;
}
footer#footer .foote--right__box .footer-phone a {
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.9rem;
    padding-top: 10px;
}
footer#footer .foote--right__box i.fa.fa-phone {
    background: #2c2c2c;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
}
footer#footer .map--btn {
    border: 2px solid #000;
    border-radius: 30px;
    margin-top: 2rem;
        width: max-content;
    text-align: center;
}
footer#footer .map--btn a {
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    bottom: 7px;
    padding: 0 15px 0 15px;
}
footer#footer .footer--icon .inside-full-height i.fa.fa-map-marker {
    font-size: 25px;
    font-weight: bold;
    line-height: 0;
}
footer#footer .footer--icon .inside-full-height {
    background: #000;
    border-radius: 30px;
    width: 50px !important;
    text-align: center;
    /* height: 72px; */
    line-height: 35px;
}
footer#footer .footer--logo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
}
footer#footer .foote--right__box:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -46px;
    border-top: 34px solid #ceb40e;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    transform: rotate(-45deg);
    z-index: 1;
}
footer#footer .ct--middle--footer h4 {
    font-weight: 500;
    margin-bottom: 10px;
}
footer#footer .ct--middle--footer p,
footer#footer .ct--middle--footer p a {
        font-size: 15px;
    font-weight: 500;
    line-height: 1.4rem;
}
footer#footer .ct--middle--footer i.fa {
    position: relative;
    bottom: 18px;
    font-size: 25px;
}
footer#footer .ct--footer--form {
    font-size: 1rem;
}
footer#footer .foter--copyright__text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}
footer#footer .foter--copyright_text {
    background: #f6e264;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer#footer .gallery-item {
    max-width: 49.33%;
    padding: 5px;
}
footer#footer .social-profile-icons li a {
    border: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
footer#footer .social-profile-icons li {
    display: inline-block;
    padding: 0 10px;
    line-height: 0;
    margin: 0;
    border: 0;
}
footer#footer div#calendar_wrap caption {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
footer#footer .widget li {
    font-size: 1rem;
    line-height: 25px;
    font-family: 'Poppins';
        padding-top: 14px;
}
footer#footer .widget_calendar table thead tr th{
        padding: 0px 0px;
}
footer#footer .widget_calendar table tbody td{
        line-height: 3;
            padding: 0px 3px;
}
footer#footer figure.gallery-item img:hover,
footer#footer .widget.widget_media_image img:hover  {
    opacity: 0.7;
}
footer#footer .widget.widget_archive,
footer#footer .widget.woocommerce.widget_product_categories {
    font-size: 1rem;
}
footer#footer form p {
    margin-bottom: 5px;
}
footer#footer label {
    font-size: 1rem;
    margin: 0;
}
footer#footer input[type="text"], 
footer#footer input[type="email"], 
footer#footer input[type="url"], 
footer#footer input[type="password"], 
footer#footer input[type="search"], 
footer#footer input[type="number"], 
footer#footer input[type="tel"], 
footer#footer input[type="range"], 
footer#footer input[type="date"], 
footer#footer input[type="month"], 
footer#footer input[type="week"], 
footer#footer input[type="time"], 
footer#footer input[type="datetime"], 
footer#footer input[type="datetime-local"], 
footer#footer input[type="color"],
footer#footer textarea,
footer#footer input[type="file"],
footer#footer select{
    padding: 15px 30px;
    width: 100%;
    border-radius: 30px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'Poppins';
    font-weight: 500;
        height: 55px;
            border: 0;
}
footer#footer input[type="file"]{
    height: auto;
    padding: 0;
}
footer#footer textarea{
    height: 100px;
}
footer#footer span.wpcf7-list-item label {
    font-size: 1rem;
    margin: 0;
    line-height: 0;
}
footer#footer span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
    font-size: 1rem;
    font-family: 'Poppins';
    line-height: 0;
        padding: 0 15px 0 0;

}
footer#footer span.wpcf7-form-control-wrap label {
    line-height: 2rem;
}
footer#footer .ct--footer--form input[type="submit"] {
        border: none;
    padding: 12px 27px 12px;
    height: 55px;
    font-size: 19px;
    border-radius: 50%;
    font-weight: 500;
    text-indent: -999px;
    background: none;
    height: 40px;
    font-size: 20px;
    float: right;
    position: absolute;
    right: 85%;
    top: 0px;
    height: 55px;
    background: #f6e264;
}
footer#footer .ct--footer--form .wpcf7:after {
     content: "\f1d8";
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 18%;
    color: #fff;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    font-family: 'Fontawesome';
    /* background: #ccc; */
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    /* z-index: 9; */
    /* cursor: pointer; */
    /* left: 0; */
}
footer#footer input[type="submit"] {
    font-size: 1rem;
    border: 0;
    padding: 10px 15px;
    font-weight: 600;
}
/*  support */

.ct-support--box p{
        font-size: 1rem;
}
.ct-support--box .ct-support--box-icon {
        width: 75px;
    height: 70px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    border-radius: 50%;
    left: 0;
    right: 0;
}
.ct-support--box {
    border: 2px dashed #000;
       padding: 2rem 1rem 1rem 1rem;
           margin-bottom: 4rem;
}
.ct-support--box:hover {
    background: #f6e264;
}
.ct-support--box h2{
    line-height: 3rem;
        transition: 0.3s ease-in-out;
}
.ct-support--box:hover h2 {
       text-shadow: 1px 0px 0px #000000;
           letter-spacing: 0;
    transition: 0.3s ease-in-out;
}

.ct-support--box:hover .ct-support--box-icon {
    background: #ffffff;
    color: #f6e264;
    /* box-shadow: 0px 1px 13px 0px #88828252; */
}
/**/
section#ct-sec10 .owl-theme .owl-dots .owl-dot span{
width: 8px;
    height: 8px;
    margin: 5px 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
}
section#ct-sec10 button.owl-dot.active span{
    width: 28px !important;
    height: 8px;
}
.sec-test {
    padding: 5rem 2rem 5rem 3rem;
    position: relative;
    /* margin-bottom: 5rem; */
    overflow: hidden;
    background: #fcf8df;
}
.sec-test p {
    font-size: 1rem;
    line-height: 1.8rem;
}
.sec-test img.image {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
}
.sec-test h6{
    font-weight: 500;
}
.sec-test .ct--element-popp {
    padding-top: 15px;
}
.sec-test .fa.fa-quote-left {
    position: absolute;
    right: -25px;
    bottom: 0;
    font-size: 260px;
    bottom: -40px;
    color: #f1edd6;
    /* transform: rotate(7deg); */
}
.sec-test .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    text-align: left;
}
.sec-test h2.ct-section-title {
    margin-bottom: 2rem;
}
/*  Woocommerce   */
/*.woocommerce ul.products li.product a img {
    border: 1px solid #ccc;
    transition: all 0.3s ease 0s;
}
li.product:hover img {
    transform: rotate(10deg) scale(1.2);
    filter: grayscale(50%);
}*/
.woocommerce ul.products li.product .button{
    background: transparent;
    /*color: #000 !important;*/
    font-size: 1rem;
    border: 2px solid #f6e264;
    border-radius: 30px;
}
.woocommerce ul.products li.product .price del .amount{
        font-weight: 400;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    margin: 0 1.8% 2.992em 0;
}
span.price {
    position: relative;
    text-align: center;
}
span.price:before {
    content: '\f07a';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    /* height: 0; */
    /* width: 0; */
    top: 5px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
li.product:hover span.price:before {
    opacity: 0;
    transition: 0.1s ease;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    /* right: 0; */
    left: 1px;
    margin: 0;
    width: 50px;
    height: 130px;
    text-align: center;
    word-break: break-all;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 20px;
    width: 0px;
    top: -8px;
    margin-left: -3px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1rem;
    float: right;
    width: 60px;
    border-radius: 0;
       /* margin-top: 1rem;*/
}
.widget-area .woocommerce ul.cart_list li img, 
.widget-area .woocommerce-page ul.cart_list li img, 
.widget-area .woocommerce ul.product_list_widget li img, 
.widget-area .woocommerce-page ul.product_list_widget li img{
    border:0;
}
body.archive.post-type-archive.post-type-archive-product header.header--inner .col-md-7,
body.archive.post-type-archive.post-type-archive-product header.header--inner .col-md-5,
body.single.single-product header.header--inner .col-md-7,
body.single.single-product header.header--inner .col-md-5,
body.woocommerce-account.woocommerce-page header.header--inner .col-md-7,
body.woocommerce-account.woocommerce-page header.header--inner .col-md-5{
    max-width: 100%;
    flex: 100%;
    text-align: center;
    /* color: #252525; */
}
span.product-title,
.widget-area a {
    font-family: 'Poppins';
    letter-spacing: 1px;
        font-weight: 600;
}
.woocommerce .products ul, 
.woocommerce-page .products ul, 
.woocommerce ul.products, 
.woocommerce-page ul.products {
    border-top: 0px solid #eee !important;
}
.widget-area li{
    list-style: decimal !important;
}
.woocommerce ul.product_list_widget li img {
    position: relative;
    bottom: 20px;
}
.products-elements--wrapper li,
.products-elements--wrapper p {
    font-size: 1rem;
}
.woocommerce .widget_price_filter .ui-slider{
    margin: 0;
}
/* Single Product */
/*.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
    clip-path: polygon(0% 0%, 0% 100%, 30% 100%, 30% 30%, 75% 30%, 75% 75%, 30% 75%, 30% 100%, 100% 100%, 100% 0%);
}*/
body.product-template-default.single.single-product p.price {
    margin: 0;
    padding: 0;
}

body.product-template-default.single.single-product p {
    font-size: 0.9rem !important;
    line-height: 1.5rem;
    font-family: 'Poppins';
    margin: 1rem 0;
    letter-spacing: 1px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em !important;
    padding: 0.5em 0 0.5em !important;
    border: 0px solid #e1e1e1;
    border-left: 0 !important;
    border-right: 0;
    margin-top: 0em;
}
.woocommerce .product_meta a {
    font-family: 'Poppins';
}
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    min-width: 180px;
    background-color: #f9f9f9;
    color: #fff;
    min-width: 180px;
    color: #fff;
    padding: 0 25px;
    height: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 30px;
    opacity: 1;
    box-shadow: none;
    border: 2px solid #252525;
}
.woocommerce .related ul.products, 
.woocommerce-page .related ul.products, 
.woocommerce .upsells.products ul.products, 
.woocommerce-page .upsells.products ul.products, 
.woocommerce .related ul, .woocommerce-page .related ul,
 .woocommerce .upsells.products ul, 
 .woocommerce-page .upsells.products ul {
    margin-bottom: 0;
    border-top: 0px solid #ebe0d8 !important;
}
section.related.products h2.woocommerce-loop-product__title:before {
    opacity: 0;
    content: none;
}
.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button {
    background: transparent;
    color: #000!important;
    text-shadow: none;
    font-weight: 600;
    border: 0;
    line-height: 1.3;
    box-shadow: none;
    border-radius: 30px;
    border: 2px solid#252525;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid;
}
#secondary input[type="text"], 
#secondary input[type="email"], 
#secondary input[type="url"], 
#secondary input[type="password"], 
#secondary input[type="search"], 
#secondary input[type="number"], 
#secondary input[type="tel"], 
#secondary input[type="range"],
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary input[type="file"], 
#secondary textarea, 
#secondary select{
        width: 100%;
    font-size: 0.8rem;
    background: #efeded;
    border-radius: 0px;
    line-height: 1.6;
    padding: 5px 10px 10px;
}
div#sidebars p {
    margin: 0;
}
div#secondary input[type="submit"] {
    width: max-content;
    border: 0;
    padding: 10px 30px;
    /* float: right; */
    font-size: 1rem;
}
#secondary input[type="file"] {
    background: transparent;
    padding: 0;
}
#secondary .gallery-item a {
    margin: 0;
    padding: 3px;
}
#secondary .gallery-item a img:hover {
    opacity: 0.5;
}
.widget-area li:last-child {
    border: 0;
}
.woocommerce table.shop_attributes th{
        font-size: 1rem;
            text-align: center;
}
.woocommerce table.shop_attributes td{
        text-align: left;
    padding-left: 4rem;
}
li.woocommerce-MyAccount-navigation-link:before{
    content: none !important;
}
main#box--inner__elements p {
    font-size: 1rem;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    line-height: 2rem;
}
.woocommerce-MyAccount-content a {
    font-family: 'Poppins';
}
a.post-edit-link {
    font-size: 1rem;
    font-family: 'Poppins';
}
 .woocommerce-MyAccount-navigation ul li a, 
 a.post-edit-link, 
 main#box--inner__elements p a,
 .woocommerce-MyAccount-content a {
    
    font-weight: 600;
   
}
 .woocommerce-MyAccount-navigation ul li a{
     text-decoration: underline;
}
.woocommerce a.button, .woocommerce-page a.button {
    background: transparent;
}
.woocommerce .col-1, 
.woocommerce .col-2 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
address,
 .woocommerce-MyAccount-content a {
    font-style: normal;
    font-size: 1rem;
    font-family: 'Poppins';
}
.woocommerce-MyAccount-content p {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.woocommerce label {
    width: 100%;
    margin: 0;
        letter-spacing: 1px;
}
.woocommerce h3 {
    letter-spacing: 1px;
    /* font-weight: normal; */
}
.woocommerce-MyAccount-content {
   /* width: 61%;*/
}
.woocommerce-MyAccount-content input[type="text"], 
.woocommerce-MyAccount-content input[type="email"], 
.woocommerce-MyAccount-content input[type="url"], 
.woocommerce-MyAccount-content input[type="password"], 
.woocommerce-MyAccount-content input[type="search"], 
.woocommerce-MyAccount-content input[type="number"], 
.woocommerce-MyAccount-content input[type="tel"], 
.woocommerce-MyAccount-content input[type="range"], 
.woocommerce-MyAccount-content input[type="date"], 
.woocommerce-MyAccount-content input[type="month"], 
.woocommerce-MyAccount-content input[type="week"], 
.woocommerce-MyAccount-content input[type="time"], 
.woocommerce-MyAccount-content input[type="datetime"], 
.woocommerce-MyAccount-content input[type="datetime-local"], 
.woocommerce-MyAccount-content input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
.woocommerce span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table span.woocommerce-Price-amount.amount {
    font-size: 1rem;
}
.woocommerce table.shop_table th{
        font-size: 2rem;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-size: 1rem;
}
div#order_review {
    width: 100%;
    float: left;
    border: 1px dashed #ccc;
    padding: 2rem;
}
body.theme-classic-ecommerce-pro.woocommerce-checkout h3 {
    text-align: left;
}
body.woocommerce-cart .inner_contentbox {
    overflow: hidden;
}
a.checkout-button.button.alt.wc-forward {
    font-size: 2rem;
    /* width: max-content; */
    /* text-align: center; */
    /* float: right; */
    box-shadow: none;
    padding: 15px 25px;
    /* display: inline-block; */
    margin-top: 1rem;
}
main#box--inner__elements {
    background: #f9f9f9;
}
body.archive.post-type-archive.post-type-archive-product header.header--inner, 
body.single.single-product header.header--inner, 
body.woocommerce-account.woocommerce-page header.header--inner,
body.woocommerce-checkout header.header--inner,
body.woocommerce-cart header.header--inner,
header.header--inner{
        height: 350px;
            padding: 5rem 0;
                background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
body.woocommerce-page.woocommerce-edit-account .inner_contentbox,
body.woocommerce-page.woocommerce-edit-address .inner_contentbox,
body.woocommerce-checkout .inner_contentbox{
   /* margin: 0 5%;*/
}
nav.woocommerce-MyAccount-navigation {
    text-align: center;
}
.woocommerce-billing-fields h3 {
    text-align: left !important;
}
body.woocommerce-cart .woocommerce table.shop_table td,
body.woocommerce-cart .woocommerce table.shop_table{
    border:0;
         background: transparent;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    float: right;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
    font-size: 1rem !important;
}

/* Contact Page */


.inner-elements-holder-item.inner-horizontal-alignment-center h2 { /*font-size: 40px; font-size: 48px;font-weight: 600; letter-spacing: 3px;*/}
.inner-elements-holder-item.inner-horizontal-alignment-center h5 { /*font-size: 20px; margin-bottom: 50px;*/}
.inner-elements-holder-item.inner-horizontal-alignment-center p { font-size: 1rem; line-height: 25px; margin: 5px 0;}
.inner-button {  display: inline-block; position: relative; outline: 0; padding: 9px 30px; font-style: normal; font-weight: 700; font-size: 16px;line-height: 1.7em; text-align: center; cursor: pointer; -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out; -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out; transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  margin-top: 45px;}
body.page-template-contact-template .inner-elements-holder-item.inner-horizontal-alignment-center,
body.page-template-sitemap-template .inner-elements-holder-item.inner-horizontal-alignment-center.heading-font  { display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    width: 100%;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
    color: #ffffff;
    padding-top: 100px;}
a.inner-button.inner-button-left { background: #ffa801;}
a.inner-button.inner-button-right {  background: #ff1945;}
body.page-template-contact-template .inner-parallax-section-holder,
body.page-template-sitemap-template .inner-parallax-section-holder{ height: 680px;    background-attachment: fixed !important;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;}
.inner-contact-section-title-hoder { /*margin-top: 0; margin-bottom: 27px; color: #303030; font-weight: 400; font-size: 40px;*/}
.inner-contact-section-subtitle-hoder {font-size: 1rem; line-height: 33px; margin: 0; color: #999; padding: 0 14%; margin-bottom: 55px;}
.google-map-holder.has-text-align-center { padding-top: 3em;}

#contact__form select {padding: 3px 40px 3px 25px;}

#contact__form input[type="text"], #contact__form input[type="email"], #contact__form input[type="url"], #contact__form input[type="password"], #contact__form input[type="search"], #contact__form input[type="number"], #contact__form input[type="tel"], #contact__form input[type="range"], #contact__form input[type="date"], #contact__form input[type="month"], #contact__form input[type="week"], #contact__form input[type="time"], #contact__form input[type="datetime"],#contact__form input[type="datetime-local"], #contact__form input[type="color"],#contact__form textarea,
#contact__form select{ background: none; width: 100%; color: #fff; margin: 0 0 30px 0; font-size: 15px; font-weight: 500;}
#contact__form select {position: relative;cursor: pointer;-moz-appearance: none;height: 50px;}
#contact__form select::placeholder{color:#fff;opacity: 0.8;}
#contact__form textarea{height: 120px;}
#contact__form textarea::placeholder{color:#fff;opacity: 0.8;}
#contact__form label{    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0;}
#contact__form input[type="submit"]{     padding: 12px 35px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: 'Oswald';
    border: 0;}
#contact__form input[type="submit"]:hover{opacity: 1; box-shadow: 0 0 0px 5px #f6e264;text-shadow: 1px 0px 0px #000;}
.inner_contentbox iframe { width: 100%;}

.inner_contentbox {
    position: relative;
    margin: 50px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 20px 5px rgba(0,0,0,.03);
    box-sizing: border-box;
    padding: 50px 50px 80px;
    margin-top: -100px;
    margin-bottom: 0;
}
#contact__form p {
    margin: 0;
}
div#contact__form input[type="file"] {
    width: 100%;
    font-size: 1rem;
}
div#contact__form .wpcf7 {
    /*text-align: left;*/
    font-size: 1rem;
}
#contact__form p {
    text-align: left !important;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    padding: 10px 25px !important;
    background: transparent;
    border: 2px solid #000000 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0px solid #ebe9eb;
}
div#contact__form p {
    font-size: 1rem;
    letter-spacing: 1px;
}
/*
* 17. Sitemap
*/

body.page-template-sitemap-template .inner-parallax-section-holder{
    height: 350px;
}

$home-color: #C3BAAA;$toplevel-color: #f2e8dd;$aux-color: #FAF8D4;$line-color: #f2f2f2;$bg-color: #fff;

.sitemap {position: relative;display: flex; flex-flow: row wrap;padding: 0;}
.sitemap a { 
z-index: 10;
    display: inline-flex;
    flex-direction: column;
    padding: .5em 1em;
    border: 1px solid #092741;
    border-radius: 4px;
    border-bottom-width: 3px;
    background: #ffa801;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;

}
.sitemap a:before {margin-bottom: .3em; Neat trick to grab the URL content content: attr(href);font-size: .8em; color: #aaa;}
.sitemap-main { position: relative; flex: 1 1 100%; order: 3; margin-bottom: 1em;}
.sitemap-main a { margin-bottom: .5em; margin-left: .2em;}
.sitemap-main ul {     position: relative;
    padding-left: 2em;
    margin: 0;}
.sitemap-main > ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.sitemap-main > ul > li { flex: 1 1 auto;}
.sitemap li { margin-right: 0em; list-style: none;     font-size: 1rem;}
.sitemap a:hover{color: #ffffff;}

/* Handle grid lines */

.sitemap-main li:before,.sitemap-main li:after {display: inline-block; width: 1em;  height: 2em; border: 2px solid #000;border-right: none;border-top: none; content: "";}
.sitemap-main li:after { position: absolute; left: 2em; bottom: 0; width: 2px; height: 100%;}
.sitemap-main ul:before { position: absolute; left: 0; top: -2.75em; display: block; width: 2px;height: 100%; background: $bg-color; content: "";}
.sitemap-main > ul:before {display: none;}
.sitemap-main li:last-child:after {border-color: $bg-color;bottom: 0;  height: 2.7em;}

/* The home/top level link */

.sitemap-root { margin-bottom: 2em;}
.sitemap-root > a { min-width: 8em; color: #fff; text-align: center;}
.sitemap-root > a:before { color: $line-color;}
.sitemap-root > a:after { position: absolute; bottom: -2.6em; left: calc(2em - 1px); display: block; width: 2px; height: 2em; background: $line-color;content: "";}
.sitemap-main > ul > li > a {background: #ff1945; color: #ffffff; font-weight: 600; border-bottom-color: #092741;}
.sitemap-main ul ul ul a { background: #fff;}
.sitemap-aux { order: 3; font-size: .9em;}
.sitemap-aux ul { display: flex; flex-wrap: wrap; padding: 0;}
.sitemap-aux li { margin: 0 .5em .5em 0;}
.sitemap-aux a { background: $aux-color;border-color: darken($aux-color, 10%);}
li.sitemap-aux {  margin-top: 4em;  margin-bottom: 4em;}
ul.sitemap { margin: 0;    margin-top: -100px;}
@media (min-width: 420px) {.sitemap { justify-content: space-between; }
    .sitemap-aux ul { justify-content: flex-end; }}
@media (min-width: 600px) {.sitemap-aux { order: 2; }}


li.blocks-gallery-item img:hover {
    opacity: 0.8;
}
/**/


/*.responsive-tabs {
    background: #f4e47e;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    background: #f7f7f7;
}*/
section#ct_sec7 {
    padding-top: 4rem;
}
#ct_sec7 .product-right-image .inside-full-height {
    background: #f4e47e;
        border-radius: 5px;
}

#ct_sec7 .product-right-image img {
/*    width: 50% !important;
    height: 50%;
    margin: 0 auto;*/
    /* position: absolute; */
    /* right: 0; */
}
#ct_sec7 .product-image {
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: #95e0ed;
    width: 65% !important;
    height: 100%;
}
#ct_sec7 .product-right-image img {
    position: relative;
    left: 25%;
    z-index: 5;
    width: 50% !important;
    height: 100% !important;
    padding: 12% 0;
}

/* Blog Template  */

body.page-template.page-template-templates.page-template-blog-template header.header--inner,
body.archive.date header.header--inner,
body.archive.tag header.header--inner,
body.archive.category header.header--inner,
body.home header.header--inner,
body.post-template-default.single header.header--inner{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 350px !important;
    padding: 5rem 0 !important;
}
main#box--inner__elements .post-slide{
    padding: 0 15px;
}
main#box--inner__elements .post-slide .post-img{
    overflow: hidden;
}
main#box--inner__elements .post-slide .post-img img{
    width: 100%;
    height: auto;
    /*filter: grayscale(100%);
    opacity: 0.9;*/
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
main#box--inner__elements .post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    /*filter:none;*/
    opacity:1;
    filter: grayscale(100%);
}
main#box--inner__elements .post-slide .post-content{
    padding: 20px 30px;
    position: relative;
    background: transparent;
}
main#box--inner__elements .post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -30px;
    left: 30px;
}
main#box--inner__elements .post-slide .month{
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #14bf9b;;
   /* text-transform: uppercase;*/
}
main#box--inner__elements .post-slide .date{
    color: #fff;
    font-size: 14px;
}
main#box--inner__elements .post-slide .post-title{
    margin: 20px 0;
}
main#box--inner__elements .post-slide .post-title a{
    color:#14bf9b;
    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
main#box--inner__elements .post-slide .post-title a:hover{
    /*color:#333;*/
    text-decoration: none;
}
main#box--inner__elements .post-slide .post-description{
    color: #999;
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
main#box--inner__elements .post-slide .post-bar{
    padding: 0px 0;
    list-style: none;
    text-align: center;
    background: #14bf9b;
}
main#box--inner__elements .post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}
main#box--inner__elements .post-slide .post-bar li a{
    /*text-transform: capitalize;
    font-size: 12px;*/
    color: #fff;
    transition:0.2s ease;
}
main#box--inner__elements .post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
main#box--inner__elements .post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}
.widget.widget_archive a,
.widget.widget_categories a {
    display: inline-block;
}
.widget.widget_archive select,
.widget.widget_categories select{
        background-image: url(images/arrow.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}
main#box--inner__elements li {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
}
.widget.widget_recent_entries li,
.widget.widget_recent_comments li {
    line-height: 1rem;
    padding-bottom: 1rem;
}
main#box--inner__elements .social-profile-icons li {
    padding: 0;
    border: 0;
    margin: 0;
}
main#box--inner__elements .widget_calendar table thead tr th{
    padding: 0;
}
main#box--inner__elements .widget_calendar table tbody td a {
    padding: 0;
}
main#box--inner__elements .widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #444;
    line-height: 15px;
    margin: 0;
}
div#secondary caption {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.comment-author.vcard img {
    border-radius: 50%;
    border: 3px solid #c5c5c5;
}
div#commentsAdd p.comment-form-comment textarea {
    background: #f9f9f9 !important;
    border: 0;
    margin-bottom: 1rem;
}
div#commentsAdd [type="submit"] {
    background: transparent;
    border: 2px solid #f6e264;
    border-radius: 30px;
    color: #000000;
    font-weight: 600;
}


section#ct_sec7 .product--left-content .inside-full-height {
    padding: 2rem 2rem 2rem 2rem;
    background: #fff;
    position: relative;
    left: 40px;
    z-index: 5;
    margin: 0rem 0rem;
}
section#ct_sec7 .product--left-content {
    padding: 2rem 0;
        margin: 2rem 0;
}
section#ct_sec7 span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    background: transparent;
}
section#ct_sec7 .product--left-content ins {
    background: transparent;
}
section#ct_sec7 .product--left-content p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 1rem !important;
}
section#ct_sec7 .product--left-content a.button {
    color: #252525;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 35px 15px 00px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6e264;
    line-height: 20px;
    text-align: right;
}
section#ct_sec7 .product--left-content i.fa.fa-shopping-cart {
    background: #f6e264;
    color: #ffffff;
    /* padding: 15px; */
    font-size: 20px;
    font-weight: normal;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
section#ct_sec7 .item {
    padding: 2rem 3rem;
    background: #f7f7f7;
}
main#box--inner__elements ul.sub-menu.toggle-submenu li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
#secondary ul.sub-menu {
    top: 0;
    margin: 0;
    padding: 0;
}
main#box--inner__elements [type="submit"] {
    border: 0;
    font-size: 1rem;
    padding: 0px 25px;
}
main#box--inner__elements ul.product_list_widget li {
    margin-top: 1rem;
}
.widget.widget_archive select,
.widget.widget_categories select,
#secondary input[type="text"] {
    border: 0;
}
a.comment-edit-link, a.comment-reply-link {
    font-weight: 600;
}
main#box--inner__elements .price_slider_amount [type="submit"] {
    padding: 10px 18px;
}
.widget-area .woocommerce .product_list_widget li .star-rating {
    float: right;
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 0.85rem;
    width: 100% !important;
    font-family: star;
    overflow: initial;
    margin-bottom: 0px !important;
}
#secondary ul.product-categories li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}
#secondary .select2-container .select2-selection--single {
    font-size: 1rem;
}
.select2-results__option {
    background-color: #0073aa;
    color: #fff;
    font-size: 1rem;
    padding: 0;
    /* margin: 0; */
    list-style: none;
        line-height: 2;
}
ul.products.columns-3 span.woocommerce-Price-amount.amount {
    line-height: 3;
}
body.product-template-default.single.single-product header.page-main-header {
    display: none;
}
/**/
body.error404 .inner-parallax-section-holder {
    height: 505px;
    background-position: 50% 0px;
    background-attachment: fixed !important;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #f6e264;
}
.error-page-not-found { position: relative; display: table-cell; height: 100%;width: 100%; vertical-align: middle; padding: 0 30%; text-align: center; padding-top: 0em;}
p.error-404-text.error-grid-col-8 {    line-height: 2; margin: 14px auto 0; float: none; font-size: 15px; color: #ffffff; font-weight: 600; margin-bottom: 35px;}
span.error-btn-text { position: relative; width: auto; font-size: 13px;line-height: 1.692308em; font-weight: 600;letter-spacing: .1em; text-transform: uppercase; outline: 0;  box-sizing: border-box;  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding: 14px 42px; color: #fff; background-color: #2c2c2c; border: 1px solid transparent;}

/* product section */
section#ct_sec7  .owl-carousel .owl-nav button.owl-next span,
section#ct_sec7  .owl-carousel .owl-nav button.owl-prev span {
    display: none !important;
}
section#ct_sec7  .owl-carousel .owl-nav{
    margin-top: 0;
}
section#ct_sec7  .owl-carousel .owl-nav button.owl-prev:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        float: left;
        left: -37px;
        top: 35%;
        color: #ababab;
        background: #ffffff;
        padding: 7px 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        display: none;
    }
    section#ct_sec7  .owl-carousel .owl-nav button.owl-next:before {
content: "NEXT";
    /* font-family: FontAwesome; */
    display: inline-block;
    position: absolute;
    float: right;
    right: -36px;
    top: 35%;
    color: #ababab;
    background: #f7f7f7;
    padding: 10px 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: rotate(0deg);
    width: 50px;
    margin: 0 68px;
    word-break: break-all;
    font-size: 1.2rem;
    line-height: 1.6rem;
    height: 125px;
    font-weight: 500;

   }


section#ct_sec7 ul#countdown {
     position: relative;
     top: 50%;
     transform: translateY(-50%);
     width: 50%;
     margin: 0 auto;
     padding: 15px 0 20px 0;
     color: #fff;
     border: 1px solid #adafb2;
     border-width: 1px 0;
     overflow: hidden;
     font-family: 'Arial Narrow', Arial, sans-serif;
     font-weight: bold;
}
 section#ct_sec7 ul#countdown li {
     margin: 0 -3px 0 0;
     padding: 0;
     display: inline-block;
     width: 25%;
     font-size: 72px;
     font-size: 6vw;
     text-align: center;
}
section#ct_sec7 ul#countdown li .label {
     color: #adafb2;
     font-size: 18px;
     font-size: 1.5vw;
     text-transform: uppercase;
}
section#ct_sec7 .timer {
    background: #f6e264;
    border-radius: 5px;
        margin-top: 2rem;
    /* padding: 1rem 2rem; */
}
section#ct_sec7 .count {
    display: inline-block;
    text-align: center;
    padding: 1rem 1.3rem 0 1.3rem;
    border-right: 1px solid #000;
    margin: 0;
        line-height: 2rem;
}
section#ct_sec7 .count:last-child {
    border: 0;
}

/* Faq */
.accordation--content .pattern-svg {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
    left: 0%;
    top: 0;
    width: 100%;
}
.accordation--content.padding0 {
    margin-bottom: 0px;
    border-top: 0;
}
.accordation--content button.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 10px 0;
    margin-bottom: 0;
    padding: 15px 20px;
    border-top-left-radius: 5px;
    background: transparent;
    border: 2px solid #f6e264;
    border-top-right-radius: 5px;
    border-left: 4px solid;
}
.accordation--content button.accordion.active, button.accordion:hover {
    opacity: 1;
}
.accordation--content button.accordion:before {
    content: "\f103";
    font-family: 'Fontawesome';
    font-size: 1.1rem;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 900;
    transition: all 0.3s ease 0s;
    background: #f6e264;
    padding: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin: 15px;
        border-radius: 50%;
}
.accordation--content button.accordion.active:before {
    content: "\f102";
    font-family: 'Fontawesome';
    transform: scale(1);
}
.accordation--content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
    background: #f6e264;
    /*padding: 25px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.accordation--content div.panel.show {
    opacity: 1;
    max-height: 500px;  
        padding: 25px;
}
.accordation--content.padding0 p {
    font-size: 16px;
    word-break: break-word;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 55px;
    padding-left: 55px;
    letter-spacing: 1px;
}
.accordation--content button.accordion.active {
    font-weight: 700;
}
.accordion--title h4 {
/*    padding: 0;
    margin: 0;
    font-weight: normal;
    word-break: break-word;*/
    font-weight: 500;
}
.accordation--content button.accordion.active h4 {
    font-weight: 500;
}

ul.page-numbers li span {
    border: 0 !important;
     font-weight: 900 !important;
    /* color: #ffffff !important; */
}
ul.page-numbers li a {
    border: 0 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

p.stock.in-stock {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    font-weight: 600;
}
span.posted_in {
    padding-bottom: 0.5rem;
}
section.related.products h2 {
    display: block;
    width: 100%;
    text-align: center;
}
.woocommerce ul.products li.product .total-product-title-wrap h2 {
    text-align: left;
}
.woocommerce table.shop_attributes th {
    font-size: 1rem;
    text-align: center;
    text-transform: UPPERCASE;
        text-align: right !important;
        padding: 15px 25px 15px 8px;
        background: transparent !important;
            border-right: 1px solid #e5e5e5 !important;
}
.woocommerce table.shop_attributes td p {
    font-style: normal;
}
.woocommerce table.shop_attributes{
        border: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
        border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025) !important;
}
.comment-text {
    border: 1px dashed #ccc !important;
    padding: 25px 25px 10px 25px !important;
}
strong.woocommerce-review__author {
    border-bottom: 1px dashed #ccc;
}

.woocommerce-MyAccount-content {
    border: 1px dashed #ccc;
    padding: 2rem 2rem;
    margin-top: 2rem;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    border: 1px dashed #ccc;
    padding: 2rem;
}
form.woocommerce-cart-form,
.cart-collaterals {
    border: 1px dashed #ccc;
    padding: 2rem 2rem 0rem 2rem;
    margin-bottom: 2rem;
}
.woocommerce table.shop_table th{
        font-weight: 500;

}
body.woocommerce-cart .woocommerce table.shop_table td {
    border-bottom: 1px dashed #000 !important;
}

/* slider after sticky header */
body.ht-sticky-header section#slider,
body.ht-sticky-header .slider {
       height: 850px;
}
body.ht-sticky-header .pr-b2{
        bottom: 0rem;
            top: 7rem;
}
body.ht-sticky-header section#slider img.image{
     top: 16rem;
}
body.ht-sticky-header .slider-controls{
    top: 60%;
}
@media (max-width: 991px){
body.ht-sticky-header section#slider img.image{
     top: 21.65rem;
}
}
@media (max-width: 576px){
    section#ct-sec3.sec-products h2.ct-section-title, 
    section#ct-sec4 h2.no-background.ct-section-title.mb-5.heading-font, 
    section#ct-sec6 h2.ct-section-title, 
    section#ct-sec8 h2, 
    section#ct-sec10.sec-test h2.ct-section-title, 
    section#gallery h2.align-items-center{
        font-size: 1.9rem !important;
    }
#wpadminbar {
     position: fixed; 
}
body.ht-sticky-header section#slider img.image{
     top: 24rem;
}
body.ht-sticky-header .pr-b2{
            top: 10rem;
}
}
/*--------------------------------------------------------------
6. Media Quries
---------------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 1024px){
.slider-controls > .next,.slider-controls > .previous{ right: 3rem;}
section#slider img.image{ right: 3rem;}
.scrn-1024{ padding-left: 0rem; margin-left: 9.666667%;}
section#slider .display-1{ font-size: 4rem !important;}
.sec2-banner h2.ct-section-title{ font-size: 1.5rem; line-height: 35.25px;}
.sec2-banner .ct-section-subtitle { font-size: 2rem;}
.sec2-banner .sec2-banner--2block-3{ right: 60px;}
.sec2-banner .btn{ padding: 10px 30px;}
.sec2-banner .sec2-banner--2block-2{ padding-top: 3rem !important;}
.sec-products h2.ct-section-title.mb-5{    font-size: 1.9rem !important;}
.sec-products .btn, section#ct-sec8 .btn{    padding: 10px 50px;}
.button--text{    font-size: 11px;}
section#gallery h2.align-items-center {
    margin: 0rem 7rem 0 7rem;
    top: 9rem;
}
footer#footer .foote--right__box .footer-phone a{
        font-size: 2rem !important;
}
footer#footer .ct--footer--form .wpcf7:after{
    right: 18%;
}
}

@media (min-width: 992px) {  
.navbar--title {font-size: 28px;}
.desktop-none{ display: none;position: absolute; left: 0; top: 35px;} 

}

@media /*screen and (min-width: 320px) and */(max-width: 991px){
/*    body.woocommerce-cart .woocommerce table.shop_table td:last-child {
    border: 0 !important;
}*/
footer#footer .ct--footer--form .wpcf7:after {
    right: 16.5%;
}
main#box--inner__elements form.woocommerce-cart-form [type="submit"], 
main#box--inner__elements .cart-collaterals [type="submit"]{
        margin-bottom: 1rem;
}
ul.nav.navbar-nav li:first-child {
    border-left: 1px solid;
}
li.menu-item-has-children:after{
        right: 50px;
}    
.total-count .count {top: 0;left: 85px; right: auto;}
.count--tab-mob-none{ display: none;}
header#header-menu b{ font-size: 0.89rem;}
.top-bar-head .ct--box{ font-size: 0.9rem;line-height: 0.9rem;}
.navbar--description{ line-height: 1.5rem;}
header#header-menu .input-effect{bottom: 25px;}
.bottom--header { padding: 5px 0 25px 0;}
.bottom--header i.fa.fa-shopping-cart{ right: 35px;}
section#slider .display-1{ font-size: 2.9rem !important;}
section#slider .display-3{ font-size: 1.3rem;}
section#slider .display-6 {font-size: 1rem;}
section#slider .title.ct-section-subtitle:after{ right: 0px !important;}
section#slider .font-poppins { font-size: 13px;}
section#slider img.image{ max-width: 50%;}
section#slider .slider-navigation{display: none; bottom: -15rem !important; left: 2rem !important;}
.sec2-banner .sec2-banner--2block-1 img{ top: 0px;left: 0;}
.sec2-banner .sec2-banner--2block-2{ padding-top: 3rem !important; padding-bottom: 3rem !important; clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);}
.sec2_banner--block { text-align: left;}
.sec2-banner .sec2-banner--2block-3{ max-width: 40%;}
.sec2-banner .sec2-banner--2block-2 {padding-top: 2rem !important; padding-bottom: 2rem !important; clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);margin-top: 2rem;}
.sec2-banner .btn {padding: 15px 60px;}
.sec2-banner .sec2-banner--2block-2{padding-left: 0rem !important; text-align: center; clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);}
.sec2-banner .btn {padding: 10px 35px;}
.sec2-banner .btn:before, .sec2-banner .btn:after{ padding: 5px 15px;}
.ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
width: 100%;
}
.sec-products .btn,
section#ct-sec8 .btn,
section#ct-sec4 .btn{
    padding: 10px 40px;
}
.sec3-banner-block1 .banner-element.banner-element-block{
        max-width: 100%;
}
body.woocommerce-page.woocommerce-edit-account .inner_contentbox,
body.woocommerce-page.woocommerce-edit-address .inner_contentbox,
body.woocommerce-checkout .inner_contentbox {
    margin: 0 0%;
}
section#gallery h2 {
    font-size: 1rem;
}
section#gallery h2.align-items-center {
    margin: 0rem 5rem 0 5rem;
    top: 7rem;
}
footer#footer .footer--icon .inside-full-height{
        line-height: 50px;
}
section#ct_sec7 .product--left-content .inside-full-height{
    left: 0;
}
section#ct_sec7 .owl-carousel .owl-nav button.owl-next:before{
        top: 32%;
}
.catt--box1_detail, .catt--box2_detail, .catt--box3_detail {
    margin-bottom: 2rem;
}
.woocommerce .quantity .qty{
    margin-bottom: 1rem;
}
div#order_review{
        width: 100%;
}
}
@media screen and (min-width: 550px) and (max-width: 766px){
    .navicon{
            top: -60px !important;
    }
}
@media /*screen and (min-width: 320px) and*/ (max-width: 576px){
    .woocommerce-message {
       line-height: 1;
    padding-top: 4rem;
}
 .woocommerce-message a.button.wc-forward {
    position: relative;
    display: block;
    width: 100%;
    bottom: 3rem;
}
    form.woocommerce-cart-form, .cart-collaterals {
    border: 1px dashed #ccc;
    padding: 2rem 1rem 0rem 1rem;
    margin-bottom: 2rem;
}
#coupon_code {
    width: 100% !important;
}
div#order_review {
    padding: 0.5rem;
}
footer#footer .map--btn{
    width: auto;
}
main#box--inner__elements form.woocommerce-cart-form [type="submit"], 
main#box--inner__elements .cart-collaterals [type="submit"] {
    margin-bottom: 0;
    width: 100%;
    margin-top: 1rem;
}
body.product-template-default.single.single-product .summary.entry-summary strong {
    font-size: 1.3rem !important;
}
    .site-header .navbar-toggler, 
    .site-header .is-fixed .navbar-toggler {
    margin: 25px 0px 10px 5px !important;
}
    .desktop-none i.fa.fa-shopping-cart, 
    .desktop-none i.fa.fa-user {
    font-size: 30px;
        padding-left: 5px;
}
.total-count .count {
    top: 5px !important;
    right: 40px !important;
}
.desktop-none i.fa.fa-user {
    padding-right: 0px;
}
.top-bar-head {padding-bottom: 15px;}
.navicon{top: -62px !important;}
.desktop-none { position: absolute;left: 0; top: 25px; text-align: center; padding-left: 15rem;}
.total-count .count {top: 0; left: auto; right: 55px;}
section#slider .display-3 { font-size: 0.9rem;}
section#slider .display-1 { font-size: 2rem; letter-spacing: 0.1rem;}
section#slider .display-1 { font-size: 1.78rem !important; letter-spacing: 0.1rem;}
section#slider .display-6 { font-size: 0.85rem; margin: 0;  padding: 0 !important;}
section#slider .font-poppins { font-size: 9px; line-height: 15px;}
section#slider .btn{ padding: 5px 30px; font-size: 0.75rem;}
section#slider .btn:before, section#slider .btn:after{ padding: 3px 15px;}
section#slider .title.ct-section-subtitle:after { right: 100px !important; bottom: 20px; width: 25px;}
.slider-navigation{ bottom: -24rem; left: 1rem;  display: none;}
section#slider img.image {max-width: 70%; right: 0;}
.grid > .column{ width: 100%;}
.scrn-1024{ margin-left: 2.666667%;}
section#slider .title {position: relative; z-index: 1;}
.slider-controls > .next, .slider-controls > .previous { right: 1rem;}
section#slider.section{ height: 380px;}
.sec2-banner .sec2-banner--2block-1 img{  max-width: 50%;}
section#slider.section .content{
        word-break: break-word;
    white-space: normal;
    width: 50%;
}
.slider-controls > .previous, 
.slider-controls > .next{
    width: 40px;
    height: 40px;
}
.sec2-banner .sec2-banner--2block-3 {
    right: 30px;
}
.sec2-banner h2.ct-section-title span{
    display: block;
        width: max-content;
}
.sec2-banner h2.ct-section-title {
    font-size: 2rem;
    line-height: 50.25px;
}
.sec-products {
    text-align: center;
}
.sec-products .product--sec3--border,
section#ct-sec8 .product--sec3--border{
        width: 65%;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.sec-products .ct-products-btn,
section#ct-sec8 .ct-products-btn {
    text-align: center;
}
.product-grid a.button,
section#ct-sec8 .btn{
text-align: center !important;
    margin: 0 auto;
    right: 0;
    width: max-content;
}
h2.banner3-heading-title {
    font-size: 2rem;
    margin: 0;
    padding-bottom: 10px !important;
}
section#ct-sec8{
        padding-left: 2rem;
    padding-right: 2rem;
}
.xs-25{
        width: 25%;
    display: inline-block;
}
.xs-75{
        display: inline-block;
    width: 75%;
}
.card-wrapper h4{
        line-height: 1.5rem;
    font-size: 1rem;
}
section#ct-sec8 h2 {
    letter-spacing: 2px;
    text-align: center;
    /*margin-bottom: 1rem !important;*/
}
section#ct-sec8 .product--sec3--border {
    padding-bottom: 2rem;
    /* margin-bottom: 2rem; */
}
.card-wrapper {
    margin-top: 1rem !important;
}
.sec-test .ct--element-popp {
    padding-left: 1.5rem !important;
}
div#order_review {
    width: 100%;
    float: left;
}
.sec-products h2.ct-section-title.mb-5,
section#ct-sec4 h2.no-background {
    margin-bottom: 1rem !important;
}
.sec-products .btn, 
section#ct-sec8 .btn,
section#ct-sec4 .btn {
    padding: 20px 40px;
}
.sec-products h2.ct-section-title.mb-5 {
     font-size: 1.5rem !important; 
}
section#gallery h2.align-items-center {
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 1rem;
    text-align: center;
    background: #f6e264;
    margin: 0rem 10rem 0 10rem;
    top: auto !important;
    margin: 0;
    margin-bottom: 2rem !important;
    font-size: 2rem !important;
}
section#ct-sec11 .ct--posts-element .ct--posts-image{
    margin: 0 auto;
    text-align: center;
}
.inner_contentbox{
        padding: 50px 30px 80px;
}
.inner-contact-section-subtitle-hoder{
        padding: 0 4%;
}
.woocommerce .quantity .qty {
    margin-bottom: 1rem;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    float: left;
}
a.checkout-button.button.alt.wc-forward{
        width: 100%;
}
.error-page-not-found{
        padding: 0 1%;
}
section#ct_sec7 .owl-carousel .owl-nav button.owl-next:before{
    top: 0;
}
footer#footer {
    padding-left: 2rem;
    padding-right: 2rem;
}
footer#footer .foter--copyright_text{
        line-height: 2;
}
footer#footer .foote--right__box i.fa.fa-phone {
    margin-bottom: 1rem;
}
footer#footer .map--btn a{
    display: block;
        bottom: 25px;
    padding: 0 15px 0 30px;
        font-size: 0.8rem;
}
.ct--middle--footer .col-xl-2.col-lg-2.col-md-2.col-sm-2.col-xs-3 {
    padding-left: 0;
}
footer#footer .ct--footer--form .wpcf7:after{
    right: 4%;
}
.woocommerce table.shop_table th {
    font-size: 1rem;
}
.woocommerce table.shop_table {
    width: 100% !important;
}
ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
}
footer#footer .ct--footer--form input[type="submit"] {
    float: left;
    position: absolute;
    right: 0;
    top: -65px;
}
}
@media screen and (max-width: 768px){
.slider-navigation{
    display: none;
}
.slider{
    height: 100%;
}
.sidebar_list {
    margin-top: 0;
}
p.woocommerce-mini-cart__total.total {
    text-align: left !important;
}
.woocommerce label{
        width: auto;
}
}
@media /*screen and (min-width: 320px) and*/ (max-width: 475px){
    footer#footer .ct--footer--form .wpcf7:after {
    right: 5%;
}
}
@media /*screen and (min-width: 320px) and*/ (max-width: 375px){
.total-count .count {
    top: 5px !important;
    right: 31px !important;
}
footer#footer .ct--footer--form .wpcf7:after {
    right: 6%;
}
.desktop-none{ padding-left: 13rem; }
header#header-menu b { font-size: 0.78rem;}
header#header-menu i.fa.fa-shopping-cart { font-size: 30px;}
}

@media /*screen and (min-width: 320px) and */(max-width: 320px){

 footer#footer {
    padding-right: 0rem;
} 
footer#footer .foote--right__box {
    padding: 3rem 2rem 3rem 2rem;
}  
.navbar--title { font-size: 1.5rem;}
.desktop-none { padding-left: 9rem;}
section#slider .title.ct-section-subtitle:after{right: 30px !important;}
.total-comments {
    font-size: 2rem;
}
.logo-header img{
    max-width: 55% !important;
}
}
p.cart-empty.woocommerce-info:before {
    content: none;
}
h2.no-background.ct-section-title.mb-5.heading-font {
    padding-bottom: 0rem;
}

p.woocommerce-LostPassword.lost_password {
    padding-top: 2rem !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    padding: 10px 35px !important;
}
main#box--inner__elements a.button.wc-backward:hover {
    color: #000 !important;
}
.woocommerce #review_form #respond .form-submit input:hover {
    color: #ffffff !important;
}
div#tab-description {
    padding: 25px;
    background: #f1f1f1 !important;
}



