@font-face {
    font-family: 'gnuolane';
    src: url('../fonts/gnuolane rg.eot');
    src: url('../fonts/gnuolane rg.eot') format('embedded-opentype'),
        url('../fonts/gnuolane rg.woff2') format('woff2'),
        url('../fonts/gnuolane rg.woff') format('woff'),
        url('../fonts/gnuolane rg.ttf') format('truetype'),
        url('../fonts/gnuolane rg.svg#gnuolane rg') format('svg');
}


@font-face {
    font-family: 'GTAmerica-CompressedBold';
    src: url('../fonts/GTAmerica-CompressedBold.86db89e.eot');
    src: url('../fonts/GTAmerica-CompressedBold.86db89e.eot') format('embedded-opentype'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.woff2') format('woff2'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.woff') format('woff'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.ttf') format('truetype'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.svg#GTAmerica-CompressedBold.86db89e') format('svg');
}

@font-face {
    font-family: 'Mont ExtraLight DEMO';
    src: url('../fonts/Mont-ExtraLightDEMO.eot');
    src: url('../fonts/Mont-ExtraLightDEMO.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-ExtraLightDEMO.woff2') format('woff2'),
        url('../fonts/Mont-ExtraLightDEMO.woff') format('woff'),
        url('../fonts/Mont-ExtraLightDEMO.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Mont-Regular';
    src: url('../fonts/Mont-Regular.eot');
    src: url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype'),
        url('../fonts/Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont-SemiBold';
    src: url('../fonts/Mont-SemiBold.eot');
    src: url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype'),
        url('../fonts/Mont-SemiBold.svg#Mont-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff2') format('woff2'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.eot');
    src: url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype'),
        url('../fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    text-transform: none;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding-top: 0px;
}

a:active {
    outline: none;
    border: none
}

a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

body select::-ms-expand {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body ul,
body ol {
    margin: 0;
    padding: 0;
    line-height: 1;
}

li {
    list-style: outside none none;
    position: relative;
}

body p {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 180%;
    margin: 0 0 15px;
    padding: 0;
    text-align: justify;
}

body p:empty {
    display: none;
    line-height: 0;
}

body p:last-child {
    margin: 0;
}

body p strong {
    font-weight: bold;
}

body a {
    color: #000;
    text-transform: none;
}

body a:hover {
    color: #53C1BD;
    text-transform: none;
    text-decoration: none !important;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
    text-decoration: none;
}

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

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Open Sans', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Oswald-Regular';
    line-height: 1.2;
    margin: 0 0 15px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.hidden {
    display: none !important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

body .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
    overflow: hidden;
}

/*-----------fx*/


html body .section-gapping {
    padding-bottom: 80px;
    padding-top: 80px;
}

input[type="submit"]:hover {
    background-color: #029cdc;
}

footer .widget,
footer .widgets {
    margin: 0;
}

div.wpb_content_element {
    margin-bottom: 0;
}

body form input:not([type="submit"]),
body form textarea,
body form select {
    background: #fff;
    border-width: 0 0 1px !important;
    border-style: solid !important;
    border-color: #eee !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #5D5D5D !important;
    display: block;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    padding: 0 15px 0 30px;
    width: 100%;
}

body form textarea {
    line-height: 120% !important;
    height: 70px;
    padding: 15px 10px 0 30px !important;
    resize: none;
}

form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output, .custom-error{
    background-color: #fff;
    border: 1px solid;
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    clear: both;
}
.all-class, .error-smart  {
    font-size: 16px;
    color: red;
    line-height: 120%;
    margin-top:5px;
    font-family: 'Open Sans', sans-serif;
}

form div.wpcf7-mail-sent-ok {
    color: green;
}

img.ajax-loader {
    display: inline-block;
}

div.grve-text:not(.maintitle) {
    margin-bottom: 15px;
}

/*------ fancy-box*/

body .owl-carousel .owl-nav>button.owl-prev,
body .owl-carousel .owl-nav>button.owl-next {
    background-image: url(../images/sprite.png);
    background-position: -190px -325px;
    background-repeat: no-repeat;
    bottom: 0;
    display: inline-block;
    font-size: 0;
    height: 35px;
    margin: auto !important;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 18px;
}

body .owl-carousel .owl-nav>button.owl-prev {
    left: 0px;
}

body .owl-carousel .owl-nav>button.owl-next {
    right: 0px;
    transform: rotate(-180deg);
}

body .owl-carousel .owl-nav>button:hover {
    opacity: 1;
}

body .owl-carousel .owl-nav>button span {
    display: none;
}


/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.fancybox-opened .fancybox-skin {
    background-color: #d8d8d8;
    border: 9px solid #fff;
    padding: 0 !important;
}

body .fancybox-prev,
body .fancybox-next {
    background-image: url("images/sprite.png");
    background-position: 0 -256px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 80px;
    left: -1px;
    margin: auto;
    top: 0;
    width: 50px;
}

body .fancybox-next {
    left: auto;
    right: -1px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
    color: #f42a41;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 22px 0 10px;
}

a.fancybox-close,
.close_mail {
    background-image: url("images/sprite.png");
    background-position: -1px -350px;
    background-repeat: no-repeat;
    background-size: auto auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 33px;
    right: -25px;
    top: -25px;
    width: 33px;
}

body .fancybox-prev:hover,
body .fancybox-next:hover {
    opacity: 0.8;
}

a.fancybox-close:hover,
.close_mail:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------------ fancy-box*/

/*------------ other*/



.to-the-top {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 60px;
    background: #53C1BD;
    border: 3px solid transparent;
    box-shadow: 0 0 0 2px #fff inset;
    font-weight: 700;
    margin: 0;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transition-duration: .5s;
    width: 46px;
    height: 46px;
    line-height: 36px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    font-size: 0;
    color: #fff !important;
    text-decoration: none !important;
}

html .to-the-top:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 30px;
}

.to-the-top:hover {
    background: #333;
}

footer#site-footer {
    margin-top: 0 !important;
    padding: 0;
}

#site-footer .section-inner {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

.footer-newsletterform-widget {
    background-color: #53C1BD;
    padding: 54px 0 42px;
    overflow: hidden;
}

/*
.footer-info {
  padding: 0 32px 0 24px;
}*/
footer .email-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer ul.social-icone-list li {
    margin-top: 0 !important;
    margin-left: 0;
}

.footer-other-wrapper {
    background-image: url(../images/footer-bg.jpg);
    padding: 82px 0 20px;
}

footer ul.social-icone-list {
    max-width: 290px;
    margin: auto;
}

footer ul.social-icone-list li,
ul.social-icone-list li {
    margin-top: 0 !important;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 31px;
    line-height: normal;
}

footer ul.social-icone-list li:last-child,
ul.social-icone-list li:last-child {
    margin-right: 0;
}

footer ul.social-icone-list li a {
    font-size: 27px;
    color: #fff;
}

footer .social-icon-wrapper {
    padding: 36px 0 57px;
}

ul#menu-footer-menu {
    max-width: 597px;
    margin: auto;
    overflow: hidden;
}

ul#menu-footer-menu li {
    margin: 0;
    margin-right: 32px;
    float: left;
}

ul#menu-footer-menu li a {
    font-size: 15px;
    line-height: 240%;
    font-family: 'Oswald-Regular';
    color: #fff;
}

ul#menu-footer-menu li:last-child {
    margin-right: 0;
}

.footer-credits {
    display: block;
    max-width: 430px;
    margin: auto;
    text-align: center;
    margin-top: 28px;
}

.footer-credits * {
    color: #88888C;
    font-size: 14px;
    line-height: 171%;
    /* font-family: 'Mont-Regular'; */
    font-family: 'Mont-SemiBold';
    font-weight: 400;
}

.footer-credits ul.terms-links {
    max-width: 210px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.footer-credits ul.terms-links li {
    margin: 0;
}

.footer-credits p.footer-copyright {
    text-align: center;
}

ul#menu-footer-menu li a:hover {
    color: #53C1BD;
}

.footer-credits p.footer-copyright a:hover {
    color: #53C1BD;
}

/**********************banner*************/

.home-baner-img {
    position: relative;
    height: 477px;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.banner-content .banner-title {
    font-size: 90px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-family: 'Oswald-Regular';
}

.banner-content .banner-title strong {
    color: #51C1BD;
    font-weight: normal;
}

.banner-below {
    line-height: 130%;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Mont-SemiBold';
    margin-top: 25px;
}

.home-baner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

/*****************************************/

section,
.section-gapping {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-title {
    text-align: center !important;
    font-size: 50px;
    color: #1D1D1E;
    line-height: 100%;
    letter-spacing: 1.8px;
    font-weight: normal;
    font-family: 'Oswald-Regular' !important;
    position: relative;
    margin: 0 !important;
    padding: 78px 0 47px;
    margin-top: -16px !important;
    z-index: 1;
}

.main-title::before {
    content: "HIGHLIGHTS";
    position: absolute;
    color: rgba(83, 193, 189, 0.15);
    font-size: 240px;
    left: 0;
    right: 0;
    z-index: -1;
    line-height: 1;
    top: 0;
    text-align: center;
    opacity: 1;
    font-family: 'GTAmerica-CompressedBold';
}

.news-section .container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

ul.smart-new-list li {
    margin-top: 0;
    margin-left: 49px;
    flex: 0 0 30.52%;
    margin-bottom: 50px;
}
ul.smart-new-list li .smart-news-image, ul.smart-new-list li .smart-news-image a {
    height: 337px;
}
ul.smart-new-list li .smart-news-image a img {
    object-fit: cover;
    width: 100%;
        height: 100%;
    object-position: 0 0;
}
ul.smart-new-list li:first-child, ul.smart-new-list li:nth-child(4), ul.smart-new-list li:nth-child(7), ul.smart-new-list li:nth-child(10) {
    margin-left: 0 !important;
}

ul.smart-new-list {
    display: flex;
    flex-wrap: wrap;

}

.vc_row.wpb_row.vc_row-fluid.foods-section.section-gapping.most-stylish-section{
    padding-bottom: 130px!important;
}

div#fashion-food-list1 {
    padding-bottom: 50px;
}
.smart-main-design-post.culinary-main-design-post {
    padding-bottom: 61px!important;
}

.news-cat {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
}

.foods-section .more-btn a {
    background: transparent!important;
    color: #53C1BD!important;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    border: 0;
    padding: 0;
    position: relative;
}    

.foods-section .more-btn a:hover{
    background: transparent;
    color: #fff!important;
    border: 0;
}
.foods-section .more-btn a:hover:before{
      background-position: -203px -179px;
}

.foods-section .more-btn a:before{
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: 12px;
    left: auto;
    right: -42px;

}


.news-cat::before {
    content: " ";
    background-color: #53C2BE;
    /* position: absolute; */
    width: 14px;
    height: 5px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.smart-news-title {
    line-height: 1 !important;
    font-size: 22px;
    margin-bottom: 0;
    color: #1D1D1E;
    font-family: 'gnuolane' !important;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 10px !important;
    margin-top: 8px !important;
}

.smart-news-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: normal;
}

.smart-plus .btn {
    position: relative;
    padding-bottom: 21px;
    font-size: 0;
}

.smart-plus .btn::before {
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: -12px;
}

.smart-plus .btn:hover::before {
    background-position: -123px -179px;
}

.new-title>div {
    display: inline;
}

.news-bottom-wrap {
    padding-top: 10px;
}

.smart-plus {
    display: inline-block;
}

.smart-news-title a {
    line-height: 120%;
    color: #1D1D1E;
    font-weight: bold;
}

.widget_epicwin_widget .newsletter-email>label, form#commentform label{
    width: auto;
    font-size: 17px;
    color: #fff;
    font-family: 'Mont-Regular';
    position: absolute;
    left: 0;
    right: auto;
    top: 13px;
    bottom: auto;
    margin: auto;
    pointer-events: none;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

.newsletter-email {
    position: relative;
    min-width: 312px;
}

.newsletter-email input:not([type="submit"]) {
    background-color: transparent;
    border-bottom: 3px solid #fff !important;
    padding: 0;
    line-height: 50px;
    padding-top: 0;
    color: #fff !important;
    font-family: 'Mont-Regular';
    font-size: 17px;
    font-weight: 400;
}

.email-subscribe {
    margin-left: 22px;
    margin-top: 3px;
    position: relative;
}

.email-subscribe .alax-loader {
    position: absolute;
    left: auto;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}

body .epicwin-subscription .loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    padding: 1px;
}

.news-letter {
    margin-top: 8px;
}

.epic_results p.error,
.epic_results p.success,
.custom-success {
    border: 1px solid red;
    text-align: center;
    color: red;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 5px 10px;
    letter-spacing: normal;
}

.epic_results p.success,
.custom-success {
    border-color: green;
    color: green;
    background-color: transparent !important;
    width: 100%;
    font-family:'Open Sans', sans-serif;
}

#site-header {
    background-image: url("../images/headerbackground.png");
}
.header-inner{
    justify-content: normal!important;
}
header ul.primary-menu li a {
    font-size: 15px;
    color: #fff !important;
    line-height: normal;
    font-family: 'Oswald-Regular';
    font-weight: normal;
}

.wocoomerce-header-menu{
    position: relative;
}
/*.wocoomerce-header-menu .card span{
    color: transparent;
    display: none;
}*/

/*.wocoomerce-header-menu .card a{
    color: transparent;
}*/
.wocoomerce-header-menu .card{
margin:0!important;
}
.wocoomerce-header-menu .card a{
    color: transparent;
    padding: 0;
    width: 33px;
    height: 30px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    transition-duration: 0.0s;
    padding: 4px 1px;
    margin-left: 2rem;
    position: relative;

}

.wocoomerce-header-menu .card span{
    top: 0;
    bottom: auto;
    font-size: 10px;
    color: #FFF;
    padding: 1px 6px;
    margin: -4px -9px 0 0;
    border-radius: 50%;
    position: absolute;
    background: #53C1BD;
     box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    left: auto;
    right: 0;
    font-weight: bold;
}

.wocoomerce-header-menu .card a:hover{
background-position: -43px 1px;
transition-duration: 0.0s;

 }   
.search-wrap{
    padding-left: 36px;
}

.header-titles .site-logo.faux-heading  img{
    max-width: 335px;
}
header .header-navigation-wrapper {
    margin-top: 9px;
    padding-left: 58px;
}

.smart-main-design-post {
    width: 50%;
    float: left;
    padding-bottom: 65px;
}

.news-section .smart-meta-wrap {
    color: #999;
    font-style: italic;
    font-size: 12px;
    font-family: 'Georgia';
}

.news-section .news-author {
    color: #999;
    float: left;
    font-style: italic;
    font-size: 12px;
}

.news-section .smart-news-title {
    margin-bottom: 10px;
    margin-top: 8px;
}

.news-section .news-author::after {
    content: "|";
    padding: 0 10px;
}

.home-shop-sfc-inner .vc_custom_heading {
    color: #53C1BD;
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 100%;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
    color: #53C1BD !important;
}

.shopbfs-section.section-gapping {
    background: #bff1f0;
    padding-top: 55px;
    padding-bottom: 70px;
}

.shopbfs-section .woocommerce-loop-product__title {
    color: #1d1d1e !important;
    font-size: 20px !important;
    line-height: 120% !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    margin-top: 19px !important;
}

.shopbfs-section .button.product_type_simple {
    background-color: transparent;
    color: #53C1BD;
    text-align: left;
    padding: 0;
    text-decoration: underline !important;
    font-family: 'Oswald-Regular';
    font-size: 16px;
    font-weight: 400;
}

.button.product_type_simple:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.shopbfs-section .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    display: block;
}

/*
.shopbfs-section .vc_btn3-container.vc_btn3-inline button {
  max-width: 296px;
  width: 296px;
  height: 50px;
  background: #1d1d1e !important;
  color: #fff !important;
  font-size: 18px;
}*/
.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    color: #53C1BD !important;
    font-size: 16px;
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    text-align: right !important;
    font-family: 'GTAmerica-CompressedBold';
    font-weight: 400;
    letter-spacing: normal;
}

.shopbfs-section .main-title::before {
    content: "LOOKS";
    color: rgba(255, 255, 255, 0.4);
    top: 0;
    z-index: -1;
}

.most-stylish-section .see-all-videos.vc_btn3-inline {
    width: 50%;
}

.most-stylish-section .fashion-runaway {
    float: left;
}

.most-style-videos {
    margin-top: 15px;
}

.most-style-videos .video-wrap {
    width: 50%;
    float: left;
}

li.video-wrap {
    margin: 0;
}

img.video-image {
    margin: 0;
    margin-bottom: 8px;
}

.most-style-videos {
    border-top: 5px solid #1D1D1E;
    padding-top: 20px;
}

.video-wrap span {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
}

.design-cat {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
}

.smart-design-image img {
    margin: 0;
}

.most-stylish-section .vc_col-sm-9 .vc_column-inner {
    padding-left: 30px;
}

.design-cat::before {
    content: " ";
    background-color: #53C2BE;
    width: 14px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.smart-design-box .design-bottom-wrap {
    margin-top: 15px;
}

.smart-design-title a {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
}

.smart-design-title {
    font-size: 0px;
    margin-top: 7px;
    margin-bottom: 8px;
}

.design-title>div {
    display: inline;
}

.smart-design-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 171%;
}

.design-title {
    max-width: 272px;
}

/*
.vc_section.most-stylish-section {
  padding: 0;
  padding-bottom: 60px;
}*/
.most-stylish-section .main-title::before {
    content: "FASHION";
}

.redcarpet-videos {
    border-top: 5px solid #1D1D1E;
    padding-top: 25px;
    margin-top: 15px;
}

.see-all-videos.vc_btn3-inline button::before,
.see-all-videos.vc_btn3-inline a::before {
    content: "\f105";
    font-family: fontawesome;
    color: #1d1d1e;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

.vc_btn3-container.see-all-videos.vc_btn3-inline {
    vertical-align: bottom;
    padding-top: 0px;
    margin-bottom: -7px;
}

.most-stylish-section .fashion-runaway {
    float: left;
    font-size: 32px;
    width: 50%;
    line-height: 113%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.most-stylish-section .red-carpet {
    float: left;
    font-size: 32px;
    width: 50%;
    line-height: 113%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.video-section-link,
.video-section-link-common,
.podcast-design-box .video-section-link-common,
.culinary-video-wrap .culinary-video-section-link {
    border-radius: 50% !important;
    display: inline-block;
    font-size: 0 !important;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
    cursor: pointer;
}

.video-section-link::after,
.video-section-link-common::after,
.entertainment-video-wrap .entertainment-video-section-link::after,
.podcast-design-box .video-section-link-common::after,
.beauty-brand-section ul.products>li a.beauty-video-section-link::after,
.culinary-video-wrap .culinary-video-section-link::after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #53C1BD;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    display: inline-block;
    text-align: center;
    margin: auto;
}

/*
.video-section-link::before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}*/
li.redcarpet-video-wrap {
    width: 47.2%;
    float: left;
}

.redcarpet-video-wrap span {
    font-size: 20px;
    line-height: 120% !important;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
}

img.redcarpet-video-image {
    margin-bottom: 10px;
}

.entertainment-section.section-gapping {
    background: #101010;
}

.entertainment-section .see-all-videos.vc_btn3-inline button,
.entertainment-section .see-all-videos.vc_btn3-inline a {
    color: #53c1bd !important;
    font-size: 18px;
    background: #101010 !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    text-align: right !important;
}

.entertainment-section .vc_btn3-container.see-all-videos {
    float: right;
    padding-top: 74px;
    margin-bottom: 0;
}

.entertainment-section .black-women-artist {
    display: inline-block;
}

.entertainment-section .see-all-videos.vc_btn3-inline button::before,
.entertainment-section .see-all-videos.vc_btn3-inline a::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

#site-header .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 28px;
    position: relative;
}

.header-navigation-wrapper .primary-menu>li {
    margin: 0 0 0 25px;
}

.header-navigation-wrapper .primary-menu>li:first-child {
    margin: 0;
}

header ul.primary-menu li a:hover {
    color: #67C0C0 !important;
}

header .header-toggles {
    position: absolute;
    left: -50px;
    right: auto;
    top: 50px;
    bottom: auto;
    margin: auto;
    margin-left: 0 !important;
}

header .header-toggles .toggle {
    padding: 0;
    width: 34px;
    height: 19px;
    font-size: 0;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

header .header-toggles .toggle .toggle-inner .toggle-text {
    font-size: 0;
}

header .header-toggles .toggle .svg-icon {
    display: none;
}

header .header-inner .toggle-wrapper::before {
    display: none !important;
}

header .header-toggles .toggle:hover {
    background-position: -110px 0;
}

.search-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.search-modal .search-form {
    height: 50px;
    margin: 15px 0;
    position: relative;
}

.search-modal .search-form .search-field {
    height: 100%;
    border: 1px solid #ddd !important;
    line-height: 48px;
    color: #333 !important;
    font-size: 15px;
    padding-right: 45px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 50px;
}

.search-modal .search-form>div {
    width: 100%;
}

.search-modal .search-form>div {
    width: 100%;
    position: relative;
}

.search-modal-inner .section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.search-modal-inner .section-inner .close-search-toggle {
    position: absolute;
    left: auto;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 20px;
}

.search-modal .search-form .search-field::placeholder {
    line-height: 50px;
}

.search-wrap .search-toggle-wrapper .toggle-inner * {
    display: none;
}

.search-wrap .search-toggle-wrapper .toggle-inner {
    padding: 0;
}

.search-wrap .search-toggle-wrapper .search-toggle {
    padding: 0;
    width: 28px;
    height: 28px;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -50px;
    transition-duration: 0.0s;
}

.search-wrap .search-toggle-wrapper .search-toggle:hover {
    background-position: -116px -50px;
    transition-duration: 0.0s;
}

.search-wrap .subscribe>a {
    font-size: 20px;
    font-family: Oswald-Regular;
    font-weight: bold;
    color: #53C1BD;
}

.search-wrap .subscribe>a:hover {
    color: #fff;
}

.search-wrap .subscribe {
    margin-left: 29px;
    position: relative;
}

header .header-navigation-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: -10px;
}

header .header-navigation-wrapper ul.primary-menu {
    margin: 0;
}

.search-wrap .subscribe::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -83px;
    top: -45px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -110px;
    width: 83px;
    height: 43px;
    pointer-events: none;
}

.agency-banner-area {
    margin-top: 12px;
}

.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

.new-title {
    line-height: 120%;
    display: block;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-top: 4px;
}

.smart-plus {
    margin-left: 3px;
}

.most-stylish-section>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.vc_section.news-section {
    padding-top: 100px;
    padding-bottom: 0 !important;
}

.most-stylish-section>.container {
    max-width: 100%;
    padding: 0;
}

.most-stylish-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row:first-child {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.designer-row-wrap {
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.designer-row-wrap .vc_col-sm-3 {
    width: 33.19%;
    background-color: #1D1D1F;
}

.designer-row-wrap .vc_col-sm-9 {
    width: 66.81%;
}

.designer-row-wrap .vc_col-sm-3>.vc_column-inner {
    max-width: 373px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
}

.designer-row-wrap .vc_col-sm-9 .vc_column-inner {
    max-width: 824px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 46px;
}

.smart-design-list::after {
    clear: both;
    content: "";
    display: block;
}


div#fashion-cat-list1{
    padding-bottom: 50px;
}

.smart-design-list>.smart-main-design-post:nth-child(2n) {
    float: right;
}

/*
.smart-design-list > .smart-main-design-post:nth-child(2n) .smart-design-image img {
  margin-left: auto;
  margin-right: 0;
}*/
.smart-design-list>.smart-main-design-post:nth-child(2n+1) {
    clear: both;
}
.smart-main-design-post .smart-design-image {
    height: 338px;
    background: #F0F0F0;
    position: relative;
}
.smart-main-design-post .smart-design-image a, .smart-main-design-post .smart-design-image a img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.smart-news-des.smart-design-des {
    line-height: normal;
}

.new-title.design-title {
    line-height: 110%;
    max-width: 307px;
    text-align: justify;
}

.smart-main-design-post {
    width: 46.79%;
    padding-bottom: 50px;
}

.design-bottom-wrap .smart-design-title a {
    font-weight: 400;
    letter-spacing: normal;
}

.smart-news-title.smart-design-title {
    margin-bottom: 6px !important;
}

.see-all-videos.vc_btn3-inline button:hover,
.see-all-videos.vc_btn3-inline a:hover {
    color: #333 !important;
}
#smart-celebrity-list-page .smart-design-list {
    padding-bottom: 50px;
}
section.vc_section.celebrity-inner-page-video-sec{
    padding-top: 150px;
}

.video-wrap {
    position: relative;
}

.video-wrap .video-section-link,
.video-wrap .video-section-link-common,
.podcast-design-box .video-section-link-common,
.beauty-brand-section ul.products>li a.beauty-video-section-link,
.culinary-video-wrap .culinary-video-section-link {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 18px);
    bottom: auto;
    margin: auto;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    padding: 0;
    text-align: center;
    line-height: 55px;
    background-color: #fff;
}

.video-image-wrap>span {
    display: block;
    margin-top: -5px;
}

.video-wrap .video-section-link:hover,
.video-wrap .video-section-link-common:hover,
.podcast-design-box .video-section-link-common:hover,
.beauty-brand-section ul.products>li a.beauty-video-section-link:hover,
.culinary-video-wrap .culinary-video-section-link:hover {
    background-color: #333;
}

/*
.designer-row-wrap::before {
  position: absolute;
  content: "";
  display: block !important;
  left: 0;
  right: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: calc(50% - 226px);
  background-color: #1D1D1F;
  pointer-events: none;
}*/
.most-stylish-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.most-style-videos {
    padding-bottom: 93px;
}

.home-shop-sfc-inner div.vc_custom_heading {
    font-size: 19px;
    color: #53C1BD;
    line-height: 180%;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    margin: 27px 0 3px;
}

.home-shop-sfc-inner h3.vc_custom_heading {
    font-size: 58px;
    color: #fff;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    line-height: 116%;
    margin: 0;
}

.design-text1 p,
.design-text1 .wpb_wrapper>div {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 65px;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    line-height: 120%;
}

.design-text1 p::before,
.design-text1 .wpb_wrapper>div::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 42px;
    height: 5px;
    background-color: #fff;
    pointer-events: none;
}

.fashion-side-des p {
    color: #fff;
    font-size: 16px;
    line-height: 166%;
    font-family: 'Mont-SemiBold';
    font-weight: 400;
    text-align: left;
        display: inline;
}


.fashion-side-des p strong {
    line-height: 133%;
    font-weight: bold;
    font-size: 17px;
}

.design-text1 {
    margin: 30px 0 38px !important;
}

.fashion-side-des {
    max-width: 318px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 72px !important;
}

.home-shop-sfc-inner .common-btn>button,
.common-btn>button,
.home-shop-sfc-inner .common-btn>a,
.common-btn>a,
form#commentform  p.form-submit input#submit {
    background-color: #53C2BE !important;
    border: none !important;
    border-radius: 0 !important;
    height: 49px;
    line-height: 49px !important;
    padding: 0 10px !important;
    min-width: 296px;
    font-size: 18px !important;
    color: #1d1d1e !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    background-image: none !important;
}

.home-shop-sfc-inner .common-btn>button:hover,
.home-shop-sfc-inner .common-btn>a:hover,
form#commentform  p.form-submit input#submit:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.common-btn>button,
.common-btn>a {
    background-color: #1d1d1e !important;
    color: #fff !important;
}

.common-btn>button:hover,
.common-btn>a:hover {
    background-color: #53C2BE !important;
    color: #fff !important;
}

.common-btn {
    margin: 0 !important;
}

ul.products li.product {
    margin-bottom: 0 !important;
}

.shopbfs-section .common-btn {
    margin-top: 60px !important;
}

.shopbfs-section>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.shopbfs-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

ul.products li.product .woocommerce-loop-product__link:hover img {
    opacity: 0.8;
}

.vc_section.most-stylish-section {
    padding-top: 80px !important;
}

/* owl carousel nav css starts*/
.shopbfs-section .owl-dots,
.author-details .owl-dots,
.books-section .owl-dots,
.podcast-section .owl-dots {
    display: none !important;
}

.shopbfs-section .owl-nav,
.author-details .owl-nav,
.books-section .owl-nav,
.podcast-section .owl-nav,
.changing-world-section .owl-nav {
    display: block !important;
}

.shopbfs-section .owl-nav button,
.author-details .owl-nav button,
.books-section .owl-nav button,
.podcast-section .owl-nav button,
.changing-world-section .owl-nav button,
#pagination>* {
    width: 19px !important;
    height: 29px !important;
    background-image: url("../images/sprite-home1.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 -361px !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    top: 43% !important;
    transform: translateY(-50%);
    vertical-align: top !important;
    bottom: auto !important;
}

.shopbfs-section .owl-nav button:hover,
.author-details .owl-nav button:hover,
.books-section .owl-nav button:hover,
.podcast-section .owl-nav button:hover,
#pagination>a:hover {
    background-position: 0 -451px !important;
}

.shopbfs-section .owl-nav button.owl-prev {
    left: -45px !important;
}

.shopbfs-section .owl-nav button.owl-next {
    right: -45px !important;
}

/* owl carousel nav css close*/
.most-style-videos .video-wrap {
    width: 46.79%;
}

.most-style-videos .video-wrap:nth-child(2n) {
    float: right;
}

.most-style-videos .video-wrap:nth-child(2n+1) {
    clear: both;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .vc_column-inner {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 46px;
    max-width: 806px;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3>.vc_column-inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 70px;
    /*68px;*/
    padding-right: 0;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3>.vc_column-inner>.wpb_wrapper>* {
    padding-left: 5px;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3 .wpb_single_image {
    padding-left: 0 !important;
}

.designer-row-wrap.black-designer-row-wrap .fashion-side-des {
    max-width: 285px;
    padding-right: 10px;
}

.designer-row-wrap {
    position: relative;
    z-index: 1;
}

.entertainment-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.entertainment-section.section-gapping {
    background: #fff;
    position: relative;
    padding-top: 65px;
}

.entertainment-section::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    height: 67.5%;
    background-color: #101010;
    width: 100%;
    pointer-events: none;
}

.fashion-in-music-design-list .smart-news-title {
    font-size: 20px;
}

.fashion-in-music-design-list .smart-design-box .design-bottom-wrap {
    margin-top: 10px;
}

/*
.fashion-in-music-design-image > a:hover {
  opacity: 0.8;
}*/
.fashion-in-music-design-image>a {
    display: block;
}

.vc_custom_heading.enterainment-heading {
    margin: 0 !important;
    color: #53C1BD;
    font-size: 44px;
    line-height: 100%;
    font-family: 'Oswald-Regular' !important;
    letter-spacing: 1px;
    margin-top: -2px !important;
    margin-bottom: 6px !important;
}

.entertainment-txt1 ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #53C1BD;
    font-family: 'GTAmerica-CompressedBold';
    margin: 0;
    position: relative;
    line-height: 180%;
    padding-right: 13px;
    margin-right: 9px;
}

.entertainment-txt1 ul>li:not(:last-child)::after {
    content: ".";
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    line-height: normal;
    pointer-events: none;
}

.entertainment-txt1 ul {
    font-size: 0;
}

.black-women-artist::before {
    content: "VIDEOS";
    color: rgba(255, 255, 255, 0.015);
    font-size: 250px;
    left: -18px;
    right: auto;
    text-align: left;
}

.black-women-artist p {
    font-size: 38px;
    color: #fff;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.black-women-artist p em {
    display: block;
    font-style: normal;
}

.black-women-artist {
    padding: 68px 0 40px;
}

.black-women-artist {
    padding: 50px 0 21px;
}

.entertainment_video_content_wrapper>li {
    margin: 0;
}

.entertainment-section1>.vc_col-sm-4 {
    width: 33.68%;
}

.entertainment-section1>.vc_col-sm-8 {
    width: 66.32%;
    padding-right: 39px;
}

.entertainment-video-wrap {
    position: relative;
}

.entertainment-video-wrap .entertainment-video-section-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 37.5%;
    bottom: auto;
    margin: auto;
    font-size: 0;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #FFF;
    line-height: 74px;
    text-align: center;
}

.entertainment-video-wrap .entertainment-video-section-link:hover {
    background-color: #333;
}

.entertainment-video-wrap .entertainment-video-section-link::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #53C1BD;
}

.entertainment-video-image-wrap>span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    margin-top: 21px;
}

.entertainment_video_content_wrapper1>li {
    margin: 0;
}

.entertainment-video-image-wrap1 .entertainment-video-image1 {
    width: 107px;
    display: inline-block;
    vertical-align: top;
}

.entertainment_video_content_wrapper1>li {
    margin: 0;
    padding-bottom: 29px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(229, 227, 245, 0.1);
}

.entertainment-video-content-wrap {
    width: calc(100% - 107px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 0;
}

.entertainment-video-content-wrap>* {
    color: #fff;
}

.entertainment-video-content-wrap>a {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    display: inline;
}

.entertainment-video-content-wrap>span {
    font-size: 14px;
    line-height: 171%;
    display: block;
    font-family: 'Mont-SemiBold';
    margin-top: 12px;
}

.entertainment-video-image-wrap1 {
    font-size: 0;
}

.entertainment-section1 {
    padding-bottom: 105px;
}

.entertainment-section.section-gapping {
    padding-bottom: 56px !important;
}

.author-section.section-gapping {
    padding-top: 0 !important;
}

.author-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.author>.authorAvatar {
    width: 41.89%;
}

.author-details .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1d1d1d;
}

.author .author-info-wrap {
    width: 58.11%;
    background-color: #1d1d1d;
    height: 100%;
    color: #fff;
    padding: 12px 70px 60px 120px;
}

.authorInfo .authorName {
    margin: 0;
    font-size: 59px;
    line-height: 120%;
    font-family: 'gnuolane';
    letter-spacing: 2px;
    font-weight: 400;
}

.authorInfo .authorTitle1 {
    font-size: 24px;
    padding-left: 69px;
    color: #fff;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 14px;
    margin-bottom: 30px;
}

.authorInfo .authorTitle1::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 8px;
    margin: auto;
    width: 44px;
    height: 5px;
    background-color: #fff;
    pointer-events: none;
    /* margin-top: 0; */
}

.author-post-btn>a.btn {
    font-size: 14px;
    color: #fff;
    font-family: 'Mont-SemiBold';
    text-decoration: underline;
}

.author-post-btn>a.btn:hover {
    color: #53C1BD;
    text-decoration: none !important;
}

.authorInfo .authorDescrption {
    color: #fff;
    font-size: 14px;
    line-height: 166%;
    font-family: 'Mont-SemiBold';
    text-align: left;
    margin-bottom: 22px;
}

.authorInfo .authorDescrption:last-child {
    margin-bottom: 15px;
}

.author-details .owl-nav button,
.changing-world-section .owl-nav button {
    top: 50% !important;
    background-position: -294px -451px !important;
}

.changing-world-section .owl-nav button {
    top: 46.5% !important;
}

.podcast-section .owl-nav button {
    background-position: -294px -451px !important;
}

.author-details .owl-nav button.owl-prev {
    left: 38px !important;
}

.author-details .owl-nav button.owl-next,
.changing-world-section .owl-nav button.owl-next {
    right: 38px !important;
    transform: rotate(0) !important;
}

body .author-details .owl-nav button.owl-next:hover,
body .podcast-section .owl-nav button.owl-next:hover,
.changing-world-section .owl-nav button.owl-next:hover {
    background-position: -166px -451px !important;
}

.author-details .owl-nav button.owl-prev,
.podcast-section .owl-nav button.owl-prev,
.changing-world-section .owl-nav button.owl-prev {
    margin-left: 40px !important;
    margin-right: auto !important;
    left: 38px !important;
    background-position: -294px -451px !important;
    transform: rotateY(-180deg);
    transform-origin: center;
}

.author-details .owl-nav button.owl-prev:hover,
.podcast-section .owl-nav button.owl-prev:hover,
.changing-world-section .owl-nav button.owl-prev:hover {
    background-position: 0 -451px !important;
    transform: none;
    transform-origin: center;
}

.entertainment-video-image-wrap-1 {
    background-color: inherit;
    /*#ddd;*/
    position: relative;
    width: 100%;
    min-height: 419px;
    max-height: 419px;
}

.entertainment-video-image-wrap-1>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: block !important;
    width: auto;
    height: auto;
    object-fit: cover;
}

.news-section .vc_custom_heading.main-title+.wpb_content_element {
    position: relative;
    z-index: 1;
}

.fashion-black-section .main-title::before {
    content: "CELEBRITY";
}

.culture-section .main-title::before {
    content: "WORLDWIDE";
}

.books-section .main-title::before {
    content: "MUST READ";
}

.business-section .main-title::before {
    content: "BUSINESS";
}

.culture-section .designer-row-wrap {
    padding: 0;
    max-width: 100%;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover {
    text-decoration: underline !important;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a {
    position: relative;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::after {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -47px;
    top: 4px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -287px -168px;
    width: 26px;
    height: 28px;
    pointer-events: none;
}

.culture-design-list>.culture-main-design-post a {
    font-weight: 400;
}

.fashion-in-music-design-list .smart-news-title a {
    font-weight: 400;
    letter-spacing: 0.1px;
    font-family: 'Oswald-Regular';
}

/* book section css starts */
.books-section {
    padding-top: 110px;
}

.books ul.products li {
    width: 100% !important;
    margin: 0 !important;
}

.books-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.podcast-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.beauty-brand-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.books ul.products li>a.woocommerce-LoopProduct-link:first-child {
    display: block;
    width: 100%;
    background-color: #1F1E27;
    height: 445px;
    position: relative;
}

.books ul.products li>a.woocommerce-LoopProduct-link:first-child>img {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.books ul.products li .cat-name {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin-top: 16px;
}

.books ul.products li .cat-name::before {
    content: " ";
    background-color: #53C2BE;
    /* position: absolute; */
    width: 14px;
    height: 5px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.books ul.products li .cat-name::before {
    content: " ";
    background-color: #53C2BE;
    width: 14px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.books ul.products li>a.smart-news-title .woocommerce-loop-product__title,
.books-inner ul.products li>a.smart-news-title .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 0;
    margin-bottom: 0;
}

.books-section .common-btn.vc_btn3-inline {
    display: block;
    text-align: center;
}

.books ul.products li>a.smart-news-title,
.books-inner ul.products li>a.smart-news-title {
    margin: 12px 0 3px !important;
}

.books ul.products li>a.smart-news-title:hover .woocommerce-loop-product__title:hover,
.books-inner ul.products li>a.smart-news-title:hover .woocommerce-loop-product__title:hover {
    color: #53C1BD;
}

.smart-design-title a,
.culture-design-list>.culture-main-design-post a {
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.vc_row.wpb_row.vc_row-fluid.culture-section.section-gapping.most-stylish-section.culture-inner-page {
    padding-bottom: 130px!important;
}
.culture-section .smart-design-list.culture-design-list{
    padding-bottom: 50px;
}


.books-section .owl-nav button,
.podcast-section .owl-nav button {
    position: static !important;
}

.books-section .owl-nav,
.podcast-section .owl-nav {
    text-align: center;
    margin: 33px 0 40px;
    width: 100%;
}

.books-section .owl-nav button.owl-prev {
    transform: none;
}

.books-section .owl-nav button,
.podcast-section .owl-nav button {
    position: relative !important;
    vertical-align: top !important;
    top: 0 !important;
    margin: 0 23px !important;
}

html body .books-section .owl-carousel .owl-nav>button.owl-prev,
html body .podcast-section .owl-carousel .owl-nav>button.owl-prev {
    margin-right: 23px !important;
}

html body .books-section .owl-carousel .owl-nav>button.owl-next,
html body .podcast-section .owl-carousel .owl-nav>button.owl-next {
    margin-left: 23px !important;
}

.books-section {
    padding: 110px 0 !important;
}

/* book section css close */
/* bdc podcast section css starts */
.podcast-section {
    position: relative;
    background-image: url("../images/bfc-podcast-sec-bg.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: cover;
    padding-top: 100px !important;
    padding-bottom: 73px !important;
}

.podcast-section .main-title::before {
    content: "LISTEN";
    color: rgba(255, 255, 255, 0.1);
}

.podcast-section .main-title {
    color: #fff;
}

.podcast-design-box {
    position: relative;
}

.podcast-design-box .video-section-link-common {
    top: 35.5%;
}

.podcast-design-bottom-wrap {
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 25px;
    position: relative;
    top: -30px;
}

.podcast-design-cat {
    font-size: 19px;
}

.podcast-section .podcast-design-title {
    font-size: 20px;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin: 12px 0 17px !important;
}

.podcast-meta-wrap ul li {
    margin: 0;
}

.podcast-design-bottom-wrap::after {
    clear: both;
    content: "";
    display: block;
}

.podcast-design-bottom-wrap .podcast-meta-wrap {
    float: left;
}

.podcast-design-bottom-wrap .podcast-title {
    float: right;
    font-size: 0;
    width: 21px;
    height: 13px;
    position: relative;
    margin-top: 2px;
}

.podcast-design-bottom-wrap .podcast-title .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

.podcast-design-bottom-wrap .podcast-title .btn::before {
    top: 0;
}

html body .podcast-section .owl-carousel .owl-nav>button.owl-next {
    transform: none;
}

html body .podcast-section .owl-carousel .owl-nav>button.owl-prev {
    margin-right: 57px !important;
}

.podcast-section .owl-nav {
    margin: 21px 0 0;
}

/* bdc podcast section css close */

/*BEAUTY BRANDS BY BLACK WOMEN section css starts*/
.beauty-brand-section {
    background-color: #BFF1F0;
    padding: 92px 0 87px !important;
}

.beauty-brand-section .main-title::before {
    content: "BEAUTY";
    color: rgba(255, 255, 255, 0.4);
    top: 9px;
}

.beauty-brand-section ul.products>li {
    margin-right: 2.45% !important;
    width: 18.04% !important;
}

.beauty-brand-section ul.products>li:nth-child(5n) {
    margin-right: 0 !important;
}

.beauty-brand-section .main-title {
    padding-bottom: 42px;
}

.beauty-brand-section .woocommerce {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
}

.beauty-brand-section ul.products .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    color: #1D1D1E;
    margin: 17px 0 5px;
}

.beauty-brand-section ul.products a.shopbtn {
    font-size: 16px;
    color: #53C1BD;
    text-decoration: underline;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
}

.beauty-brand-section ul.products a.shopbtn:hover {
    color: #333;
    text-decoration: none !important;
}

.beauty-brand-section ul.products>li .beauty-video-watch-demo {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    font-size: 16px;
    color: #1d1d1e;
    background-color: #fff;
    min-width: 102px;
    height: 28px;
    padding: 6px 5px;
    font-family: 'GTAmerica-CompressedBold';
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    width: 52px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #53C1BD;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    top: 41%;
}

.beauty-brand-section .common-btn.vc_btn3-inline {
    display: block;
    text-align: center;
}

/*BEAUTY BRANDS BY BLACK WOMEN section css close*/

/*BLACK HISTORY MONTH 2021 section css starts */
.history-section .main-title::before {
    content: "BLACK HISTORY";
    font-size: 210px;
}

.history-section {
    padding-top: 90px !important;
    padding-bottom: 108px !important;
}

.history-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
.history-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.fashionistas-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.changing-world-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.news-section .smart-history-title {
    font-size: 20px;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin-bottom: 13px !important;
}

.smart-history-title>a {
    font-weight: 400 !important;
}

.new-title.history-title {
    margin-top: 5px;
}

.entry-month-rec {
    text-transform: uppercase;
    -moz-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -o-text-transform: uppercase;
}

/*BLACK HISTORY MONTH 2021 section css close */

/*DELICIOUS BFC FOODS section css starts */
.foods-section .main-title::before {
    content: "CULINARY";
}

.foods-section .designer-row-wrap {
    max-width: 100%;
    padding: 0;
}

.culinary-video-wrap {
    margin: 0;
    position: relative;
}

.culinary-video-wrap .culinary-video-image-wrap>span {
    display: block;
    font-size: 24px;
    color: #1D1D1E;
    line-height: 100%;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
    margin-top: 9px;
}

.culinary-video-wrap .culinary-video-section-link {
    width: 74px;
    height: 74px;
    top: calc(50% - 21px);
}

.culinary_video_content_wrapper {
    margin-bottom: 68px !important;
}

.culinary-video-wrap .culinary-video-section-link::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #53C1BD;
}

.culinary-design-title a {
    font-weight: 400;
    font-family: 'Oswald-Regular';
    font-size: 20px;
}

.foods-section .designer-row-wrap .vc_col-sm-9 {
    padding-bottom: 20px;
}

.smart-news-title.culture-design-title {
    font-size: 20px;
}

.black-designer-row-wrap div.vc_custom_heading {
    font-size: 20px;
}

.black-designer-row-wrap h3.vc_custom_heading {
    font-size: 60px;
}

.foods-section .home-shop-sfc-inner .common-btn>button,
.foods-section .home-shop-sfc-inner .common-btn>a {
    width: auto;
    height: auto;
    background-color: transparent !important;
    min-width: auto;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 20px !important;
    color: #53C1BD !important;
    position: relative;
}

.foods-section .home-shop-sfc-inner .common-btn>button::before,
.foods-section .home-shop-sfc-inner .common-btn>a::before {
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: 11px;
    left: auto;
    right: -45px;
    bottom: auto;
}

.foods-section .home-shop-sfc-inner .common-btn>button:hover,
.foods-section .home-shop-sfc-inner .common-btn>a:hover {
    color: #fff !important;
}

.foods-section .home-shop-sfc-inner .common-btn>button:hover::before,
.foods-section .home-shop-sfc-inner .common-btn>a:hover::before {
    background-position: -203px -179px;
}

.foods-section .fashion-side-des {
    max-width: 305px;
    margin-bottom: 55px !important;
}

/*DELICIOUS BFC FOODS section css close */

/*WELLNESS section css starts*/
.wellness-section {
    padding-top: 65px !important;
}

.wellness-section .main-title::before {
    content: "HEALTH";
}

.wellness-main-design-post {
    padding-bottom: 51px;
}

.smart-design-box .wellness-design-bottom-wrap {
    margin-top: 19px;
}

.smart-news-title.smart-design-title {
    margin-bottom: 11px !important;
}

.wellness-section .designer-row-wrap .vc_col-sm-9 {
    padding-bottom: 90px;
}

/*WELLNESS section css close*/

/* FASHIONISTAS section css starts */
.fashionistas-section .main-title::before {
    content: "STYLES";
}

.fashionistas-section {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.lifestyle-design-title {
    font-family: 'Oswald-Regular' !important;
    margin-bottom: 12px !important;
    font-size: 20px;
}

.lifestyle-design-title>a {
    font-weight: 400;
}

/* FASHIONISTAS section css close */

/* BLACK WOMEN WHO ARE CHANGING THE WORLD section css starts */
.changing-world-section {
    background-color: #ECF0F0;
    padding-top: 42px !important;
}

.changing-world-section .main-title::before {
    content: "CHANGE";
    color: rgba(29, 29, 30, 0.07);
}

.smart-career-list .smart-main-career-post {
    margin: 0;
}

.smart-main-career-post .smart-career-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
}

.smart-main-career-post .smart-career-box>.smart-career-image {
    width: 56.75%;
    position: relative;
    overflow: hidden;
}

.smart-main-career-post .smart-career-box .career-bottom-wrap {
    width: 43.25%;
    padding: 25px 45px;
}

.smart-main-career-post .smart-career-box>.smart-career-image::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 155px solid #fff;
    border-top: 440px solid transparent;
    pointer-events: none;
}

.career-bottom-wrap .career-name {
    font-size: 20px;
    color: #53C1BD;
    line-height: 180%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.career-bottom-wrap .smart-career-title {
    margin: 3px 0 30px;
    color: #1D1D1E;
    line-height: 116%;
    font-size: 60px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    letter-spacing: 0.5px;
}

.career-bottom-wrap .career-cat {
    font-family: 'GTAmerica-CompressedBold';
    color: #1D1D1E;
    font-size: 24px;
    line-height: 100%;
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 69px;
}

.career-bottom-wrap .career-cat::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 5px;
    background-color: #1D1D1E;
    pointer-events: none;
}

.career-bottom-wrap .smart-career-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 164%;
    font-family: 'Mont-SemiBold';
}

.career-bottom-wrap .career-title {
    max-width: 350px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 31px;
}

.changing-world-section .owl-nav button.owl-prev {
    left: 25px !important;
}

.changing-world-section .owl-nav button.owl-next {
    right: 25px !important;
}

/* BLACK WOMEN WHO ARE CHANGING THE WORLD section css close */

/* newsletter section css starts */
.email-form-left .title p {
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.email-form-left .title1 p {
    color: #fff;
    font-size: 14px;
    line-height: 171%;
    font-family: 'Mont-SemiBold';
    letter-spacing: normal;
}

.email-form-left .title {
    margin-bottom: 6px;
}

.widget_epicwin_widget {
    max-width: 1120px;
    margin: 0 auto;
}

.news-letter>* {
    float: left;
}

.news-letter::after {
    content: "";
    display: block;
    clear: both;
}

.newsletter-email>label em {
    color: red;
    font-style: normal;
}

.news-submit .all-btn {
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 24px;
    line-height: normal;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    float: none;
}

.news-submit .all-btn:hover,
.news-submit .all-btn:focus {
    text-decoration: none !important;
}

.news-submit .all-btn:hover {
    color: #333 !important;
}

.email-subscribe::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -71px;
    top: -69px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -232px -662px;
    width: 82px;
    height: 68px;
    pointer-events: none;
    background-color: transparent;
}

ul.social-icone-list li i.fa::before {
    content: "";
    display: block;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -769px;
    width: 11px;
    height: 24px;
}

ul.social-icone-list li a {
    display: block;
    position: relative;
}

ul.social-icone-list li.facebook a {
    width: 11px;
    height: 24px;
}

ul.social-icone-list li.twitter a {
    width: 23px;
    height: 19px;
}

ul.social-icone-list li.instagram a {
    width: 20px;
    height: 20px;
}

ul.social-icone-list li.pinterest-footer a {
    width: 25px;
    height: 23px;
}

ul.social-icone-list li.youtube a {
    width: 24px;
    height: 18px;
}

ul.social-icone-list li a:hover i.fa::before {
    background-position: 0 -829px;
}

ul.social-icone-list li.twitter i.fa::before {
    background-position: -49px -772px;
    width: 23px;
    height: 19px;
}

ul.social-icone-list li.twitter a:hover i.fa::before {
    background-position: -49px -832px;
}

ul.social-icone-list li.instagram i.fa::before {
    background-position: -104px -770px;
    width: 20px;
    height: 20px;
}

ul.social-icone-list li.instagram a:hover i.fa::before {
    background-position: -104px -830px;
}

ul.social-icone-list li.pinterest-footer i.fa::before {
    background-position: -157px -770px;
    width: 25px;
    height: 23px;
}

ul.social-icone-list li.pinterest-footer a:hover i.fa::before {
    background-position: -157px -830px;
}

ul.social-icone-list li.youtube i.fa::before {
    background-position: -212px -773px;
    width: 24px;
    height: 18px;
}

ul.social-icone-list li.youtube a:hover i.fa::before {
    background-position: -212px -833px;
}

ul.social-icone-list li .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.social-icone-list {
    font-size: 0;
    display: flex;
    align-items: center;
}

/* newsletter section css close*/

/* mega menu css starts */
body .menu-modal {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 116px;
    height: auto !important;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    opacity: 1 !important;
    bottom: auto !important;
}

html.no-scroll body .menu-modal {
    transform: translateX(0%);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

body .menu-modal .menu-modal-inner {
    width: 100%;
    background-image: url(../images/footer-bg.jpg) !important;
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
    transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !;
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
    display: block !important;
    opacity: 1 !important;
    padding-top: 50px;
    padding-bottom: 60px;
}

html.no-scroll body .menu-modal .menu-modal-inner {
    transform: translateX(0) !important;
    -moz-transform: translateX(0) !;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}

.menu-modal .menu-modal-inner .menu-top nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-modal .menu-modal-inner .menu-top nav .menu-img {
    width: 73.85%;
}

.menu-modal .menu-modal-inner .menu-top nav .modal-menu {
    width: 26.15%;
}

.menu-modal .menu-modal-inner .menu-wrapper {
    width: 100%;
    max-width: 100%;
}

.menu-modal .menu-modal-inner .menu-wrapper .menu-top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-img>.container {
    padding: 0;
    font-size: 0;
}

.menu-img>.container>li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.24%;
    width: 27.5%;
}

.menu-img>.container>li:nth-child(2) {
    width: 40.51%;
}

.menu-img>.container>li:last-child {
    margin-right: 0;
}

.menu-img>.container>li>img {
    min-height: 331px;
    max-height: 331px;
    width: 100%;
    object-fit: cover;
}

.modal-menu ul.mega-menu li {
    display: block !important;
}

.modal-menu ul.mega-menu li a {
    height: auto !important;
    background-color: transparent !important;
    line-height: normal !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-family: 'Oswald-Regular' !important;
    display: inline-block !important;
    color: #fff !important;
}

.modal-menu ul.mega-menu li a:hover,
.modal-menu ul.mega-menu li.mega-current-menu-item>a,
.modal-menu ul.mega-menu li.mega-current_page_item>a,
.modal-menu ul.mega-menu li.mega-current-menu-ancestor>a,
.modal-menu ul.mega-menu li.mega-current-menu-parent>a {
    color: #51C1BD !important;
}

.mega-menu-wrap {
    background-color: transparent !important;
}

.modal-menu ul.mega-menu li {
    display: block !important;
    margin-bottom: 2px !important;
}

span.mega-indicator::after {
    content: "" !important;
    margin-left: 13px !important;
    margin-top: 10px !important;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

li.mega-toggle-on span.mega-indicator::after {
    content: "" !important;
    margin-left: 13px !important;
    margin-top: 10px !important;
    border-top: none;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.modal-menu ul.mega-menu li a:hover .mega-indicator::after,
.modal-menu ul.mega-menu li.mega-current-menu-ancestor>a>.mega-indicator::after,
.modal-menu ul.mega-menu li.mega-current-menu-parent>a>.mega-indicator::after {
    border-top-color: #51C1BD;
    border-bottom-color: #51C1BD;
}

ul.mega-sub-menu {
    position: static !important;
    opacity: 1 !important;
    display: none !important;
    transform: none !important;
    visibility: visible !important;
    background-color: transparent !important;
    padding-left: 24px !important;
}

li.mega-toggle-on>ul.mega-sub-menu {
    display: block !important;
}

.menu-modal .menu-modal-inner .menu-top nav.mobile-menu {
    display: none;
}

.header-inner .toggle-wrapper>.nav-toggle::before,
.header-inner .toggle-wrapper>.nav-toggle::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 3px;
    background-color: #51C1BD;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    border-radius: 3px;
}

.header-inner .toggle-wrapper>.nav-toggle::after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

html.no-scroll .header-inner .toggle-wrapper>.nav-toggle::before,
html.no-scroll .header-inner .toggle-wrapper>.nav-toggle::after {
    opacity: 1;
    visibility: visible;
}

html.no-scroll .header-inner .toggle-wrapper>.nav-toggle {
    background-image: none;
}

.menu-modal button.close-nav-toggle {
    display: none;
}

html.no-scroll {
    position: relative !important;
}

.menu-modal .menu-bottom {
    display: none;
}

.menu-modal .social-icon-wrapper>.container {
    padding: 0;
}

.menu-modal .social-icon-wrapper {
    width: 100%;
}

.menu-modal .social-icon-wrapper .social-icone-list {
    float: right;
    text-align: right;
}

/* mega menu css close */

/* pop up css starts */
.popup-contain {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    z-index: 99999;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    opacity: 0;
    visibility: hidden;
    /*width: 95vw;
  max-width: 850px;*/
    margin: 0 auto;
    /*max-height: 90vh;*/
    overflow-y: auto;
}

.popup-contain {
    max-width: 850px;
    width: 90vw;
    overflow-y: auto;
    max-height: 85vh;
    overflow-x: hidden;
}

html.open body::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    pointer-events: none;
}

html.open .popup-contain {
    transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

html.open body,
html.open {
    overflow: hidden;
}

html.open body {
    position: relative;
}

.popup-form video {
    width: 100% !important;
    height: 100% !important;
}

.popup-contain .close {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    text-align: center;
    line-height: 35px;
    z-index: 999999;
    cursor: pointer;
}

.popup-contain .close:hover {
    background-color: #53C1BD;
}

.popup-contain .close:hover::before {
    color: #fff;
}

.popup-contain .close::before {
    position: absolute;
    content: "x";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #333;
    font-family: 'Oswald-Regular';
    line-height: 30px;
}


/* pop up css close */
footer ul.social-icone-list {
    max-width: 275px;
    margin: auto;
}

footer ul.social-icone-list li.search-toggle-wrapper {
    position: relative;
    width: 16px;
    height: 16px;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle span {
    display: none;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -268px -773px;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle:hover::before {
    background-position: -268px -833px;
}

.search-form label {
    position: absolute;
    left: 20px;
    right: auto;
    top: 17px;
    bottom: auto;
    font-size: 15px;
    pointer-events: none;
    color: #333;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

.search-untoggle svg:hover {
    color: #53C1BD;
}

.shopbfs-section ul.products li.product {
    margin-right: 0 !important;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
}

body .shopbfs-section .owl-carousel .owl-nav>button.owl-next {
    top: 39.5% !important;
}

.widget_epicwin_widget .newsletter-email.input_focus>label,
.widget_epicwin_widget .newsletter-email.value_focus>label {
    top: -7px;
    font-size: 10px;
    letter-spacing: 0.1px;
    background-color: #ddd;
    border-radius: 3px;
    padding: 2px 2px 0;
    color: #333;
}

.mainbaner-img-mobile {
    display: none;
}

.podcast-mobile-btn {
    /* display: none !important; */
    text-align: center;
    width: 100%;
}

.podcast-mobile-btn.common-btn>button,
.podcast-mobile-btn.common-btn>a {
    background-color: #53C1BD !important;
    color: #1D1D1E !important;
    margin-top: 25px !important;
}

.podcast-mobile-btn.common-btn>button:hover,
.podcast-mobile-btn.common-btn>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* 404 page css starts */
.error404 .home-baner-img {
    height: auto;
}

.error404 #site-content {
    padding: 0;
}

.breadcrumbs {
    background-color: #ddd;
    display: none;
}

.breadcrumbs>span {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    display: block;
}

.breadcrumbs>span>span>a,
.breadcrumbs>span>span>span {
    font-size: 16px;
    margin: 0 5px;
}

.breadcrumbs>span>span>a:first-child {
    margin-left: 0;
}

.error404 .error404-content #content-area {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.error404 .error404-content #content-area small {
    text-align: center !important;
    font-size: 80px;
    color: #51C1BD;
    line-height: 100%;
    letter-spacing: 1.8px;
    font-weight: normal;
    font-family: 'Oswald-Regular' !important;
    margin: 0 !important;
    margin-top: -16px !important;
    z-index: 1;
}

.error404 .error404-content #content-area h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin: 30px 0 25px;
}

.error404 .error404-content #content-area small>b {
    color: #51C1BD;
    font-weight: normal;
}

.error404 .error404-content #content-area .grve-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}

.error404 .error404-content #content-area .btn-wrap>a {
    background-color: #53C2BE !important;
    border: none !important;
    border-radius: 0 !important;
    height: 49px;
    line-height: 49px !important;
    padding: 0 10px !important;
    min-width: 150px;
    font-size: 18px !important;
    color: #1d1d1e !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    background-image: none !important;
    display: inline-block;
    vertical-align: top;
}

.error404 .error404-content #content-area .btn-wrap>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.newsletter-popup {
    background-color: #000;
    padding: 20px;
}

.newsletter-popup .popup-form .newsletter-email {
    width: calc(100% - 250px);
}

.header-titles-wrapper {
    margin-right: 4px;
}

.news-section+.most-stylish-section .design-cat.news-cat {
    text-transform: uppercase;
}

.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    float: right;
    width: auto !important;
}

.main-title.shop-bfc-title {
    padding-bottom: 40px;
}

.shopbfs-section .main-title::before {
    top: 10px;
    left: -15px;
}

.shopbfs-section ul.products li.product .woocommerce-loop-product__link:hover img {
    opacity: 1;
}

.shopbfs-section ul.products li.product .woocommerce-loop-product__link img:hover {
    opacity: 0.8;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link {
    cursor: text;
}

.shopbfs-section .woocommerce-loop-product__title {
    display: inline;
    cursor: pointer;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link>img {
    margin-bottom: 17px;
    cursor: pointer;
}

.shopbfs-section .button.product_type_simple,
.beauty-brand-section ul.products a.shopbtn {
    text-decoration: none !important;
    padding-bottom: 1px;
    position: relative;
    margin-top: 1px;
}

.shopbfs-section .button.product_type_simple::after,
.beauty-brand-section ul.products a.shopbtn::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #53C1BD;
}

.shopbfs-section .button.product_type_simple:hover::after,
.beauty-brand-section ul.products a.shopbtn:hover::after {
    background-color: #333;
}

.redcarpet-video-wrap .video-image-wrap>span {
    letter-spacing: -0.2px;
}

.culinary-video-wrap .culinary-video-image-wrap>span {
    white-space: pre;
}

.history-section .main-title b {
    font-size: 20px;
    display: block;
    color: #53C1BD;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: -7px;
}

.history-section .main-title {
    padding-bottom: 50px;
    padding-top: 60px;
}

.history-section .main-title::before {
    top: 18px;
}

.footer-credits>* {
    display: inline-block;
    vertical-align: top;
}

.footer-credits {
    color: #88888C;
}

.entertainment-section .see-all-videos.vc_btn3-inline button::before,
.entertainment-section .see-all-videos.vc_btn3-inline a::before {
    position: absolute;
    left: -19px;
    top: -2px;
    bottom: 0;
    margin: auto;
    right: auto;
    pointer-events: none;
}

.author-post-btn>a.btn {
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
}

.author-post-btn>a.btn::after,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::before {
    background-color: #1d1d1e;
    bottom: 2px;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover::before {
    background-color: #53C1BD;
}

.author-post-btn>a.btn:hover::after {
    background-color: #53C1BD;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover {
    text-decoration: none !important;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a {
    text-decoration: none !important;
    position: relative;
    padding-bottom: 1px;
}

.business-design-image a>img {
    max-height: 337px;
}

.books-section .main-title::before {
    top: 37px;
}

.podcast-section .main-title::before {
    top: 17px;
}

.foods-section .main-title::before {
    top: 10px;
}

.changing-world-section .main-title {
    font-size: 40px;
}

.changing-world-section .owl-nav button.owl-next {
    background-position: -166px -451px !important;
}

.changing-world-section .owl-nav button.owl-next:hover {
    background-position: 0 -361px !important;
    transform: rotate(180deg) !important;
}

.banner-content.mobile-view-content {
    display: none;
}

.entertainment-section1 .see-all-videos.mobile-view {
    display: none;
}

.authorDescrption>br {
    display: block;
    margin: 12px 0;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a {
    display: block;
    position: relative;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a>img {
    display: block;
}

.lifestyle-design-bottom-wrap {
    padding-top: 18px;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: 17px;
    top: auto;
    bottom: 16px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -650px;
}

#site-footer a.to-the-top {
    border: 3px solid transparent !important;
}

/* safari issues common css starts*/
.designer-row-wrap .vc_col-sm-3 {
    width: 33.11%;
}

.beauty-brand-section ul.products>li {
    margin-right: 2.43% !important;
}

/* safari issues common css close*/

.fashion-side-des p strong {
    font-family: 'Mont';
}

.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    position: relative;
    margin-left: 19px;
}

.see-all-videos.vc_btn3-inline button::before,
.see-all-videos.vc_btn3-inline a::before {
    position: absolute;
    left: -16px;
    right: auto;
    top: -3px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.search-modal .search-form {
    flex-wrap: wrap;
}

.search-modal .search-form .search-field.myerror {
    border-color: red !important;
}

.search-modal .search-form {
    margin: 25px 0;
}

.search-modal .search-form>div.error {
    color: red;
    font-size: 13px;
    letter-spacing: normal;
    margin: 1px 0 0;
}

.search-modal .search-form .search-form-1>label {
    width: auto;
    display: block;
}

.search-modal .search-form.value_focus .search-form-1>label,
.search-modal .search-form.input_focus .search-form-1>label {
    position: absolute;
    left: 13px;
    right: auto;
    top: -8px;
    bottom: auto;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    padding: 1px 3px;
    line-height: normal;
    background-color: #333;
    color: #fff;
    margin: auto;
}

.shopbfs-section+.most-stylish-section .smart-design-list>.smart-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 48px;
}

.entertainment-video-image-wrap-1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author .author-info-wrap {
    padding: 12px 70px 35px 120px;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #53C1BD;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    top: 38%;
}

.history-design-cat {
    text-transform: uppercase;
}

.podcast-section .owl-nav {
    margin-left: -18px;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::after {
    display: none;
}

/*
html body .podcast-section .owl-carousel .owl-nav > button.owl-prev {
  margin-right: 0px !important;
  margin-left: 0 !important;
}
html body .podcast-section .owl-carousel .owl-nav > button.owl-next {
  margin-left: 0 !important;
}*/
/* inner pages css starts*/
/*black culture fashion category page css starts */
.bfc-category-inner-page .designer-row-wrap {
    padding: 0;
}

.bfc-category-inner-page {
    padding-top: 95px !important;
}

.bfc-category-inner-page .main-title::before {
    top: 10px;
}

.bfc-category-inner-page .design-cat {
    text-transform: uppercase;
    -moz-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -o-text-transform: uppercase;
}

.bfc-category-inner-page .smart-design-box .design-bottom-wrap {
    margin-top: 18px;
}

.bfc-category-inner-page .new-title.design-title {
    max-width: 308px;
}

.bfc-category-inner-page .home-shop-sfc-inner .common-btn>a {
    height: 48px;
    line-height: 48px !important;
}

.shopbfs-category-inner-page-section {
    padding-top: 39px !important;
}

.shopbfs-category-inner-page-section .main-title.shop-bfc-title {
    padding-bottom: 44px;
}

#pagination {
    text-align: center;
    font-size: 0;
}

#pagination>* {
    position: static;
    transform: none;
}

#pagination> :last-child {
    right: 0px;
    transform: rotate(-180deg);
}

#pagination>* {
    display: inline-block;
    font-size: 0;
    margin: 0 25px;
    vertical-align: top;
}

#pagination>a:hover,
#pagination>div:hover {
    background-position: 0 -451px !important;
}

.bfc-category-inner-page .smart-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 52px;
}

.bfc-category-inner-page .fashion-cat-list {
    padding-bottom: 18px;
}

.bfc-category-fashion-runaway-sec {
    padding-top: 145px !important;
    padding-bottom: 135px !important;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(2n+1) {
    clear: none;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(3n+1) {
    clear: both;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(2n) {
    float: left;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(3n) {
    margin-right: 0;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap {
    margin-right: 4.27%;
    width: 30.48%;
}

.bfc-category-fashion-runaway-sec .video-wrap span {
    display: block;
    margin-top: 2px;
}

.bfc-category-fashion-runaway-sec .most-style-videos {
    padding-bottom: 0 !important;
}

.bfc-category-fashion-runaway-sec>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.bfc-category-fashion-runaway-sec {
    margin: 0 auto;
}

ul#menu-footer-menu li.current-menu-item>a,
ul#menu-footer-menu li.current_page_item>a {
    color: #53C1BD;
}

.banner-content .banner-title strong {
    text-transform: uppercase;
}

.inner-banner-below {
    font-family: 'Mont-Regular';
    font-weight: 400;
}

body:not(.home) .banner-below {
    font-family: 'Mont-Regular';
    font-weight: 400;
}

.bfc-category-inner-page .home-shop-sfc-inner {
    padding-bottom: 60px;
}

/*black culture fashion category page css close */

/*book page css starts*/
.books-section-content {
    padding-top: 88px !important;
    padding-bottom: 91px !important;
}

.books-section-content .main-title::before {
    top: 0;
}

.books-inner {
    position: relative;
    z-index: 1;
}

.agency-banner-area {
    position: relative;
}

.books-inner .news-cat {
    font-size: 20px;
    margin-top: 8px;
}

.books-inner ul.products li>a.smart-news-title {
    margin-top: 10px !important;
    margin-bottom: 4px !important;
    display: inline-block;
    vertical-align: top;
}

.books-inner .woocommerce ul.products li.product {
    margin-bottom: 65px !important;
    display: block;
}

.books-inner .woocommerce ul.products li.product:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
}

.best-writer-section .main-title::before {
    content: "AUTHOR";
    top: -10px;
}

.best-writer-section {
    padding-bottom: 85px !important;
    padding-top: 50px !important;
}

.best-writer-section .career-bottom-wrap .career-title {
    max-width: 384px;
}

/*book page css close*/

/*article page css starts*/
.sidebar-content-section>.designer-row-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sidebar-content-section .designer-row-wrap .blog-right-content {
    width: 35.84%;
    padding-bottom: 120px;
}

.sidebar-content-section .designer-row-wrap .blog-left-content {
    width: 64.16%;
}

.blog-right-content>.latest-list,
.blog-right-content>.related-list {
    max-width: 358px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 30px;
}

.single main>.post-feature-image-section>.container {
    max-width: 100%;
    padding: 0;
}

.single main>.post-feature-image-section {
    position: relative;
}

.news-section .news-author::after {
    font-style: normal;
}

.single main>.post-feature-image-section .post-fetaure-title {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 56px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

.single main>.post-feature-image-section .post-fetaure-title .single-post-cat {
    font-size: 30px;
    color: #51C1BD;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    display: block;
}

.single main>.post-feature-image-section .post-fetaure-title h2 {
    font-size: 86px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 16px;
    margin-bottom: 13px;
}

.single .other-topic-section .main-title::before {
    content: "MORE";
}

.single .sidebar-content-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.single .other-topic-section {
    padding-top: 72px;
    padding-bottom: 100px;
    margin: 0 auto !important;
}

.single .smart-new-list {
    position: relative;
    z-index: 1;
}

.single .smart-new-list .news-cat {
    text-transform: uppercase;
    letter-spacing: normal;
}

.single .news-bottom-wrap .new-title {
    text-align: justify;
    line-height: 130%;
    margin-top: 9px;
}

.single .news-bottom-wrap {
    padding-top: 20px;
}

.single .news-bottom-wrap .smart-news-title {
    margin-top: 9px !important;
    margin-bottom: 12px !important;
}

.single .news-bottom-wrap .smart-news-title {
    margin-top: 10px !important;
}

.post-banner-meta>h4 {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 150%;
    font-style: italic;
    font-weight: 400;
    font-family: 'Georgia';
    letter-spacing: normal;
    position: relative;
    margin-bottom: 0;
}

.post-banner-meta>h4:not(:last-child) {
    padding-right: 11px;
    margin-right: 5px;
}

.post-banner-meta>h4:not(:last-child)::after {
    position: absolute;
    content: "|";
    display: block;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* width: 1px; */
    /* height: 15px; */
    /* background-color: #fff; */
}

.blog-banner-img {
    height: 477px;
}

.blog-banner-img>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-left-container {
    max-width: 814px;
    margin-left: auto;
    margin-right: 0;
    padding: 107px 95px 0 55px;
}

.blog-left-wrapper>p {
    line-height: 182%;
    color: #1D1D1E;
    text-align: left;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-bottom: 28px;
}

.blog-left-wrapper>p:last-child {
    margin-bottom: 0;
}

.blog-left-wrapper>p>img {
    width: 100%;
    object-fit: cover;
    height: auto;
    min-width: 642px;
    max-width: 642px;
    margin: 50px auto 70px 0;
}

body .other-topic-section>.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-right-container {
    max-width: 373px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 31px;
    padding-right: 15px;
    padding-top: 100px;
}

.blog-right-container .sidbar-title {
    font-size: 20px;
    line-height: 180%;
    color: #53C1BD;
    letter-spacing: normal;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    margin-top: -9px;
    margin-bottom: 31px;
}

.latest-post>.latest-box {
    width: 47.8%;
    float: left;
    margin-bottom: 30px;
}

.latest-post>.latest-box:nth-child(2n) {
    float: right;
    margin-left: auto;
    margin-right: 0;
}

.latest-post>.latest-box:nth-child(2n+1) {
    clear: both;
}

.latest-post .latest-bottom-wrap .sidebar-content-title>a {
    color: #fff;
    font-size: 22px;
    line-height: 100%;
    font-family: 'gnuolane';
    font-weight: bold;
}

.latest-post .latest-bottom-wrap .sidebar-content-title>a:hover {
    color: #53C1BD;
}

.latest-post .latest-bottom-wrap .latest-excerpt p,
.latest-post .latest-bottom-wrap .latest-excerpt {
    color: #fff;
    font-size: 14px;
    line-height: 171%;
    font-family: 'Mont-Regular';
    font-weight: 400;
    text-align: ;
}

.latest-post .latest-bottom-wrap .latest-excerpt .smart-plus {
    float: right;
    width: 21px;
    height: 13px;
}

.latest-post .latest-bottom-wrap .sidebar-content-title {
    margin-top: 26px;
    margin-bottom: 11px;
}

.latest-post>.latest-box .latest-image a img {
    width: 100%;
}

.blog-detail-cms-area .textwidget .sidebar-content-title {
    color: #fff;
    line-height: 120%;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 24px;
    margin-bottom: 33px;
}

.blog-detail-cms-area .blog-cms>img {
    width: 100%;
}

.blog-detail-cms-area .common-btn>a {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px !important;
    padding-top: 1px !important;
    letter-spacing: normal;
    text-align: center;
}

.blog-right-container .smart-plus .btn:hover::before {
    filter: invert(100);
    -moz-filter: invert(100);
    -webkit-filter: invert(100);
    -ms-filter: invert(100);
    -o-filter: invert(100);
}

.blog-right-container .latest-post {
    display: flex;
    flex-wrap: wrap;
}

.blog-right-container .article-more-post-btn {
    text-align: right;
}

.blog-right-container .article-more-post-btn .btn {
    color: #53c1bd !important;
    font-size: 14px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: right !important;
    position: relative;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.blog-right-container .article-more-post-btn .btn::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

.blog-right-container .article-more-post-btn .btn::before {
    position: absolute;
    left: -19px;
    top: 1px;
    bottom: 0;
    margin: auto;
    right: auto;
    pointer-events: none;
}

.blog-right-container .article-more-post-btn .btn:hover {
    color: #fff !important;
}

.blog-right-container .latest-post::after {
    clear: both;
    content: "";
    display: block;
}

.blog-right-container .latest-list {
    margin-bottom: 74px;
}

.blog-detail-cms-area {
    margin-top: 51px;
}

.blog-detail-cms-area .common-btn {
    text-align: left;
}

.other-topic-section .smart-news-image>a img {
    max-height: 337px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    min-width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    padding: 0 !important;
    border: none;
    border-radius: 3px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.woocommerce-pagination .page-numbers {
    font-size: 0;
    text-align: center;
    letter-spacing: normal !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #53C1BD;
}

.woocommerce-pagination .page-numbers li {
    margin: 4px 9px;
    vertical-align: top;
}

.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
    font-size: 0;
    background-image: url("../images/sprite-home1.png") !important;
    background-repeat: no-repeat;
    background-position: 0 -310px !important;
    width: 17px;
    height: 26px;
    vertical-align: top;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    background-size: 270px;
}

.woocommerce-pagination .page-numbers li .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
#pagination>a:hover {
    background-position: 0 -387px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.next {
    transform: rotate(180deg);
}

.books-inner .woocommerce-result-count,
.books-inner .woocommerce-ordering {
    display: none;
}

.woocommerce-pagination {
    margin-top: 40px;
    margin-bottom: 5px !important;
}

/*article page css close*/
.blog-banner-img .blog-empty-img {
    background-color: #413e3e;
    height: 100%;
}

#pagination>a:hover {
    background-position: 0 -451px !important;
}

body:not(.home) .podcast-section .podcast-design-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

body:not(.home) .podcast-section .podcast-design-list>.podcast-main-design-post {
    width: 33.33%;
    padding: 0 15px;
}

body:not(.home) .business-section.section-gapping {
    padding-top: 110px !important;
}

body:not(.home) .foods-section.section-gapping {
    padding-top: 86px !important;
}

body:not(.home) .smart-new-list-page {
    padding-bottom: 90px;
}

.celebrity-red-carpet-sec {
    padding: 0 !important;
}

body:not(.home) .beauty-brand-section .woocommerce {
    margin-bottom: 0 !important;
}

.culture-inner-page-sec #pagination {
    padding-bottom: 40px;
}

.culture-inner-page-sec .culture-design-list>.culture-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 45px;
}

.culture-inner-page {
    padding-top: 92px !important;
}

.fashion-runaway-page.most-stylish-section .fashion-runaway {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.fashion-runaway-page-video-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.fashion-runaway-page {
    float: none !important;
    margin: 0 auto;
}

.fashion-runaway-page-video-sec>.vc_column_container>.vc_column-inner {
    padding: 0;
}

/* inner pages css close*/

/* article listing page css starts*/
.blog .main-title::before {
    content: "ARTICLES";
}

.blog-cat-list .smart-design-list {
    display: flex;
    flex-wrap: wrap;
}

.blog-cat-list .smart-design-list>.smart-main-design-post {
    flex: 0 0 30.52%;
    width: 30.52%;
    margin-right: 4.22%;
}

.blog-cat-list .smart-design-list>.smart-main-design-post:nth-child(3n) {
    margin-right: 0;
}

.new-title {
    line-height: 120%;
    display: block;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-top: 4px;
}

.smart-design-des p {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 171%;
    display: inline;
    font-family: 'Mont-Regular';
}

.blog-cat-list {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.design-cat.news-cat {
    text-transform: uppercase;
    letter-spacing: normal;
}

.blog-cat-list .smart-design-list>.smart-main-design-post:nth-last-child(-n+3) {
    padding-bottom: 0;
}

.blog-cat-list #pagination {
    padding-top: 45px;
}

/* article listing page css starts*/
.footer-image-widget .widget-content>a {
    display: inline-block;
}

.footer-image-widget .widget-content {
    text-align: center;
}

header ul.primary-menu li a {
    letter-spacing: 0.5px;
    font-family: Oswald;
    text-shadow: 0 0;
}

.blog-right-container .sidbar-title {
    font-family: 'Oswald';
    text-shadow: 0 0;
}

.related-image>a,
.latest-image>a {
    display: block;
}

.related-image>a>img,
.latest-image>a>img {
    width: 100%;
    max-height: 102px;
    object-fit: cover;
}

.sidebar-content-section .designer-row-wrap .blog-right-content {
    padding-bottom: 10px;
}

.blog-left-container {
    padding: 107px 115px 0 55px;
}

.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

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

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}



/* 23-7-2021 */
body.woocommerce-shop section.content-area .site-main {
    max-width: 1170px;
    margin: 0 auto !important;
    display: flex;
}
body.woocommerce-shop section.content-area .site-main .shop-page-sidebar-area {
    flex: 0 0 18%;
    border: 1px solid #DDDDDD;
    padding: 20px;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left h2,
body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li a {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: normal !important;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li a {
    font-size: 15px;
    line-height: 240%;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li {
    margin: 0;
}
body.woocommerce-shop .shop-page-sidebar-area .shop-page-left:last-child {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #DDDDDD;
}

/* 23-7-2021 */

/*
.smart-main-career-post .smart-career-box > .smart-career-image {
  max-height: 439px;
}
.smart-main-career-post .smart-career-box > .smart-career-image > img {
  max-height: inherit;
  object-fit: cover;
}
*/

/*
font-family: 'gnuolane';
 font-family: 'GTAmerica-CompressedBold';
  font-family: 'Mont-Regular';
  font-family: 'Mont-SemiBold';
 font-family: 'Georgia';
 font-family: 'Oswald';
     font-family: 'Oswald-Regular';
*/



/*-------------------video-section--26-07-21-------------*/

.video-inner-page ul.smart-new-list li {
    margin-top: 0;
    flex: inherit;
    display: inline-block;
    margin-left: 0;
    width: 33.33%;
    padding: 0 24px;
    margin-bottom: 30px;
}
.video-inner-page ul.smart-new-list {
    display: block;
    font-size: 0;
    margin: 0 -24px; 
}

.video-inner-page .video-section-link, .video-section-link-common{
    border-radius: 50% !important;
    display: inline-block;
    font-size: 0 !important;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #fff;
    top: 71px;
    right: 0;
    bottom: auto;
    left: 44%;
}

.video-inner-page .main-title::before {
    content: "VIDEOS";
        top: 16px;
}

.video-inner-page.news-section .smart-news-title {
    margin-top: 11px !important;
    font-family: 'Oswald-Regular';
}
.video-inner-page .news-bottom-wrap {
    padding-top: 0px;
}

/*-----------------shop-bfc-page- 27-07-21-----------*/

.archive div#shop-page-sidebar{
    width: 18.6%;
    margin-right: 30px;
    float: left;
}

.archive .woocommerce ul.products,.archive .woocommerce-page ul.products {
     clear: none;
}
.archive p.woocommerce-result-count, .archive form.woocommerce-ordering{
    display: none;
}

.archive ul.products.columns-4{
    width: 78.6%;
    position: relative;
    z-index: 1;
    clear: none;
}
.archive .shop-main-title {
    padding-top: 100px;
}


.archive ul.products.columns-4 li{
    width: 22%;
    margin-bottom: 50px!important;
}

.archive .woocommerce-pagination {
    width: 100% !important;
    display: block;
    margin-top: 0;
    overflow: hidden;
}

.archive main#main{
    display: block;
}

.archive .main-title::before{

    content: "LOOKS";
}

.archive .content-area{
    padding-top:0!important;
    padding-bottom: 120px;
}

.archive ul img {
    border: 1px solid #DDDDDD;
    height: 324px;
    object-fit: cover;
    width: 205px;

}

.archive  ul .woocommerce-loop-product__title {
    margin: 20px 0 10px!important;
    font-size: 20px!important;
    font-family: 'Oswald'!important;
}

 .archive .button.product_type_simple, .single .button.product_type_simple,
 .single .single_add_to_cart_button.button{
    background-color: transparent;
    color: #53C1BD;
    text-align: left;
    padding: 0;
    text-decoration: underline !important;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
}

 .archive  .price_slider_amount{
      text-align: left;
 }

 .archive  .price_slider_amount button{
    display: none;
   
 }

 .archive .price_slider_wrapper .ui-widget-content {
    background: #DDDDDD!important;
}

 .archive .ui-slider .ui-slider-range{
    background:#53C1BD!important;
 }

  .archive .ui-slider .ui-slider-handle{
      background:#53C1BD;
      border-radius: 50%;
      border: 0;
      box-shadow: none;
      width: 10px;
      height: 10px;
  }
  .archive .ui-slider-horizontal{
    height: 1px!important;
  }
 .archive .ui-slider .ui-slider-handle:last-child{
    margin:0;
 }

 .archive  .price_label{
    font-family: 'Oswald-Regular'!important;
  color: transparent;
  font-size: 0px;
 }

  .archive  .price_label span{
   color: #333333!important;
   font-size: 16px!important;
   margin-right: 35px;
  }

 .archive li.cat-item span.count{
    font-size: 15px;
    font-family: 'Oswald'!important;
    float: right;
    font-weight: 600;
 }
  .archive li.cat-item span.count:hover{
    color: #53C1BD;
    cursor: pointer;
  }

 .archive .page-numbers{
    float: right;
 }


 .archive .shop-page-banner:nth-child(2), .archive .shop-page-banner:nth-child(3){
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
 }
 .archive .shop-page-banner:nth-child(3){
    top:65%!important;
    transform: translateY(-65%);
 }
 .archive .shop-page-banner .textwidget p{
    font-size: 90px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-family: 'Oswald-Regular';
 }
 .archive .shop-page-banner .textwidget p strong {
    color: #51C1BD;
    font-weight: normal;
}
.archive .shop-page-banner:last-child .textwidget p{
    line-height: 130%;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Mont-SemiBold';
    margin-top: 25px;
}

  .archive  div#shop-page-banner{
    position: relative;
    margin-top: 0;
  }
  /*.archive .agency-banner-area{
      margin-top: 0;
  }*/


  /*-----------------------subscribe--popup---------------*/

.popup-contain {
    max-width: 940px!important;
    max-height: 100%!important;
    height: 100%!important;
    background-color: transparent;
    padding:12px;
        top: 68%;
}

.popup-contain .newsletter {
    background-color: #53C1BD;
    padding: 75px 75px 60px !important;
    overflow-y: auto;
}

.popup-contain .email-form-left .title p {
    font-size: 50px;
    text-align: center;
    color: #1D1D1E;
    margin-bottom: 20px!important;
}

.popup-contain  .email-form-left .title1 p {
    font-size: 22px;
    font-family: 'Mont-regular';
    text-align: center;
    color: #1D1D1E;
}
.popup-contain .news-letter {
    padding: 30px 10px 0;
    margin-top: 0;
}

.popup-contain  .popup-form .newsletter-email{
  width: 100%!important;
}

.popup-contain .newsletter-email input, .popup-contain .newsletter-email>label,  .popup-contain .newsletter-email>label em, .popup-contain .news-submit .all-btn{
    color:  #1D1D1E!important;
      border-color:  #1D1D1E!important;
}
.popup-contain .email-subscribe{
    margin-top: 50px!important;
    text-align: center;
    width: 100%;
}

.popup-contain .email-subscribe::before {
    left: 155px;
    top: 11px;
    background-image: url(../images/black-line.png);
    width: 82px;
    height: 82px;
    background-position: 0;
}
.popup-contain .close::before {
    font-size: 25px;
    font-family: 'Mont';
    line-height: 45px;
}
.popup-contain .close {
    width: 45px;
    height: 45px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;

}

.popup-contain .close:hover {
background: #1D1D1E;
}



/*****************TOP BLACK CHEFS WORLDWIDE****************/
body .chef-world-wide-section .home-shop-sfc-inner:before , .\34 -model-section .home-shop-sfc-inner:before{
    content: " ";
    background-color: #1D1D1D;
    position: absolute;
    top: -112px;
    bottom: 0;
    right: 0;
    height: 1591px;
    width: 573px;
    left: 0;
        z-index: -1;
}
.chef-world-wide-section>.container>div {
    padding-left: 0;
    padding-right: 0;
}
.chef-world-wide-section p, body .\34 -model-section p {
    font-family: 'Mont-Regular';
    line-height: 182%;
    text-align: left;
    color: #1D1D1E;
}
.chef-world-wide-section .vc_col-sm-8 p, body .\34 -model-section p  {
    margin-bottom: 40px;
}
  .bfc-category-inner-page .fashion-side-des .blog-ico {
    display: inline;
}
.bfc-category-inner-page .fashion-side-des p{
 display: inline;}
 .chef-world-wide-section .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body .chef-world-wide-section .left-side-section {
    padding-left: 40px;
    padding-right: 110px;
    width: 69.41%;
}
body .\34 -model-section .left-side-section.vc_col-sm-8{
  width: 68.41%;
  padding-left: 40px;
  padding-right: 110px;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 , body .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4{
    width: 30.59%;
}
.chef-world-wide-section .vc_custom_heading.subtitle , .\34 -model-section .vc_custom_heading.subtitle{
    font-size: 20px;
    color: #1D1D1E;
    line-height: 120%;
    font-family: 'Oswald';
   /* text-shadow: 0 0;*/
    letter-spacing: .5px;
    margin: 33px 0 35px;
}
.chef-world-wide-section figure , .\34 -model-section figure{
       margin-bottom: 55px !important;
}
.chef-world-wide-section p span.new-text {
    color: #53C1BD;
    font-style: italic;
}
.chef-world-wide-section li {
    position: relative;
    font-size: 16px;
    font-family: 'Mont-Regular';
    line-height: 182%;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 20px;
}
.chef-world-wide-section li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}


.chef-world-wide-section li .black-fashion:hover {
    color: #333;
}
.chef-world-wide-section li .black-fashion {
    
    color: #52C1BD;
    cursor: pointer;
    border-bottom: 1px solid #52C1BD;
}

.chef-world-wide-section .fashion-upper-list + .vc_custom_heading.subtitle {
    margin-top: 125px;
}
.chef-world-wide-section li .black-fashion:hover {
    color: #333;
    border-bottom: 1px solid #333;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_column-inner , .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_column-inner{
    padding-left: 30px;
    padding-right: 0;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading , .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading{
    font-size: 20px;
    margin: 0 0 35px 0;
}
.chef-world-wide-section .smart-design-box .design-bottom-wrap , .\34 -model-section .smart-design-box .design-bottom-wrap{
    margin-top: 25px;
}
.chef-world-wide-section .smart-news-title.culinary-design-title , .\34 -model-section .smart-news-title.smart-design-title{
  
      /* min-height: 48px;*/
    margin: 0 !important;
}
.chef-world-wide-section .smart-news-title.culinary-design-title a , .\34 -model-section .smart-news-title.smart-design-title a{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald';
}
.chef-world-wide-section .smart-news-title.culinary-design-title a:hover , .\34 -model-section .smart-news-title.smart-design-title a:hover{
color: #53C1BD;
}
.chef-world-wide-section .smart-news-des , .\34 -model-section .smart-news-des{
    color: #fff;
    line-height: 182%;
}
.chef-world-wide-section .new-title.culinary-title , .\34 -model-section .new-title.design-title {
    margin-top: 10px;
}
/**********************fashion-detal page(4-black-models)*************************/


.most-stylish-section.\34 -model-section {
    padding-top: 93px !important;
    padding-bottom: 100px !important;
}
.\34 -model-section .left-side-section.vc_col-sm-8 {
    padding-right: 50px;
}
.\34 -model-section .left-side-section.vc_col-sm-8 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.\34 -model-section .main-image {
    overflow: hidden;
    margin-bottom: 65px;
}

.\34 -model-section .main-image .add-image:last-child {
    margin-right: 0;
}
body .\34 -model-section .main-image .add-image {
    float: left;
    width: 23.60%;
    position: relative;
    margin-right: 12px;
}
body .\34 -model-section .main-image .add-image:nth-child(2){
     margin-right: 12px;
}
body .\34 -model-section .main-image .add-image:nth-child(4){
     margin-right: 0px;
}
.\34 -model-section .main-image .add-image>p {
    margin-bottom: 0;
}
.\34 -model-section .main-image .add-image .image-title {
    margin: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    bottom: 13px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 120%;

  
    font-family: 'Oswald';
    font-weight: 300;
}
.\34 -model-section .main-image .add-image img {
    margin-top: 0;
}



/*---1-010-21----*/

.chef-world-wide-section.section-gapping, .\34 -model-section.section-gapping {
    padding: 93px 0 100px;
}

.\34 -model-section .vc_col-sm-8 .wpb_single_image .vc_single_image-wrapper,
.\34 -model-section .vc_col-sm-8 .wpb_single_image .vc_single_image-wrapper img, .\34 -model-section .vc_col-sm-8 figure.wpb_wrapper.vc_figure {
    max-width: 100%;
    width: 100%;
}



.page-id-1264 .inner-baner-img{
    position: relative;display: block;
    height: 476px;
}
.page-id-1264 .inner-baner-img img{

height: 100%;
}

.wpb_text_column.wpb_content_element.chef-text p:nth-child(3){
    margin: 28px 0 24px;
}

.chef-world-wide-section .vc_custom_heading.subtitle{
    margin-top:0;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading, body .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading {
    font-weight: 500!important;
    font-family: 'oswald'!important;
    text-shadow: 0 0;
    letter-spacing: 1px;
    margin-bottom: 28px;text-align: left!important;

}

body .chef-world-wide-section.section-gapping .culinary-design-image > a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%!important;
    width: auto!important;
    max-height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    margin: auto !important;
}
body .chef-world-wide-section.section-gapping .culinary-design-image > a{
    height: 100px;
    display: block;
    position: relative;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4{
    width: 31.5%;
}
body .chef-world-wide-section.section-gapping .vc_col-sm-8{
    padding-top: 15px;
    width: 68.5%;


}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post, body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post{
    width: 48%;
    padding-right: 8px;
    float: left;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post:nth-child(2n), body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post:nth-child(2n) {
    padding-right: 0;
    padding-left: 8px;
}

body .chef-world-wide-section .smart-news-des, .\34 -model-section .smart-news-des{
 font-family: 'Mont ExtraLight DEMO';
 text-shadow: 0 0;
   
}
body .chef-world-wide-section .smart-main-design-post.culinary-main-design-post,  body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post  { 
    margin-bottom: 30px!important;
}


.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner {
    padding-right: 17px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div p {
    margin-bottom: 30px;
    color: #1D1D1E;
    font-family: 'Mont-Regular';
    line-height: 200%;
    text-align: left;
    letter-spacing: 0.7px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div img {
    margin-bottom: 40px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-title {
    letter-spacing: 0.2px;
    font-family: 'Oswald-Regular'!important;
    font-size: 20px;
    margin-bottom: 30px;
    color: #1D1D1E;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div p a {
    text-decoration: underline;
}

.related-image a {
    height: 110px;
    position:relative;
    display:block;
    width: 156px;
    background: #ccc;
}
.related-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}



.qty.text{
	border: 1px solid #ddd !important;
	padding: 5px 7px 5px 10px;
	border-radius: 5px !important;
}
.single .cart {
	display: flex;
	align-content: center;
}
 .single .single_add_to_cart_button.button{
 margin-left: 10px;
 }
 
 .single .summary h1 {
	font-size: 40px;
}

body.single .woocommerce-product-gallery {
	max-width: unset;
	width: 48%;
	
}
body.single .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	height: 400px !important;
	background: #ddd;
	padding: 30px;
	position: relative;
	width: 100%;
	display: block;
}

body.single .woocommerce-product-gallery__trigger {
	display: none;
}

 body .woocommerce-product-gallery__image a img{
	width: 100%!important;
	height: 100%!important;
	max-width: 100%;
	display: block;
	padding:20px;
}
body.single .summary.entry-summary{
width:52%!important;
padding-left: 55px;
    margin-bottom: 0;
}
body .woocommerce-product-gallery__image a img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	display: block;
	max-height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
body.single-product div.product .product_meta {
	font-size: 16px;
	padding-top: 0;
	font-family: 'Mont-Regular';
	margin-top: 25px;
}
body .woocommerce-Price-amount.amount span, .woocommerce-Price-amount.amount bdi {
	font-size: 18px;
	font-family: 'Mont-Regular';
}

#tab-description h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
.single ul.tabs.wc-tabs {
    background: #000;
    border-radius: 15px 15px 0 0;
    border: 0;
    margin-bottom: 0;
}

@font-face {
    font-family: 'gnuolane';
    src: url('../fonts/gnuolane rg.eot');
    src: url('../fonts/gnuolane rg.eot') format('embedded-opentype'),
        url('../fonts/gnuolane rg.woff2') format('woff2'),
        url('../fonts/gnuolane rg.woff') format('woff'),
        url('../fonts/gnuolane rg.ttf') format('truetype'),
        url('../fonts/gnuolane rg.svg#gnuolane rg') format('svg');
}


@font-face {
    font-family: 'GTAmerica-CompressedBold';
    src: url('../fonts/GTAmerica-CompressedBold.86db89e.eot');
    src: url('../fonts/GTAmerica-CompressedBold.86db89e.eot') format('embedded-opentype'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.woff2') format('woff2'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.woff') format('woff'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.ttf') format('truetype'),
        url('../fonts/GTAmerica-CompressedBold.86db89e.svg#GTAmerica-CompressedBold.86db89e') format('svg');
}

@font-face {
    font-family: 'Mont ExtraLight DEMO';
    src: url('../fonts/Mont-ExtraLightDEMO.eot');
    src: url('../fonts/Mont-ExtraLightDEMO.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-ExtraLightDEMO.woff2') format('woff2'),
        url('../fonts/Mont-ExtraLightDEMO.woff') format('woff'),
        url('../fonts/Mont-ExtraLightDEMO.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Mont-Regular';
    src: url('../fonts/Mont-Regular.eot');
    src: url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype'),
        url('../fonts/Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont-SemiBold';
    src: url('../fonts/Mont-SemiBold.eot');
    src: url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype'),
        url('../fonts/Mont-SemiBold.svg#Mont-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff2') format('woff2'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.eot');
    src: url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype'),
        url('../fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    text-transform: none;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding-top: 0px;
}

a:active {
    outline: none;
    border: none
}

a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

body select::-ms-expand {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body ul,
body ol {
    margin: 0;
    padding: 0;
    line-height: 1;
}

li {
    list-style: outside none none;
    position: relative;
}

body p {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 180%;
    margin: 0 0 15px;
    padding: 0;
    text-align: justify;
}

body p:empty {
    display: none;
    line-height: 0;
}

body p:last-child {
    margin: 0;
}

body p strong {
    font-weight: bold;
}

body a {
    color: #000;
    text-transform: none;
}

body a:hover {
    color: #53C1BD;
    text-transform: none;
    text-decoration: none !important;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
    text-decoration: none;
}

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

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Open Sans', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Oswald-Regular';
    line-height: 1.2;
    margin: 0 0 15px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.hidden {
    display: none !important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

body .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
    overflow: hidden;
}

/*-----------fx*/


html body .section-gapping {
    padding-bottom: 80px;
    padding-top: 80px;
}

input[type="submit"]:hover {
    background-color: #029cdc;
}

footer .widget,
footer .widgets {
    margin: 0;
}

div.wpb_content_element {
    margin-bottom: 0;
}

body form input:not([type="submit"]),
body form textarea,
body form select {
    background: #fff;
    border-width: 0 0 1px !important;
    border-style: solid !important;
    border-color: #eee !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #5D5D5D !important;
    display: block;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    padding: 0 15px 0 30px;
    width: 100%;
}

body form textarea {
    line-height: 120% !important;
    height: 70px;
    padding: 15px 10px 0 30px !important;
    resize: none;
}

form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output {
    background-color: #fff;
    border: 1px solid;
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    clear: both;
}

form div.wpcf7-mail-sent-ok {
    color: green;
}

img.ajax-loader {
    display: inline-block;
}

div.grve-text:not(.maintitle) {
    margin-bottom: 15px;
}

/*------ fancy-box*/

body .owl-carousel .owl-nav>button.owl-prev,
body .owl-carousel .owl-nav>button.owl-next {
    background-image: url(../images/sprite.png);
    background-position: -190px -325px;
    background-repeat: no-repeat;
    bottom: 0;
    display: inline-block;
    font-size: 0;
    height: 35px;
    margin: auto !important;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 18px;
}

body .owl-carousel .owl-nav>button.owl-prev {
    left: 0px;
}

body .owl-carousel .owl-nav>button.owl-next {
    right: 0px;
    transform: rotate(-180deg);
}

body .owl-carousel .owl-nav>button:hover {
    opacity: 1;
}

body .owl-carousel .owl-nav>button span {
    display: none;
}


/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.fancybox-opened .fancybox-skin {
    background-color: #d8d8d8;
    border: 9px solid #fff;
    padding: 0 !important;
}

body .fancybox-prev,
body .fancybox-next {
    background-image: url("images/sprite.png");
    background-position: 0 -256px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 80px;
    left: -1px;
    margin: auto;
    top: 0;
    width: 50px;
}

body .fancybox-next {
    left: auto;
    right: -1px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
    color: #f42a41;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 22px 0 10px;
}

a.fancybox-close,
.close_mail {
    background-image: url("images/sprite.png");
    background-position: -1px -350px;
    background-repeat: no-repeat;
    background-size: auto auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 33px;
    right: -25px;
    top: -25px;
    width: 33px;
}

body .fancybox-prev:hover,
body .fancybox-next:hover {
    opacity: 0.8;
}

a.fancybox-close:hover,
.close_mail:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------------ fancy-box*/

/*------------ other*/



.to-the-top {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 60px;
    background: #53C1BD;
    border: 3px solid transparent;
    box-shadow: 0 0 0 2px #fff inset;
    font-weight: 700;
    margin: 0;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transition-duration: .5s;
    width: 46px;
    height: 46px;
    line-height: 36px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    font-size: 0;
    color: #fff !important;
    text-decoration: none !important;
}

html .to-the-top:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 30px;
}

.to-the-top:hover {
    background: #333;
}

footer#site-footer {
    margin-top: 0 !important;
    padding: 0;
}

#site-footer .section-inner {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

.footer-newsletterform-widget {
    background-color: #53C1BD;
    padding: 54px 0 42px;
    overflow: hidden;
}

/*
.footer-info {
  padding: 0 32px 0 24px;
}*/
footer .email-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer ul.social-icone-list li {
    margin-top: 0 !important;
    margin-left: 0;
}

.footer-other-wrapper {
    background-image: url(../images/footer-bg.jpg);
    padding: 82px 0 20px;
}

footer ul.social-icone-list {
    max-width: 290px;
    margin: auto;
}

footer ul.social-icone-list li,
ul.social-icone-list li {
    margin-top: 0 !important;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 31px;
    line-height: normal;
}

footer ul.social-icone-list li:last-child,
ul.social-icone-list li:last-child {
    margin-right: 0;
}

footer ul.social-icone-list li a {
    font-size: 27px;
    color: #fff;
}

footer .social-icon-wrapper {
    padding: 36px 0 57px;
}

ul#menu-footer-menu {
    max-width: 597px;
    margin: auto;
    overflow: hidden;
}

ul#menu-footer-menu li {
    margin: 0;
    margin-right: 32px;
    float: left;
}

ul#menu-footer-menu li a {
    font-size: 15px;
    line-height: 240%;
    font-family: 'Oswald-Regular';
    color: #fff;
}

ul#menu-footer-menu li:last-child {
    margin-right: 0;
}

.footer-credits {
    display: block;
    max-width: 430px;
    margin: auto;
    text-align: center;
    margin-top: 28px;
}

.footer-credits * {
    color: #88888C;
    font-size: 14px;
    line-height: 171%;
    /* font-family: 'Mont-Regular'; */
    font-family: 'Mont-SemiBold';
    font-weight: 400;
}

.footer-credits ul.terms-links {
    max-width: 210px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.footer-credits ul.terms-links li {
    margin: 0;
}

.footer-credits p.footer-copyright {
    text-align: center;
}

ul#menu-footer-menu li a:hover {
    color: #53C1BD;
}

.footer-credits p.footer-copyright a:hover {
    color: #53C1BD;
}

/**********************banner*************/

.home-baner-img {
    position: relative;
    height: 477px;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.banner-content .banner-title {
    font-size: 90px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-family: 'Oswald-Regular';
}

.banner-content .banner-title strong {
    color: #51C1BD;
    font-weight: normal;
}

.banner-below {
    line-height: 130%;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Mont-SemiBold';
    margin-top: 25px;
}

.home-baner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

/*****************************************/

section,
.section-gapping {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-title {
    text-align: center !important;
    font-size: 50px;
    color: #1D1D1E;
    line-height: 100%;
    letter-spacing: 1.8px;
    font-weight: normal;
    font-family: 'Oswald-Regular' !important;
    position: relative;
    margin: 0 !important;
    padding: 78px 0 47px;
    margin-top: -16px !important;
    z-index: 1;
}

.main-title::before {
    content: "HIGHLIGHTS";
    position: absolute;
    color: rgba(83, 193, 189, 0.15);
    font-size: 240px;
    left: 0;
    right: 0;
    z-index: -1;
    line-height: 1;
    top: 0;
    text-align: center;
    opacity: 1;
    font-family: 'GTAmerica-CompressedBold';
}

.news-section .container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

ul.smart-new-list li {
    margin-top: 0;
    margin-left: 49px;
    flex: 0 0 30.52%;
    margin-bottom: 50px;
}
ul.smart-new-list li .smart-news-image, ul.smart-new-list li .smart-news-image a {
    height: 337px;
}
ul.smart-new-list li .smart-news-image a img {
    object-fit: cover;
    width: 100%;
        height: 100%;
    object-position: 0 0;
}
ul.smart-new-list li:first-child, ul.smart-new-list li:nth-child(4), ul.smart-new-list li:nth-child(7), ul.smart-new-list li:nth-child(10) {
    margin-left: 0 !important;
}

ul.smart-new-list {
    display: flex;
    flex-wrap: wrap;

}

.vc_row.wpb_row.vc_row-fluid.foods-section.section-gapping.most-stylish-section{
    padding-bottom: 130px!important;
}

div#fashion-food-list1 {
    padding-bottom: 50px;
}
.smart-main-design-post.culinary-main-design-post {
    padding-bottom: 61px!important;
}

.news-cat {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
}

.foods-section .more-btn a {
    background: transparent!important;
    color: #53C1BD!important;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    border: 0;
    padding: 0;
    position: relative;
}    

.foods-section .more-btn a:hover{
    background: transparent;
    color: #fff!important;
    border: 0;
}
.foods-section .more-btn a:hover:before{
      background-position: -203px -179px;
}

.foods-section .more-btn a:before{
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: 12px;
    left: auto;
    right: -42px;

}


.news-cat::before {
    content: " ";
    background-color: #53C2BE;
    /* position: absolute; */
    width: 14px;
    height: 5px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.smart-news-title {
    line-height: 1 !important;
    font-size: 22px;
    margin-bottom: 0;
    color: #1D1D1E;
    font-family: 'gnuolane' !important;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 10px !important;
    margin-top: 8px !important;
}

.smart-news-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: normal;
}

.smart-plus .btn {
    position: relative;
    padding-bottom: 21px;
    font-size: 0;
}

.smart-plus .btn::before {
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: -12px;
}

.smart-plus .btn:hover::before {
    background-position: -123px -179px;
}

.new-title>div {
    display: inline;
}

.news-bottom-wrap {
    padding-top: 10px;
}

.smart-plus {
    display: inline-block;
}

.smart-news-title a {
    line-height: 120%;
    color: #1D1D1E;
    font-weight: bold;
}

.widget_epicwin_widget .newsletter-email>label,  {
    width: auto;
    font-size: 17px;
    color: #fff;
    font-family: 'Mont-Regular';
    position: absolute;
    left: 0;
    right: auto;
    top: 13px;
    bottom: auto;
    margin: auto;
    pointer-events: none;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

.newsletter-email {
    position: relative;
    min-width: 312px;
}

.newsletter-email input:not([type="submit"]) {
    background-color: transparent;
    border-bottom: 3px solid #fff !important;
    padding: 0;
    line-height: 50px;
    padding-top: 0;
    color: #fff !important;
    font-family: 'Mont-Regular';
    font-size: 17px;
    font-weight: 400;
}

.email-subscribe {
    margin-left: 22px;
    margin-top: 3px;
    position: relative;
}

.email-subscribe .alax-loader {
    position: absolute;
    left: auto;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}

body .epicwin-subscription .loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    padding: 1px;
}

.news-letter {
    margin-top: 8px;
}

.epic_results p.error,
.epic_results p.success {
    border: 1px solid red;
    text-align: center;
    color: red;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 5px 10px;
    letter-spacing: normal;
}

.epic_results p.success {
    border-color: green;
    color: green;
    background-color: transparent !important;
    width: 100%;
}

#site-header {
    background-image: url("../images/headerbackground.png");
}
.header-inner{
    justify-content: normal!important;
}
header ul.primary-menu li a {
    font-size: 15px;
    color: #fff !important;
    line-height: normal;
    font-family: 'Oswald-Regular';
    font-weight: normal;
}

.wocoomerce-header-menu{
    position: relative;
}
/*.wocoomerce-header-menu .card span{
    color: transparent;
    display: none;
}*/

/*.wocoomerce-header-menu .card a{
    color: transparent;
}*/
.wocoomerce-header-menu .card{
margin:0!important;
}
.wocoomerce-header-menu .card a{
    color: transparent;
    padding: 0;
    width: 33px;
    height: 30px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    transition-duration: 0.0s;
    padding: 4px 1px;
    margin-left: 2rem;
    position: relative;

}

.wocoomerce-header-menu .card span{
    top: 0;
    bottom: auto;
    font-size: 10px;
    color: #FFF;
    padding: 1px 6px;
    margin: -4px -9px 0 0;
    border-radius: 50%;
    position: absolute;
    background: #53C1BD;
     box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    left: auto;
    right: 0;
    font-weight: bold;
}

.wocoomerce-header-menu .card a:hover{
background-position: -43px 1px;
transition-duration: 0.0s;

 }   
.search-wrap{
    padding-left: 36px;
}

.header-titles .site-logo.faux-heading  img{
    max-width: 335px;
}
header .header-navigation-wrapper {
    margin-top: 9px;
    padding-left: 58px;
}

.smart-main-design-post {
    width: 50%;
    float: left;
    padding-bottom: 65px;
}

.news-section .smart-meta-wrap {
    color: #999;
    font-style: italic;
    font-size: 12px;
    font-family: 'Georgia';
}

.news-section .news-author {
    color: #999;
    float: left;
    font-style: italic;
    font-size: 12px;
}

.news-section .smart-news-title {
    margin-bottom: 10px;
    margin-top: 8px;
}

.news-section .news-author::after {
    content: "|";
    padding: 0 10px;
}

.home-shop-sfc-inner .vc_custom_heading {
    color: #53C1BD;
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 100%;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
    color: #53C1BD !important;
}

.shopbfs-section.section-gapping {
    background: #bff1f0;
    padding-top: 55px;
    padding-bottom: 70px;
}

.shopbfs-section .woocommerce-loop-product__title {
    color: #1d1d1e !important;
    font-size: 20px !important;
    line-height: 120% !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    margin-top: 19px !important;
}

.shopbfs-section .button.product_type_simple {
    background-color: transparent;
    color: #53C1BD;
    text-align: left;
    padding: 0;
    text-decoration: underline !important;
    font-family: 'Oswald-Regular';
    font-size: 16px;
    font-weight: 400;
}

.button.product_type_simple:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.shopbfs-section .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    display: block;
}

/*
.shopbfs-section .vc_btn3-container.vc_btn3-inline button {
  max-width: 296px;
  width: 296px;
  height: 50px;
  background: #1d1d1e !important;
  color: #fff !important;
  font-size: 18px;
}*/
.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    color: #53C1BD !important;
    font-size: 16px;
    background: #fff !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    text-align: right !important;
    font-family: 'GTAmerica-CompressedBold';
    font-weight: 400;
    letter-spacing: normal;
}

.shopbfs-section .main-title::before {
    content: "LOOKS";
    color: rgba(255, 255, 255, 0.4);
    top: 0;
    z-index: -1;
}

.most-stylish-section .see-all-videos.vc_btn3-inline {
    width: 50%;
}

.most-stylish-section .fashion-runaway {
    float: left;
}

.most-style-videos {
    margin-top: 15px;
}

.most-style-videos .video-wrap {
    width: 50%;
    float: left;
}

li.video-wrap {
    margin: 0;
}

img.video-image {
    margin: 0;
    margin-bottom: 8px;
}

.most-style-videos {
    border-top: 5px solid #1D1D1E;
    padding-top: 20px;
}

.video-wrap span {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
}

.design-cat {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
}

.smart-design-image img {
    margin: 0;
}

.most-stylish-section .vc_col-sm-9 .vc_column-inner {
    padding-left: 30px;
}

.design-cat::before {
    content: " ";
    background-color: #53C2BE;
    width: 14px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.smart-design-box .design-bottom-wrap {
    margin-top: 15px;
}

.smart-design-title a {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
}

.smart-design-title {
    font-size: 0px;
    margin-top: 7px;
    margin-bottom: 8px;
}

.design-title>div {
    display: inline;
}

.smart-design-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 171%;
}

.design-title {
    max-width: 272px;
}

/*
.vc_section.most-stylish-section {
  padding: 0;
  padding-bottom: 60px;
}*/
.most-stylish-section .main-title::before {
    content: "FASHION";
}

.redcarpet-videos {
    border-top: 5px solid #1D1D1E;
    padding-top: 25px;
    margin-top: 15px;
}

.see-all-videos.vc_btn3-inline button::before,
.see-all-videos.vc_btn3-inline a::before {
    content: "\f105";
    font-family: fontawesome;
    color: #1d1d1e;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

.vc_btn3-container.see-all-videos.vc_btn3-inline {
    vertical-align: bottom;
    padding-top: 0px;
    margin-bottom: -7px;
}

.most-stylish-section .fashion-runaway {
    float: left;
    font-size: 32px;
    width: 50%;
    line-height: 113%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.most-stylish-section .red-carpet {
    float: left;
    font-size: 32px;
    width: 50%;
    line-height: 113%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.video-section-link,
.video-section-link-common,
.podcast-design-box .video-section-link-common,
.culinary-video-wrap .culinary-video-section-link {
    border-radius: 50% !important;
    display: inline-block;
    font-size: 0 !important;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
    cursor: pointer;
}

.video-section-link::after,
.video-section-link-common::after,
.entertainment-video-wrap .entertainment-video-section-link::after,
.podcast-design-box .video-section-link-common::after,
.beauty-brand-section ul.products>li a.beauty-video-section-link::after,
.culinary-video-wrap .culinary-video-section-link::after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #53C1BD;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    display: inline-block;
    text-align: center;
    margin: auto;
}

/*
.video-section-link::before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}*/
li.redcarpet-video-wrap {
    width: 47.2%;
    float: left;
}

.redcarpet-video-wrap span {
    font-size: 20px;
    line-height: 120% !important;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
}

img.redcarpet-video-image {
    margin-bottom: 10px;
}

.entertainment-section.section-gapping {
    background: #101010;
}

.entertainment-section .see-all-videos.vc_btn3-inline button,
.entertainment-section .see-all-videos.vc_btn3-inline a {
    color: #53c1bd !important;
    font-size: 18px;
    background: #101010 !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    text-align: right !important;
}

.entertainment-section .vc_btn3-container.see-all-videos {
    float: right;
    padding-top: 74px;
    margin-bottom: 0;
}

.entertainment-section .black-women-artist {
    display: inline-block;
}

.entertainment-section .see-all-videos.vc_btn3-inline button::before,
.entertainment-section .see-all-videos.vc_btn3-inline a::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

#site-header .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 28px;
    position: relative;
}

.header-navigation-wrapper .primary-menu>li {
    margin: 0 0 0 25px;
}

.header-navigation-wrapper .primary-menu>li:first-child {
    margin: 0;
}

header ul.primary-menu li a:hover {
    color: #67C0C0 !important;
}

header .header-toggles {
    position: absolute;
    left: -50px;
    right: auto;
    top: 50px;
    bottom: auto;
    margin: auto;
    margin-left: 0 !important;
}

header .header-toggles .toggle {
    padding: 0;
    width: 34px;
    height: 19px;
    font-size: 0;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

header .header-toggles .toggle .toggle-inner .toggle-text {
    font-size: 0;
}

header .header-toggles .toggle .svg-icon {
    display: none;
}

header .header-inner .toggle-wrapper::before {
    display: none !important;
}

header .header-toggles .toggle:hover {
    background-position: -110px 0;
}

.search-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.search-modal .search-form {
    height: 50px;
    margin: 15px 0;
    position: relative;
}

.search-modal .search-form .search-field {
    height: 100%;
    border: 1px solid #ddd !important;
    line-height: 48px;
    color: #333 !important;
    font-size: 15px;
    padding-right: 45px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 50px;
}

.search-modal .search-form>div {
    width: 100%;
}

.search-modal .search-form>div {
    width: 100%;
    position: relative;
}

.search-modal-inner .section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.search-modal-inner .section-inner .close-search-toggle {
    position: absolute;
    left: auto;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 20px;
}

.search-modal .search-form .search-field::placeholder {
    line-height: 50px;
}

.search-wrap .search-toggle-wrapper .toggle-inner * {
    display: none;
}

.search-wrap .search-toggle-wrapper .toggle-inner {
    padding: 0;
}

.search-wrap .search-toggle-wrapper .search-toggle {
    padding: 0;
    width: 28px;
    height: 28px;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -50px;
    transition-duration: 0.0s;
}

.search-wrap .search-toggle-wrapper .search-toggle:hover {
    background-position: -116px -50px;
    transition-duration: 0.0s;
}

.search-wrap .subscribe>a {
    font-size: 20px;
    font-family: Oswald-Regular;
    font-weight: bold;
    color: #53C1BD;
}

.search-wrap .subscribe>a:hover {
    color: #fff;
}

.search-wrap .subscribe {
    margin-left: 29px;
    position: relative;
}

header .header-navigation-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: -10px;
}

header .header-navigation-wrapper ul.primary-menu {
    margin: 0;
}

.search-wrap .subscribe::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -83px;
    top: -45px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -110px;
    width: 83px;
    height: 43px;
    pointer-events: none;
}

.agency-banner-area {
    margin-top: 12px;
}

.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

.new-title {
    line-height: 120%;
    display: block;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-top: 4px;
}

.smart-plus {
    margin-left: 3px;
}

.most-stylish-section>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.vc_section.news-section {
    padding-top: 100px;
    padding-bottom: 0 !important;
}

.most-stylish-section>.container {
    max-width: 100%;
    padding: 0;
}

.most-stylish-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row:first-child {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.designer-row-wrap {
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.designer-row-wrap .vc_col-sm-3 {
    width: 33.19%;
    background-color: #1D1D1F;
}

.designer-row-wrap .vc_col-sm-9 {
    width: 66.81%;
}

.designer-row-wrap .vc_col-sm-3>.vc_column-inner {
    max-width: 373px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
}

.designer-row-wrap .vc_col-sm-9 .vc_column-inner {
    max-width: 824px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 46px;
}

.smart-design-list::after {
    clear: both;
    content: "";
    display: block;
}


div#fashion-cat-list1{
    padding-bottom: 50px;
}

.smart-design-list>.smart-main-design-post:nth-child(2n) {
    float: right;
}

/*
.smart-design-list > .smart-main-design-post:nth-child(2n) .smart-design-image img {
  margin-left: auto;
  margin-right: 0;
}*/
.smart-design-list>.smart-main-design-post:nth-child(2n+1) {
    clear: both;
}
.smart-main-design-post .smart-design-image {
    height: 338px;
    background: #F0F0F0;
    position: relative;
}
.smart-main-design-post .smart-design-image a, .smart-main-design-post .smart-design-image a img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.smart-news-des.smart-design-des {
    line-height: normal;
}

.new-title.design-title {
    line-height: 110%;
    max-width: 307px;
    text-align: justify;
}

.smart-main-design-post {
    width: 46.79%;
    padding-bottom: 50px;
}

.design-bottom-wrap .smart-design-title a {
    font-weight: 400;
    letter-spacing: normal;
}

.smart-news-title.smart-design-title {
    margin-bottom: 6px !important;
}

.see-all-videos.vc_btn3-inline button:hover,
.see-all-videos.vc_btn3-inline a:hover {
    color: #333 !important;
}
#smart-celebrity-list-page .smart-design-list {
    padding-bottom: 50px;
}
section.vc_section.celebrity-inner-page-video-sec{
    padding-top: 150px;
}

.video-wrap {
    position: relative;
}

.video-wrap .video-section-link,
.video-wrap .video-section-link-common,
.podcast-design-box .video-section-link-common,
.beauty-brand-section ul.products>li a.beauty-video-section-link,
.culinary-video-wrap .culinary-video-section-link {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 18px);
    bottom: auto;
    margin: auto;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    padding: 0;
    text-align: center;
    line-height: 55px;
    background-color: #fff;
}

.video-image-wrap>span {
    display: block;
    margin-top: -5px;
}

.video-wrap .video-section-link:hover,
.video-wrap .video-section-link-common:hover,
.podcast-design-box .video-section-link-common:hover,
.beauty-brand-section ul.products>li a.beauty-video-section-link:hover,
.culinary-video-wrap .culinary-video-section-link:hover {
    background-color: #333;
}

/*
.designer-row-wrap::before {
  position: absolute;
  content: "";
  display: block !important;
  left: 0;
  right: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: calc(50% - 226px);
  background-color: #1D1D1F;
  pointer-events: none;
}*/
.most-stylish-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.most-style-videos {
    padding-bottom: 93px;
}

.home-shop-sfc-inner div.vc_custom_heading {
    font-size: 19px;
    color: #53C1BD;
    line-height: 180%;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    margin: 27px 0 3px;
}

.home-shop-sfc-inner h3.vc_custom_heading {
    font-size: 58px;
    color: #fff;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400 !important;
    line-height: 116%;
    margin: 0;
}

.design-text1 p,
.design-text1 .wpb_wrapper>div {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 65px;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    line-height: 120%;
}

.design-text1 p::before,
.design-text1 .wpb_wrapper>div::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 42px;
    height: 5px;
    background-color: #fff;
    pointer-events: none;
}

.fashion-side-des p {
    color: #fff;
    font-size: 16px;
    line-height: 166%;
    font-family: 'Mont-SemiBold';
    font-weight: 400;
    text-align: left;
        display: inline;
}


.fashion-side-des p strong {
    line-height: 133%;
    font-weight: bold;
    font-size: 17px;
}

.design-text1 {
    margin: 30px 0 38px !important;
}

.fashion-side-des {
    max-width: 318px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 72px !important;
}

.home-shop-sfc-inner .common-btn>button,
.common-btn>button,
.home-shop-sfc-inner .common-btn>a,
.common-btn>a {
    background-color: #53C2BE !important;
    border: none !important;
    border-radius: 0 !important;
    height: 49px;
    line-height: 49px !important;
    padding: 0 10px !important;
    min-width: 296px;
    font-size: 18px !important;
    color: #1d1d1e !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    background-image: none !important;
}

.home-shop-sfc-inner .common-btn>button:hover,
.home-shop-sfc-inner .common-btn>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.common-btn>button,
.common-btn>a {
    background-color: #1d1d1e !important;
    color: #fff !important;
}

.common-btn>button:hover,
.common-btn>a:hover {
    background-color: #53C2BE !important;
    color: #fff !important;
}

.common-btn {
    margin: 0 !important;
}

ul.products li.product {
    margin-bottom: 0 !important;
}

.shopbfs-section .common-btn {
    margin-top: 60px !important;
}

.shopbfs-section>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.shopbfs-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

ul.products li.product .woocommerce-loop-product__link:hover img {
    opacity: 0.8;
}

.vc_section.most-stylish-section {
    padding-top: 80px !important;
}

/* owl carousel nav css starts*/
.shopbfs-section .owl-dots,
.author-details .owl-dots,
.books-section .owl-dots,
.podcast-section .owl-dots {
    display: none !important;
}

.shopbfs-section .owl-nav,
.author-details .owl-nav,
.books-section .owl-nav,
.podcast-section .owl-nav,
.changing-world-section .owl-nav {
    display: block !important;
}

.shopbfs-section .owl-nav button,
.author-details .owl-nav button,
.books-section .owl-nav button,
.podcast-section .owl-nav button,
.changing-world-section .owl-nav button,
#pagination>* {
    width: 19px !important;
    height: 29px !important;
    background-image: url("../images/sprite-home1.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 -361px !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    top: 43% !important;
    transform: translateY(-50%);
    vertical-align: top !important;
    bottom: auto !important;
}

.shopbfs-section .owl-nav button:hover,
.author-details .owl-nav button:hover,
.books-section .owl-nav button:hover,
.podcast-section .owl-nav button:hover,
#pagination>a:hover {
    background-position: 0 -451px !important;
}

.shopbfs-section .owl-nav button.owl-prev {
    left: -45px !important;
}

.shopbfs-section .owl-nav button.owl-next {
    right: -45px !important;
}

/* owl carousel nav css close*/
.most-style-videos .video-wrap {
    width: 46.79%;
}

.most-style-videos .video-wrap:nth-child(2n) {
    float: right;
}

.most-style-videos .video-wrap:nth-child(2n+1) {
    clear: both;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .vc_column-inner {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 46px;
    max-width: 806px;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3>.vc_column-inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 70px;
    /*68px;*/
    padding-right: 0;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3>.vc_column-inner>.wpb_wrapper>* {
    padding-left: 5px;
}

.designer-row-wrap.black-designer-row-wrap .vc_col-sm-3 .wpb_single_image {
    padding-left: 0 !important;
}

.designer-row-wrap.black-designer-row-wrap .fashion-side-des {
    max-width: 285px;
    padding-right: 10px;
}

.designer-row-wrap {
    position: relative;
    z-index: 1;
}

.entertainment-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.entertainment-section.section-gapping {
    background: #fff;
    position: relative;
    padding-top: 65px;
}

.entertainment-section::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    height: 67.5%;
    background-color: #101010;
    width: 100%;
    pointer-events: none;
}

.fashion-in-music-design-list .smart-news-title {
    font-size: 20px;
}

.fashion-in-music-design-list .smart-design-box .design-bottom-wrap {
    margin-top: 10px;
}

/*
.fashion-in-music-design-image > a:hover {
  opacity: 0.8;
}*/
.fashion-in-music-design-image>a {
    display: block;
}

.vc_custom_heading.enterainment-heading {
    margin: 0 !important;
    color: #53C1BD;
    font-size: 44px;
    line-height: 100%;
    font-family: 'Oswald-Regular' !important;
    letter-spacing: 1px;
    margin-top: -2px !important;
    margin-bottom: 6px !important;
}

.entertainment-txt1 ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #53C1BD;
    font-family: 'GTAmerica-CompressedBold';
    margin: 0;
    position: relative;
    line-height: 180%;
    padding-right: 13px;
    margin-right: 9px;
}

.entertainment-txt1 ul>li:not(:last-child)::after {
    content: ".";
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    line-height: normal;
    pointer-events: none;
}

.entertainment-txt1 ul {
    font-size: 0;
}

.black-women-artist::before {
    content: "VIDEOS";
    color: rgba(255, 255, 255, 0.015);
    font-size: 250px;
    left: -18px;
    right: auto;
    text-align: left;
}

.black-women-artist p {
    font-size: 38px;
    color: #fff;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.black-women-artist p em {
    display: block;
    font-style: normal;
}

.black-women-artist {
    padding: 68px 0 40px;
}

.black-women-artist {
    padding: 50px 0 21px;
}

.entertainment_video_content_wrapper>li {
    margin: 0;
}

.entertainment-section1>.vc_col-sm-4 {
    width: 33.68%;
}

.entertainment-section1>.vc_col-sm-8 {
    width: 66.32%;
    padding-right: 39px;
}

.entertainment-video-wrap {
    position: relative;
}

.entertainment-video-wrap .entertainment-video-section-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 37.5%;
    bottom: auto;
    margin: auto;
    font-size: 0;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #FFF;
    line-height: 74px;
    text-align: center;
}

.entertainment-video-wrap .entertainment-video-section-link:hover {
    background-color: #333;
}

.entertainment-video-wrap .entertainment-video-section-link::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #53C1BD;
}

.entertainment-video-image-wrap>span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    margin-top: 21px;
}

.entertainment_video_content_wrapper1>li {
    margin: 0;
}

.entertainment-video-image-wrap1 .entertainment-video-image1 {
    width: 107px;
    display: inline-block;
    vertical-align: top;
}

.entertainment_video_content_wrapper1>li {
    margin: 0;
    padding-bottom: 29px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(229, 227, 245, 0.1);
}

.entertainment-video-content-wrap {
    width: calc(100% - 107px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 0;
}

.entertainment-video-content-wrap>* {
    color: #fff;
}

.entertainment-video-content-wrap>a {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    display: inline;
}

.entertainment-video-content-wrap>span {
    font-size: 14px;
    line-height: 171%;
    display: block;
    font-family: 'Mont-SemiBold';
    margin-top: 12px;
}

.entertainment-video-image-wrap1 {
    font-size: 0;
}

.entertainment-section1 {
    padding-bottom: 105px;
}

.entertainment-section.section-gapping {
    padding-bottom: 56px !important;
}

.author-section.section-gapping {
    padding-top: 0 !important;
}

.author-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.author>.authorAvatar {
    width: 41.89%;
}

.author-details .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1d1d1d;
}

.author .author-info-wrap {
    width: 58.11%;
    background-color: #1d1d1d;
    height: 100%;
    color: #fff;
    padding: 12px 70px 60px 120px;
}

.authorInfo .authorName {
    margin: 0;
    font-size: 59px;
    line-height: 120%;
    font-family: 'gnuolane';
    letter-spacing: 2px;
    font-weight: 400;
}

.authorInfo .authorTitle1 {
    font-size: 24px;
    padding-left: 69px;
    color: #fff;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 14px;
    margin-bottom: 30px;
}

.authorInfo .authorTitle1::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 8px;
    margin: auto;
    width: 44px;
    height: 5px;
    background-color: #fff;
    pointer-events: none;
    /* margin-top: 0; */
}

.author-post-btn>a.btn {
    font-size: 14px;
    color: #fff;
    font-family: 'Mont-SemiBold';
    text-decoration: underline;
}

.author-post-btn>a.btn:hover {
    color: #53C1BD;
    text-decoration: none !important;
}

.authorInfo .authorDescrption {
    color: #fff;
    font-size: 14px;
    line-height: 166%;
    font-family: 'Mont-SemiBold';
    text-align: left;
    margin-bottom: 22px;
}

.authorInfo .authorDescrption:last-child {
    margin-bottom: 15px;
}

.author-details .owl-nav button,
.changing-world-section .owl-nav button {
    top: 50% !important;
    background-position: -294px -451px !important;
}

.changing-world-section .owl-nav button {
    top: 46.5% !important;
}

.podcast-section .owl-nav button {
    background-position: -294px -451px !important;
}

.author-details .owl-nav button.owl-prev {
    left: 38px !important;
}

.author-details .owl-nav button.owl-next,
.changing-world-section .owl-nav button.owl-next {
    right: 38px !important;
    transform: rotate(0) !important;
}

body .author-details .owl-nav button.owl-next:hover,
body .podcast-section .owl-nav button.owl-next:hover,
.changing-world-section .owl-nav button.owl-next:hover {
    background-position: -166px -451px !important;
}

.author-details .owl-nav button.owl-prev,
.podcast-section .owl-nav button.owl-prev,
.changing-world-section .owl-nav button.owl-prev {
    margin-left: 40px !important;
    margin-right: auto !important;
    left: 38px !important;
    background-position: -294px -451px !important;
    transform: rotateY(-180deg);
    transform-origin: center;
}

.author-details .owl-nav button.owl-prev:hover,
.podcast-section .owl-nav button.owl-prev:hover,
.changing-world-section .owl-nav button.owl-prev:hover {
    background-position: 0 -451px !important;
    transform: none;
    transform-origin: center;
}

.entertainment-video-image-wrap-1 {
    background-color: inherit;
    /*#ddd;*/
    position: relative;
    width: 100%;
    min-height: 419px;
    max-height: 419px;
}

.entertainment-video-image-wrap-1>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: block !important;
    width: auto;
    height: auto;
    object-fit: cover;
}

.news-section .vc_custom_heading.main-title+.wpb_content_element {
    position: relative;
    z-index: 1;
}

.fashion-black-section .main-title::before {
    content: "CELEBRITY";
}

.culture-section .main-title::before {
    content: "WORLDWIDE";
}

.books-section .main-title::before {
    content: "MUST READ";
}

.business-section .main-title::before {
    content: "BUSINESS";
}

.culture-section .designer-row-wrap {
    padding: 0;
    max-width: 100%;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover {
    text-decoration: underline !important;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a {
    position: relative;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::after {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -47px;
    top: 4px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -287px -168px;
    width: 26px;
    height: 28px;
    pointer-events: none;
}

.culture-design-list>.culture-main-design-post a {
    font-weight: 400;
}

.fashion-in-music-design-list .smart-news-title a {
    font-weight: 400;
    letter-spacing: 0.1px;
    font-family: 'Oswald-Regular';
}

/* book section css starts */
.books-section {
    padding-top: 110px;
}

.books ul.products li {
    width: 100% !important;
    margin: 0 !important;
}

.books-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.podcast-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.beauty-brand-section .vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.books ul.products li>a.woocommerce-LoopProduct-link:first-child {
    display: block;
    width: 100%;
    background-color: #1F1E27;
    height: 445px;
    position: relative;
}

.books ul.products li>a.woocommerce-LoopProduct-link:first-child>img {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.books ul.products li .cat-name {
    font-size: 18px;
    color: #53C1BD;
    line-height: 180%;
    position: relative;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin-top: 16px;
}

.books ul.products li .cat-name::before {
    content: " ";
    background-color: #53C2BE;
    /* position: absolute; */
    width: 14px;
    height: 5px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.books ul.products li .cat-name::before {
    content: " ";
    background-color: #53C2BE;
    width: 14px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.books ul.products li>a.smart-news-title .woocommerce-loop-product__title,
.books-inner ul.products li>a.smart-news-title .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 120%;
    color: #1d1d1e;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 0;
    margin-bottom: 0;
}

.books-section .common-btn.vc_btn3-inline {
    display: block;
    text-align: center;
}

.books ul.products li>a.smart-news-title,
.books-inner ul.products li>a.smart-news-title {
    margin: 12px 0 3px !important;
}

.books ul.products li>a.smart-news-title:hover .woocommerce-loop-product__title:hover,
.books-inner ul.products li>a.smart-news-title:hover .woocommerce-loop-product__title:hover {
    color: #53C1BD;
}

.smart-design-title a,
.culture-design-list>.culture-main-design-post a {
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.vc_row.wpb_row.vc_row-fluid.culture-section.section-gapping.most-stylish-section.culture-inner-page {
    padding-bottom: 130px!important;
}
.culture-section .smart-design-list.culture-design-list{
    padding-bottom: 50px;
}


.books-section .owl-nav button,
.podcast-section .owl-nav button {
    position: static !important;
}

.books-section .owl-nav,
.podcast-section .owl-nav {
    text-align: center;
    margin: 33px 0 40px;
    width: 100%;
}

.books-section .owl-nav button.owl-prev {
    transform: none;
}

.books-section .owl-nav button,
.podcast-section .owl-nav button {
    position: relative !important;
    vertical-align: top !important;
    top: 0 !important;
    margin: 0 23px !important;
}

html body .books-section .owl-carousel .owl-nav>button.owl-prev,
html body .podcast-section .owl-carousel .owl-nav>button.owl-prev {
    margin-right: 23px !important;
}

html body .books-section .owl-carousel .owl-nav>button.owl-next,
html body .podcast-section .owl-carousel .owl-nav>button.owl-next {
    margin-left: 23px !important;
}

.books-section {
    padding: 110px 0 !important;
}

/* book section css close */
/* bdc podcast section css starts */
.podcast-section {
    position: relative;
    background-image: url("../images/bfc-podcast-sec-bg.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: cover;
    padding-top: 100px !important;
    padding-bottom: 73px !important;
}

.podcast-section .main-title::before {
    content: "LISTEN";
    color: rgba(255, 255, 255, 0.1);
}

.podcast-section .main-title {
    color: #fff;
}

.podcast-design-box {
    position: relative;
}

.podcast-design-box .video-section-link-common {
    top: 35.5%;
}

.podcast-design-bottom-wrap {
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 25px;
    position: relative;
    top: -30px;
}

.podcast-design-cat {
    font-size: 19px;
}

.podcast-section .podcast-design-title {
    font-size: 20px;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin: 12px 0 17px !important;
}

.podcast-meta-wrap ul li {
    margin: 0;
}

.podcast-design-bottom-wrap::after {
    clear: both;
    content: "";
    display: block;
}

.podcast-design-bottom-wrap .podcast-meta-wrap {
    float: left;
}

.podcast-design-bottom-wrap .podcast-title {
    float: right;
    font-size: 0;
    width: 21px;
    height: 13px;
    position: relative;
    margin-top: 2px;
}

.podcast-design-bottom-wrap .podcast-title .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

.podcast-design-bottom-wrap .podcast-title .btn::before {
    top: 0;
}

html body .podcast-section .owl-carousel .owl-nav>button.owl-next {
    transform: none;
}

html body .podcast-section .owl-carousel .owl-nav>button.owl-prev {
    margin-right: 57px !important;
}

.podcast-section .owl-nav {
    margin: 21px 0 0;
}

/* bdc podcast section css close */

/*BEAUTY BRANDS BY BLACK WOMEN section css starts*/
.beauty-brand-section {
    background-color: #BFF1F0;
    padding: 92px 0 87px !important;
}

.beauty-brand-section .main-title::before {
    content: "BEAUTY";
    color: rgba(255, 255, 255, 0.4);
    top: 9px;
}

.beauty-brand-section ul.products>li {
    margin-right: 2.45% !important;
    width: 18.04% !important;
}

.beauty-brand-section ul.products>li:nth-child(5n) {
    margin-right: 0 !important;
}

.beauty-brand-section .main-title {
    padding-bottom: 42px;
}

.beauty-brand-section .woocommerce {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
}

.beauty-brand-section ul.products .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    color: #1D1D1E;
    margin: 17px 0 5px;
}

.beauty-brand-section ul.products a.shopbtn {
    font-size: 16px;
    color: #53C1BD;
    text-decoration: underline;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
}

.beauty-brand-section ul.products a.shopbtn:hover {
    color: #333;
    text-decoration: none !important;
}

.beauty-brand-section ul.products>li .beauty-video-watch-demo {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    font-size: 16px;
    color: #1d1d1e;
    background-color: #fff;
    min-width: 102px;
    height: 28px;
    padding: 6px 5px;
    font-family: 'GTAmerica-CompressedBold';
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    width: 52px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #53C1BD;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    top: 41%;
}

.beauty-brand-section .common-btn.vc_btn3-inline {
    display: block;
    text-align: center;
}

/*BEAUTY BRANDS BY BLACK WOMEN section css close*/

/*BLACK HISTORY MONTH 2021 section css starts */
.history-section .main-title::before {
    content: "BLACK HISTORY";
    font-size: 210px;
}

.history-section {
    padding-top: 90px !important;
    padding-bottom: 108px !important;
}

.history-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row,
.history-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.fashionistas-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner,
.changing-world-section>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.news-section .smart-history-title {
    font-size: 20px;
    font-family: 'Oswald-Regular' !important;
    font-weight: 400;
    margin-bottom: 13px !important;
}

.smart-history-title>a {
    font-weight: 400 !important;
}

.new-title.history-title {
    margin-top: 5px;
}

.entry-month-rec {
    text-transform: uppercase;
    -moz-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -o-text-transform: uppercase;
}

/*BLACK HISTORY MONTH 2021 section css close */

/*DELICIOUS BFC FOODS section css starts */
.foods-section .main-title::before {
    content: "CULINARY";
}

.foods-section .designer-row-wrap {
    max-width: 100%;
    padding: 0;
}

.culinary-video-wrap {
    margin: 0;
    position: relative;
}

.culinary-video-wrap .culinary-video-image-wrap>span {
    display: block;
    font-size: 24px;
    color: #1D1D1E;
    line-height: 100%;
    font-family: 'Oswald-Regular';
    font-weight: 400 !important;
    margin-top: 9px;
}

.culinary-video-wrap .culinary-video-section-link {
    width: 74px;
    height: 74px;
    top: calc(50% - 21px);
}

.culinary_video_content_wrapper {
    margin-bottom: 68px !important;
}

.culinary-video-wrap .culinary-video-section-link::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #53C1BD;
}

.culinary-design-title a {
    font-weight: 400;
    font-family: 'Oswald-Regular';
    font-size: 20px;
}

.foods-section .designer-row-wrap .vc_col-sm-9 {
    padding-bottom: 20px;
}

.smart-news-title.culture-design-title {
    font-size: 20px;
}

.black-designer-row-wrap div.vc_custom_heading {
    font-size: 20px;
}

.black-designer-row-wrap h3.vc_custom_heading {
    font-size: 60px;
}

.foods-section .home-shop-sfc-inner .common-btn>button,
.foods-section .home-shop-sfc-inner .common-btn>a {
    width: auto;
    height: auto;
    background-color: transparent !important;
    min-width: auto;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 20px !important;
    color: #53C1BD !important;
    position: relative;
}

.foods-section .home-shop-sfc-inner .common-btn>button::before,
.foods-section .home-shop-sfc-inner .common-btn>a::before {
    background-image: url(../images/sprite-home1.png);
    content: " ";
    width: 21px;
    height: 13px;
    background-position: 0 -179px;
    position: absolute;
    top: 11px;
    left: auto;
    right: -45px;
    bottom: auto;
}

.foods-section .home-shop-sfc-inner .common-btn>button:hover,
.foods-section .home-shop-sfc-inner .common-btn>a:hover {
    color: #fff !important;
}

.foods-section .home-shop-sfc-inner .common-btn>button:hover::before,
.foods-section .home-shop-sfc-inner .common-btn>a:hover::before {
    background-position: -203px -179px;
}

.foods-section .fashion-side-des {
    max-width: 305px;
    margin-bottom: 55px !important;
}

/*DELICIOUS BFC FOODS section css close */

/*WELLNESS section css starts*/
.wellness-section {
    padding-top: 65px !important;
}

.wellness-section .main-title::before {
    content: "HEALTH";
}

.wellness-main-design-post {
    padding-bottom: 51px;
}

.smart-design-box .wellness-design-bottom-wrap {
    margin-top: 19px;
}

.smart-news-title.smart-design-title {
    margin-bottom: 11px !important;
}

.wellness-section .designer-row-wrap .vc_col-sm-9 {
    padding-bottom: 90px;
}

/*WELLNESS section css close*/

/* FASHIONISTAS section css starts */
.fashionistas-section .main-title::before {
    content: "STYLES";
}

.fashionistas-section {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.lifestyle-design-title {
    font-family: 'Oswald-Regular' !important;
    margin-bottom: 12px !important;
    font-size: 20px;
}

.lifestyle-design-title>a {
    font-weight: 400;
}

/* FASHIONISTAS section css close */

/* BLACK WOMEN WHO ARE CHANGING THE WORLD section css starts */
.changing-world-section {
    background-color: #ECF0F0;
    padding-top: 42px !important;
}

.changing-world-section .main-title::before {
    content: "CHANGE";
    color: rgba(29, 29, 30, 0.07);
}

.smart-career-list .smart-main-career-post {
    margin: 0;
}

.smart-main-career-post .smart-career-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
}

.smart-main-career-post .smart-career-box>.smart-career-image {
    width: 56.75%;
    position: relative;
    overflow: hidden;
}

.smart-main-career-post .smart-career-box .career-bottom-wrap {
    width: 43.25%;
    padding: 25px 45px;
}

.smart-main-career-post .smart-career-box>.smart-career-image::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 155px solid #fff;
    border-top: 440px solid transparent;
    pointer-events: none;
}

.career-bottom-wrap .career-name {
    font-size: 20px;
    color: #53C1BD;
    line-height: 180%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.career-bottom-wrap .smart-career-title {
    margin: 3px 0 30px;
    color: #1D1D1E;
    line-height: 116%;
    font-size: 60px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    letter-spacing: 0.5px;
}

.career-bottom-wrap .career-cat {
    font-family: 'GTAmerica-CompressedBold';
    color: #1D1D1E;
    font-size: 24px;
    line-height: 100%;
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 69px;
}

.career-bottom-wrap .career-cat::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 5px;
    background-color: #1D1D1E;
    pointer-events: none;
}

.career-bottom-wrap .smart-career-des {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 164%;
    font-family: 'Mont-SemiBold';
}

.career-bottom-wrap .career-title {
    max-width: 350px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 31px;
}

.changing-world-section .owl-nav button.owl-prev {
    left: 25px !important;
}

.changing-world-section .owl-nav button.owl-next {
    right: 25px !important;
}

/* BLACK WOMEN WHO ARE CHANGING THE WORLD section css close */

/* newsletter section css starts */
.email-form-left .title p {
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.email-form-left .title1 p {
    color: #fff;
    font-size: 14px;
    line-height: 171%;
    font-family: 'Mont-SemiBold';
    letter-spacing: normal;
}

.email-form-left .title {
    margin-bottom: 6px;
}

.widget_epicwin_widget {
    max-width: 1120px;
    margin: 0 auto;
}

.news-letter>* {
    float: left;
}

.news-letter::after {
    content: "";
    display: block;
    clear: both;
}

.newsletter-email>label em {
    color: red;
    font-style: normal;
}

.news-submit .all-btn {
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 24px;
    line-height: normal;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    float: none;
}

.news-submit .all-btn:hover,
.news-submit .all-btn:focus {
    text-decoration: none !important;
}

.news-submit .all-btn:hover {
    color: #333 !important;
}

.email-subscribe::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: -71px;
    top: -69px;
    bottom: auto;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -232px -662px;
    width: 82px;
    height: 68px;
    pointer-events: none;
    background-color: transparent;
}

ul.social-icone-list li i.fa::before {
    content: "";
    display: block;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -769px;
    width: 11px;
    height: 24px;
}

ul.social-icone-list li a {
    display: block;
    position: relative;
}

ul.social-icone-list li.facebook a {
    width: 11px;
    height: 24px;
}

ul.social-icone-list li.twitter a {
    width: 23px;
    height: 19px;
}

ul.social-icone-list li.instagram a {
    width: 20px;
    height: 20px;
}

ul.social-icone-list li.pinterest-footer a {
    width: 25px;
    height: 23px;
}

ul.social-icone-list li.youtube a {
    width: 24px;
    height: 18px;
}

ul.social-icone-list li a:hover i.fa::before {
    background-position: 0 -829px;
}

ul.social-icone-list li.twitter i.fa::before {
    background-position: -49px -772px;
    width: 23px;
    height: 19px;
}

ul.social-icone-list li.twitter a:hover i.fa::before {
    background-position: -49px -832px;
}

ul.social-icone-list li.instagram i.fa::before {
    background-position: -104px -770px;
    width: 20px;
    height: 20px;
}

ul.social-icone-list li.instagram a:hover i.fa::before {
    background-position: -104px -830px;
}

ul.social-icone-list li.pinterest-footer i.fa::before {
    background-position: -157px -770px;
    width: 25px;
    height: 23px;
}

ul.social-icone-list li.pinterest-footer a:hover i.fa::before {
    background-position: -157px -830px;
}

ul.social-icone-list li.youtube i.fa::before {
    background-position: -212px -773px;
    width: 24px;
    height: 18px;
}

ul.social-icone-list li.youtube a:hover i.fa::before {
    background-position: -212px -833px;
}

ul.social-icone-list li .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.social-icone-list {
    font-size: 0;
    display: flex;
    align-items: center;
}

/* newsletter section css close*/

/* mega menu css starts */
body .menu-modal {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 116px;
    height: auto !important;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    opacity: 1 !important;
    bottom: auto !important;
}

html.no-scroll body .menu-modal {
    transform: translateX(0%);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

body .menu-modal .menu-modal-inner {
    width: 100%;
    background-image: url(../images/footer-bg.jpg) !important;
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
    transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !;
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
    display: block !important;
    opacity: 1 !important;
    padding-top: 50px;
    padding-bottom: 60px;
}

html.no-scroll body .menu-modal .menu-modal-inner {
    transform: translateX(0) !important;
    -moz-transform: translateX(0) !;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}

.menu-modal .menu-modal-inner .menu-top nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-modal .menu-modal-inner .menu-top nav .menu-img {
    width: 73.85%;
}

.menu-modal .menu-modal-inner .menu-top nav .modal-menu {
    width: 26.15%;
}

.menu-modal .menu-modal-inner .menu-wrapper {
    width: 100%;
    max-width: 100%;
}

.menu-modal .menu-modal-inner .menu-wrapper .menu-top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-img>.container {
    padding: 0;
    font-size: 0;
}

.menu-img>.container>li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.24%;
    width: 27.5%;
}

.menu-img>.container>li:nth-child(2) {
    width: 40.51%;
}

.menu-img>.container>li:last-child {
    margin-right: 0;
}

.menu-img>.container>li>img {
    min-height: 331px;
    max-height: 331px;
    width: 100%;
    object-fit: cover;
}

.modal-menu ul.mega-menu li {
    display: block !important;
}

.modal-menu ul.mega-menu li a {
    height: auto !important;
    background-color: transparent !important;
    line-height: normal !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-family: 'Oswald-Regular' !important;
    display: inline-block !important;
    color: #fff !important;
}

.modal-menu ul.mega-menu li a:hover,
.modal-menu ul.mega-menu li.mega-current-menu-item>a,
.modal-menu ul.mega-menu li.mega-current_page_item>a,
.modal-menu ul.mega-menu li.mega-current-menu-ancestor>a,
.modal-menu ul.mega-menu li.mega-current-menu-parent>a {
    color: #51C1BD !important;
}

.mega-menu-wrap {
    background-color: transparent !important;
}

.modal-menu ul.mega-menu li {
    display: block !important;
    margin-bottom: 2px !important;
}

span.mega-indicator::after {
    content: "" !important;
    margin-left: 13px !important;
    margin-top: 10px !important;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

li.mega-toggle-on span.mega-indicator::after {
    content: "" !important;
    margin-left: 13px !important;
    margin-top: 10px !important;
    border-top: none;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.modal-menu ul.mega-menu li a:hover .mega-indicator::after,
.modal-menu ul.mega-menu li.mega-current-menu-ancestor>a>.mega-indicator::after,
.modal-menu ul.mega-menu li.mega-current-menu-parent>a>.mega-indicator::after {
    border-top-color: #51C1BD;
    border-bottom-color: #51C1BD;
}

ul.mega-sub-menu {
    position: static !important;
    opacity: 1 !important;
    display: none !important;
    transform: none !important;
    visibility: visible !important;
    background-color: transparent !important;
    padding-left: 24px !important;
}

li.mega-toggle-on>ul.mega-sub-menu {
    display: block !important;
}

.menu-modal .menu-modal-inner .menu-top nav.mobile-menu {
    display: none;
}

.header-inner .toggle-wrapper>.nav-toggle::before,
.header-inner .toggle-wrapper>.nav-toggle::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 3px;
    background-color: #51C1BD;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    border-radius: 3px;
}

.header-inner .toggle-wrapper>.nav-toggle::after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

html.no-scroll .header-inner .toggle-wrapper>.nav-toggle::before,
html.no-scroll .header-inner .toggle-wrapper>.nav-toggle::after {
    opacity: 1;
    visibility: visible;
}

html.no-scroll .header-inner .toggle-wrapper>.nav-toggle {
    background-image: none;
}

.menu-modal button.close-nav-toggle {
    display: none;
}

html.no-scroll {
    position: relative !important;
}

.menu-modal .menu-bottom {
    display: none;
}

.menu-modal .social-icon-wrapper>.container {
    padding: 0;
}

.menu-modal .social-icon-wrapper {
    width: 100%;
}

.menu-modal .social-icon-wrapper .social-icone-list {
    float: right;
    text-align: right;
}

/* mega menu css close */

/* pop up css starts */
.popup-contain {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    z-index: 99999;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    opacity: 0;
    visibility: hidden;
    /*width: 95vw;
  max-width: 850px;*/
    margin: 0 auto;
    /*max-height: 90vh;*/
    overflow-y: auto;
}

.popup-contain {
    max-width: 850px;
    width: 90vw;
    overflow-y: auto;
    max-height: 85vh;
    overflow-x: hidden;
}

html.open body::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    pointer-events: none;
}

html.open .popup-contain {
    transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

html.open body,
html.open {
    overflow: hidden;
}

html.open body {
    position: relative;
}

.popup-form video {
    width: 100% !important;
    height: 100% !important;
}

.popup-contain .close {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    text-align: center;
    line-height: 35px;
    z-index: 999999;
    cursor: pointer;
}

.popup-contain .close:hover {
    background-color: #53C1BD;
}

.popup-contain .close:hover::before {
    color: #fff;
}

.popup-contain .close::before {
    position: absolute;
    content: "x";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #333;
    font-family: 'Oswald-Regular';
    line-height: 30px;
}


/* pop up css close */
footer ul.social-icone-list {
    max-width: 275px;
    margin: auto;
}

footer ul.social-icone-list li.search-toggle-wrapper {
    position: relative;
    width: 16px;
    height: 16px;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle span {
    display: none;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: -268px -773px;
}

footer ul.social-icone-list li.search-toggle-wrapper .search-toggle:hover::before {
    background-position: -268px -833px;
}

.search-form label {
    position: absolute;
    left: 20px;
    right: auto;
    top: 17px;
    bottom: auto;
    font-size: 15px;
    pointer-events: none;
    color: #333;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

.search-untoggle svg:hover {
    color: #53C1BD;
}

.shopbfs-section ul.products li.product {
    margin-right: 0 !important;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
}

body .shopbfs-section .owl-carousel .owl-nav>button.owl-next {
    top: 39.5% !important;
}

.widget_epicwin_widget .newsletter-email.input_focus>label,
.widget_epicwin_widget .newsletter-email.value_focus>label {
    top: -7px;
    font-size: 10px;
    letter-spacing: 0.1px;
    background-color: #ddd;
    border-radius: 3px;
    padding: 2px 2px 0;
    color: #333;
}

.mainbaner-img-mobile {
    display: none;
}

.podcast-mobile-btn {
    /* display: none !important; */
    text-align: center;
    width: 100%;
}

.podcast-mobile-btn.common-btn>button,
.podcast-mobile-btn.common-btn>a {
    background-color: #53C1BD !important;
    color: #1D1D1E !important;
    margin-top: 25px !important;
}

.podcast-mobile-btn.common-btn>button:hover,
.podcast-mobile-btn.common-btn>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* 404 page css starts */
.error404 .home-baner-img {
    height: auto;
}

.error404 #site-content {
    padding: 0;
}

.breadcrumbs {
    background-color: #ddd;
    display: none;
}

.breadcrumbs>span {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    display: block;
}

.breadcrumbs>span>span>a,
.breadcrumbs>span>span>span {
    font-size: 16px;
    margin: 0 5px;
}

.breadcrumbs>span>span>a:first-child {
    margin-left: 0;
}

.error404 .error404-content #content-area {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.error404 .error404-content #content-area small {
    text-align: center !important;
    font-size: 80px;
    color: #51C1BD;
    line-height: 100%;
    letter-spacing: 1.8px;
    font-weight: normal;
    font-family: 'Oswald-Regular' !important;
    margin: 0 !important;
    margin-top: -16px !important;
    z-index: 1;
}

.error404 .error404-content #content-area h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin: 30px 0 25px;
}

.error404 .error404-content #content-area small>b {
    color: #51C1BD;
    font-weight: normal;
}

.error404 .error404-content #content-area .grve-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}

.error404 .error404-content #content-area .btn-wrap>a {
    background-color: #53C2BE !important;
    border: none !important;
    border-radius: 0 !important;
    height: 49px;
    line-height: 49px !important;
    padding: 0 10px !important;
    min-width: 150px;
    font-size: 18px !important;
    color: #1d1d1e !important;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    background-image: none !important;
    display: inline-block;
    vertical-align: top;
}

.error404 .error404-content #content-area .btn-wrap>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.newsletter-popup {
    background-color: #000;
    padding: 20px;
}

.newsletter-popup .popup-form .newsletter-email {
    width: calc(100% - 250px);
}

.header-titles-wrapper {
    margin-right: 4px;
}

.news-section+.most-stylish-section .design-cat.news-cat {
    text-transform: uppercase;
}

.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    float: right;
    width: auto !important;
}

.main-title.shop-bfc-title {
    padding-bottom: 40px;
}

.shopbfs-section .main-title::before {
    top: 10px;
    left: -15px;
}

.shopbfs-section ul.products li.product .woocommerce-loop-product__link:hover img {
    opacity: 1;
}

.shopbfs-section ul.products li.product .woocommerce-loop-product__link img:hover {
    opacity: 0.8;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link {
    cursor: text;
}

.shopbfs-section .woocommerce-loop-product__title {
    display: inline;
    cursor: pointer;
}

.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link>img {
    margin-bottom: 17px;
    cursor: pointer;
}

.shopbfs-section .button.product_type_simple,
.beauty-brand-section ul.products a.shopbtn {
    text-decoration: none !important;
    padding-bottom: 1px;
    position: relative;
    margin-top: 1px;
}

.shopbfs-section .button.product_type_simple::after,
.beauty-brand-section ul.products a.shopbtn::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #53C1BD;
}

.shopbfs-section .button.product_type_simple:hover::after,
.beauty-brand-section ul.products a.shopbtn:hover::after {
    background-color: #333;
}

.redcarpet-video-wrap .video-image-wrap>span {
    letter-spacing: -0.2px;
}

.culinary-video-wrap .culinary-video-image-wrap>span {
    white-space: pre;
}

.history-section .main-title b {
    font-size: 20px;
    display: block;
    color: #53C1BD;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: -7px;
}

.history-section .main-title {
    padding-bottom: 50px;
    padding-top: 60px;
}

.history-section .main-title::before {
    top: 18px;
}

.footer-credits>* {
    display: inline-block;
    vertical-align: top;
}

.footer-credits {
    color: #88888C;
}

.entertainment-section .see-all-videos.vc_btn3-inline button::before,
.entertainment-section .see-all-videos.vc_btn3-inline a::before {
    position: absolute;
    left: -19px;
    top: -2px;
    bottom: 0;
    margin: auto;
    right: auto;
    pointer-events: none;
}

.author-post-btn>a.btn {
    text-decoration: none;
    position: relative;
    padding-bottom: 1px;
}

.author-post-btn>a.btn::after,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::before {
    background-color: #1d1d1e;
    bottom: 2px;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover::before {
    background-color: #53C1BD;
}

.author-post-btn>a.btn:hover::after {
    background-color: #53C1BD;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a,
.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a:hover {
    text-decoration: none !important;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a {
    text-decoration: none !important;
    position: relative;
    padding-bottom: 1px;
}

.business-design-image a>img {
    max-height: 337px;
}

.books-section .main-title::before {
    top: 37px;
}

.podcast-section .main-title::before {
    top: 17px;
}

.foods-section .main-title::before {
    top: 10px;
}

.changing-world-section .main-title {
    font-size: 40px;
}

.changing-world-section .owl-nav button.owl-next {
    background-position: -166px -451px !important;
}

.changing-world-section .owl-nav button.owl-next:hover {
    background-position: 0 -361px !important;
    transform: rotate(180deg) !important;
}

.banner-content.mobile-view-content {
    display: none;
}

.entertainment-section1 .see-all-videos.mobile-view {
    display: none;
}

.authorDescrption>br {
    display: block;
    margin: 12px 0;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a {
    display: block;
    position: relative;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a>img {
    display: block;
}

.lifestyle-design-bottom-wrap {
    padding-top: 18px;
}

.fashionistas-section .lifestyle-design-list .lifestyle-design-image>a::before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
    right: 17px;
    top: auto;
    bottom: 16px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url("../images/sprite-home1.png");
    background-repeat: no-repeat;
    background-position: 0 -650px;
}

#site-footer a.to-the-top {
    border: 3px solid transparent !important;
}

/* safari issues common css starts*/
.designer-row-wrap .vc_col-sm-3 {
    width: 33.11%;
}

.beauty-brand-section ul.products>li {
    margin-right: 2.43% !important;
}

/* safari issues common css close*/

.fashion-side-des p strong {
    font-family: 'Mont';
}

.see-all-videos.vc_btn3-inline button,
.see-all-videos.vc_btn3-inline a {
    position: relative;
    margin-left: 19px;
}

.see-all-videos.vc_btn3-inline button::before,
.see-all-videos.vc_btn3-inline a::before {
    position: absolute;
    left: -16px;
    right: auto;
    top: -3px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.search-modal .search-form {
    flex-wrap: wrap;
}

.search-modal .search-form .search-field.myerror {
    border-color: red !important;
}

.search-modal .search-form {
    margin: 25px 0;
}

.search-modal .search-form>div.error {
    color: red;
    font-size: 13px;
    letter-spacing: normal;
    margin: 1px 0 0;
}

.search-modal .search-form .search-form-1>label {
    width: auto;
    display: block;
}

.search-modal .search-form.value_focus .search-form-1>label,
.search-modal .search-form.input_focus .search-form-1>label {
    position: absolute;
    left: 13px;
    right: auto;
    top: -8px;
    bottom: auto;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    padding: 1px 3px;
    line-height: normal;
    background-color: #333;
    color: #fff;
    margin: auto;
}

.shopbfs-section+.most-stylish-section .smart-design-list>.smart-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 48px;
}

.entertainment-video-image-wrap-1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author .author-info-wrap {
    padding: 12px 70px 35px 120px;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #53C1BD;
}

.beauty-brand-section ul.products>li a.beauty-video-section-link {
    top: 38%;
}

.history-design-cat {
    text-transform: uppercase;
}

.podcast-section .owl-nav {
    margin-left: -18px;
}

.culture-design-list>.culture-main-design-post:first-child .culture-design-title>a::after {
    display: none;
}

/*
html body .podcast-section .owl-carousel .owl-nav > button.owl-prev {
  margin-right: 0px !important;
  margin-left: 0 !important;
}
html body .podcast-section .owl-carousel .owl-nav > button.owl-next {
  margin-left: 0 !important;
}*/
/* inner pages css starts*/
/*black culture fashion category page css starts */
.bfc-category-inner-page .designer-row-wrap {
    padding: 0;
}

.bfc-category-inner-page {
    padding-top: 95px !important;
}

.bfc-category-inner-page .main-title::before {
    top: 10px;
}

.bfc-category-inner-page .design-cat {
    text-transform: uppercase;
    -moz-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -o-text-transform: uppercase;
}

.bfc-category-inner-page .smart-design-box .design-bottom-wrap {
    margin-top: 18px;
}

.bfc-category-inner-page .new-title.design-title {
    max-width: 308px;
}

.bfc-category-inner-page .home-shop-sfc-inner .common-btn>a {
    height: 48px;
    line-height: 48px !important;
}

.shopbfs-category-inner-page-section {
    padding-top: 39px !important;
}

.shopbfs-category-inner-page-section .main-title.shop-bfc-title {
    padding-bottom: 44px;
}

#pagination {
    text-align: center;
    font-size: 0;
}

#pagination>* {
    position: static;
    transform: none;
}

#pagination> :last-child {
    right: 0px;
    transform: rotate(-180deg);
}

#pagination>* {
    display: inline-block;
    font-size: 0;
    margin: 0 25px;
    vertical-align: top;
}

#pagination>a:hover,
#pagination>div:hover {
    background-position: 0 -451px !important;
}

.bfc-category-inner-page .smart-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 52px;
}

.bfc-category-inner-page .fashion-cat-list {
    padding-bottom: 18px;
}

.bfc-category-fashion-runaway-sec {
    padding-top: 145px !important;
    padding-bottom: 135px !important;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(2n+1) {
    clear: none;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(3n+1) {
    clear: both;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(2n) {
    float: left;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap:nth-child(3n) {
    margin-right: 0;
}

.bfc-category-fashion-runaway-sec .most-style-videos .video-wrap {
    margin-right: 4.27%;
    width: 30.48%;
}

.bfc-category-fashion-runaway-sec .video-wrap span {
    display: block;
    margin-top: 2px;
}

.bfc-category-fashion-runaway-sec .most-style-videos {
    padding-bottom: 0 !important;
}

.bfc-category-fashion-runaway-sec>.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.bfc-category-fashion-runaway-sec {
    margin: 0 auto;
}

ul#menu-footer-menu li.current-menu-item>a,
ul#menu-footer-menu li.current_page_item>a {
    color: #53C1BD;
}

.banner-content .banner-title strong {
    text-transform: uppercase;
}

.inner-banner-below {
    font-family: 'Mont-Regular';
    font-weight: 400;
}

body:not(.home) .banner-below {
    font-family: 'Mont-Regular';
    font-weight: 400;
}

.bfc-category-inner-page .home-shop-sfc-inner {
    padding-bottom: 60px;
}

/*black culture fashion category page css close */

/*book page css starts*/
.books-section-content {
    padding-top: 88px !important;
    padding-bottom: 91px !important;
}

.books-section-content .main-title::before {
    top: 0;
}

.books-inner {
    position: relative;
    z-index: 1;
}

.agency-banner-area {
    position: relative;
}

.books-inner .news-cat {
    font-size: 20px;
    margin-top: 8px;
}

.books-inner ul.products li>a.smart-news-title {
    margin-top: 10px !important;
    margin-bottom: 4px !important;
    display: inline-block;
    vertical-align: top;
}

.books-inner .woocommerce ul.products li.product {
    margin-bottom: 65px !important;
    display: block;
}

.books-inner .woocommerce ul.products li.product:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
}

.best-writer-section .main-title::before {
    content: "AUTHOR";
    top: -10px;
}

.best-writer-section {
    padding-bottom: 85px !important;
    padding-top: 50px !important;
}

.best-writer-section .career-bottom-wrap .career-title {
    max-width: 384px;
}

/*book page css close*/

/*article page css starts*/
.sidebar-content-section>.designer-row-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sidebar-content-section .designer-row-wrap .blog-right-content {
    width: 35.84%;
    padding-bottom: 120px;
}

.sidebar-content-section .designer-row-wrap .blog-left-content {
    width: 64.16%;
}

.blog-right-content>.latest-list,
.blog-right-content>.related-list {
    max-width: 358px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 30px;
}

.single main>.post-feature-image-section>.container {
    max-width: 100%;
    padding: 0;
}

.single main>.post-feature-image-section {
    position: relative;
}

.news-section .news-author::after {
    font-style: normal;
}

.single main>.post-feature-image-section .post-fetaure-title {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 56px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

.single main>.post-feature-image-section .post-fetaure-title .single-post-cat {
    font-size: 30px;
    color: #51C1BD;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    display: block;
}

.single main>.post-feature-image-section .post-fetaure-title h2 {
    font-size: 86px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 16px;
    margin-bottom: 13px;
}

.single .other-topic-section .main-title::before {
    content: "MORE";
}

.single .sidebar-content-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.single .other-topic-section {
    padding-top: 72px;
    padding-bottom: 100px;
    margin: 0 auto !important;
}

.single .smart-new-list {
    position: relative;
    z-index: 1;
}

.single .smart-new-list .news-cat {
    text-transform: uppercase;
    letter-spacing: normal;
}

.single .news-bottom-wrap .new-title {
    text-align: justify;
    line-height: 130%;
    margin-top: 9px;
}

.single .news-bottom-wrap {
    padding-top: 20px;
}

.single .news-bottom-wrap .smart-news-title {
    margin-top: 9px !important;
    margin-bottom: 12px !important;
}

.single .news-bottom-wrap .smart-news-title {
    margin-top: 10px !important;
}

.post-banner-meta>h4 {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 150%;
    font-style: italic;
    font-weight: 400;
    font-family: 'Georgia';
    letter-spacing: normal;
    position: relative;
    margin-bottom: 0;
}

.post-banner-meta>h4:not(:last-child) {
    padding-right: 11px;
    margin-right: 5px;
}

.post-banner-meta>h4:not(:last-child)::after {
    position: absolute;
    content: "|";
    display: block;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* width: 1px; */
    /* height: 15px; */
    /* background-color: #fff; */
}

.blog-banner-img {
    height: 477px;
}

.blog-banner-img>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-left-container {
    max-width: 814px;
    margin-left: auto;
    margin-right: 0;
    padding: 107px 95px 0 55px;
}

.blog-left-wrapper>p {
    line-height: 182%;
    color: #1D1D1E;
    text-align: left;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-bottom: 28px;
}

.blog-left-wrapper>p:last-child {
    margin-bottom: 0;
}

.blog-left-wrapper>p>img {
    width: 100%;
    object-fit: cover;
    height: auto;
    min-width: 642px;
    max-width: 642px;
    margin: 50px auto 70px 0;
}

body .other-topic-section>.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-right-container {
    max-width: 373px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 31px;
    padding-right: 15px;
    padding-top: 100px;
}

.blog-right-container .sidbar-title {
    font-size: 20px;
    line-height: 180%;
    color: #53C1BD;
    letter-spacing: normal;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    margin-top: -9px;
    margin-bottom: 31px;
}

.latest-post>.latest-box {
    width: 47.8%;
    float: left;
    margin-bottom: 30px;
}

.latest-post>.latest-box:nth-child(2n) {
    float: right;
    margin-left: auto;
    margin-right: 0;
}

.latest-post>.latest-box:nth-child(2n+1) {
    clear: both;
}

.latest-post .latest-bottom-wrap .sidebar-content-title>a {
    color: #fff;
    font-size: 22px;
    line-height: 100%;
    font-family: 'gnuolane';
    font-weight: bold;
}

.latest-post .latest-bottom-wrap .sidebar-content-title>a:hover {
    color: #53C1BD;
}

.latest-post .latest-bottom-wrap .latest-excerpt p,
.latest-post .latest-bottom-wrap .latest-excerpt {
    color: #fff;
    font-size: 14px;
    line-height: 171%;
    font-family: 'Mont-Regular';
    font-weight: 400;
    text-align: ;
}

.latest-post .latest-bottom-wrap .latest-excerpt .smart-plus {
    float: right;
    width: 21px;
    height: 13px;
}

.latest-post .latest-bottom-wrap .sidebar-content-title {
    margin-top: 26px;
    margin-bottom: 11px;
}

.latest-post>.latest-box .latest-image a img {
    width: 100%;
}

.blog-detail-cms-area .textwidget .sidebar-content-title {
    color: #fff;
    line-height: 120%;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 24px;
    margin-bottom: 33px;
}

.blog-detail-cms-area .blog-cms>img {
    width: 100%;
}

.blog-detail-cms-area .common-btn>a {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px !important;
    padding-top: 1px !important;
    letter-spacing: normal;
    text-align: center;
}

.blog-right-container .smart-plus .btn:hover::before {
    filter: invert(100);
    -moz-filter: invert(100);
    -webkit-filter: invert(100);
    -ms-filter: invert(100);
    -o-filter: invert(100);
}

.blog-right-container .latest-post {
    display: flex;
    flex-wrap: wrap;
}

.blog-right-container .article-more-post-btn {
    text-align: right;
}

.blog-right-container .article-more-post-btn .btn {
    color: #53c1bd !important;
    font-size: 14px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: right !important;
    position: relative;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.blog-right-container .article-more-post-btn .btn::before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}

.blog-right-container .article-more-post-btn .btn::before {
    position: absolute;
    left: -19px;
    top: 1px;
    bottom: 0;
    margin: auto;
    right: auto;
    pointer-events: none;
}

.blog-right-container .article-more-post-btn .btn:hover {
    color: #fff !important;
}

.blog-right-container .latest-post::after {
    clear: both;
    content: "";
    display: block;
}

.blog-right-container .latest-list {
    margin-bottom: 74px;
}

.blog-detail-cms-area {
    margin-top: 51px;
}

.blog-detail-cms-area .common-btn {
    text-align: left;
}

.other-topic-section .smart-news-image>a img {
    max-height: 337px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    min-width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    padding: 0 !important;
    border: none;
    border-radius: 3px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
}

.woocommerce-pagination .page-numbers {
    font-size: 0;
    text-align: center;
    letter-spacing: normal !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #53C1BD;
}

.woocommerce-pagination .page-numbers li {
    margin: 4px 9px;
    vertical-align: top;
}

.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
    font-size: 0;
    background-image: url("../images/sprite-home1.png") !important;
    background-repeat: no-repeat;
    background-position: 0 -310px !important;
    width: 17px;
    height: 26px;
    vertical-align: top;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    background-size: 270px;
}

.woocommerce-pagination .page-numbers li .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
#pagination>a:hover {
    background-position: 0 -387px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.next {
    transform: rotate(180deg);
}

.books-inner .woocommerce-result-count,
.books-inner .woocommerce-ordering {
    display: none;
}

.woocommerce-pagination {
    margin-top: 40px;
    margin-bottom: 5px !important;
}

/*article page css close*/
.blog-banner-img .blog-empty-img {
    background-color: #413e3e;
    height: 100%;
}

#pagination>a:hover {
    background-position: 0 -451px !important;
}

body:not(.home) .podcast-section .podcast-design-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

body:not(.home) .podcast-section .podcast-design-list>.podcast-main-design-post {
    width: 33.33%;
    padding: 0 15px;
}

body:not(.home) .business-section.section-gapping {
    padding-top: 110px !important;
}

body:not(.home) .foods-section.section-gapping {
    padding-top: 86px !important;
}

body:not(.home) .smart-new-list-page {
    padding-bottom: 90px;
}

.celebrity-red-carpet-sec {
    padding: 0 !important;
}

body:not(.home) .beauty-brand-section .woocommerce {
    margin-bottom: 0 !important;
}

.culture-inner-page-sec #pagination {
    padding-bottom: 40px;
}

.culture-inner-page-sec .culture-design-list>.culture-main-design-post:nth-last-child(-n+2) {
    padding-bottom: 45px;
}

.culture-inner-page {
    padding-top: 92px !important;
}

.fashion-runaway-page.most-stylish-section .fashion-runaway {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.fashion-runaway-page-video-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.fashion-runaway-page {
    float: none !important;
    margin: 0 auto;
}

.fashion-runaway-page-video-sec>.vc_column_container>.vc_column-inner {
    padding: 0;
}

/* inner pages css close*/

/* article listing page css starts*/
.blog .main-title::before {
    content: "ARTICLES";
}

.blog-cat-list .smart-design-list {
    display: flex;
    flex-wrap: wrap;
}

.blog-cat-list .smart-design-list>.smart-main-design-post {
    flex: 0 0 30.52%;
    width: 30.52%;
    margin-right: 4.22%;
}

.blog-cat-list .smart-design-list>.smart-main-design-post:nth-child(3n) {
    margin-right: 0;
}

.new-title {
    line-height: 120%;
    display: block;
    font-family: 'Mont-Regular';
    font-weight: 400;
    margin-top: 4px;
}

.smart-design-des p {
    font-size: 14px;
    color: #1D1D1E;
    line-height: 171%;
    display: inline;
    font-family: 'Mont-Regular';
}

.blog-cat-list {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.design-cat.news-cat {
    text-transform: uppercase;
    letter-spacing: normal;
}

.blog-cat-list .smart-design-list>.smart-main-design-post:nth-last-child(-n+3) {
    padding-bottom: 0;
}

.blog-cat-list #pagination {
    padding-top: 45px;
}

/* article listing page css starts*/
.footer-image-widget .widget-content>a {
    display: inline-block;
}

.footer-image-widget .widget-content {
    text-align: center;
}

header ul.primary-menu li a {
    letter-spacing: 0.5px;
    font-family: Oswald;
    text-shadow: 0 0;
}

.blog-right-container .sidbar-title {
    font-family: 'Oswald';
    text-shadow: 0 0;
}

.related-image>a,
.latest-image>a {
    display: block;
}

.related-image>a>img,
.latest-image>a>img {
    width: 100%;
    max-height: 102px;
    object-fit: cover;
}

.sidebar-content-section .designer-row-wrap .blog-right-content {
    padding-bottom: 10px;
}

.blog-left-container {
    padding: 107px 115px 0 55px;
}

.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

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

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}



/* 23-7-2021 */
body.woocommerce-shop section.content-area .site-main {
    max-width: 1170px;
    margin: 0 auto !important;
    display: flex;
}
body.woocommerce-shop section.content-area .site-main .shop-page-sidebar-area,
.archive div#shop-page-sidebar, div#shop-page-sidebar {
    flex: 0 0 18%;
    border: 1px solid #DDDDDD;
    padding: 20px;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left h2, body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li a, .archive .shop-page-left h2  {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Oswald-Regular';
    font-weight: normal !important;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li a {
    font-size: 15px;
    line-height: 240%;
}

body.woocommerce-shop .shop-page-sidebar-area .shop-page-left ul.product-categories li {
    margin: 0;
}
body.woocommerce-shop .shop-page-sidebar-area .shop-page-left:last-child {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #DDDDDD;
}

/* 23-7-2021 */

/*
.smart-main-career-post .smart-career-box > .smart-career-image {
  max-height: 439px;
}
.smart-main-career-post .smart-career-box > .smart-career-image > img {
  max-height: inherit;
  object-fit: cover;
}
*/

/*
font-family: 'gnuolane';
 font-family: 'GTAmerica-CompressedBold';
  font-family: 'Mont-Regular';
  font-family: 'Mont-SemiBold';
 font-family: 'Georgia';
 font-family: 'Oswald';
     font-family: 'Oswald-Regular';
*/



/*-------------------video-section--26-07-21-------------*/

.video-inner-page ul.smart-new-list li {
    margin-top: 0;
    flex: inherit;
    display: inline-block;
    margin-left: 0;
    width: 33.33%;
    padding: 0 24px;
    margin-bottom: 30px;
}
.video-inner-page ul.smart-new-list {
    display: block;
    font-size: 0;
    margin: 0 -24px; 
}

.video-inner-page .video-section-link, .video-section-link-common{
    border-radius: 50% !important;
    display: inline-block;
    font-size: 0 !important;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #fff;
    top: 71px;
    right: 0;
    bottom: auto;
    left: 44%;
}

.video-inner-page .main-title::before {
    content: "VIDEOS";
        top: 16px;
}

.video-inner-page.news-section .smart-news-title {
    margin-top: 11px !important;
    font-family: 'Oswald-Regular';
}
.video-inner-page .news-bottom-wrap {
    padding-top: 0px;
}

/*-----------------shop-bfc-page- 27-07-21-----------*/

.archive div#shop-page-sidebar{
    width: 18.6%;
    margin-right: 30px;
    float: left;
}
.archive nav.woocommerce-pagination {
    padding-bottom: 39px;
}

.archive .woocommerce ul.products,.archive .woocommerce-page ul.products {
     clear: none;
}
.archive p.woocommerce-result-count, .archive form.woocommerce-ordering{
    display: none;
}

.archive ul.products.columns-4{
    width: 78.6%;
    position: relative;
    z-index: 1;
    clear: none;
}
.archive .shop-main-title {
    padding-top: 100px;
}


.archive ul.products.columns-4 li{
    width: 22%;
    margin-bottom: 50px!important;
}

.archive .woocommerce-pagination {
    width: 100% !important;
    display: block;
    margin-top: 0;
    overflow: hidden;
}

.archive main#main{
    display: block;
}

.archive .main-title::before{

    content: "LOOKS";
}

.archive .content-area{
    padding-top:0!important;
    padding-bottom: 120px;
}

.archive ul img {
    border: 1px solid #DDDDDD;
    height: 324px;
    object-fit: cover;
    width: 205px;

}

.archive  ul .woocommerce-loop-product__title {
    margin: 20px 0 10px!important;
    font-size: 20px!important;
    font-family: 'Oswald'!important;
}

 .archive .button.product_type_simple, .single .button.product_type_simple,
 .single .single_add_to_cart_button.button{
    background-color: transparent;
    color: #53C1BD;
    text-align: left;
    padding: 0;
    text-decoration: underline !important;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
}

 .archive  .price_slider_amount{
      text-align: left;
 }

 .archive  .price_slider_amount button{
    display: none;
   
 }

 .archive .price_slider_wrapper .ui-widget-content {
    background: #DDDDDD!important;
}

 .archive .ui-slider .ui-slider-range{
    background:#53C1BD!important;
 }

  .archive .ui-slider .ui-slider-handle{
      background:#53C1BD;
      border-radius: 50%;
      border: 0;
      box-shadow: none;
      width: 10px;
      height: 10px;
  }
  .archive .ui-slider-horizontal{
    height: 1px!important;
  }
 .archive .ui-slider .ui-slider-handle:last-child{
    margin:0;
 }

 .archive  .price_label{
    font-family: 'Oswald-Regular'!important;
  color: transparent;
  font-size: 0px;
 }

  .archive  .price_label span{
   color: #333333!important;
   font-size: 16px!important;
   margin-right: 35px;
  }

 .archive li.cat-item span.count{
    font-size: 15px;
    font-family: 'Oswald'!important;
    float: right;
    font-weight: 600;
 }
  .archive li.cat-item span.count:hover{
    color: #53C1BD;
    cursor: pointer;
  }

 .archive .page-numbers{
    float: right;
 }


 .archive .shop-page-banner:nth-child(2), .archive .shop-page-banner:nth-child(3){
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
 }
 .archive .shop-page-banner:nth-child(3){
    top:65%!important;
    transform: translateY(-65%);
 }
 .archive .shop-page-banner .textwidget p{
    font-size: 90px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-family: 'Oswald-Regular';
 }
 .archive .shop-page-banner .textwidget p strong {
    color: #51C1BD;
    font-weight: normal;
}
.archive .shop-page-banner:last-child .textwidget p{
    line-height: 130%;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Mont-SemiBold';
    margin-top: 25px;
}

  .archive  div#shop-page-banner{
    position: relative;
    margin-top: 0;
  }
  /*.archive .agency-banner-area{
      margin-top: 0;
  }*/


  /*-----------------------subscribe--popup---------------*/

.popup-contain {
    max-width: 940px!important;
    max-height: 100%!important;
    height: 100%!important;
    background-color: transparent;
    padding:12px;
        top: 68%;
}

.popup-contain .newsletter {
    background-color: #53C1BD;
    padding: 75px 75px 60px !important;
    overflow-y: auto;
}

.popup-contain .email-form-left .title p {
    font-size: 50px;
    text-align: center;
    color: #1D1D1E;
    margin-bottom: 20px!important;
}

.popup-contain  .email-form-left .title1 p {
    font-size: 22px;
    font-family: 'Mont-regular';
    text-align: center;
    color: #1D1D1E;
}
.popup-contain .news-letter {
    padding: 30px 10px 0;
    margin-top: 0;
}

.popup-contain  .popup-form .newsletter-email{
  width: 100%!important;
}

.popup-contain .newsletter-email input, .popup-contain .newsletter-email>label,  .popup-contain .newsletter-email>label em, .popup-contain .news-submit .all-btn{
    color:  #1D1D1E!important;
      border-color:  #1D1D1E!important;
}
.popup-contain .email-subscribe{
    margin-top: 50px!important;
    text-align: center;
    width: 100%;
}

.popup-contain .email-subscribe::before {
    left: 155px;
    top: 11px;
    background-image: url(../images/black-line.png);
    width: 82px;
    height: 82px;
    background-position: 0;
}
.popup-contain .close::before {
    font-size: 25px;
    font-family: 'Mont';
    line-height: 45px;
}
.popup-contain .close {
    width: 45px;
    height: 45px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;

}

.popup-contain .close:hover {
background: #1D1D1E;
}



/*****************TOP BLACK CHEFS WORLDWIDE****************/
body .chef-world-wide-section .home-shop-sfc-inner:before , .\34 -model-section .home-shop-sfc-inner:before{
    content: " ";
    background-color: #1D1D1D;
    position: absolute;
    top: -112px;
    bottom: 0;
    right: 0;
    height: 1591px;
    width: 573px;
    left: 0;
        z-index: -1;
}
.chef-world-wide-section>.container>div {
    padding-left: 0;
    padding-right: 0;
}
.chef-world-wide-section p, body .\34 -model-section p {
    font-family: 'Mont-Regular';
    line-height: 182%;
    text-align: left;
    color: #1D1D1E;
}
.chef-world-wide-section .vc_col-sm-8 p, body .\34 -model-section p  {
    margin-bottom: 40px;
}
  .bfc-category-inner-page .fashion-side-des .blog-ico {
    display: inline;
}
.bfc-category-inner-page .fashion-side-des p{
 display: inline;}
 .chef-world-wide-section .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body .chef-world-wide-section .left-side-section {
    padding-left: 40px;
    padding-right: 110px;
    width: 69.41%;
}
body .\34 -model-section .left-side-section.vc_col-sm-8{
  width: 68.41%;
  padding-left: 40px;
  padding-right: 110px;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 , body .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4{
    width: 30.59%;
}
.chef-world-wide-section .vc_custom_heading.subtitle , .\34 -model-section .vc_custom_heading.subtitle{
    font-size: 20px;
    color: #1D1D1E;
    line-height: 120%;
    font-family: 'Oswald';
   /* text-shadow: 0 0;*/
    letter-spacing: .5px;
    margin: 33px 0 35px;
}
.chef-world-wide-section figure , .\34 -model-section figure{
       margin-bottom: 55px !important;
}
.chef-world-wide-section p span.new-text {
    color: #53C1BD;
    font-style: italic;
}
.chef-world-wide-section li {
    position: relative;
    font-size: 16px;
    font-family: 'Mont-Regular';
    line-height: 182%;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 20px;
}
.chef-world-wide-section li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}


.chef-world-wide-section li .black-fashion:hover {
    color: #333;
}
.chef-world-wide-section li .black-fashion {
    
    color: #52C1BD;
    cursor: pointer;
    border-bottom: 1px solid #52C1BD;
}

.chef-world-wide-section .fashion-upper-list + .vc_custom_heading.subtitle {
    margin-top: 125px;
}
.chef-world-wide-section li .black-fashion:hover {
    color: #333;
    border-bottom: 1px solid #333;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_column-inner , .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_column-inner{
    padding-left: 30px;
    padding-right: 0;
}
.chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading , .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading{
    font-size: 20px;
    margin: 0 0 35px 0;
}
.chef-world-wide-section .smart-design-box .design-bottom-wrap , .\34 -model-section .smart-design-box .design-bottom-wrap{
    margin-top: 25px;
}
.chef-world-wide-section .smart-news-title.culinary-design-title , .\34 -model-section .smart-news-title.smart-design-title{
  
      /* min-height: 48px;*/
    margin: 0 !important;
}
.chef-world-wide-section .smart-news-title.culinary-design-title a , .\34 -model-section .smart-news-title.smart-design-title a{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald';
}
.chef-world-wide-section .smart-news-title.culinary-design-title a:hover , .\34 -model-section .smart-news-title.smart-design-title a:hover{
color: #53C1BD;
}
.chef-world-wide-section .smart-news-des , .\34 -model-section .smart-news-des{
    color: #fff;
    line-height: 182%;
}
.chef-world-wide-section .new-title.culinary-title , .\34 -model-section .new-title.design-title {
    margin-top: 10px;
}
/**********************fashion-detal page(4-black-models)*************************/


.most-stylish-section.\34 -model-section {
    padding-top: 93px !important;
    padding-bottom: 100px !important;
}
.\34 -model-section .left-side-section.vc_col-sm-8 {
    padding-right: 50px;
}
.\34 -model-section .left-side-section.vc_col-sm-8 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.\34 -model-section .main-image {
    overflow: hidden;
    margin-bottom: 65px;
}

.\34 -model-section .main-image .add-image:last-child {
    margin-right: 0;
}
body .\34 -model-section .main-image .add-image {
    float: left;
    width: 23.60%;
    position: relative;
    margin-right: 12px;
}
body .\34 -model-section .main-image .add-image:nth-child(2){
     margin-right: 12px;
}
body .\34 -model-section .main-image .add-image:nth-child(4){
     margin-right: 0px;
}
.\34 -model-section .main-image .add-image>p {
    margin-bottom: 0;
}
.\34 -model-section .main-image .add-image .image-title {
    margin: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    bottom: 13px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 120%;

  
    font-family: 'Oswald';
    font-weight: 300;
}
.\34 -model-section .main-image .add-image img {
    margin-top: 0;
}



/*---1-010-21----*/

.chef-world-wide-section.section-gapping, .\34 -model-section.section-gapping {
    padding: 93px 0 100px;
}

.\34 -model-section .vc_col-sm-8 .wpb_single_image .vc_single_image-wrapper,
.\34 -model-section .vc_col-sm-8 .wpb_single_image .vc_single_image-wrapper img, .\34 -model-section .vc_col-sm-8 figure.wpb_wrapper.vc_figure {
    max-width: 100%;
    width: 100%;
}



.page-id-1264 .inner-baner-img{
    position: relative;display: block;
    height: 476px;
}
.page-id-1264 .inner-baner-img img{

height: 100%;
}

.wpb_text_column.wpb_content_element.chef-text p:nth-child(3){
    margin: 28px 0 24px;
}

.chef-world-wide-section .vc_custom_heading.subtitle{
    margin-top:0;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading, body .\34 -model-section .home-shop-sfc-inner.vc_col-sm-4 .vc_custom_heading {
    font-weight: 500!important;
    font-family: 'oswald'!important;
    text-shadow: 0 0;
    letter-spacing: 1px;
    margin-bottom: 28px;text-align: left!important;

}

body .chef-world-wide-section.section-gapping .culinary-design-image > a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%!important;
    width: auto!important;
    max-height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    margin: auto !important;
}
body .chef-world-wide-section.section-gapping .culinary-design-image > a{
    height: 100px;
    display: block;
    position: relative;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4{
    width: 31.5%;
}
body .chef-world-wide-section.section-gapping .vc_col-sm-8{
    padding-top: 15px;
    width: 68.5%;


}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post, body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post{
    width: 48%;
    padding-right: 8px;
    float: left;
}

body .chef-world-wide-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post:nth-child(2n), body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post:nth-child(2n) {
    padding-right: 0;
    padding-left: 8px;
}

body .chef-world-wide-section .smart-news-des, .\34 -model-section .smart-news-des{
 font-family: 'Mont ExtraLight DEMO';
 text-shadow: 0 0;
   
}
body .chef-world-wide-section .smart-main-design-post.culinary-main-design-post,  body .\34 -model-stylish-section .home-shop-sfc-inner.vc_col-sm-4 .smart-main-design-post  { 
    margin-bottom: 30px!important;
}


.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner {
    padding-right: 17px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div p {
    margin-bottom: 30px;
    color: #1D1D1E;
    font-family: 'Mont-Regular';
    line-height: 200%;
    text-align: left;
    letter-spacing: 0.7px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div img {
    margin-bottom: 40px;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-title {
    letter-spacing: 0.2px;
    font-family: 'Oswald-Regular'!important;
    font-size: 20px;
    margin-bottom: 30px;
    color: #1D1D1E;
}
.designer-row-wrap.black-designer-row-wrap .vc_col-sm-9 .our-team-section .vc_column-inner .wpb_wrapper > div p a {
    text-decoration: underline;
}

.related-image a {
    height: 110px;
    position:relative;
    display:block;
    width: 156px;
    background: #ccc;
}
.related-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}



.qty.text{
	border: 1px solid #ddd !important;
	padding: 5px 7px 5px 10px;
	border-radius: 5px !important;
}
.single .cart {
	display: flex;
	align-content: center;
}
 .single .single_add_to_cart_button.button{
 margin-left: 10px;
 }
 
 .single .summary h1 {
	font-size: 40px;
}

body.single .woocommerce-product-gallery {
	max-width: unset;
	width: 48%;
	margin-bottom: 0
}
body.single .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	height: 400px !important;
	background: #ddd;
	padding: 30px;
	position: relative;
	width: 100%;
	display: block;
}

body.single .woocommerce-product-gallery__trigger {
	display: none;
}

 body .woocommerce-product-gallery__image a img{
	width: 100%!important;
	height: 100%!important;
	max-width: 100%;
	display: block;
	padding:20px;
}
body.single .summary.entry-summary{
width:52%!important;
padding-left: 55px;
}
body .woocommerce-product-gallery__image a img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	display: block;
	max-height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
body.single-product div.product .product_meta {
	font-size: 16px;
	padding-top: 0;
	font-family: 'Mont-Regular';
	margin-top: 25px;
}
body .woocommerce-Price-amount.amount span, .woocommerce-Price-amount.amount bdi {
	font-size: 18px;
	font-family: 'Mont-Regular';
}

#tab-description h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
.single ul.tabs.wc-tabs {
    background: #1d1d1e;
    border-radius: 15px 15px 0 0;
    border: 0;
    margin-bottom: 0;
    overflow: hidden;
}


body.single .woocommerce-tabs ul li a {
    font-size: 18px;
    color: #fff;
    box-shadow: none!important;
}

body.single .woocommerce-tabs ul li.active a {
    border:0!important;
}
body .woocommerce-tabs ul li {
	margin: 0;
}
body .woocommerce-tabs ul li a {
	margin: 0;
	 padding: 13px 45px;  
	     display: inline-block;
}

body .woocommerce-tabs ul li.active, body .woocommerce-tabs ul li:hover {
    background: #53c1bd;
    border:0!important;
}
.single div#tab-description, div#tab-reviews {
    padding: 30px 40px;
    border: 1px solid #EAEDEF;
    margin-bottom: 0;
}
.single .woocommerce-tabs .panel h2:first-of-type {
    font-size: 22px;
    margin: 0 0 10px;
}

.single p.woocommerce-noreviews {
    font-size: 15px;
}
body .woocommerce-tabs.wc-tabs-wrapper{
    font-size: 0px;
}
body span#reply-title, body .comment-respond p.comment-notes, body .comment-respond p.logged-in-as {
    text-align: left;
    font-size: 16px;
     font-family: 'Mont-Regular';
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0;
    line-height: 160%;
}

body .comment-respond p.comment-notes, body .comment-respond p.logged-in-as{
   font-size: 15px;
   color: #1d1d1e;
    font-family: 'Mont-Regular';
}
body .woocommerce-tabs #reviews .comment-form-rating label {
    max-width: 100%;
}
body .comment-respond p:not(.comment-notes) {
    max-width: 100%;
    line-height: 100%;
    margin: 0 0 15px;
}

body .comment-respond label{
    font-size: 16px;
    color: #1d1d1e;
     font-family: 'Mont-Regular';
    margin: 0 0 10px;
}
body textarea#comment {
    background: transparent;
    border-bottom: 1px solid #EAEDEF !important;
    border-radius: 2px!important;
    height: 80px;
        padding-top: 19px!important;
    padding-left: 22px!important;
}
body .comment-respond .comment-form-author, body .comment-respond .comment-form-email {
    width: 100%;
}
form#commentform .input_focus label,
form#commentform .value_focus label{
    -webkit-transform: scale(.75) translateY(-28px);
    -moz-transform: scale(.75) translateY(-28px);
    -ms-transform: scale(.75) translateY(-28px);
    -o-transform: scale(.75) translateY(-28px);
    transform: scale(.75) translateY(-28px);
    border: 1px solid #53C1BD;
    background: #53C1BD;
    border-radius: 4px;
    padding: 2px 5px;
    color: #1d1d1e;
    top:12px;
    font-size: 12px!important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

body .woocommerce-tabs #reviews .comment-form-author, 
body .woocommerce-tabs #reviews .comment-form-email, 
form#commentform p {
    position: relative;
    
}
form#commentform input{
  border:1px solid #EAEDEF;
  padding: 0 17px;
}
body form#commentform label {
    color: #1d1d1e;
    left: 10px;
    font-size: 16px;
    top: 20px;
}

body .comment-form-rating {
    margin-bottom: 28px;
    position: relative;
}
body input#wp-comment-cookies-consent {
    border: 1px solid #EAEDEF!important;
    width: 25px;
    height: 25px;
    padding: 0!important;
    position: relative;
    top: 7px;
}
body input[type="checkbox"]:checked::before {
    margin: 0;
    height: 100%;
    width: 100%;
}
p.comment-form-cookies-consent label {
    position: static!important;
    text-align: left;
    line-height: 100%;
    padding: 4px 0;
    margin: 0 0 -6px 10px!important;
}
form#commentform p.form-submit {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
body .woocommerce-tabs #tab-reviews #submit {
    float: left;
}
body form#commentform p.form-submit input#submit {
min-width: unset;
    padding: 0px 30px!important;
}
form#commentform input.error, body p.comment-form-comment textarea#comment.error {
    border-color: red!important;
}
form#commentform p.stars.selected a {
    color: #53C1BD;
}
form#commentform p.stars a {
    color: #1d1d1e;
}
.single-product #tab-reviews ol.commentlist li {
	padding: 30px 28px 18px;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	margin: 0 0 20px !important;
}
.single-product #tab-reviews ol.commentlist li .comment-text {
	line-height: 0;
}
.single-product #tab-reviews ol.commentlist li .avatar-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.single-product #tab-reviews ol.commentlist li .avatar {
	float: none;
	max-height: 100%;
	max-width: 100%;
	height: 48px;
	width: 48px;
	border-radius: 100px;
	margin: 0 14px 0 0;
}
.single-product #tab-reviews ol.commentlist li .meta {
    line-height: 180%;
}
.single-product #tab-reviews ol.commentlist li .meta .woocommerce-review__author {
	display: block;
	font-size: 14px;
	color: #1d1d1e;
	line-height: 120%;
	letter-spacing: -0.03px;
	margin: 0 0 3px 0;
}
.single-product #tab-reviews ol.commentlist li .meta .woocommerce-review__published-date {
	font-size: 12px;
	color: #1d1d1e;
	line-height: 120%;
	text-align: left;
	font-family: 'Montserrat';
}
.single-product .woocommerce-tabs #reviews ol.commentlist li .star-rating {
    margin: 18px 0 9px 0;
}
#content .review .star-rating::before {
	font-size: 14px !important;
	left: 0px !important;
	top: 0 !important;
	letter-spacing: 3.7px !important;
}
.single-product .woocommerce-tabs #reviews .description p {
	font-family: 'Montserrat';
	padding: 4px 0 13px 0;
	border-bottom: 1px solid #eaeef0;
	margin-bottom: 2px !important;
}

em.woocommerce-review__awaiting-approval {
    font-style: normal;
}
.comment-text .description p {
    padding: 0!important;
    border-bottom: 0!important;
    line-height: 160%;
}
.single-product .star-rating { 
    color: #6dc1bf;
}
body.woocommerce .content-area .site-main {
    margin: 0;
}
body .woocommerce-tabs {
    padding: 40px 0 0;
    margin: 0;
}
body .woocommerce-tabs #reviews .comment-form-rating label {
    margin: 0 auto 8px;
    position: static;
}
body.woocommerce .content-area {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
body.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 18px;
    font-family: Mont-Regular;
    padding: 15px 0 20px;
}
body.single-product div.product {
    padding: 90px 0 100px;
}

body.single.woocommerce section.related.products h2 {
    line-height: 100%;
    margin: 12px 0 20px;
    font-size: 20px;
}
body.single.woocommerce section.related.products img {
    width: 100%;
    object-fit:cover;
 }
body ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
}

/*-cart-page--*/

.woocommerce-page .woocommerce .woocommerce-cart-form {
    max-width: 66.5%;
    width: 66.5%;
        float: left;
    flex: 0 0 66.5%;
}
.woocommerce-page .woocommerce .cart-collaterals {
    max-width: 33.4%;
    width: 33.4%;
    flex: 0 0 33.4%;
        float: left;
    padding-left: 38px;
}

body.woocommerce .cart-collaterals .cart_totals, 
body.woocommerce-page .cart-collaterals .cart_totals {
    float:none;
    width: 100%;
}

.most-stylish-section .popup-contain.popup-main-video .popup-form, 
.most-stylish-section .popup-contain.popup-main-video .popup-form iframe{
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 500px;
}
.popup-contain .email-subscribe {
    margin-top: 70px!important;
    width: auto;
    margin: 0 auto;
    float: none;
    max-width: 200px;
}
ul.social-icone-list li.instagram i.fa::before {
    background-position: unset;
    content: "\f16d";
    background: unset;
    margin-top: -2px;
}
ul.social-icone-list li.youtube i.fa::before {
    background-position: unset;
    content: "\f16a";
    background: unset;
    margin-top: -2px;
}
ul.social-icone-list li.twitter i.fa::before {
    background-position: -52px -58px;
    width: 23px;
    height: 21px;
    background-image: url('../images/latest-logo.png');
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(4096%) hue-rotate(260deg) brightness(122%) contrast(108%);
}
ul.social-icone-list li.instagram a:hover i.fa::before,
ul.social-icone-list li.youtube a:hover i.fa::before {
    color:#53C1BD;

}
ul.social-icone-list li.twitter a:hover i.fa::before {
    filter: brightness(0) saturate(100%) invert(89%) sepia(56%) saturate(1293%) hue-rotate(148deg) brightness(79%) contrast(88%) !important;
    background-position: -52px -58px;
}
.entertainment-video-wrap .entertainment-video-section-link {
    z-index: 9;
}
 .video-section-link-common {
    height: 55px !important;
}
div#shop-page-sidebar h2.chw-title.shop-page-left-title {
    margin-top: 25px;
}
.archive div#shop-page-sidebar {
    position: relative;
}
div#shop-page-sidebar form#searchform {
    position: relative;
    display: block;
}
div#shop-page-sidebar .shop-page-left ul.product-categories li a {
    font-size: 15px;
    line-height: 240%;
}
div#shop-page-sidebar ul.product-categories li {
    margin: 0;
}
div#shop-page-sidebar .shop-page-left ul.product-categories li a {
    font-size: 15px;
    line-height: 240%;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
}
div#shop-page-sidebar .shop-page-left ul.product-categories li.current-cat a {
    color: #53c1bd;
}
ul.smart-new-list .blog-cat-list li.smart-main-post {
    flex: 0 0 40.52%;
}
.header-inner.section-inner .header-titles-wrapper .header-titles a.custom-logo-link {
    max-width: 350px;
}
header .header-navigation-wrapper {
    padding-left: 35px;
}
.archive-subtitle.section-inner.thin.max-percentage.intro-text p {
    text-align: center;
}
ul.smart-new-list .blog-cat-list li.smart-main-post .featured-media-inner.section-inner.medium {
    margin: 0;
}
.single .single_add_to_cart_button.button:hover {
    color: #000;
}
.single-product .woocommerce-message a.button.wc-forward {
    text-transform: uppercase;
}
body.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    text-transform: uppercase;
}
main#site-content > li.smart-main-post.extra-first {
    margin: 0;
}
form.checkout.woocommerce-checkout {
    padding-left: 15px;
    padding-right: 15px;
}
.wocoomerce-header-menu .card 
 a.cart-num.active-cart {
    background-position: -45px -1px;
}
.video-inner-page ul.smart-new-list.smart-new-list-video a.video-link {
    top: 40%;
}
html.open .popup-contain iframe {
    margin: auto;
}
html.open .popup-contain .popup-form {
    width: auto;
}
div#shop-page-sidebar form#searchform input#s {
    padding: 0;
}
div#shop-page-sidebar form#searchform label.srch-label {
    top: -7px;
    left: 0;
}
div#shop-page-sidebar form#searchform .post-submit  input#searchsubmit {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}
.error span {
    font-size: 14px;
    color: red;
}
.popup-contain .news-submit input#sidebar_button:hover {
    color: #fff !important;
}
ul.products li.product a.button.product_type_simple.add_to_cart_button {
    text-transform: uppercase !important;
}
/* .shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    pointer-events: none;
} */
ul.smart-new-list .blog-cat-list li.smart-main-post {
    margin: 0;
}
.blog-cat-list .smart-design-list {
    justify-content: center;
    gap: 25px;
}
#site-content .post-inner p.return-to-shop a.button.wc-backward {
    text-transform: uppercase;
}
.archive ul.products.columns-4 li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title {
    color: #6fd4ec;
}
.shopbfs-section ul.products li.product>.woocommerce-LoopProduct-link:hover h2.woocommerce-loop-product__title {
    color: #fff !important;
}
.no-search-results-form.section-inner.thin {
    padding: 0;
    padding-top: 30px;
}
body.search.search-no-results label {
    padding-left: 0;
    justify-content: center;
    margin-bottom: 10px;
}
body.search.search-no-results form.search-form {
    display: block;
    text-align: center;

}
body.search.search-no-results .blog-cat-list {
    width: 100%;
}
body.search.search-no-results .no-search-results-form.section-inner.thin {
    padding: 0;
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
}
div#shop-page-sidebar form#searchform input#s {
    margin-top: 5px;
}
/* 24-03-2025 */
div#shop-page-sidebar > div:nth-child(2), div#shop-page-sidebar > div:nth-child(3), div#shop-page-sidebar > div:nth-child(4) {
	display: none;
}
body.search.search-no-results label {
	text-align: left;
	justify-content: flex-start;
}
body.search input.search-submit:hover {
	text-decoration: underline;
}
.wpfFilterButton.wpfButton:hover, .wpfClearButton.wpfButton:hover {
	background-color: #029cdc;
	text-decoration: underline !important;
}
.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice {
    width: 40px !important;
}
html.open .smart-new-list.smart-new-list-video::after, html.open ul.video_content_wrapper::after, html.open .entertainment_video_content_wrapper_all::after {
	position: fixed;
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,.7);
	z-index: 9999;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
html.open .popup-contain .popup-form {
	background: #000;
}
html.open body::before {
display: none;
}
.page-id-26 .entertainment-section1.section-gapping.entertainment-section {
	background: #101010;
}
.page-id-26 .entertainment_video_content_wrapper > li:first-child .entertainment-video-content-wrap {
	padding: 0;
    margin-top: 25px;
}
.page-id-26 .entertainment_video_content_wrapper > li {
	margin: 0;
	padding-bottom: 29px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(229,227,245,.1);
}
.page-id-26 .entertainment_video_content_wrapper > li:not(:first-child) .entertainment-video-section-link {
	display: none;
}
.page-id-26 .entertainment_video_content_wrapper > li:first-child {
	max-width: 736px;
	margin: 0;
	border: 0;
}
.page-id-26 .entertainment-video-section-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 31.5%;
	bottom: auto;
	margin: auto;
	font-size: 0;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 74px;
	text-align: center;
}
.page-id-26 .entertainment-video-section-link:hover {
    background-color: #333;
}
.page-id-26 .entertainment-video-section-link::after {
    width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #53c1bd;
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 0;
	display: inline-block;
	text-align: center;
	margin: auto;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid #53c1bd;
}
.page-id-26 .entertainment_video_content_wrapper > li:nth-child(2) {
	border-top: 1px solid rgba(229,227,245,.1);
	padding-top: 30px;
}
/* 24-03-2025 */
/*
  font-family: 'gnuolane';
      font-family: 'GTAmerica-CompressedBold';
       font-family: 'Mont-Regular';
         font-family: 'Mont-SemiBold';
           font-family: 'Oswald-Regular';
            font-family: 'Georgia';
                font-family: 'Mont';
                  font-family: 'Oswald';*/

section.content-area {
    z-index: 2;
    position: relative;
}

header#site-header .header-titles-wrapper>.header-titles {
    display: block;
}
.woocommerce-cart #site-content .woocommerce .cart-collaterals {
    margin-bottom: 50px;
}
.agency-banner-area {
    margin-top: 0;
}
.menu-modal .menu-modal-inner .menu-top nav .social-icon-wrapper li.instagram a i:before {
    font-size: 26px;
    color: #fdfbeb;
}
.menu-modal .menu-modal-inner .menu-top nav .social-icon-wrapper li.instagram a:hover i:before {
    color: #53c1bd;
}
body.blog main#site-content .pagination-wrapper.section-inner {
    margin-bottom: 60px;
}