﻿/*===============================================================================
      [ CSS INDEX ]
=================================================================================

    reset
    typography
    helper class
    button
    section-title
    slide-activation
    social-icon
    popup
    cartbox
    setting-box
    header
    navigation
    banner
    welcome-area
    testimonial
    product
    shop-colection
    newsletter
    slider
    look-book
    brand
    blog
    add-banner
    hot-banner
    recent-post
    instagram
    video-area
    info
    module-product
    bradcaump
    single-product
    sidebar
    blog-details
    portfolio
    about
    team
    error
    contact
    faq
    myaccount
    cart
    wishlist
    checkout
    shop-single
    footer



s
// Needed Files
@import 'variables';
@import 'mixins';



/*******************
Basic Styles
********************/


/**
Reset Styles
*/

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    /* font-family: "Century Gothic", "Source Sans Pro", Helvetica, sans-serif; */
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #b71c1c;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Century Gothic", Georgia, serif;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    font-family: 'Century Gothic';
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #b71c1c;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}


/**
Typography
*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Century Gothic, "Poppins", sans-serif;
    color: #333;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Century Gothic, "Poppins", sans-serif;
    line-height: 1.35;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2 {
    font-weight: 700;
}

h3,
.h3,
h4,
.h4 {
    font-weight: 700;
}

h5,
.h5,
h6,
.h6 {
    font-weight: 700;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


/**
Helper Class
*/

.hidden {
    display: none;
}

.poss--relative {
    position: relative;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.animation1 {
    transition-duration: 400ms;
}

.theme-color {
    color: #b71c1c;
}

ul {
    list-style: none;
}

a#scrollUp {
    background: #b71c1c;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    padding: 9px 0;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
}

a#scrollUp:hover {
    background: #fff;
    color: #b71c1c;
}

img {
    max-width: 100%;
}

a:hover {
    color: #b71c1c;
}

a {
    transition: 0.3s;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* spacing */

.mt--20 {
    margin-top: 20px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--110 {
    margin-top: 110px;
}

.mt--120 {
    margin-top: 120px;
}

.mt--130 {
    margin-top: 130px;
}

.mt--140 {
    margin-top: 140px;
}

.mt--150 {
    margin-top: 150px;
}


/* spacing */

.pt--30 {
    padding-top: 30px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--150 {
    padding-top: 150px;
}


/* spacing */

.pb--20 {
    padding-bottom: 20px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--45 {
    padding-bottom: 45px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--150 {
    padding-bottom: 150px;
}


/* spacing */

.ptb--30 {
    padding: 30px 0;
}

.ptb--40 {
    padding: 40px 0;
}

.ptb--50 {
    padding: 50px 0;
}

.ptb--60 {
    padding: 60px 0;
}

.ptb--70 {
    padding: 70px 0;
}

.ptb--80 {
    padding: 80px 0;
}

.ptb--90 {
    padding: 90px 0;
}

.ptb--100 {
    padding: 100px 0;
}

.ptb--110 {
    padding: 110px 0;
}

.ptb--120 {
    padding: 120px 0;
}

.ptb--130 {
    padding: 130px 0;
}

.ptb--140 {
    padding: 140px 0;
}

.ptb--150 {
    padding: 150px 0;
}

.ptb--200 {
    padding: 200px 0;
}

.ptb--220 {
    padding: 220px 0;
}

.padding--lr--30px {
    padding: 0 30px;
}

.margin--lr--60 {
    margin: 0 60px;
}


/* Text specialized */

.text--italic {
    font-style: italic;
}

.text--normal {
    font-style: normal;
}

.text--underline {
    font-style: underline;
}


/* Font specialized */

.body--font {
    font-family: "Poppins", sans-serif;
}

.heading--font {
    font-family: "Poppins", sans-serif;
}


/* Height and width */

.fullscreen {
    min-height: 85vh;
    width: 100%;
}

.w--100 {
    width: 100%;
}

.w--75 {
    width: 75%;
}

.w--50 {
    width: 50%;
}

.w--33 {
    width: 33.33%;
}

.w--25 {
    width: 25%;
}

.w--10 {
    width: 10%;
}

.h--100 {
    height: 100%;
}

.h--75 {
    height: 75%;
}

.h--50 {
    height: 50%;
}

.h--25 {
    height: 25%;
}

.h--33 {
    height: 33.33%;
}

.h--10 {
    height: 10%;
}


/* Section padding */

.section-padding--xlg {
    padding: 80px 0;
}

.section-padding--lg {
    padding: 80px 0;
}

.section-padding--md {
    padding: 120px 0;
}

.section-padding--sm {
    padding: 100px 0;
}

.section-padding--xs {
    padding: 80px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding--xlg {
        padding: 80px 0;
    }
    .section-padding--lg {
        padding: 80px 0;
    }
    .page-blog-details.section-padding--lg.bg--white {
        padding-bottom: 60px;
    }
    .page-blog.bg--white.section-padding--lg.blog-sidebar.right-sidebar {
        padding-bottom: 45px;
    }
    .section-padding--md {
        padding: 85px 0;
    }
    .section-padding--sm {
        padding: 70px 0;
    }
    .section-padding--xs {
        padding: 60px 0;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding--xlg {
        padding: 80px 0;
    }
    .section-padding--lg {
        padding: 80px 0;
    }
    .section-padding--md {
        padding: 60px 0;
    }
    .section-padding--sm {
        padding: 50px 0;
    }
    .section-padding--xs {
        padding: 50px 0;
    }
    .page-blog.bg--white.section-padding--lg.blog-sidebar.right-sidebar {
        padding-bottom: 60px;
    }
    .page-about.about_area.bg--white.section-padding--lg {
        padding-bottom: 55px;
    }
    .page-blog-details.section-padding--lg.bg--white {
        padding-bottom: 60px;
    }
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .xs-mt-0 {
        margin-top: 0;
    }
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-pt-100 {
        padding-top: 100px !important;
    }
    .xs-mt--30 {
        margin-top: -30px !important;
    }
    .xs-pb-0 {
        padding-bottom: 0 !important;
    }
}


/*******************
Elements Styles
********************/


/*-------------------------------
  Section Title Styles
---------------------------------*/

.section__title {
    margin: 0 auto;
    max-width: 650px;
}

.section__title.title--white h2 {
    color: #fff;
}

.section__title.title--white h2.title__be--2::after {
    content: url("images/icons/icon_title3.png");
}

.section__title h2 {
    color: #333;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.wn__newsletter__area .section__title>h2 {
    letter-spacing: 2px;
}

.section__title--3 h2 {
    color: #2e2e2e;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: top;
}

.section__title--3 h2 {
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section__title--3 p {
    color: #333;
    font-size: 12px;
    font-weight: 300;
}

@media only screen and (max-width: 420px) {
    .section__title h2 {
        font-size: 26px;
    }
    .post__itam .content h3 {
        font-size: 18px;
        line-height: 28px;
    }
}


/*------------------------------
  Social Icon Styles 
------------------------------*/

.social__net li {
    margin-right: 10px;
}

.social__net li a {
    border-radius: 100%;
    color: #333;
    display: inline-block;
    font-size: 32px;
    height: 34px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    transition: all 300ms ease-in 0s;
    width: 34px;
}

.social__net li a:hover {
    border-color: #fff;
    color: #fff;
}

.social__net.social__net--2 li a:hover {
    border-color: #b71c1c;
    color: #b71c1c;
}

.social__net.social__net--3 li {
    margin-right: 20px;
}

.social__net.social__net--3 li a {
    border: 1px solid #4d4d4e;
    color: #a1a1a1;
}

.social__net.social__net--3 li a:hover {
    border-color: #b71c1c;
    color: #b71c1c;
}

.social__icon li a {
    color: #b5b5b5;
    font-size: 20px;
    transition: all 300ms ease-in 0s;
    padding: 0 12px;
}

.social__icon li:last-child a {
    padding: 0 0px 0 12px;
}

.footer--yellow .social__net.social__net--3 li a:hover,
.yellow--color .social__net.social__net--3 li a:hover {
    border-color: #ffa800;
    color: #ffa800;
}

.color--pink .social__net.social__net--3 li a:hover {
    border-color: #da7187;
    color: #da7187;
}

.brown--color .social__net.social__net--3 li a:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.brown--color .social__net.social__net--2 li a:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.color__turquoise .social__net.social__net--2 li a:hover,
.color__turquoise .social__net.social__net--3 li a:hover {
    border-color: #3cc8df;
    color: #3cc8df;
}

.social__net--4 li {
    display: inline-block;
    line-height: 34px;
}

.social__net--4 li a {
    color: #a2a2a2;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}

.social__net--4 li a:hover {
    color: #b71c1c;
}

.checkout_login,
.checkout_coupon {
    display: none;
}

.checkout_info {
    background-color: #f7f6f7;
    border-top: 3px solid #b71c1c;
    color: #515151;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    border-top-color: #b71c1c;
}

.checkout_info::before {
    color: #b71c1c;
    content: "\f15b";
    font-family: FontAwesome;
    font-size: 13px;
    left: 26px;
    position: absolute;
}

.checkout_info span {
    font-size: 14px;
}

.checkout_info a.showlogin,
.checkout_info a.showcoupon {
    color: #e59285;
    font-size: 12px;
}

.wn__checkout__form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin: 0 0 20px;
    padding: 20px;
    text-align: left;
}

.wn__checkout__form p {
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
}

.wn__checkout__form .input__box label {
    margin-bottom: 5px;
    line-height: 2;
    display: block;
    color: #333;
    font-size: 12px;
}

.wn__checkout__form .input__box input {
    border: 1px solid #e1e1e1;
    height: 40px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}

.wn__checkout__form .form__btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.wn__checkout__form .form__btn button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e59285;
    color: #e59285;
}

.wn__checkout__form .form__btn .label-for-checkbox {
    margin-bottom: 5px;
}

.wn__checkout__form .form__btn .label-for-checkbox input {
    margin: 0 3px 0 15px;
}

.wn__checkout__form .form__btn .label-for-checkbox span {
    color: #333;
    font-size: 12px;
}

.wn__checkout__form .form__btn .label-for-checkbox a {
    color: #e59285;
    font-size: 12px;
}

.checkout_coupon {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}

.checkout_coupon .form__coupon input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 40px;
    max-width: 100%;
    padding: 0 0 0 10px;
}

.checkout_coupon .form__coupon button {
    background: #2e2e2e none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    margin-left: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: 0 none;
}

.checkout_coupon .form__coupon button:hover {
    color: #e59285;
}

.customer_details h3 {
    color: #2e2e2e;
    font-weight: 700;
    line-height: 1.35;
    font-size: 20px;
    margin: 0 0 20px;
}

.customer_details .customar__field .input_box {
    margin: 0 0 20px;
}

.customer_details .customar__field .input_box.space_between {
    margin: 0 15px;
    width: 50%;
}

.customer_details .customar__field .input_box label {
    color: #333;
    line-height: 2;
    font-size: 14px;
    display: block;
}

.customer_details .customar__field .input_box label span {
    color: red;
    font-weight: 700;
}

.customer_details .customar__field .input_box input {
    height: 40px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 0 10px;
}

.customer_details .customar__field .margin_between {
    display: flex;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.select__option {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 43px 0 10px;
    width: 100%;
}

.account__field,
.differt__form {
    display: none;
}

.create__account .wn__accountbox span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
}

.create__account .account__field label {
    color: #a00;
    margin: 0 0 5px;
    display: block;
    font-size: 12px;
}

.create__account .account__field label span {
    color: red;
    font-weight: 700;
}

.create__account .account__field input {
    border: 1px solid #a00;
    height: 40px;
    width: 100%;
    padding: 0 10px;
}

.differt__address span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
}

.wn__order__box {
    background: #f4f4f4 none repeat scroll 0 0;
}

.wn__order__box h3.onder__title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #2e2e2e;
}

.order__total {
    display: flex;
    justify-content: space-between;
    padding: 22px 80px 0;
}

.order__total li {
    color: #333444;
    font-size: 18px;
    font-weight: 600;
}

.order_product {
    margin-top: 18px;
    padding: 0 80px;
}

.order_product li {
    color: #333444;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
}

.order_product li span {
    float: right;
}

.shipping__method {
    padding: 15px 80px 25px;
}

.shipping__method>li span {
    float: right;
}

.shipping__method li {
    color: #333;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
}

.shipping__method>li+li {
    margin-top: 20px;
}

.shipping__method li ul li input {
    margin-right: 5px;
    margin-top: 6px;
}

.total__amount {
    border-top: 1px solid #e1e1e1;
    padding: 0 80px;
}

.total__amount li span {
    float: right;
}

.total__amount li {
    color: #333444;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.checkout_accordion .payment {
    margin: 0 0 15px;
}

.checkout_accordion .payment:last-child {
    margin-bottom: 0;
}

.checkout_accordion .checkout__title input {
    margin: 0 1em 0 0;
}

.checkout_accordion .checkout__title label {
    margin: 0 0 5px;
}

.checkout_accordion .payment-body {
    color: #333;
    font-size: 12px;
    padding: 10px 12px;
}

a.checkout__title {
    background: #f4f4f4 none repeat scroll 0 0;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .order__total {
        padding: 22px 60px 0;
    }
    .product__info__main h1 {
        margin: 30px 0 3px;
    }
    .order_product {
        padding: 0 60px;
    }
    .shipping__method {
        padding: 15px 60px 25px;
    }
    .total__amount {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 575px) {
    .order__total {
        padding: 22px 20px 0;
    }
    .order_product {
        padding: 0 20px;
    }
    .shipping__method {
        padding: 15px 20px 25px;
    }
    .total__amount {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 420px) {
    .checkout_coupon .form__coupon button {
        margin-left: 0;
        margin-top: 20px;
    }
    .search__active {
        display: none!important;
    }
    .slider--15 .slide .slider__content p {
        display: none;
    }
    .checkout_coupon .form__coupon input {
        width: 100%;
    }
}


/* Dropdown Menu*/

.container-base .meninmenu li.drop {
    position: static;
}

.container-base .meninmenu li.drop.with--one--item {
    position: relative;
}

.container-base .meninmenu.start--right .megamenu {
    left: auto;
    right: 0;
}

.container-base .meninmenu.start--right .megamenu.dropdown {
    left: 0;
    right: auto;
}

.meninmenu li.drop {
    position: relative;
}

.meninmenu li.drop .megamenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 720px;
    z-index: 3000;
    padding: 25px 0;
}

.meninmenu li.drop .megamenu.mega02 {
    width: 490px;
}

.meninmenu li.drop .megamenu.mega03 {
    width: 720px;
}

.meninmenu li.drop .megamenu.mega04 {
    width: 950px;
}

.meninmenu li.drop .megamenu.dropdown {
    width: 240px;
}

.meninmenu li.drop .megamenu .item.item01 {
    flex-basis: 100%;
}

.meninmenu li.drop .megamenu .item.item02 {
    flex-basis: 50%;
}

.meninmenu li.drop .megamenu .item.item03 {
    flex-basis: 33.33%;
}

.meninmenu li.drop .megamenu .item.item04 {
    flex-basis: 25%;
}

.meninmenu li.drop .megamenu .item .title {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    color: #324444;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 19px;
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    text-transform: uppercase;
}

.meninmenu li.drop .megamenu .item li a {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.meninmenu li.drop .megamenu .item li a:hover {
    color: #b71c1c;
    padding-left: 5px;
}

.meninmenu li.drop:hover .megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mainmenu__nav .meninmenu li.label2 {
    display: block;
    position: relative;
}

.mainmenu__nav .meninmenu li.label2 ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 87%;
    opacity: 0;
    padding: 6px 22px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 206px;
}

.mainmenu__nav .meninmenu li.label2 ul li a {
    line-height: 28px;
}

.mainmenu__nav .meninmenu li.label2 a {
    display: block;
    position: relative;
}

.mainmenu__nav .meninmenu li.drop .megamenu .item>li {
    padding-left: 30px;
    padding-right: 20px;
}

.mainmenu__nav .meninmenu ul li.label2:hover ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.mainmenu__nav .meninmenu ul li.label2 a {
    position: relative;
}

.mainmenu__nav .meninmenu ul li.label2>a::after {
    content: "\f2fb";
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    position: absolute;
    right: 0;
}


/*------------------------------
  Product Styles 
------------------------------*/

.product {
    position: relative;
    overflow: hidden;
}

.shop-grid .product {
    margin-bottom: 15px;
}

.product .product__thumb {
    overflow: hidden;
    position: relative;
}

.product .product__thumb a {
    display: block;
}

.product .product__thumb a img {
    width: 100%;
}

.product .product__thumb a.second__img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-timing-function: linear;
}

.product .product__thumb a.second__img img {
    width: 100%;
}

.product .product__thumb .new__box {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 23px;
    min-width: 82px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product .product__thumb .new__box::before {
    border-bottom: 39px solid #2e2e2e;
    border-top: 0 none;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.product .product__thumb .new__box span {
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
}

.product .product__thumb .prize {
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
    display: inline-block;
    font-family: "Lato", sans-serif;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    position: absolute;
}

.product .product__thumb .prize li {
    color: #343940;
    font-size: 14px;
    font-weight: 700;
}

.old_prize {
    color: #959595;
    font-weight: 500;
    margin: 0 5px;
    text-decoration: line-through;
}

.product .product__thumb .prize.position__right__bottom {
    bottom: 11px;
    right: 11px;
}

.product .product__content .action {
    bottom: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: 1;
    transition: .4s;
    margin-bottom: 8px;
}

.product__hover--content {
    visibility: hidden;
    opacity: 0;
}

.product:hover .product__content .action {
    opacity: 1;
    visibility: visible;
}

.product:hover .product__hover--content {
    opacity: 1;
    visibility: visible;
    display: block;
}

.product .product__content .action .actions_inner .add_to_links li {
    margin-bottom: 4px;
    display: inline-block
}

.product .product__content .action .actions_inner .add_to_links li a {
    border: 0 none;
    margin-right: 8px;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 40px;
    padding: 0;
    position: relative;
    background: #f5f5f5;
    color: #333;
    text-align: center;
    width: 36px;
    transition: all 300ms ease-in 0s;
}

.product .product__content .action .actions_inner .add_to_links li a:hover {
    color: #fff;
    background-color: #ce7852;
}

.product:hover .product__content h4,
.product:hover .product__content ul.prize {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
}

.product .product__content .action .actions_inner .add_to_links li a.quickview:hover {
    background-position: 100% 0;
    background-color: #b71c1c;
}

.product .product__content.action .actions_inner .add_to_links li:nth-child(1) {
    transition: opacity 300ms linear 0s;
    opacity: 0;
}

.product .product__content.action .actions_inner .add_to_links li:nth-child(2) {
    transition: opacity 500ms linear 0s;
    opacity: 0;
}

.product .product__content .action .actions_inner .add_to_links li:nth-child(3) {
    transition: opacity 700ms linear 0s;
    opacity: 0;
}

.product .product__content .action .actions_inner .add_to_links li:nth-child(4) {
    transition: opacity 900ms linear 0s;
    opacity: 0;
}

.product .product__content {
    background: #fff;
    padding: 20px 0;
    width: 100%;
}

.product .product__content h4 {
    color: #3a3939;
    font-size: 14px;
    line-height: 23px;
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.product .product__content h4 a {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(1) {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 300ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(2) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 500ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(3) {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 700ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(4) {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 900ms linear 0s;
}

.product:hover .product__thumb a.second__img {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.rating.rating--yellow li.on i {
    color: #ffa800;
}

.rating li i {
    color: #b6b6b6;
    margin-right: 8px;
}

.rating li.on i {
    color: #b71c1c;
}

.product__activation [class*="col-"] {
    max-width: 100%;
}

.productcategory__slide [class*="col-"] {
    max-width: 100%;
}

.product.product__style--3 .product__thumb {
    transition: all 0.3s ease-in-out 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart {
    background: #ebebeb url("images/icons/cart2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
    background-color: #ce7852;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist {
    background: #ebebeb url("images/icons/wishlist2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover {
    background-color: #ce7852;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare {
    background: #ebebeb url("images/icons/compare2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover {
    background-color: #ce7852;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview {
    background: #ebebeb url("images/icons/search2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover {
    background-color: #ce7852;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__content {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 15px;
    text-align: left;
}

.product.product__style--3 .product__content h4 a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}

.product.product__style--3 .product__content h4 a:hover {
    color: #ce7852;
}

.product.product__style--3 .product__content .prize {
    margin-top: 10px;
}

.product.product__style--3 .product__content .prize li {
    color: #ce7852;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 700;
}

.product.product__style--3 .product__content .prize li.old_prize {
    color: #7d7d7d;
    text-decoration: line-through;
}

.brown--color .rating li.on i {
    color: #ce7852;
}

.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
    background-color: #da7187;
}

.color--pink .product.product__style--3 .product__content h4 a:hover {
    color: #da7187;
}

.single__tab.tab-pane:not(.active) {
    display: none;
}

.shop-grid.tab-pane:not(.active) {
    display: none;
}

.product__nav a {
    border-left: 1px solid #ebebeb;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}

.product__nav a:first-child {
    border-left: 0 none;
}

.product__nav a:hover,
.product__nav a.active {
    color: #b71c1c;
    transition: all 300ms ease-in 0s;
}

.product__nav a.item__before {
    position: relative;
}

.product__nav a.item__before::before {
    background: #b71c1c none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 12px;
    margin-top: -2px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
    z-index: 1;
}

.product__nav a.active.item__before::before {
    width: 33px;
}

.product__nav a:hover.item__before::before {
    width: 33px;
}

.product__nav.border--bottom {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
    padding-bottom: 28px;
}

.single__tab.space__top--none .product {
    margin-top: 0px;
}

.wn__bestseller__area.page-content {
    padding: 130px 50px;
}

.wn__bestseller__area.page-content .single__tab .product {
    margin-left: 15px;
    margin-right: 15px;
}

.wn__product__area.spacing--lr {
    padding-left: 25px;
    padding-right: 25px;
}

.furniture--5.space-between .product {
    margin: 0 15px;
}

.speakers__product {
    display: flex;
    flex-wrap: wrap;
}

.speakers__product .custom__lg--5 {
    flex-basis: 20%;
    padding: 0 15px;
}

.color--pink .product__nav.product__nav--2 a::before {
    background: #da7187 none repeat scroll 0 0;
}

.color--pink .rating.rating--yellow li.on i,
.color--pink .rating li.on i,
.color--pink .rating.rating--yellow li.on i {
    color: #da7187;
}

.color--pink .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #da7187;
}

.color--pink .rating.rating--yellow li.on i {
    color: #da7187;
}

.yellow--color .product__nav a.active,
.yellow--color .product__nav.product__nav--2 a.active {
    color: #ffa800;
}

.product.product__style--3 .product__content.content--center {
    text-align: center;
}

.content--center .rating,
.product.product__style--3 .product__content.content--center .prize {
    justify-content: center;
}

.furniture--4.border--round {
    margin-left: 0;
}

.header__area .header__sidebar__right {
    margin-right: 50px;
}

.header__area .header__sidebar__right>li.wishlist {
    padding-left: 10px;
    padding-right: 10px;
}

.header__area .header__sidebar__right>li.shopcart {
    padding-right: 10px;
}

.post__itam {
    margin-bottom: 30px;
}

.wn__recent__post {
    padding-bottom: 50px;
}


/*--------------------------
  Single Product Styles
----------------------------*/

.product__info__main h1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.42857;
    margin: 0 0 3px;
}

.product__info__main .product-info-stock-sku p {
    color: #616161;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.product__info__main .product-info-stock-sku p span {
    color: #b71c1c;
}

.product__info__main .product-info-stock-sku p+p {
    margin-left: 15px;
}

.product__info__main .product-reviews-summary {
    padding: 3px 0 0;
}

.product__info__main .product-reviews-summary .rating-summary {
    margin-right: 8px;
}

.product__info__main .product-reviews-summary .rating-summary li i {
    color: #b71c1c;
    font-size: 18px;
    margin-right: 4px;
}

.product__info__main .product-reviews-summary .reviews-actions a {
    color: #858484;
    font-size: 12px;
    transition: 0.4s;
}

.product__info__main .product-reviews-summary .reviews-actions a+a {
    border-left: 1px solid #858484;
    padding-left: 6px;
    margin-left: 5px;
}

.product__info__main .product-reviews-summary .reviews-actions a:hover {
    color: #b71c1c;
}

.product__info__main .price-box {
    margin: 15px 0 20px;
}

.product__info__main .price-box span {
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product__info__main .product-color-label span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.product__info__main .product-color-label .color__attribute {
    margin-top: 10px;
}

.product__info__main .product-color-label .color__attribute .swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 90px;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}

.product__info__main .box-tocart {
    margin: 0;
    margin-bottom: 25px;
}

.product__info__main .box-tocart span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-transform: capitalize;
}

.product__info__main .box-tocart .input-text {
    border: 1px solid #ebebeb;
    color: #616161;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 100px;
    margin: 0 15px 15px 0;
}

.product__info__main .box-tocart .addtocart__actions .tocart {
    background: #b71c1c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.product__info__main span.posted_in {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
}

.product__info__main .product-share>ul li {
    color: #353535;
    display: inline-block;
    font-weight: 600;
    margin-right: 14px;
    text-align: center;
}

.product__info__main .product-share>ul li a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #353535;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 32px;
}

.product__info__main .product-share {
    margin-top: 15px;
}

.product__info__detailed {
    margin-top: 25px;
}

.product__info__main .box-tocart .addtocart__actions .tocart:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
}

.product__info__main .product-addto-links a {
    border: 2px solid #ebebeb;
    border-radius: 100%;
    float: left;
    font-size: 0;
    height: 40px;
    line-height: 36px;
    margin-left: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
}

.product__info__main .product-addto-links a.wishlist {
    background: #ffffff url("images/icons/product-info.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a.compare {
    background: #ffffff url("images/icons/button-compare.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a.email {
    background: #ffffff url("images/icons/button-email.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a:hover {
    background-color: #b71c1c;
    background-position: 100% center;
    border-color: #b71c1c;
}

.product__info__main .product__overview {
    border-top: 1px solid #ebebeb;
    clear: both;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 30px 0;
}

.product__info__main .product__overview p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product__info__main .product__overview .pro__attribute li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.product__info__detailed .pro_details_nav {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px;
}

.product__info__detailed .pro_details_nav a.nav-item {
    border: 0 none;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}

.product__info__detailed .pro_details_nav a.nav-item+.nav-item {
    margin-left: 38px;
}

.product__info__detailed .pro_details_nav a.nav-item::after {
    background: #2e2e2e none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.product__info__detailed .pro_details_nav a.nav-item.active::after,
.product__info__detailed .pro_details_nav a.nav-item:hover::after {
    width: 100%;
}

.product__info__detailed .pro_details_nav a.nav-item.active,
.product__info__detailed .pro_details_nav a.nav-item:hover {
    color: #333;
}

.product__info__detailed .description__attribute p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.product__info__detailed .description__attribute ul li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.product__info__detailed .review__attribute h1 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.product__info__detailed .review__attribute h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary {
    margin-bottom: 5px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px 0 0;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li i {
    color: #ff5501;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li.off i {
    color: #c7c7c7;
}

.product__info__detailed .review__attribute .review__ratings__type .review-content {
    margin-left: 130px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-content p {
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.product__info__detailed .review-fieldset {
    border-top: 1px solid #c9c9c9;
    margin-top: 34px;
    padding-top: 72px;
}

.product__info__detailed .review-fieldset h2 {
    color: #333;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
}

.product__info__detailed .review-fieldset h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
}

.product__info__detailed .review-fieldset .review-field-ratings .label span {
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 12px;
}

.product__info__detailed .review-fieldset .review-field-ratings .label span::after {
    color: #e02b27;
    content: "*";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating {
    margin: 0 0 29px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 10px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating .rating li.off i {
    color: #ddd;
    font-size: 18px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box {
    margin: 0 0 29px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box span {
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 8px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box span::after {
    color: #e02b27;
    content: "*";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
}

.product__info__detailed .review-fieldset .review_form_field .input__box textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
    min-height: 100px;
}

.product__info__detailed .review-fieldset .review_form_field .review-form-actions button {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: 0.4s;
}

.product__info__detailed .review-fieldset .review_form_field .review-form-actions button:hover {
    background: #e2e2e2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #555;
}

.pro__tab_label.tab-pane:not(.active) {
    display: none;
}


/*--------------------------
  Sidebar Styles
----------------------------*/

.wn__sidebar .widget h3.widget-title {
    font-size: 16px;
    margin: 0 0 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #2e2e2e;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #2e2e2e;
}

.wn__sidebar .widget.search_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.search_widget .form-input {
    position: relative;
}

.wn__sidebar .widget.search_widget .form-input input {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 44px 0 20px;
    width: 100%;
    outline: none;
}

.wn__sidebar .widget.search_widget .form-input button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #222;
    font-size: 12px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wn__sidebar .widget.recent_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li {
    margin-bottom: 15px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .thumb {
    width: 50px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content {
    padding-left: 15px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a:hover {
    color: #b71c1c;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content p {
    color: #333;
    font-size: 12px;
    font-weight: 300;
}

.wn__sidebar .widget.comment_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.comment_widget ul li {
    line-height: 26px;
    margin-bottom: 15px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper {
    display: flex;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb {
    width: 50px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb img {
    width: 100%;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content {
    padding-left: 15px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content p {
    line-height: 20px;
    font-size: 12px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a:hover {
    color: #b71c1c;
}

.wn__sidebar .widget.category_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.category_widget ul li {
    margin-bottom: 10px;
}

.wn__sidebar .widget.category_widget ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wn__sidebar .widget.category_widget ul li a:hover {
    color: #b71c1c;
}

.wn__sidebar .widget.archives_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.archives_widget ul li {
    margin-bottom: 10px;
}

.wn__sidebar .widget.archives_widget ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wn__sidebar .widget.archives_widget ul li a:hover {
    color: #b71c1c;
}

.wn__pagination {
    margin-top: 0px;
    text-align: center;
}

.page-blog .wn__pagination {
    margin-top: 30px;
}

.wn__pagination li {
    display: inline-block;
}

.wn__pagination li.active a {
    border-color: #b71c1c;
    color: #b71c1c;
}

.wn__pagination li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid transparent;
    color: #777;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px;
    padding: 0 13px;
    text-align: center;
}

.wn__pagination li a:hover {
    border-color: #b71c1c;
    color: #b71c1c;
}

@media only screen and (max-width: 767px) {
    .blog-page .blog__post .content p {
        margin: 7px 0 10px;
    }
    .blog-page .blog__post .content .blog__btn a {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn {
        margin-left: 0;
    }
    .blog-details .comment_respond h3.reply_title small a {
        font-size: 15px;
    }
    .blog-page .blog__post .thumb {
        flex-basis: 100%;
    }
    .blog-page .blog__post .content {
        flex-basis: 100%;
        padding: 20px 0 0;
    }
    .blog-details .comment_respond .comment__form .input__box.one--third {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .blog-details .comments_area .comment__list li.comment_reply {
        margin-left: 0;
    }
}


/*======= Cart Styles =======*/


/*---------------------------------------
  26. Our Cart Area
----------------------------------------*/

.table-content table th {
    border-top: medium none;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    color: #333;
}

.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #333;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 130px;
}

.table-content table .product-price .amount {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.table-content table td.product-remove i:hover {
    color: #252525;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover {
    color: #b71c1c;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.table-content table .title-top th {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #333;
}

.cartbox__btn {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 40px;
}

.cart__btn__list li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.cart__btn__list li a:hover {
    background: #b71c1c none repeat scroll 0 0;
    color: #fff;
}

.cartbox-total {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0 40px;
}

.cartbox__total__area {
    margin-top: 50px;
}

.cart__total__amount {
    background: #b71c1c none repeat scroll 0 0;
    display: flex;
    height: 60px;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 40px;
}

.cart__total__list li {
    color: #333444;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.cart__total__tk li {
    color: #333444;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
}

.cart__total__amount span {
    color: #fff;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cartbox__btn {
        padding: 40px 18px;
    }
    .product__info__main h1 {
        margin: 30px 0 3px;
    }
    .cart__btn__list li a {
        font-size: 15px;
        padding: 0 26px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__btn__list li {
        flex-basis: 50%;
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center;
    }
    .widget.archives_widget:last-child {
        margin-bottom: 0;
    }
    .cart__btn__list li a {
        font-size: 15px;
        font-weight: 400;
        padding: 0 23px;
    }
}

@media only screen and (max-width: 575px) {
    .cartbox__btn {
        padding: 40px 0;
    }
    .wn__team__area {
        padding-bottom: 70px;
        padding-top: 0;
    }
    .section__title--3 h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .cart__btn__list li a {
        font-size: 13px;
        padding: 0 15px;
    }
    .cart__btn__list li {
        padding: 0 8px;
    }
}

.wedget__title {
    border-bottom: 1px solid #2e2e2e;
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.wedget__categories.poroduct--cat {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--cat ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}

.wedget__categories.poroduct--cat ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wedget__categories.poroduct--cat ul li a:hover {
    color: #b71c1c;
}

.wedget__categories.poroduct--cat ul li a span {
    color: #333;
    float: right;
}

.wedget__categories.pro--range {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--compare {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--compare ul {
    margin: 0 0 20px;
}

.wedget__categories.poroduct--compare ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}

.wedget__categories.poroduct--compare ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wedget__categories.poroduct--tag {
    margin: 0 0 40px;
}

.wedget__categories.poroduct--tag ul li {
    display: inline-block;
}

.wedget__categories.poroduct--tag ul li a {
    background: #ebebeb none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    margin: 5px 5px 0 0;
    padding: 5px 15px;
    text-transform: capitalize;
}

.wedget__categories.poroduct--tag ul li a:hover {
    background: #464646 none repeat scroll 0 0;
    color: #fff;
}

.wedget__categories.sidebar--banner {
    display: inline-block;
    position: relative;
}

.wedget__categories.sidebar--banner .text {
    bottom: 30px;
    left: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
}

.wedget__categories.sidebar--banner .text::after {
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 0 5px 6px;
    content: "";
    display: inline-block;
    height: 53px;
    margin: 20px auto 0;
    width: 100%;
}

.wedget__categories.sidebar--banner .text::before {
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
    display: inline-block;
    height: 53px;
    margin: 0 auto 20px;
    width: 100%;
}

.wedget__categories.sidebar--banner .text h2 {
    color: #b71c1c;
    font-size: 14px;
    text-transform: uppercase;
}

.wedget__categories.sidebar--banner .text h6 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.wedget__categories.sidebar--banner .text h6 strong {
    color: #b71c1c;
}

.shop__list__wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 30px;
    padding: 10px 0;
    width: 100%;
}

.shop__list__wrapper .shop__list a {
    border: 1px solid #ccc;
    color: #a3a3a3;
    font-size: 15px;
    height: 31px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 !important;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 31px;
}

.shop__list__wrapper .shop__list a.active,
.shop__list__wrapper .shop__list a:hover {
    border-color: #2e2e2e;
    color: #2e2e2e;
}

.shop__list__wrapper p {
    color: #3f3f3f;
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.shop__list__wrapper .orderby__wrapper span {
    color: #3f3f3f;
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.maincontent {
    padding-bottom: 80px;
}

section.wn_contact_area {
    padding-bottom: 60px;
}

.shop-features-style4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-features-style4 .shop-feature {
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
    max-width: 262px;
    padding: 4px 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #e2e2e2;
}

.shop-features-style4 .shop-feature:not(:first-child) {
    margin-top: 30px;
}

.shop-features-style4 .shop-feature .shop-feature-icon {
    margin: 0;
    min-width: 102px;
    height: auto;
    text-align: center;
    font-size: 44px;
    line-height: 1em;
    color: #000;
}

.shop-features-style4 .shop-feature .shop-feature-icon [class*='icon-'] {
    display: inline-block;
    transition: 0.3s ease-out;
}

.shop-features-style4 .shop-feature:hover .shop-feature-icon [class*='icon-'] {
    transform: rotateY(-180deg);
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .shop-features-style4 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .shop-features-style4 .shop-feature {
        margin-top: 0 !important;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 15px 0 0;
    }
    .shop-features-style4 .shop-feature:first-child {
        border: 0;
    }
}

@media screen and (max-width: 767px) {
    .shop-features-style4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .shop-features-style4 .shop-feature {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 0;
    }
    .shop-features-style4 .shop-feature:not(:first-child) {
        margin-top: 10px;
        padding: 10px 0 0;
    }
    .shop-features-style4 .shop-feature .shop-feature-icon {
        min-width: 65px;
        text-align: left;
    }
}

.shop-features-style4 .shop-feature-text>*:not(:first-child) {
    margin-top: 6px;
}

.shop-features-style4 .shop-feature-text .text1 {
    text-transform: uppercase;
    font-weight: 550;
    font-size: 16px;
    line-height: 1.55em;
    color: #000;
}

@media screen and (max-width: 767px) {
    .shop-features-style4 .shop-feature-text .text1 {
        font-size: 15px;
        line-height: 1.6em;
    }
}

.shop-features-style4 .shop-feature-text .text2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4545em;
    color: #424242;
}

@media screen and (max-width: 767px) {
    .shop-features-style4 .shop-feature-text .text2 {
        display: none;
    }
}

.shop-features-modal:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e2e2e2;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .shop-features-modal:not(:first-child) {
        margin: 15px 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .shop-features-modal {
        width: calc(100vw - 72px);
        margin-left: -105px;
    }
}

.shop-features-modal .shop-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 0;
}

.shop-features-modal .shop-feature .shop-feature-icon {
    margin: 0 18px 0 0;
    height: auto;
    text-align: center;
    font-size: 56.5px;
    line-height: 1em;
    color: #000;
    transition: 0s ease-out;
}

.shop-features-modal .shop-feature:hover .shop-feature-icon {
    transform: rotateY(-180deg);
    transition: 0.3s ease-out;
}

.shop-features-modal .shop-feature .shop-feature-text .text1 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-features-modal .shop-feature .shop-feature-text .text1 {
        font-size: 14px;
    }
}

.shop-features-modal .shop-feature .shop-feature-text .text1:not(:first-child) {
    margin-top: 7px;
}

.shop-features-modal .shop-feature .shop-feature-text .text2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.4em;
}

.shop-features-modal .shop-feature .shop-feature-text .text2:not(:first-child) {
    margin-top: 7px;
}