/*
Theme Name: Shop Elite
Version: 1.0.5


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover,
a:visited {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size:28px;
    margin:0 0 0.67em 0;
}

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;
}

figure {
    margin: 1em 40px;
}

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;
}

.main-btn,
.woocommerce .site .button {
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 0 80px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-btn,
.woocommerce .site .saga-product-buttons .button,
.site .saga-product-buttons .yith-wcwl-add-to-wishlist {
    border-radius: 50px;
    border: 2px solid #fff;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}

.main-btn-small {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    padding-left: 40px;
    padding-right: 40px;
}

.woocommerce .site .saga-product-buttons .button,
.site .saga-product-buttons .yith-wcwl-add-to-wishlist {
    padding: 0 !important;
}

.woocommerce .site .button,
.single-product .yith-wcwl-add-to-wishlist {
    border-radius: 4px;
   /* padding: 0 50px !important;*/
}

.single-product .yith-wcwl-add-to-wishlist {
    background: #3e3e3e;
    margin-bottom: 15px;
    padding: 5px 15px !important;
}

.woocommerce .site .woocommerce-message .button {
    line-height: 45px;
    height: 45px;
    margin: -7px auto;
}

.woocommerce .site .saga-product-buttons .button {
    margin: 0 auto !important;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}

.main-btn:after,
.woocommerce .site .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-btn:before,
.woocommerce .site .button:before {
    font-family: "Ionicons";
    content: "\f30f";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 24px;
    position: absolute;
    left: 130%;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-btn-small:before {
    line-height: 45px;
    height: 45px;
    font-size: 14px;
}

.woocommerce .site .woocommerce-message .button:before {
    line-height: 45px;
    height: 45px;
}

.woocommerce .site .saga-product-buttons .button:before {
    content: none;
    display: none;
}


.main-btn-primary:before,
.woocommerce .site .button:before {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-btn-primary:hover:before,
.main-btn-primary:focus:before,
.woocommerce .site .button:hover:before,
.woocommerce .site .button:focus:before {
    left: 80%;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 2px solid #6b6b6b;
    margin: 30px auto;
    padding: 15px 30px;
}

legend {
    border: 0;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*
*--------------------------------------------------------------
* # Typography
*--------------------------------------------------------------
*/

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.top-nav ul li a,
.site-branding .site-title,
.main-navigation .menu ul li a,
.slider-text p,
.breadcrumbs,
.woocommerce .woocommerce-breadcrumb,
.secondary-font,
legend {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.primary-font,
.homepage-widgetarea .widget-title {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: .5em;
    margin-top: 0;
}

h2 {
    font-size: 26px;
    line-height: 1.333333333333333em;
    margin-bottom: .6666666666666667em; margin-top: 0;
}

h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 1em; margin-top: 0;
}

h4 {
    font-size:22px;
    line-height: 1.142857142857143em;
    margin-bottom: 1.142857142857143em; margin-top: 0;
}

h5 {
    font-size: 20px;
    line-height: 1.333333333333333em;
    margin-bottom: 1.333333333333333em; margin-top: 0;
}

h6 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1.5em; margin-top: 0;
}

p {
    margin-bottom: 10px;
}

.small-font {
    font-size: 12px;
}

.entry-title {
    font-size: 20px;
    line-height: 1.4;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    padding: 0 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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 {
    border:1px solid #888;
    color: #000;
    border-radius: 0;
}

select {
    border: 1px solid #888;
    outline: 0;
}

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 {
    color: #111;

}

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"] {
    outline: 0;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
}

select {
    height: 33px;
    line-height: 33px;
}

textarea {
    outline: 0;
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
 # Preloader
 *--------------------------------------------------------------
 */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(assets/images/preloader.svg) center no-repeat #fff;
    background-size: 80px 80px;
    z-index: 9999;
}

.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}

.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-middle {
    padding: 15px 0;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.info-area {
    background: #fafafa none repeat scroll 0 0;
}

.info-text p {
    font-weight: 400;
}

.head-top-right {
    margin-top: 5px;
    text-align: right;
}

.head-top-right .search-field,
.head-top-right select,
.head-top-right button {
    background: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 30px;
    min-width: 220px;
    -webkit-appearance: none;
}

.head-top-right button {
    color: #fff;
    min-width: 160px;
}

.head-top-right button:hover,
.head-top-right button:focus {
    filter: alpha(opacity=84);
    opacity: 0.84;
}

.search-form input[type="submit"] {
    float: left;
    height: 45px;
    line-height: 45px;
    position: relative;
    outline: 0;
    width: 30%;
}

#masthead .top-header {
    position: relative;
    z-index: 999;
}

#masthead.sticky .top-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

#masthead.top-header {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

#masthead.sticky .top-header {
    padding-top: 0;
    padding-bottom: 0;
}

.site-branding {
    float: left;
    line-height: 1;
}

.site-branding .site-title {
    display: block;
    font-size: 42px;
    font-weight: 400;
    margin: 0 auto 10px;
}

.site-branding .site-description {
    font-size: 18px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .mobile-table-align {
        display: table;
        height: 100%;
        width: 100%;
    }

    .mobile-table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .head-top-right {
        position: fixed;
        width: 0;
        height: 100%;
        overflow-y: auto;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 20px;
        z-index: 99999;
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        margin: auto;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .reveal-search .head-top-right {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .head-top-right .search-field,
    .head-top-right select,
    .head-top-right button {
        border-radius: 0;
        width: 100%;
    }
}

.reveal-search .close-popup {
    position: fixed;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 30px;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reveal-search .close-popup:after,
.reveal-search .close-popup:before {
    content: '';
    height: 1px;
    width: 41px;
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reveal-search .close-popup:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reveal-search .close-popup:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.primary-bg a {
    color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.saga-topnav {
    border-bottom: 1px solid;
}

.top-nav,
.social-icons {
    float: left;
}

.top-nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.top-nav ul li {
    border-right: 1px solid;
    display: inline-block;
}

.top-nav ul li:first-child {
    border-left: 1px solid;
}

.top-nav ul li a {
    display: block;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.saga-info,
.saga-info > div {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.info-icon i {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border: 1px solid #857d7d;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    border-radius: 100%;
    text-align: center;
}

.saga-info {
    margin-top: 6px;
    margin-right:30px;
}

.info-content {
    font-size: 14px;
    max-width: 200px;
    color: black;
}

.saga-navigation {
    background: #222222;
    color: #fff;
    position: relative;
}

.saga-navigation a,
.saga-navigation a:hover,
.saga-navigation a:focus {
    color: #cfcfcf;
}

.nav-affix .saga-navigation {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .nav-affix .saga-navigation {
    top: 32px;
}

@media only screen and (max-width: 991px) {
    .nav-affix .saga-navigation {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .nav-affix .saga-navigation {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .nav-affix .saga-navigation {
        top: 0;
    }
}

.main-navigation .toggle-menu {
    height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.ham {
    width: 23px;
    height: 2px;
    top: 27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ham,
.ham:before,
.ham:after {
    background: #fff;
}

.ham:before {
    top: -8px;
}

.ham:after {
    top: 8px;
}

.ham.exit {
    background-color: transparent;
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-navigation .menu ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.main-navigation .menu ul li {
    position: relative;
    display: inline-block;
    float: none;
}

.main-navigation .menu ul li i {
    padding-left: 10px;
    display: inline-block;
    line-height: 100%;
}

.main-navigation .menu ul > li > a {
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    #site-navigation {
        width: 85%;
    }

    .main-navigation .menu ul > li > a {
        display: block;
        line-height: 60px;
        padding: 0 15px;
    }

    .main-navigation .menu ul ul li {
        width: 260px;
    }

    .main-navigation .menu ul ul a {
        color: #fff;
        display: block;
        padding: 12px 30px;
        line-height: inherit;
    }

    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 35%;
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d1";

    }

    .main-navigation .menu ul ul {
        background: #000;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
    }

    .main-navigation .menu li:hover > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }

    .main-navigation .menu > ul > li > ul {
        top: 100%;
        left: 0;
    }

    .main-navigation .menu > ul > li:last-child > ul {
        left: auto;
        right: 0;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }

    .main-navigation .menu ul ul li:hover ul {
        top: 0;
    }
}

.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    border-top: 1px solid;
    float: none;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.065), inset 0 1px 0 0 rgba(255, 255, 255, 0.065);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.065), inset 0 1px 0 0 rgba(255, 255, 255, 0.065);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.065), inset 0 1px 0 0 rgba(255, 255, 255, 0.065);
    -ms-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.065), inset 0 1px 0 0 rgba(255, 255, 255, 0.065);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.065), inset 0 1px 0 0 rgba(255, 255, 255, 0.065);
}

.main-navigation .menu .menu-mobile li a {
    line-height: 50px;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}

.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu,
.main-navigation .menu .menu-mobile li .children {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid;
    display: none;
}

.main-navigation .menu .menu-mobile li .sub-menu > li a,
.main-navigation .menu .menu-mobile li .children > li a {
    margin-left: 15px;
}

.main-navigation .menu .menu-mobile li .sub-menu > li:first-child,
.main-navigation .menu .menu-mobile li .children > li:first-child {
    border-top: 0;
}

.saga-nav {
    display: block;
    float: left;
}

.saga-nav.saga-nav-right {
    float: right;
}

.saga-woo-nav {
    float: left;
    width: 60px;
    position: relative;
    border-left: 1px solid #888;
    box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.065), inset -1px 0 0 0 rgba(255, 255, 255, 0.065);
}

.saga-woo-nav:last-child {
    border-right: 1px solid #888;
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.065);
}

.saga-wooicon {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
}

.saga-wooicon i {
    font-size: 24px;
}

@media only screen and (max-width: 480px) {
    .saga-woo-nav {
        width: 40px;
    }

    .saga-wooicon i {
        font-size: 18px;
    }
}

.saga-mincart-items {
    background: #fff;
    color: #333;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 115%;
    right: 0px;
    width: 350px;
    z-index: 9999;
    padding: 20px;
    box-shadow: rgba(33, 76, 122, 0.16) 0px 2px 5px 0px, rgba(33, 76, 122, 0.12) 0px 2px 10px 0px;
    -webkit-box-shadow: rgba(33, 76, 122, 0.16) 0px 2px 5px 0px, rgba(33, 76, 122, 0.12) 0px 2px 10px 0px;
    -moz-box-shadow: rgba(33, 76, 122, 0.16) 0px 2px 5px 0px, rgba(33, 76, 122, 0.12) 0px 2px 10px 0px;
}

.saga-mincart-items a {
    color: #333;
}

.saga-mincart-items .widget,
.saga-mincart-items .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

.saga-minicart:hover .saga-mincart-items {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.saga-minicart .current-menu-item ~ .saga-mincart-items,
.woocommerce-checkout .saga-mincart-items {
    display: none;
}

.saga-woo-counter {
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    right: 5px;
}

.saga-mincart-items .woocommerce ul.cart_list li a,
.saga-mincart-items .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.saga-mincart-items .woocommerce ul.cart_list li a.remove,
.saga-mincart-items .woocommerce ul.product_list_widget li a.remove {
    font-size: 16px;
    line-height: 1em;
}

.saga-mincart-items .woocommerce ul.cart_list .woocommerce-mini-cart-item {
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .header-middle {
        padding: 20px 0;
    }

    .site-branding {
        float: none;
        text-align: center;
    }

    .head-top-right {
        text-align: center;
    }

    .saga-nav {
        float: none;
    }

    .saga-navigation > .container {
        position: relative;
    }

    .saga-nav.saga-nav-right {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

nav.navigation.pagination {
    display: block;
    text-align: center;
}

.nav-links {
    text-align: center;
}

.nav-links .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    padding: 0 10px;
}

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

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

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus,
.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: #c20000;
    color: #fff;
}

.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border: 1px solid #c20000;
}

/*--------------------------------------------------------------
# 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;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.slider-disabled:before,
.slider-disabled:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.slider-disabled:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
}
.widget_recent_comments li,
.widget_pages li,
.social-widget-menu li,
.widget_archive li,
.widget_meta li,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li {
    border-bottom: 1px dotted #cfcfcf;
    padding: 6px 0;
    position: relative;
    display: table;
    width: 100%;
}
.widget_categories li a{
     display: block;
}
.widget select {
    max-width: 100%;
}
.widget-area {
    font-size: 15px;
    letter-spacing: 0;
}
.widget-title {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
}
.widget.woocommerce ul.product_list_widget li{
    border-bottom: 1px dotted #888;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px dotted #888;
}
.saga-title-wrapper {
    margin-bottom: 20px;
}
#secondary .saga-title-wrapper {
    margin-bottom:0px;
}
.divider {
    width: 100px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
}
.saga-desc-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
article .entry-header .entry-title {
    font-size: 28px;
    margin: 0 auto;
    text-transform: capitalize;
}
.content-area .widget-title {
    position: relative;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    margin: 15px auto;
}
.woo-categories-widget .category-title {
    font-size: 18px;
    position: relative;
}
.content-area .widget-title:before,
.woo-categories-widget .category-title:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    left: 10px;
}
.search-form {
    text-align: center;
}
.search-form label,
.widget .woocommerce-product-search .search-field {
    display: block;
    width: 70%;
    float: left;
}
.search-form label .search-field {
    height: 45px;
    width: 100%;
}
.search-form .search-submit,
.widget .woocommerce-product-search button {
    float: left;
    width: 30%;
}
.widget .woocommerce-product-search button {
    height: 45px;
    line-height: 55px;
}
.head-top-right .search-form input[type="submit"] {
    border-radius: 30px;
    margin-left: 15px;
    width: 210px;
}
.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: 1.2em;
    *zoom: 1;
}
.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    content: "";
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
    clear: both;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 100% !important;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 12px 12px 0; 
    padding: 8px 12px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
   -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.footer-widget-area .widget_tag_cloud .tagcloud a,
.footer-widget-area .widget_product_tag_cloud .tagcloud a {
    color: #fff;
}

.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
/*
.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
    margin-top: 4px;
    margin-left: -4px;
}

.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
    margin-top: -4px;
    margin-left: 4px;
    z-index: -1;
}
*/
/*Widget Calander*/
#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    margin-bottom: 15px;
    margin-top: -10px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
    border: none;
    background: none;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:25px;
}

@media (min-width: 768px) {
    .site-content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .site-content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .site-content {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container,
    .site-content {
        width: 1370px;
    }
}

.home .site-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.blog:not(.home) .site-content {
    margin-top: 40px;
}

.data-bg,
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.bg-color {
    background-color: #000;

}

.bg-image-1 {
    height: 300px;
}

.bg-fixed {
    background-attachment: fixed;
}

#primary,
#secondary {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 992px) {
    #primary {
        width: 75%;
    }

    #secondary {
        width: 25%;
    }

    .right-sidebar #primary {
        padding-left: 0;
        padding-right: 10px;
    }

    .right-sidebar #secondary {
        padding-left: 10px;
        padding-right: 0;
        padding: 15px;
    }

    .left-sidebar #primary {
        float: right;
        padding-left: 10px;
        padding-right: 0;
    }

    .left-sidebar #secondary {
        padding-right: 10px;
        padding-left: 0;
    }
}

.no-sidebar #primary,
.woocommerce-fullwidth #primary {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.section-block {
    clear: both;
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-block:before,
.section-block:after {
    clear: both;
    content: "";
    display: table;
}

.section-title {
    text-transform: uppercase;
    line-height: 1.4;
}

.error404 #primary,
.page404 #primary {
    width: 100%;
}

.homepage-widgetarea .widget,
.shop-elite-latest-posts {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.homepage-widgetarea .widget:last-child {
    padding-bottom: 0;
}

.homepage-widgetarea .widget:last-child .slick-dots {
    margin-bottom: 30px;
}

.homepage-widgetarea .shop-elite-cta {
    max-width: 780px;
}

.homepage-widgetarea .widget.widget_call_to_action {
    padding: 0;
}

.shop-elite-cta {
    padding-top: 50px;
    padding-bottom: 50px;
}

.shop-elite-cta.elite-cta-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.shop-elite-cta.elite-cta-right {
    text-align: right;
    margin-left: inherit;
    margin-right: 0;
}

.site .widget_call_to_action .widget-title,
.site .widget_call_to_action .saga-desc-wrapper {
    color: #fff;
    line-height: 1.2;
}

.site .widget_call_to_action .shop-elite-cta .widget-title,
.site .widget_call_to_action .shop-elite-cta .saga-desc-wrapper {
    text-align: left;
}

.site .widget_call_to_action .shop-elite-cta.elite-cta-center .widget-title,
.site .widget_call_to_action .shop-elite-cta.elite-cta-center .saga-desc-wrapper {
    text-align: center;
}

.site .widget_call_to_action .shop-elite-cta.elite-cta-right .widget-title,
.site .widget_call_to_action .shop-elite-cta.elite-cta-right .saga-desc-wrapper {
    text-align: right;
}

.site .widget_call_to_action .saga-desc-wrapper {
    font-size: 18px;
}

.homepage-widgetarea .article-details {
    margin-top: -50px;
    z-index: 10;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px;
}

.homepage-widgetarea .widget,
.homepage-widgetarea .article-details,
.homepage-widgetarea .widget:nth-child(even) .article-block-wrapper-1 .entry-caption,
.homepage-widgetarea .widget:nth-child(even) .saga-product-wrapper {
    background: #fff;
}

.homepage-widgetarea .widget:nth-child(even),
.homepage-widgetarea .widget:nth-child(even) .article-details,
.homepage-widgetarea .widget:nth-child(odd) .article-block-wrapper-1 .entry-caption,
.homepage-widgetarea .widget:nth-child(odd) .saga-product-wrapper {
/*     background: #f6f6f6; */
}

.homepage-widgetarea .widget:nth-child(even) {
    /*border-bottom: 1px solid #888;
    border-top: 1px solid #888;*/
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    border-bottom: 1px solid;
    margin: 0 0 1.2em; 
}
.blog .hentry, .archive .hentry { 
    border: 1px solid;
    padding: 10px 10px 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin:0 0 10px;
}

.single .byline {
    padding-left: 10px;
}

.entry-caption {
    font-size: 14px;
}

article.has-post-thumbnail.show-image .entry-content {
    background: transparent;
    padding: 0 1em;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
   padding: 1em 1em 0;
}

article.has-post-thumbnail.show-image .entry-footer {
    margin-bottom: 15px;
}

.moretag {
    display: table;
    clear: left;
    margin: 20px 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    margin:8px auto;
}

.entry-meta,
.entry-footer {
    font-size: 12px;
    font-weight: 700;
}

.site .homepage-widgetarea .slider-disabled {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-disabled .article-block-wrapper,
.slider-disabled .product {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-disabled .article-block-wrapper {
    width: 33.33%;
}

.slider-disabled .product {
    width: 25%;
}

.slider-disabled .article-block-wrapper:nth-child(3n+1),
.slider-disabled .product:nth-child(4n+1) {
    clear: left;
}

.featured-content-wrapper {
    position: relative;
}

.featured-content-title {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    width: 100%;
    z-index: 9;
}

.featured-content-title .entry-title a {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding: 5px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.64);
}

.article-block-wrapper-1 {
    margin-bottom: 30px;
}

.article-block-wrapper-1 .entry-caption {
    padding: 20px;
    border: 1px solid;
}

/*--------------------------------------------------------------
## Post-navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border: 1px solid #c20000;
    overflow: hidden;
    margin: 0 0 1.5em;
    padding: 10px 5px;
    position: relative;
	    display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.nav-previous, .nav-next {
    display: table-cell;
    position: relative;
    padding:2px 15px;
    width: 50%;
}

.nav-previous a, .nav-next a {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    font: 700 14px/1.4 'Roboto Condensed', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #c20000;
}

.nav-previous:before,
.nav-next:after {
    content: "";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal; 
    position: absolute;
    top: 50%;
    margin-top: -7px;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-previous:before {
    content: "\f3d2";
    left: 15px;
}

.nav-next:after {
    content: "\f3d3";
    right: 15px;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    font-size: 85%;
    padding: 5px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.breadcrumbs ul li {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.breadcrumbs ul .trail-item span {
    position: relative;
    padding-right: 7px;
}

.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    content: "\f3d3";
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    margin: 30px auto;
    text-transform: uppercase;
}

.comment-respond .comment-reply-title {
    margin-top: 30px;
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}

.comments-area .comment-list, .comments-area .comment-list .children {
    list-style-type: none;
}

.comments-area .comment-author img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 15px;
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none;
}

.comments-area .comment-author .says {
    display: none;
}

.comment-body {
    border-top: 1px solid #7f7c7c;
    padding-top: 30px;
}

.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 80px;
}

.comments-area .comment-content {
    font-style: italic;
}

.comments-area .reply {
    margin-bottom: 15px;
}

.comments-area .reply .comment-reply-link {
    text-decoration: none;
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}

.comments-area .comment-respond {
    border-top: 1px solid #7f7c7c;
    outline: 0;
}

.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    min-width: 180px;
}

.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px;
}
.comments-area .comment-notes {
    margin-bottom: 30px;
}
.comments-area .comment-form label {
    color: #000;
    font-weight: normal;
}
.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}
.comment-form label {
    color: #888;
    display: block;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #888;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list,
    .comments-area .comment-list .children {
        margin-left: 0;
        padding-left: 0;
    }
}

.comment-metadata {
    font-size: 85%;
    line-height: 1.2;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.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: 33.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;
}

.site-footer {
    background: #252525;
    color: #b5b5b5;
}

.site-footer a {
    color: #b5b5b5;
    display: block;
}

.footer-widget-area {
    padding-top: 50px;
    padding-bottom: 30px;
}

.site-copyright {
    background: #000000;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
}

/*--------------------------------------------------------------
##Social Icons
--------------------------------------------------------------*/

.social-icons ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul a {
    display: block;
    position: relative;
    text-align: center;
    width: 28px;
}

.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.social-icons ul li a:after,
.widget .social-widget-menu ul a:before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    vertical-align: middle;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.widget .social-widget-menu ul li {
    border: 0;
    display: block;
    padding: 0;
    margin-bottom: 5px;
}

.widget .social-widget-menu ul a:before {
    width: 50px;
    float: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.footer-bottom .social-icons ul li a:after {
    border-radius: 100%;
    margin-right: 5px;
}

.widget .social-widget-menu ul li a {
    display: block;
    border: 0;
    position: relative;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    z-index: 99;
    padding: 0;
}

.widget .social-widget-menu ul li a span {
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.social-icons ul a[href*="dribbble.com"]:after,
.widget .social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f22c";
}

.social-icons ul a[href*="facebook.com"]:after,
.widget .social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f230";
}

.social-icons ul a[href*="twitter.com"]:after,
.widget .social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f242";
}

.social-icons ul a[href*="linkedin.com"]:after,
.widget .social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f238";
}

.social-icons ul a[href*="instagram.com"]:after,
.widget .social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f350";
}

.social-icons ul a[href*="youtube.com"]:after,
.widget .social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f24c";
}

.social-icons ul a[href*="vimeo.com"]:after,
.widget .social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f244";
}

.social-icons ul a[href*="plus.google.com"]:after,
.widget .social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f234";
}

.social-icons ul a[href*="pinterest.com"]:after,
.widget .social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f2b0";
}

.social-icons ul a[href*="tumblr.com"]:after,
.widget .social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f240";
}

.social-icons ul a[href*="wordpress.org"]:after,
.widget .social-widget-menu ul a[href*="wordpress.org"]:before,
.social-icons ul a[href*="wordpress.com"]:after,
.widget .social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f248";
}

.social-icons ul a[href*="whatsapp.com"]:after,
.widget .social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f4ef";
}

.social-icons ul a[href*="reddit.com"]:after,
.widget .social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f23a";
}

.widget-title,
.widget .social-widget-menu ul li {
    background: #000;
    color: #b5b5b5;
}

.homepage-widgetarea .widget-title {
    background: #c20000;
    color: inherit;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.main-navigation .menu .menu-mobile li,
.main-navigation .menu .menu-mobile li .sub-menu,
.main-navigation .menu .menu-mobile li .children {
    border-color: #171717;
}

.saga-topnav,
.top-nav ul li,
.top-nav ul li:first-child,
.info-icon i,
.widget_recent_comments li,
.widget_pages li, .social-widget-menu li,
.widget_archive li, .widget_meta li,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after,
.breadcrumbs,
.hentry,
.woocommerce .woocommerce-breadcrumb,
.article-block-wrapper-1 .entry-caption,
.site-content .widget.widget_product_categories .product-categories li a {
    border-color: #888;
    /*background:#222;*/
}

.footer-widget-area .widget_recent_comments li,
.footer-widget-area .widget_pages li,
.footer-widget-area .social-widget-menu li,
.footer-widget-area .widget_archive li,
.footer-widget-area .widget_meta li,
.footer-widget-area .widget_categories li,
.footer-widget-area .widget_nav_menu li,
.footer-widget-area .widget_recent_entries li,
.footer-widget-area .widget_tag_cloud .tagcloud a::before,
.footer-widget-area .widget_product_tag_cloud .tagcloud a::before,
.footer-widget-area .widget_tag_cloud .tagcloud a::after,
.footer-widget-area .widget_product_tag_cloud .tagcloud a::after,
.footer-widget-area .widget.widget_product_categories .product-categories li a {
    border-color: #888;
}

.main-btn,
.woocommerce .site .button,
.woo-categories-widget .category-title,
.slider-text p {
    letter-spacing: 0;
}

.site-branding .site-description,
.top-nav ul li a,
.entry-title,
.widget .social-widget-menu ul li a span,
.entry-meta,
.entry-footer,
.site-copyright {
    letter-spacing: 0;
}

.widget-title,
.main-navigation .menu ul > li > a,
.homepage-widgetarea .widget-title {
    letter-spacing: 0;
}

.empty-static-page .hentry,
.empty-static-page .entry-content {
    margin: 0 auto;
    padding: 0;
}

.shop-elite-static-page .hentry {
    border: 0;
    margin-bottom: 0;
}

.site-branding .site-title {
    letter-spacing: 0;
}

.main-btn,
.woocommerce .site .button,
.top-nav ul li a,
.entry-title,
.site-branding .site-title,
.main-navigation .menu ul > li > a,
.entry-meta,
.entry-footer,
.widget-title,
.site-copyright,
.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    text-transform: uppercase;
}

.saga-icon {
    color: #c20000;
    border: 1px solid #c20000;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
    padding-left: 2px;
    vertical-align: middle;
}

.saga-icon-1 {
    margin-left: 5px;
}

.saga-top-ad-space {
    text-align: center;
}

@media only screen and (max-width: 1599px) {
    .site-branding .site-description {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .top-bar-left {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }

    .top-bar-right {
        float: none;
        text-align: center;
    }

    .top-nav ul li,
    .top-nav ul li:first-child {
        border: 0;
    }

    .top-nav, .social-icons {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) {
    .slider-disabled .product {
        width: 50%;
    }

}

@media only screen and (max-width: 640px) {
    .slider-disabled .product,
    .slider-disabled .article-block-wrapper {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
.error-404 {
    margin: 0 auto 60px;
    text-align: center;
    max-width: 780px;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 30px;
    display: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    border-color: #373737;
    line-height: 45px;

}

#scroll-up:hover i,
#scroll-up:focus i {
    color: #fff;
    display: block;

}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}


/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}

a:hover,
a:focus,
a:active,
.site-footer a:hover,
.site-footer a:focus,
.saga-mincart-items a:hover,
.saga-mincart-items a:focus {
    color: #c20000;
}


.main-btn-primary,
.primary-bg,
.woocommerce .site .button,
body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
.main-btn-primary:hover,
.main-btn-primary:focus,
.head-top-right button,
.saga-woo-counter,
.divider,
.widget .social-widget-menu ul a:before,
body.single .comments-area .comment-respond .form-submit input#submit,
.woocommerce #respond input#submit{
    background: #c20000;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul > li.current-menu-item > a,
    .main-navigation .menu ul > li:hover > a,
    .main-navigation .menu ul ul a:hover {
        background: #c20000;
        color: #fff;
    }
}

.main-btn-primary:active {
    border-color: #c20000;
}




@media (max-width: 768px){
.form-inline .form-group {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
}
}

/*----------cart pages ---------*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    font-size: 1.05em;
    padding: 0 20px !important;
}
@media (max-width: 375px){
    .saga-mincart-items {
    width: 300px;
    }
    .woocommerce .site .button{
        padding: 0 20px !important;
    }
}

/*----------blog pages ---------*/
@media (max-width: 426px){
    article.has-post-thumbnail.show-image .entry-content {
        background: #fff;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 1.8;
        color: #868686;
        margin-top: -50px;
        padding: 20px;
    }
    article.has-post-thumbnail.show-image .entry-content .entry-footer span{
        display: block;
        margin-bottom: 10px;
    }
    article.has-post-thumbnail.show-image .entry-content .entry-footer span .saga-icon {
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 24px;
        float: left;
    }
}

/*home shop page*/
.home.post-type-archive-product .site-content{
    padding-left:15px;
    padding-right:15px;
}
@media (min-width: 768px) {
    .home.post-type-archive-product .site-content{
        width: 750px;
    }
}

@media (min-width: 992px) {
    .home.post-type-archive-product .site-content{
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .home.post-type-archive-product .site-content{
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .home.post-type-archive-product .site-content{
        width: 1370px;
    }
}
.woocommerce ul.wcmp-cat-grid.products li.product-category h3, .woocommerce.wcmp-cat-carousel .wcmp-product h3 {
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
    background:#05a5bf  !important;
    text-align: center;
    letter-spacing: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 1.992em !important;
    text-align: center;
    border: 1px solid #888;
}
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {   
    border: 1px solid #232323;
    padding: 3px;
}
.wpcf7-form { position: relative;}
.wpcf7-form label{font-weight: 600;font-size: 14px;display:block;}
.wpcf7-form textarea { resize: none; height: 100px;} 
.wpcf7-form input[type="submit"]{padding: 9px 12px;text-align: center;max-width: 120px;}
.coupon-codebox {background: #2f2f2f;font-size:16px; color: #fff; padding: 15px 20px; text-align: center; line-height: 22px; margin-bottom: 20px;display: block;}
.coupon-codebox span {font-size: 24px;color: #fff; padding:4px 20px; background: #c20000;border:1px dotted #fff;margin-top: 20px;border-style: dashed;display:block;}
.woocommerce-checkout-payment .test_mode_msg {display: none;}
.woocommerce .star-rating{width: 100%; margin-bottom: 5px;} 
.woocommerce .star-rating span {left: 30%;}
.woocommerce .star-rating::before {left: 30%;}

.single-product .summary .star-rating span {left: 0%;}
.single-product .summary .star-rating::before {left:0%;}
.woocommerce .entry-summary table.variations-grid td del {display: none;}
.woocommerce .entry-summary table.variations-grid td form.cart {margin-bottom: 0;}
.entry-summary table.variations-grid {width:100%;}
.woocommerce table.variations-grid, .woocommerce table.variations-grid tfoot td, .woocommerce table.variations-grid tfoot th {
    border: 1px solid #484545;  
}
.woocommerce table.variations-grid td,
.woocommerce table.variations-grid th {
    padding: 5px 9px !important;
    font-size: 15px !important;
    border: 1px solid #484545;
    font-weight: 600;
    text-align: center;
}
.variations-grid .single_add_to_cart_button{background: #c20000;border:1px solid #c20000;}
.variations-grid .single_add_to_cart_button:focus{background: #ea5d13;border:1px solid #ea5d13;}
.payment_methods label small {
    color: #f00;
    font-weight: 600;
    font-size: 100%;
}
#secondary .widget-title {
    margin: 0;
}
.widget.widget_product_categories .product-categories li a {
    border-bottom: 1px solid #5c5c5c !important; 
    padding: 6px 1px !important;  
}
blockquote.easy_testimonial {font-size: 15px;}
blockquote.easy_testimonial .testimonial_author{font-weight: 600;}
.main-navigation .menu ul > li.menu-item-2022 a {
        background: #c20000;
        color: #fff;
} 
.woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--description h3, .woocommerce-Tabs-panel--description h4, .woocommerce-Tabs-panel--description h5,
.term-description h2, .term-description h3, .term-description h4, .term-description h5{
    margin-top: 15px; 
    margin-bottom: 0;
    font-weight: normal;
}

.term-description ul, .term-description ol, .woocommerce-Tabs-panel--description ul, .woocommerce-Tabs-panel--description ol{
    margin: 0 0 15px;
    padding-left: 22px;
}
.term-description p, .woocommerce-Tabs-panel--description p, .entry-content p {
   text-align: justify;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    border: 1px solid #676767;
   height: 44px;
}
.cart_totals h2{
    margin: 0 0 2px;
    font-size: 24px;
    color:#fff;
    text-transform: capitalize;
 }
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-bottom: 1px solid #888;
    padding: 5px;
    font-weight: 600;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #3e3e3e;
    border-top-color: #3e3e3e;
    font-size: 14px !important;
    color: #000;
}
ul.home-tags{padding:0;margin:0;margin-bottom:10px;list-style:none;float:left;width:100%;position:relative;}
ul.home-tags li{position:relative;float:left;}
ul.home-tags li a{margin:3px 1px 2px 6px;display:inline-block;padding:7px 24px;background:#b10909;color:#fff;border-radius:4px;}
ul.home-tags li a:hover{background:#7c0a0a;color:#fff;}
#custom_html-2{
    padding: 15px 0;
    text-align: center;
}
.single-post .type-post .entry-content h2, .single-post .type-post .entry-content h3, .single-post .type-post .entry-content h4, .single-post .type-post .entry-content h5{
    margin-top: 15px; 
    margin-bottom: 0;
    font-weight: 600;
}
.page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5{
    margin-top: 15px; 
    margin-bottom: 0;
}
.tags-links{margin-left: 5px;}
.post .entry-content ul, .post .entry-content ol{margin-left: 0; padding-left: 20px;}
.text-section p{
    margin-bottom: 15px;
    text-align: justify;
    color: #000;
    /* font-size: 15px; */
    line-height: 23px;
}
span.tagged_as a {font-weight: 500; color: #c20000;}
.single-product .woocommerce-product-rating .star-rating {
    margin: 0 0 10px !important;
    font-size: 20px;
}
.single-product .woocommerce-review-link {
    background: #e20202;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    text-decoration: underline;
    opacity: 1;
}
 .woocommerce #reviews #comments ol.commentlist li .meta {
    color: #000;
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist {padding: 0;}
.woocommerce .comment-text .star-rating {
    width: 120px;
    text-align: right;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 8px;
}
.filebtn{text-align: center;
    width: 40%;
    float: left;
    margin-left: 40%;
    
}
.filebtn .md-content_162294 {
    color: #000000  !important;
    background: #ffffff !important;
}
.filebtn .md-content_162294 .mbox-title_162294{background: #f26d27 !important;font-weight: normal !important;text-transform: uppercase;color: #fff  !important;} 
  .filebtn .btn-primary {
    color: #fff  !important;
    background-color: #000000;
    border-color: #000000;
}   
body #alg_checkout_files_upload_form_1 input[type="button"]{
    border-radius: 4px;
    height: 43px;
    width: 140px;
} 
.archive .page-header{
    padding-bottom: 0;
    margin: 0;
    border-bottom: 1px solid #7d7d7d;
}
 .style-light_style blockquote.easy_testimonial p.testimonial_author {
    width: auto;
    color: #000;
}  
.style-light_style blockquote.easy_testimonial p{color: #000;font-size: 14px;}   
.g-recaptcha{margin-bottom: 8px;} 
#alg_checkout_files_upload_form_1 table{margin: 0;}    
.page .entry-content  .woocommerce-checkout h3 {margin-bottom: 1em;border-bottom: 1px solid #888;font-weight: 600;} 

 
li.wc-block-product-categories-list-item a{
    display: block;
}  
#secondary.widget-area li{border-bottom: 1px solid #888;padding: 5px 0;}
#secondary h2,
h2.widget-title-sidebar {
    background: #c20000;
    padding: 4px 14px;
    font-size: 20px;
    color: #fff;
}
#block-29, #block-26, #block-28{
    margin:0;
}
#yith-quick-view-modal .yith-wcqv-wrapper{width: 632px!important; height: auto!important;}
.woocommerce ul.products li.product .price {
    color: #ffffff!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #c20000;
    font-size: 1.25em!important;
}

input.wpcf7-form-control {
    background: transparent;
    width: 100%;
}
.wpcf7-textarea{background: transparent;}
.stars .dashicons-star-filled, .stars .dashicons-star-half, .stars .dashicons-star-empty {color: #fe9900;}
.widget_post_listings .article-details{
    background: #252525;
}
.single-product div.product{display: block !important;} 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #c20000 !important;
    z-index: 2;
    border-bottom-color: #c20000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color: #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background: #fff !important;}
.woocommerce .site .cart .button{
    margin: 0;
    line-height: 45px;
    height: 45px;
}
.woocommerce button.button:disabled{padding: 1px 20px!important;}
.woocommerce-checkout .woocommerce form .wc_payment_methods .form-row label { color: #242424;}
.woocommerce-order-received .woocommerce-customer-details address {background: #404040 !important;color: #fff;}
.woocommerce-order a{color: #f00;}
.woocommerce .woocommerce-form-login-toggle1, .woocommerce .woocommerce-form-login p1{color: #fff;}








