/*
Theme Name: Trendify
Theme URI: http://kl-webmedia.com/demo/wp/trendify-wp/
Author: KL-Webmedia
Author URI: http://themeforest.net/user/kl-webmedia
Description: Trendify is a Responsive WooCommerce WordPress Theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: trendify
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* Reset ================================================================================= */

@font-face {font-display:swap;
    font-family: 'Montserrat Light';
    src: url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-display:swap;
    font-family: 'Montserrat Semi Bold';
    src: url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #707070;
    line-height: 32px;
}
.aligncenter { clear: both; display: block; margin: 0 auto 1.75em; }
img {
    border: 0; max-width: 100%; width: auto; height: auto;
}
a {
    display: inline-block;
    color: #6e2fd4;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

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

a:focus {
    outline: none
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important
}

.margin-bottom-100px {
    margin-bottom: 100px !important;
    overflow: hidden;
    display: block;
}

.margin-bottom-50px {
    margin-bottom: 50px !important
}

.margin-bottom-70px {
    margin-bottom: 70px !important
}

.required {
    color: #ff000c;
    font-size: 20px;
}

.clear-fix {
    overflow: hidden;
    display: block;
    clear: both;
}

.navbar.trendify-nav.megamenu.mobile{display:none;}
/* Headings */

h1,
h2,
h3,
h4 {
    margin: 0 0 5px;
    line-height: 1.35;
    font-family: 'Montserrat Semi Bold';
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #1a1a1a;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: normal;
}
/* Forms */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea {
    width: 100%;
}

form {
    display: inline
}

fieldset {
    border: 0;
    line-height: 25px;
}

legend {
    display: none
}


/* Table */

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.page-template-default tr, .single article tr { border-bottom: 1px solid #d3d3d3; }

/* Content */

p {
    margin: 0 0 10px
}

strong {
    font-weight: normal
}

address {
    font-style: normal;
    line-height: 25px;
}

q {
    quotes: none
}

q:before,
q:after {
    content: ''
}

small {
    font-size: 1em
}

/* Lists */
ul li.comment {list-style: none;}
.page-template-default .margin-bottom-70px .container ul, .single article ul {
    list-style: circle;
    padding-left: 20px;
}
ul li.comment {list-style: none;}
.page-template-default .margin-bottom-70px .container ul, .single article ul {
    padding-left: 112px;
}


.page-template-default .margin-bottom-70px .container ul ul , .single article ul ul {list-style: square;}
.page-template-default .margin-bottom-70px .container ol , .single  article ol {
    list-style: auto;
    padding-left: 20px;
}
.page-template-default .margin-bottom-70px .container ol ol , .single  article ol ol  {list-style: upper-roman;}

ul, ol {
    list-style: none;
    margin: 0;
}

.sidebar ul li li,.sidebar ol li li{padding-left: 20px; }

/* custom heading */

.trendify-heading {
    position: relative;
    font-family: 'Montserrat Semi Bold';
    height: 100px;
}

.trendify-heading > * {
    position: absolute
}

.trendify-heading span.lg {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f3f3f3;
    line-height: 100%;
}

.trendify-heading span.sm {
    color: #1a1a1a;
    font-size: 32px;
    text-transform: lowercase;
    top: 40px;
    left: 6px;
}

.latest h2.trendify-heading {
    max-width: 100%;
    margin-bottom: 20px;
}


/* buttons */

.trendify-btn {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 100%;
    display: inline-block;
    text-align: center;
}

 .add_to_wishlist:hover {
    color: #eedbb9;
    background-color: #000;
}

.home5 .navbar-collapse {
    float: right;
    width: auto;
}

.home5 .navbar-style-2 {
    margin: 15px 50px;
}

.home5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 20px 0 0;
}

select {
    border: 1px solid #cdcdcd;
    max-width: 100%;
    padding: 10px 20px;
    width: 100%;
}

/* featured-collection ================================================================================= */

.caption {
    position: absolute;
    z-index: 100;
}

.boxed-el {
    height: 250px;
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 12px;
    overflow: hidden;
}

.boxed-el h2 {
    font-family: 'Montserrat Semi Bold';
    right: 15px;
    text-align: right;
    top: 100px;
}

.boxed-el h3 {
    width: 100%;
    text-align: center;
    top: 45px;
/*    left: -20px;*/
}

.boxed-el h2,
.boxed-el h3 {
    color: #eedbb9;
    text-transform: uppercase;
}

.boxed-el h2 span {
    color: #FFF;
    display: block;
}

.boxed-el h2 span,
.boxed-el h3 {
    font-size: 14px;
    letter-spacing: 0.8em;
    font-family: 'Montserrat Light';
}

.boxed-el h2,
.boxed-el h3,
.boxed-el a img {
    position: absolute
}

.boxed-el a img {
    bottom: 35px;
    right: 86px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-box-1 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.hover-box-1 a:hover img,
.hover-box-1 a:hover:before,
.hover-box-1 a:hover:after,
.hover-box-1 a:hover span.border-right {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hover-box-1 a:before {
    border-bottom: 7px solid rgba(255, 255, 255, 0.8);
    border-top: 7px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    top: 20px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    position: absolute;
}

.hover-box-1 a:after {
    border-left: 7px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    top: 20px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
}

.hover-box-1 span.border-right {
    top: 22%;
    bottom: 20px;
    width: 7px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    position: absolute;
}

.hover-box-1 a {
    background: rgba(0, 0, 0, 0.4);
}

.hover-box-1 a:before,
.hover-box-1 span.border-right {
    right: 70px;
}

.hover-box-1 span.border-right {
    height: 65px;
    box-shadow: 7px -35px 0 0 rgba(255, 255, 255, 0.8), 7px 110px 0 0 rgba(255, 255, 255, 0.8);
}


/* latest items ================================================================================= */

.trendify-tab-title {
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 40px;
}

.trendify-tab-title ul {
    text-align: center
}

.trendify-tab-title ul li {
    display: inline-block;
    margin: 0 44px;
}

.trendify-tab-title ul li a {
    color: #919191;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat Light';
    display: inline-block !important;
    padding: 12px 0;
    letter-spacing: 0.05em;
}

.trendify-tab-title ul li.active a {
    color: #6e2fd4;
    border-bottom: 2px solid #6e2fd4;
}

.home5 .trendify-tab-title ul li.active a,
.home6 .trendify-tab-title ul li.active a {
    color: #1a1a1a !important;
    border-bottom: 2px solid #1a1a1a;
}

.product-single .product-img {
    overflow: hidden;
    position: relative;
}

.product-single {
    position: relative;
    top: 0;
}

.product-single .product-img .actions {
    position: absolute;
    bottom: -56px;
    width: 100%;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #FFF;
}

.product-single:hover .actions {
    opacity: 1;
}

.product-single .product-img .actions a {
    display: none;
}

.product-single:hover .product-img .actions a {
    display: inline-block;
}

.product-single .product-img:hover .actions {
    bottom: 0
}

.product-single .product-img .actions ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.product-single .product-img .actions ul li i {
    color: #a4a4a4;
    display: block;
    padding: 20px 30px;
    background-color: #FFF;
    border-right: 1px solid #f2f2f2;
    font-size: 20px;
}

.product-single .product-img .actions ul li:last-child i {
    border-width: 0
}

.product-single .product-img .actions ul li i:hover {
    color: #363636
}

.trendify-prev,
.trendify-next {
    position: absolute;
    border: 2px solid #f2f2f2;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-top: 112px;
    z-index: 9;
}

.trendify-prev {
    left: 5px;
    background: url(../images/left-arrow.webp) no-repeat 14px center;
}

.trendify-next {
    right: 5px;
    background: url(../images/right-arrow.webp) no-repeat 18px center;
}


/* Our histry ================================================================================= */

.our-histry {}

.our-histry .aligned {}

.aligned .label-txt {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -190px;
    left: -148px;
    color: #eedbb9;
    background: #f9f9f7;
    letter-spacing: 0.8em;
    line-height: 100%;
    font-size: 14px;
    font-family: 'Montserrat Light';
    padding: 5px;
    text-transform: uppercase;
}

.our-histry .aligned img {
    margin-left: 28px
}

.our-histry .history-content {
    background: #f9f9f7;
    overflow: hidden;
}

.our-histry .history-content p {
    padding: 50px 65px;
}

.middle-align span {
    display: block !important;
    width: 100%;
    text-align: center;
}


/* blog posts ================================================================================= */

.trendify-heading {
    margin-bottom: 50px;
}

.single-news {
    background-color: #f9f9f7;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.thumbs {}

.single-news .thumbs img {
    height: 271px;
    object-fit: cover;
    width: 100%;
}

.control-thumb {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.control-thumb .prev,
.control-thumb .next {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.control-thumb .prev {
    background: rgba(0, 0, 0, 0.5) url(../images/left-arrow.webp) no-repeat 14px center;
    background-size: 10px;
}

.control-thumb .next {
    background: rgba(0, 0, 0, 0.5) url(../images/right-arrow.webp) no-repeat 16px center;
    background-size: 10px;
}

.news-content {
    padding: 15px 30px
}

.news-content h2 {
    color: #292929;
    font-size: 14px;
    font-family: 'Montserrat Semi Bold';
    text-transform: uppercase;
    border-bottom: 2px solid #292929;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.news-content .meta {
    font-size: 12px;
    font-style: italic;
}

.blog-icon {
    display: inline-block;
    font-size: 21px;
    color: #1a1a1a;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-icon:hover {
    color: #d9c8aa;
}
.standard_blog_post .title-img , .single_blog_post .title-img{display: block;}
.standard_blog_post .title-img img,.single_blog_post .title-img img{width: auto;}

/* clients ============================================================================= */


/*=========== Homepage 2 ===============*/


/* featured-collection section */

.margin-bottom {
    margin-bottom: 10px;
}


/* bestsellers section */

.product-single.aligned .label-txt {
    bottom: 222px;
    left: -116px;
    line-height: normal;
}


/*=========== Homepage 3 ===============*/

.home3 .slider .slide-items .caption {
    left: 25%;
}

.home3 .slider .slide-items img {
    float: none;
    margin-left: 34%;
}

.home3 .slider .slide-items .caption {
    text-align: center;
}

.trendy-offers-tab .trendify-tab-title {
    border-bottom: 0;
}

.trendy-offers-tab .trendify-tab-title ul {}

.trendy-offers-tab .trendify-tab-title ul li {}

.trendy-offers-tab .trendify-tab-title ul li a {
    font-size: 12px;
    padding: 5px 0;
}


/* location */

.location .trendify-heading {
    margin-bottom: 30px;
}

.location {
    overflow: visible;
}


/* Box Content */

.boxed-content {
    border: 1px solid #eee;
    padding: 35px;
}

.boxed-content h4 {
    font-size: 14px;
    margin-bottom: 60px;
    position: relative;
}

.boxed-content h4:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
    border-bottom: 1px solid #eee;
    margin-top: 25px;
}

.boxed-content h4:after {
    content: "";
    width: 25px;
    height: 100%;
    top: 26px;
    position: absolute;
    border-bottom: 3px solid #6e2fd4;
    left: calc(50% - 25px);
}

.boxed-content p {
    margin: 20px 0;
}

.boxed-content span.and {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 14px;
    color: #c4ab7f;
    border: 2px solid #eedbb9;
    padding: 1px 5px;
}

form.subscribe {
    border-bottom: 1px solid #f2f2f2 !important;
    padding-bottom: 15px;
}

form.subscribe input {
    border-color: transparent;
    background-color: transparent;
    font-size: 12px;
    color: #baa47d;
}

form.subscribe input[type='email'] {
    width: 80%;
}

form.subscribe input::-webkit-input-placeholder {
    color: #baa47d;
}

form.subscribe input:-moz-placeholder {
    color: #baa47d;
}

form.subscribe input::-moz-placeholder {
    color: #baa47d;
}

form.subscribe input:-ms-input-placeholder {
    color: #baa47d;
}

form.subscribe input::-ms-input-placeholder {
    color: #baa47d;
}

.footer-top {}

.boxed-content:hover {
    border: 1px solid #eedbb9;
}

.boxed-content:hover h4:after,
.boxed-content:hover span.and {
    border-color: #fff;
}

.boxed-content-container {
    position: relative;
    overflow: hidden;
}

.dh-overlay {
    background: #eedbb9;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
    position: absolute;
    top: -100%;
}


/* Home page 4 */


/* latest */

.latest h4 {
    color: #5a6370;
    letter-spacing: 5px;
    font-family: 'Montserrat Light';
}

.latest h2.trendify-heading:after {
    content: "";
    position: absolute;
    border: 2px solid #1a1a1a;
    width: 25px;
    left: 95%;
    bottom: 10%;
}

.latest a {
    float: right;
    margin: 30px 0 0 0;
    color: #1a1a1a;
    font-family: 'Montserrat Light';
    text-transform: uppercase;
}

.latest a span.arrow_right {
    vertical-align: middle;
    margin-right: 15px;
    font-size: 21px;
    color: #707070;
}


/* featured products */


/*new offer */


/* Home Page 5 Style */


/* Nav */

body.home5 .navbar-brand img {
    margin: 0;
}

body.home6 .navbar-brand img {
    margin: 0;
}


/* Slider */

body.home5 .slider .slide-items .caption {
    width: 50%;
    top: 30%;
}

body.home5 .slide-items .caption h4 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}


/* Latest product */


/* Homepage 6  */


/*Latest Product*/


/* supports */


/* Newsletter Subscribe */


/*Footer css*/


/*About One page Styles*/


/*About title Styles*/

.page_title_area {
    background-color: #f9f9f7;
    padding: 50px 0;
    margin-bottom: 55px;
}

.page_title_area .page_title h1 {
    font-size: 21px;
    color: #1a1a1a;
    letter-spacing: 0.15em;
    margin-bottom: 0;
}

.page_title_area .bredcrumb ul {
    text-align: right;
}

.page_title_area .bredcrumb ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.page_title_area .bredcrumb ul li a {
    color: #9f9f9f;
    font-weight: normal;
    font-family: Open Sans;
}

.page_title_area .bredcrumb ul li:after {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: -14px;
    content: "\f105";
    font-weight: 700;
    color: #9f9f9f;
}

.page_title_area .bredcrumb ul li:last-child:after {
    display: none;
}


/*About shop Styles*/


/*About Team Member styles*/


/*Prograss bar styles*/


/*About Clients Styles*/


/* sidebar */

.side-bar ul li a.active {
    color: #6e2fd4;
}


/* checkbox */


/* Let's get this party started */


/* Track */


/* Handle */

.ui-slider-horizontal {
    height: .5em !important;
}

.slider-range .values input {
    width: 27%;
}

.ui-widget-header {
    background-color: #6e2fd4 !important;
}

.ui-widget-content {
    border: 0 !important;
    background-color: #f0f0f0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #000 !important;
}

#slider-range {
    margin-bottom: 25px;
}

.side-bar .slider-range .values input[type="text"] {
    text-align: right;
    padding: 0 7px;
    position: relative;
    text-indent: 15px;
}

.side-bar .slider-range .values input[type="text"]:before {
    content: '$';
    position: absolute;
    left: 0;
    top: 5px;
}

.side-bar .slider-range .values input[type="submit"] {
    background-color: #FFF !important;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    padding: 1px;
    margin-left: 13px;
}

.side-bar .slider-range .filter-gap {
    margin: 0 10px;
}


.side-bar .size ul li a.active {
    color: #000;
    border: 1px solid #000;
}

.widget .product-img {
    max-width: 80px;
    float: left;
    margin-right: 20px;
}

.widget .product-img img {}


/* homepage 9 */

.product-listing-view {
    margin-bottom: 50px;
    overflow: hidden;
}


.view-navigation .grid-list ul li a.active {
    color: #000;
}

@-moz-document url-prefix() {
    .img-responsive,
    .thumbnail a > img {
        width: 100%;
    }
    
    .login h3 {
        font-weight: 300;
    }
}


/* homepage 10 */

.like {
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    height: 36px;
    width: 40px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.like:hover {
    color: #eedbb9;
    border: 1px solid #000;
}


/* Shopping cart */

.shop_table_responsive .btn-black.calculate {
    max-width: 150px;
    padding: 16px 30px !important;
}

.woocommerce table.woocommerce table.shop_table {
    border: 1px solid #e3e3e3;
    margin: 0 0 50px;
    border-collapse: collapse;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 134px;
}

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

.woocommerce table.shop_table th {
    font-size: 14px;
    text-align: left;
    color: #292929;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.woocommerce table.shop_table tr {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}

.woocommerce table.shop_table td {
    vertical-align: middle;
    text-align: left;
}

.woocommerce table.shop_table td.product-info {
    text-align: left !important;
}

.shopping-cart .woocommerce .shop_table th.product-name {
    text-align: left !important;
    padding-left: 96px;
}

.cupon-code > table {
    margin-top: 20px;
}

.cupon-code > table th {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.cupon-code table,
.cupon-code table tr {
    border: 1px solid #e3e3e3;
}


/* Single Page */

.item {
    width: 100%;
    height: auto;
}

.thumbnail {
    max-width: 90px;
    height: 106px;
    float: left;
    overflow: hidden;
    border-radius: 0;
    margin-right: 10px;
}

.thumbnail:last-child {
    margin-right: 0px;
}

.thumbnail.active {
    border: 1px solid red;
}

/* right content */

.right-content h3 {
    color: #292929;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 14px;
}



/* Tab */

.list-tab {
    list-style: initial;
}

.nav-tabs li {
    margin-bottom: 0;
    position: initial;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    cursor: default;
    border-bottom: 2px solid #1A1A1A !important;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    cursor: default;
    border-bottom: 2px solid #1A1A1A !important;
}

.nav-tabs {
    border-bottom: 2px solid #F8F8F8;
    position: relative;
}

.nav-tabs > li > a {
    border: none;
    color: #919191;
    margin: 0;
    font-size: 12px;
}

.nav-tabs > li.active > a {
    border: none;
    color: #1a1a1a !important;
    background: transparent;
}

.nav-tabs > li > a:hover {
    background: transparent;
}

.tab-content {
    padding: 0px;
}


.pagination {
    display: block;
    overflow: hidden;
    color: #cbcbcb;
    font-size: 14px;
    border-bottom: 2px solid #F8F8F8;
    margin: 70px 0;
}

.pagination .pagicon {
    color: #cbcbcb;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog_pagination .pagicon {
    color: #cbcbcb;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.pagination i {
    color: #cbcbcb;
    font-size: 14px;
}

ul.pagination-number li.active {
    color: #1a1a1a;
    border-bottom: 2px solid #9763F5;
}


/* Shop Single SideBar */

.item-color,
.item-size {
    overflow: hidden;
    display: block;
}

/* 17 login page */

.login {
    overflow: hidden;
    display: block;
    clear: both;
}

.login h3 {
    color: #292929;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: 'Montserrat Semi Bold';
}

.login label {
    color: #292929;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.login input,
.login textarea {
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    font-size: 18px;
}

.login input[type="checkbox"] {
    margin: 0;
}

.login .submit {
    display: block;
}

.login .submit .trendify-btn {
    margin: 0;
    padding: 12px 30px;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
    color: #fff;
    font-size: 11px;
}

.login .submit .trendify-btn:hover {
    background: transparent;
    color: #292929;
}

.password a {
    color: #6e2fd4;
    text-decoration: underline;
}

/* 30 contact page  */

.contact h3 {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
    position: relative;
}

.contact h3:after {
    content: "";
    position: absolute;
    width: 25%;
    border-bottom: 2px solid #1a1a1a;
    bottom: -2px;
    left: 0;
}


/* 27_blog css*/

.modal-body {
    padding: 0;
}

.modal-content {
    outline: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.modal-body .right-content > a {
    display: block;
}

.modal-body span.sku {
    color: #6e2fd4;
}

.modal-body .right-content > div > span {
    display: inline-block;
    margin-right: 10px;
}

.close {
    font-size: 25px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #1a1a1a;
    z-index: 9999;
}

.product-single .right-content {
    margin-top: 30px;
}


.masonry .col-md-3,
.masonry .col-md-4,
.masonry .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}


/* 27_blog css*/

.quotation-blog-post {
    background-color: #f8f8f8;
    padding: 60px 60px 20px;
}

.single-quotation h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
    text-decoration: none;
}

.date {
    color: #929292;
    text-transform: capitalize;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 30px 0 0;
}

/* blog content */

.blog_content {
    color: #707070;
}
article.standard_blog_post:nth-child(2){padding-left: 0;}
article.standard_blog_post {
    margin-bottom: 60px;
}

.standard_blog_post .post_title,
.single_blog_post .post_title {
    font-size: 14px;
    color: #292929;
    margin: 20px 0 15px 0;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}

.standard_blog_post .post_title:after,
.single_blog_post .post_title:after {
    background: #1a1a1a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.standard_blog_post h4,
.single_blog_post h4 {
    font-style: italic;
    font-family: 'Open Sans';
    font-size: 12px;
    margin-bottom: 15px;
}

.standard_blog_post h4 a,
.single_blog_post h4 a {
    color: #9c9c9c;
}

.standard_blog_post h4 span.category a,
.single_blog_post h4 span.category a {
    color: #d9c8aa;
}

.standard_blog_post p {
    margin-bottom: 0;
}

.standard_blog_post .read_more {
    display: block;
    text-align: right;
}


/*pagination styles*/

nav.blog_pagination {
    position: relative;
    clear: both;
}

nav.blog_pagination > a {
    position: absolute;
    top: 15%;
}

nav.blog_pagination > a.prev_page {
    left: 0;
}

nav.blog_pagination > a.next_page {
    right: 0;
}

nav.blog_pagination ul {
    text-align: center;
    border-bottom: 2px solid #f8f8f8;
}

nav.blog_pagination ul li {
    display: inline;
    font-family: "Raleway Medium";
    font-size: 14px;
}

nav.blog_pagination ul li a {
    text-decoration: none;
    color: #cbcbcb;
    padding: 5px 1px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

nav.blog_pagination ul li.active a {
    color: #1a1a1a;
}

nav.blog_pagination ul li.active a:after,
nav.blog_pagination ul li:hover a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #6e2fd4;
    bottom: -2px;
    left: 0;
}


/*end of pagination styles*/


/* end of blog content */


/*sidebar*/


/* end of sidebar */


/* end of blog_27 */


/* Blog_Listed26 Styles */

.media.standard_blog_post .pull-left {
    padding-right: 40px;
}


/* end Blog_Listed26 Styles */


/*  25_blog_archive styles */


/* end of 25_blog_archive */


/* 28_blog_single styles */

article.single_blog_post {
    padding-bottom: 25px;
    border-bottom: 2px solid #f8f8f8;
}

.single_blog_post p {
    margin-bottom: 20px;
}

.related_blog_post {
    margin-left: -45px;
}
.post_metas {
    font-family: "raleway semi bold";
    text-transform: uppercase;
    margin-top: 40px;
}

.post_metas .post_tags {
    float: left;
    clear: left;
}

.post_metas .social_shares {
    float: right;
    clear: right;
}

.post_tags > span,
.social_shares > span {
    color: #292929;
    margin-right: 15px;
}

.post_tags ul,
.social_shares ul {
    display: inline;
}

.post_tags ul li,
.social_shares ul li {
    display: inline;
}

.post_tags ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #707070;
    display: inline-block;
    margin-left: 5px;
    padding: 0 20px;
    text-decoration: none;
}

.post_tags ul li a:hover {
    color: #fff;
    background: #1a1a1a;
}

.social_shares ul li a {
    color: #b6b6b6;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
}

.social_shares ul li a:hover {
    color: #1a1a1a;
}

.blog_content .related_blog_post {
    margin-bottom: 50px;
}

.blog_content .related_post_title {
    border-bottom: 2px solid #f8f8f8;
    color: #292929;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog_content .related_post_title span {
    position: relative;
}

.blog_content .related_post_title span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #1a1a1a;
    left: 0;
    bottom: -17px;
}


.media > .pull-left {
    padding-right: 0;
}

.comment_form label {
    display: block;
    color: #292929;
    font-family: "raleway semiBold";
    font-size: 12px;
    text-transform: uppercase;
}

.comment_form input[type="text"] {
    height: 40px;
}

.comment_form input[type="text"],
.comment_form textarea {
    border: 1px solid #e3e3e3;
    outline: none;
    padding: 0 10px;
}

.comment_form .submit {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    outline: none;
    padding: 5px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.comment_form .submit:hover {
    background: transparent;
    color: #292929;
}


/* end of 28_blog_single */

.product-listing-view .row.grid .col-md-12 {
    display: none;
}


/*** 29-7 ***/

.side-bar ul li a.active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #6e2fd4;
    right: -40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content .product-tab .tab-content #tab-description ul {
    padding-left: 15px;
}

.content .product-tab .tab-content #tab-description ul li {
    list-style-type: disc;
}

input.wpcf7-form-control.wpcf7-submit.trendify-btn {
    margin: 0;
    padding: 12px 30px;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
    color: #fff;
    font-size: 11px;
}

input.wpcf7-form-control.wpcf7-submit.trendify-btn:hover {
    background: transparent;
    color: #292929;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 203px;
}


/*** 30 july ***/

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    left: 50px !important;
    top: auto
}

table.shop_table.cart.wishlist_table {
    background-color: transparent !important;
}

table.shop_table.cart.wishlist_table:hoover {
    background-color: transaprent !important;
}

.woocommerce table.wishlist_table thead th:nth-child(3) {
    text-align: left !important;
}

.woocommerce table.wishlist_table thead th {
    text-align: center !important;
}

.woocommerce table.shop_table {
    border-radius: 0 !important;
    margin: 0 0 24px;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{font-size: 12px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{font-size: 12px;}
.navbar-collapse .mega-menu.mega-menu-horizontal li a:hover::before {
    content: '';
    position: absolute !important;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #6e2fd4;
    right: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-collapse .mega-menu.mega-menu-horizontal li .mega-sub-menu li a:hover::before {
    display: none !important;
}
.ext {color: rgba(0, 0, 0, 0);height: 0;} .shop_table .shipping td .woocommerce-shipping-calculator{display: none;}
form input[type="password"] { border: 1px solid #cdcdcd; padding: 5px 20px; }
 form input[type="submit"] { background: #d9c8aa none repeat scroll 0 0; border: 1px solid #d9c8aa; padding: 5px 6px;}

nav#comment-nav-below { padding: 30px 0 20px; }

@media (max-width:991px) {
    .navbar.trendify-nav.megamenu.mobile{display:block;}
    .navbar.trendify-nav.megamenu.desktop{display:none;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: block;
    }
    #mega-menu-wrap-primary {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        background-color: transparent;
        color: #292929;
    }
}

@media (max-width:767px) {
    
    .vc_column_container > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width:580px) {
    .social_shares ul li a {
        padding: 0 14px;
    }
}


/**** 1 august 2015 *****/

.shop_table_responsive.cart {
    background-color: transparent !important;
}

.shop_table_responsive .product-remove a.remove img {
    width: 14px;
}

/** 5 august **/
  .woocommerce  .ui-widget-content {

    background-color: #602053 !important;
    border: 0 none !important;
    border-radius: 1em !important;
    height: 0.5em !important;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    position: relative !important;
    text-align: left !important;
    margin-bottom: 1em !important;
}
  .woocommerce  .ui-widget-header {
    background-color: #6e2fd4 !important;
    height: 100% !important;
    top: 0 !important;
    background-color: #a46497 !important;
    border: 0 none !important;
    border-radius: 1em !important;
    display: block !important;
    font-size: 0.7em !important;
    position: absolute !important;
    z-index: 1 !important;
}
 .woocommerce span.ui-slider-handle.ui-state-default.ui-corner-all {
    background-color: #a46497 !important;
    border-radius: 1em !important;
    cursor: ew-resize !important;
    height: 1em !important;
    margin-left: -0.5em !important;
    outline: 0 none !important;
    position: absolute !important;
    top: -0.3em !important;
    width: 1em !important;
    z-index: 2 !important;
}
#yith-quick-view-modal .yith-wcqv-main {-webkit-box-shadow: 0 !important;
    box-shadow:none !important;}
.footer {padding: 0 !important;}
.col-md-3.col-sm-6.wpb_column.vc_column_container.vc_col-sm-6.vc_col-xs-6 .img-responsive.wp-post-image{max-height: 320px;}

/*** 8 august***/
.popup-single-product  .mfp-close {right:9px; top:-9px;}

/** popup1**/

/*****popup2 ***/

/*---- Popup 1 --------------*/

/*----------------- Popup 2 ---------------*/
.screen-reader-text { display: none; }
.nav-links { width: 100%; }
.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }
.nav-next > a ,.nav-previous > a { border: 1px solid; padding: 0 5px; }

/*** 19 september****/
.header .right a {    color: #b590f8;}
.header .right .toggle .textwidget span img { padding-right: 4px; margin-top: -2px;}
.news-content {padding-bottom: 0; padding: 30px 18px !important;}
.blog_content .related_blog_post {margin-left: 0px;}
.boxed-el h3 { text-align: left; left: 38px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {font-size: 14px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {color: #292929 !important;}
.right .toggle .textwidget li img {padding-right: 4px;}
.product-img img {width: 100%;}
.trendify-items .tab-content .product-single .price span {display: inline !important;}
    .wishlist_table .add_to_cart.button{padding: 14px 12px;}
@media (max-width:1024px)
{
  .blog_content .media.standard_blog_post .pull-left{width: 100%;}
    .blog_content .media.standard_blog_post .pull-left .media-object{width: 100%;}
}



@media (max-width:991px)
{
    .tab-content .single-masonry-product img {object-fit: cover;}
  .wishlist_table .add_to_cart.button {width: 86% !important;}
  .blog_content .media-object {width: 100%;}
  .wpcf7-form .no-padding-left{padding-left: 0 !important;}

}

@media (max-width:767px)
{
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {color: #fff !important;}
    .tab-content .single-masonry-product img {width:auto !important; height:303px !important; }
  .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {float: none; display: none;}
  .woocommerce table.cart .product-thumbnail{display: block !important;     text-align: center !important;}
  .woocommerce table.shop_table td.product-info {   text-align: center !important;}
  .woocommerce table.shop_table_responsive tr td {text-align: center !important;}
  .woocommerce table.shop_table.cart .quantity {width: 100%;}
  .wishlist_table .add_to_cart.button {   width: 100% !important;    }

  .shop_table tbody, .shop_table tr, .shop_table tr td {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
}
.woocommerce table.wishlist_table thead tr {display: none;}
.wishlist_table tr td.product-thumbnail a img {width: 89px;  }
.wishlist_table tr td.product-thumbnail a {max-width: 100%;}
.woocommerce table.wishlist_table tbody td {text-align: center ;}
   .woocommerce table.wishlist_table tbody td {   padding: 16px 73px;}
   .woocommerce .wishlist_table td.product-add-to-cart a {margin: 0 auto;}
   .wpcf7-form .no-padding-left{padding-left: 15px !important;}
   .wpcf7-form .submit.no-padding-left{padding-left:0px !important;}
}
@media (max-width:480px)
{
    .woocommerce table.wishlist_table tbody td {   padding: 16px 73px;}
    .blog_content .date{text-align: center; padding-bottom:15px; margin: 7px 0px 0px ; }
}



/* Blog post publication date */
.post-date { color: #5a6370; font-size: 13px; margin-bottom: 12px; }
.post-date time { font-style: italic; }
