/* reset the reset */
b,
strong {
    font-weight: bold;
}


html {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}

body {
    font-size: 1.28rem;
    color: #919191;
    letter-spacing: .0143rem;
    line-height: 1.7rem;
    position: relative;
}

img {
    max-width: 100%;
    display: inline-block;
}

:not(.responsive-img-box) img[src*=svg] {
    padding: .1rem;
}

button,
input,
textarea,
select {
    font-family: 'Playfair Display', serif;
    opacity: 1;
    letter-spacing: .0143rem;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

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

a {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #000;
}

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

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    padding: 0;
    margin: 0;
    color: #252525;
}

p {
    color: #252525;
}

.w-90 {
    width: 90% !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.7em;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7em;
}

.display-7 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.7em;
}

.display-8 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6em;
}

.display-9 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em;
}

.display-10 {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.4em;
}

.bg-white {
    background-color: #fff !important;
}

.text-white {
    color: #fff !important;
}

.border-white {
    border-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.text-black {
    color: #000 !important;
}

.border-black {
    border-color: #000 !important;
}

.bg-red {
    background-color: red !important;
}

.text-red {
    color: red !important;
}

.border-red {
    border-color: red !important;
}

.bg-grey {
    background-color: grey !important;
}

.text-grey {
    color: grey !important;
}

.text-grey2 {
    color: #252525 !important;
}

.border-grey {
    border-color: grey !important;
}

.text-gold {
    color: #CA8A35 !important
}

.bg-gold {
    background-color: #D4AF37 !important;
}

.text-blue {
    color: #007bff !important;
}

.bg-blue {
    background-color: blue !important;
}

.text-brown {
    color: brown !important;
}

.bg-brown {
    background-color: brown !important;
}


.full_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

body.sticky-header .body_section,
header.fixed-top .body_section {
    padding-top: 130.89px;
    padding-bottom: 130.89px;
}

.top_strip {
    background-color: #f5f6f8;
}

.top_language_info {
    font-size: .85rem;
    color: #4A4A4A;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
}

.top_language_info img {
    max-width: 1.85rem;
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbrandlogo {
    max-width: 150px;
}

.navbar-expand-md {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.navbar-expand-md>.container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation .navbar {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 2.5rem;
}

.logo img {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    max-height: 90px;
}

.navigation.fixed .logo img {
    max-width: 10.5rem;
}

.navigation {
    background-color: #fff;
    position: relative;
    /*border-bottom:3px solid #f29401;*/
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.navigation.fixed-top {
    width: 100%;
    position: absolute;
    top: 0%;
    background-color: #fff;
    /*-webkit-animation:slide-down 0.7s;animation:slide-down 0.7s;*/
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navigation .navbar-toggler {
    width: 40px;
    height: 35px;
    line-height: 0;
    color: #000;
    border-color: #000;
    padding: 0;
    margin: 15px 9px 0 0;
}

.navigation .navbar-toggler-icon {
    width: 35;
    height: 2px;
    display: block;
    background-color: #000;
    margin: 5px auto;
}

.navigation .navbar-toggler:focus {
    outline: none;
    outline-offset: 0;
}

.navigation .navbar-toggler:hover {
    background-color: #000;
}

.navigation .navbar-toggler:hover .navbar-toggler-icon {
    background-color: #fff;
}

.navigation .menu_block {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.navigation .navbar-nav li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 0 .5rem;
}

.navigation .navbar-nav li a,
.home_toggle_block li a {
    position: relative;
    font-size: 1.07rem;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: .65rem .8rem;
}

.navigation .navbar-nav li svg {
    width: 1.3rem;
    fill: #252525;
}

.navigation .navbar-nav>li.active>a,
.navigation .navbar-nav li a:hover {
    color: #000;
    border-bottom: 2px solid;
}

.navigation .navbar-nav li a:hover svg {
    fill: #000;
}

.home_toggle_block,
.home_toggle_block li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1px;
}

.home_toggle_block li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 2.5rem;
}

.home_toggle_block li.selected>a,
.home_toggle_block li a:hover {
    background-color: #000;
    color: #fff;
}

.home_toggle_block li.menu_toggler {
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.home_toggle_block li.menu_toggler_select,
.home_toggle_block li.signup_popup_click_select a {
    background-color: #000;
}

.home_toggle_block li.menu_toggler>div {
    padding: 1.07rem 2.5rem;
}

.home_toggle_block li.menu_toggler_select>div {
    padding: 1.07rem 2.5rem;
}

.home_toggle_block li.menu_toggler span {
    width: 2.28rem;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #4b4b4b;
    margin: .5rem auto;
}

.home_toggle_block li.menu_toggler span:nth-child(2) {
    width: 1.57rem;
}

.home_toggle_block li.menu_toggler span:nth-child(3) {
    width: .71rem;
}

.home_toggle_block li.menu_toggler_select span {
    width: 2.28rem;
    background-color: #fff;
    /*-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
}

.home_toggle_block li.menu_toggler_select span:nth-child(3) {
    width: 2.28rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.home_toggle_block li.menu_toggler_select span:nth-child(2) {
    display: none;
}

.banner_block {
    width: 100%;
    background-color: #000;
}

.banner_block::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    z-index: 1;
}

/*.banner_block_overlaye{width:100%;height:100%;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0%;z-index:1;}*/
.banner_block .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner_img {
    max-width: 48%;
    /*max-width:43%;position:absolute;right:0;top:0;*/
    margin-left: auto;
    z-index: 2;
    min-height: 44.93rem;
}

.pressnews-banner-block .banner_img {
    min-height: 100%;
}

.return-banner-block .banner_img {
    min-height: 22.5rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
    width: 100%;
}

.banner_icon_left_bottom {
    max-width: 8rem;
    position: absolute;
    left: 1.07rem;
    bottom: 1.07rem;
    z-index: 2;
}

.banner_icon_right_top {
    max-width: 8rem;
    position: absolute;
    right: 1.07rem;
    top: 1.07rem;
    z-index: 2;
}

.banner_icon_left_bottom img,
.banner_icon_right_top img {
    width: 100%;
}

.banner_title,
.banner_url {
    color: #fff;
}

.banner_title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: normal;
}

.banner_url {
    font-size: 2.2rem;
    line-height: normal;
}

.banner_title a,
.banner_title a:hover,
.banner_url a,
.banner_url a:hover {
    color: #fff;
}

.banner_desc {
    color: #919191;
    font-weight: 600;
    line-height: 2.14rem;
}

.banner_desc a {
    color: inherit;
    text-decoration: underline;
}

.banner_desc a:hover {
    color: #fff;
}

.prnews-desc-text,
.prnews-desc-text p {
    color: #fff;
}

.signup_join_btns a {
    border: 1px solid #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .14rem;
    text-transform: uppercase;
    border-radius: 2.67rem;
    padding: 1.8rem 1.8rem;
}

.signup_join_btns a.selected,
.signup_join_btns a:hover {
    background-color: #fff;
    color: #000;
}

.brands_logo_block {
    width: calc(100% - 18rem);
    border-bottom: 1px solid #ece8e8;
}

.all_brands_links {
    width: 18rem;
    height: 13rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    font-size: 1.07rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .14rem;
}

.all_brands_links:hover {
    color: #fff;
    text-decoration: underline;
}

.section_title {
    font-size: 2.85rem;
    color: #000;
    font-weight: 900;
    line-height: 3.92rem;
}

.prshots_team_block .section_title {
    font-size: 2.5rem;
}

.view_more a {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.07rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
}

.new_images_sliders .item,
.cat_images_sliders .item {
    padding: 1px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.new_images_sliders .owl-stage-outer,
.cat_images_sliders .owl-stage-outer,
.our_customers_slider .owl-stage-outer {
    z-index: 1;
}

.new_images_sliders .owl-nav,
.cat_images_sliders .owl-nav,
.our_customers_slider .owl-nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% - 3rem);
    left: 0%;
    z-index: 0;
}

.new_images_sliders.owl-carousel .owl-nav button.owl-prev,
.new_images_sliders.owl-carousel .owl-nav button.owl-next,
.cat_images_sliders.owl-carousel .owl-nav button.owl-prev,
.cat_images_sliders.owl-carousel .owl-nav button.owl-next,
.our_customers_slider.owl-carousel .owl-nav button.owl-prev,
.our_customers_slider.owl-carousel .owl-nav button.owl-next {
    width: calc(12.5% - 30px);
    height: 100%;
    background-color: #f5f6f8;
    position: absolute;
    left: -12.5%;
}

.new_images_sliders.owl-carousel .owl-nav button.owl-next,
.cat_images_sliders.owl-carousel .owl-nav button.owl-next,
.our_customers_slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -12.5%;
}

.new_images_sliders.owl-carousel .owl-nav button.owl-prev span,
.new_images_sliders.owl-carousel .owl-nav button.owl-next span,
.cat_images_sliders.owl-carousel .owl-nav button.owl-prev span,
.cat_images_sliders.owl-carousel .owl-nav button.owl-next span,
.our_customers_slider.owl-carousel .owl-nav button.owl-prev span,
.our_customers_slider.owl-carousel .owl-nav button.owl-next span {
    width: 6rem;
    height: 6rem;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #000;
    background-size: 1.57rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.new_images_sliders.owl-carousel .owl-nav button.owl-prev span,
.cat_images_sliders.owl-carousel .owl-nav button.owl-prev span,
.our_customers_slider.owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../img/arrow_prev_white.svg);
}

.new_images_sliders.owl-carousel .owl-nav button.owl-next span,
.cat_images_sliders.owl-carousel .owl-nav button.owl-next span,
.our_customers_slider.owl-carousel .owl-nav button.owl-next span {
    background-image: url(../img/arrow_next_white.svg);
}

.new_images_sliders .owl-dots,
.cat_images_sliders .owl-dots,
.our_customers_slider .owl-dots {
    width: 100%;
    text-align: center;
    /*position:absolute;*/
    bottom: -3.5rem;
    z-index: 2;
}

.new_images_sliders .owl-dots .owl-dot,
.cat_images_sliders .owl-dots .owl-dot,
.our_customers_slider .owl-dots .owl-dot {
    width: 3.5rem;
    height: 0.21rem;
    background-color: #e1e1e1;
    margin: 0 0.3rem;
}

.new_images_sliders .owl-dots .owl-dot.active,
.cat_images_sliders .owl-dots .owl-dot.active,
.our_customers_slider .owl-dots .owl-dot.active {
    background-color: #000;
}

.writer_brands_sec {
    width: 100%;
    background-color: #f6f5f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.writer_brands_desc_block {
    background-color: #fff;
    position: relative;
    padding: 4.5rem 2rem;
}

.writer_brands_left_desc_block::after {
    /*width:5000px;*/
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -5000px;
    top: 0;
    content: '';
}

.writer_brands_right_desc_block::after {
    /*width:5000px;*/
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -5000px;
    top: 0;
    content: '';
}

.writer_brands_title {
    font-size: 1.28rem;
    color: #252525;
    font-weight: 700;
    line-height: 1.92rem;
    text-transform: uppercase;
}

.writer_brands_desc_link {
    font-size: 1.07rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.our_customers_desc {
    font-family: 'Playfair Display', serif;
    font-size: 1.60rem;
    letter-spacing: 0.02rem;
    line-height: 3.21rem;
}

.our_customers_info small {
    display: block;
    font-size: 83.3333%;
    color: #252525;
    font-weight: 700;
}

.our_customers_slider .owl-dots {
    position: relative;
    bottom: -1rem;
    margin-bottom: 2rem;
}

.our_customers_slider.owl-carousel .owl-nav button.owl-prev,
.our_customers_slider.owl-carousel .owl-nav button.owl-next {
    height: auto;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.our_customers_slider.owl-carousel .owl-nav button.disabled {
    opacity: 0;
}

.prshot_join_block {
    background-color: #ebebe7;
    overflow: hidden;
}

.prshot_join_banner {
    width: 50%;
    position: absolute;
    top: 0%;
}

.prshot_join_block .row {
    width: calc(100% + 30px);
}

.prshot_join_desc {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(235, 235, 231, 1);
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
}

.prshot_join_second_desc {
    background-color: rgba(242, 241, 239, 1);
}

.prshot_join_block .prshot_join_first_desc::before,
.prshot_join_block .prshot_join_second_desc::before {
    width: 860px;
    height: 100%;
    background-color: #ebebe7;
    position: absolute;
    top: 0%;
    left: -860px;
    content: '';
}

.prshot_join_block .prshot_join_second_desc::before {
    background-color: rgba(242, 241, 239, 1);
    content: '';
}

footer {
    width: 100%;
    background-color: #000;
    padding: 3rem 0 0;
}

.footer_title {
    font-size: 1.07rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.quick_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quick_links li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 0;
}

.quick_links li a {
    font-size: 1.07rem;
    color: #F5F6F8;
    padding: 0.5rem 0;
}

.quick_links li a:hover {
    color: #fff;
}

.social_links li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .3rem;
}

.social_links li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.copy_right_links {
    background-color: #f5f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0;
    margin-top: 3rem;
}

.copyright_sec {
    float: left;
    font-size: 1.28rem;
    color: #919191;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1.5rem;
}

.footer_links li {
    display: inline-block;
    position: relative;
    padding: 0 1.07rem;
}

.footer_links li:first-child::before {
    display: none;
}

.footer_links li::before {
    width: 2px;
    height: .85rem;
    background-color: #919191;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -.3rem;
    content: '';
}

.footer_links li a {
    font-size: 1.28rem;
    color: #919191;
    padding: 0.25rem 0;
}

.footer_links li a:hover {
    color: #000;
}


.overflow_hidden {
    overflow: hidden !important;
}

.menu_banner {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

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

.menu_toggler_open {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    display: none;
    transition: all 0.5s ease-out;
    z-index: 9999;
    border-top: .35rem solid #000;
}

.menu_toggler_open.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_desc {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.5rem 0;
}

.header_menu_links {
    width: 100%;
    float: left;
}

.header_menu_links .footer_title {
    font-family: 'Playfair Display', serif;
    font-size: 2.85rem;
    font-weight: 700;
    color: #000;
    text-transform: initial;
}

.header_menu_links .quick_links li {
    padding: 1rem 0;
}

.header_menu_links .quick_links li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

/* Login */
.modal_popups,
.signup_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0%;
    background-color: #fff;
    overflow: auto;
    transition: all 0.5s ease-out;
    z-index: 99;
}

.modal_popups {
    z-index: 101;
}

.modal_popups.modal_popups_open {
    top: 0%;
}

.modal_popups_left_img_sec {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    overflow: hidden;
}

.modal_popups_left_img_sec img {
    width: 100%;
    height: auto;
}

.popups_header_bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

.cancel_popup {
    min-width: 11.5rem;
    font-size: 1.07rem;
    font-weight: 700;
    color: #656565;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .8rem;
}

.cancel_popup img {
    max-width: 1.28rem;
    margin-left: .5rem;
}

.media_popups_header_bar {
    top: .71rem;
    right: -3.2rem;
    z-index: 9;
}

.media_cancel_popup {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #252525;
    border-radius: .35rem;
    padding: .8rem;
}

.media_cancel_popup img {
    max-width: 1.28rem;
}

.img_detail_sec {
    padding-top: .71rem;
}

.form_title {
    font-size: 2.85rem;
    color: #000;
    line-height: normal;
    font-weight: 700;
}

.form_subtitle {
    color: #919191;
    font-size: 1.28rem;
    font-weight: 500;
}

.field_name {
    font-size: 1.07rem;
    font-weight: 500;
    color: #252525;
    margin-bottom: .5rem;
}

.form-control {
    width: 100%;
    height: 4.28rem;
    border-radius: .28rem;
    border: 1px solid #E3E3E3;
    background-color: #F5F6F8;
    font-family: 'Barlow', sans-serif;
    font-size: 1.14rem;
}

.forgot_link a {
    font-size: 1.07rem;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.remember_btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default_btn {
    min-width: 10.5rem;
    min-height: 4.28rem;
    border: 0;
    background-color: #000;
    border-radius: 2.71rem;
    font-family: 'Barlow', sans-serif;
    font-size: 1.07rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.5rem 1.5rem;
}

.default_btn:hover {
    background-color: #000;
}

.form_block .default_btn {
    min-width: 17.85rem;
}

/* Custom Checkbox Box */
.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.07rem;
    font-weight: 500;
    color: #252525;
    line-height: 2.14rem;
    position: relative;
    padding-left: 2.85rem;
}

.custom_check input {
    /*width:100%;*/
    min-width: 2.14rem;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.custom_check .check_indicator {
    height: 2.14rem;
    width: 2.14rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F5F6F8;
    border: 1px solid #E3E3E3;
    border-radius: .28rem;
}

.custom_check input:checked+.check_indicator {
    background-color: #000;
}

.custom_check input:checked+.check_indicator:before {
    width: .71rem;
    height: 1.07rem;
    position: absolute;
    left: .64rem;
    top: .21rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/* Join now */
.join_now_link {
    border-top: 2px solid rgba(101, 101, 101, 0.15);
}

.join_now_link a {
    font-size: 1.07rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.join_now_link a:hover {
    color: #000;
}

.sign_modal_open {
    border-top: .35rem solid #000;
}

/* Brand */
.title_view_bar {
    width: 100%;
    min-height: 18rem;
    background-color: #F5F6F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Playfair Display', serif;
    font-size: 4.28rem;
    font-weight: 900;
    line-height: normal;
    color: #000;
}

.title_view_bar small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #919191;
}

.title_view_bar .sort_arctitle.smaller {
    font-size: 2rem;
}

.title_view_bar .sort_arcsubtitle.smaller {
    font-size: 1rem;
}

.search_field_sec a,
.search_brand_field_sec a {
    width: 1.43rem !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.search_field_sec input[type="text"],
.search_field_sec input[type="password"],
.search_field_sec input[type="email"],
.search_brand_field_sec input[type="text"],
.search_brand_field_sec input[type="password"],
.search_brand_field_sec input[type="email"] {
    width: 100%;
    height: 3.92rem;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #000;
    padding: 1.07rem;
    padding-left: 2.5rem;
}

.conversations_drop_down {
    margin-left: auto;
}

.conversations_drop_down li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2rem;
}

.conversations_drop_down li a {
    display: block;
    font-size: 1.07rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

ul.dropdown-menu {
    min-width: 20rem;
    max-height: 25rem;
    overflow: auto;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    top: 100%;
    left: auto;
    right: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 0;
}

ul.dropdown-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

ul.dropdown-menu li a {
    width: 100%;
    display: block;
    font-size: 1.07rem;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: .14rem;
    border-left: .21rem solid transparent;
    padding: 1.5rem 1.5rem;
}

ul.dropdown-menu li a small {
    display: block;
    font-weight: 400;
    color: #656565;
    text-transform: initial;
}

ul.dropdown-menu li a:hover {
    color: #000;
    border-color: #000;
}

ul.dropdown-menu li a:hover small {
    color: #000;
}

ul.dropdown-menu li:nth-child(odd) {
    background-color: #f8fafc;
}

ul.dropdown_search_with_list_block li {
    background-color: #fff;
}

ul.dropdown_search_with_list_block li:nth-child(odd) {
    background-color: #f8fafc;
}

.no-nicescroll ul.dropdown-menu {
    max-height: inherit;
    overflow: initial;
    z-index: 1031;
}

ul.dropdown-menu li a[data-selected="true"] {
    background-color: #ece8e8;
}

.brand_block {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.brand_img_view {
    width: 100%;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f3efef;
}

.brand_img_view img {
    max-height: 100%;
}

.brand_name_sec,
.pricing_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: .21rem 1rem;
}

.brand_name_sec a,
.pricing_sec a {
    color: #000;
}

.brand_icon {
    width: 2.28rem;
    height: 2.28rem;
    background-color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .35rem;
}

.brand_over {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
}

.brand_over span {
    min-width: 80%;
    min-height: 4.28rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2.71rem;
    font-size: 1.07rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.brand_block:hover .brand_over,
.brand_block.active .brand_over,
.latest_img_block:hover .brand_over,
.lookbook_view:hover .brand_over {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.conversations_btn_sec {
    /*background-color:#f8fafc;*/
    padding: 5rem 0 8rem;
}

.conversations_btn_text {
    display: inline-block;
    font-size: 1.28rem;
    color: #424B5A;
    font-weight: 600;
}

.conversations_btn_text span.conv_span {
    width: 22rem;
    height: .21rem;
    background-color: #E3E3E3;
    display: block;
    margin-top: 2rem;
}

.con_load_more_btn {
    min-width: 22rem;
    height: 5rem;
    background-color: #fff;
    border: 1px solid #424B5A;
    border-radius: 2.71rem;
    font-size: 1.07rem;
    font-weight: 700;
    color: #000;
    letter-spacing: .21rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

.con_load_more_btn:hover {
    background-color: #000;
    color: #fff;
}

/* latest images */
.title_view_gray {
    height: 19.28rem;
    color: #000;
}

.showing_text {
    font-size: 1.28rem;
    color: #000;
}

.latest_img_block {
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    min-height: 22.5rem;
}

.latest_img_block .brand_over span {
    min-width: inherit;
    padding: 1.07rem 2.5rem;
}

.latest_img_view {
    width: 100%;
    height: 20.5rem;
    border-bottom: 1px solid #f3efef;
}

.cat_img_view {
    width: 100%;
    height: 15.9rem;
    border-bottom: 1px solid #f3efef;
}

.latest_img_view_col4 {
    width: 100%;
    height: 13.5rem;
    border-bottom: 1px solid #f3efef;
}

.new_home_img_view {
    width: 100%;
    height: 30.43rem;
}

.new_fav_img_view {
    width: 100%;
    height: 16.43rem;
}

.latest_img_view img,
.new_home_img_view img,
.latest_img_view_col4 img,
.new_fav_img_view img,
.lookbook_view img {
    max-height: 100%;
    max-width: 100%;
}

.latest_img_name {
    min-height: 4.5rem;
    font-size: 1.07rem;
    color: #656565;
    padding: 1.5rem 1rem 0;
    overflow-wrap: break-word;
}

.latest_img_price {
    font-size: 1.07rem;
    color: #656565;
    font-weight: 600;
}

.lightbx-title {
    min-height: 2.5rem;
}

.not_authorised_img_name {
    font-size: 1rem;
    color: red;
    padding: 0.5rem 1rem;
    overflow-wrap: break-word;
}

/* faq */
.writers_influencers_text {
    font-size: 1.07rem;
    color: #919191;
    font-weight: 600;
    text-transform: uppercase;
}

.faq_block {
    padding: 4rem 0;
}

.faq_left_banner {
    width: calc(46.5% - 50px);
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.faq_title {
    font-size: 2.85rem;
    color: #000;
    font-weight: 900;
}

.faq_title small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #919191;
}

.faq_collapse {
    margin-top: 2rem;
}

.faq_collapse .card-header {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: -1px;
}

.faq_collapse .card-header a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.43rem;
    font-weight: 500;
    color: #252525;
    padding: 2.5rem .8rem;
    padding-right: 2.8rem;
}

.collapse_point {
    background-repeat: no-repeat;
    background-position: center right .8rem;
    background-size: 1.28rem;
    background-image: url(../img/collapse_minus.svg);
}

.collapse_point[aria-expanded="false"] {
    background-image: url(../img/collapse_plus.svg);
}

.faq_collapse .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.faq_collapse .card-body {
    width: 100%;
    float: left;
    font-size: 1.07rem;
    line-height: 1.6rem;
    border-top: 1px solid #f5f6f8;
    padding: 1.3rem .8rem;
    margin-top: -1px;
}

/*.faq_collapse .collapse.show{background-color:rgba(8,184,160,.1);}*/
.faq-scroll {
    height: 552px;
    overflow-y: scroll;
}

.influencers_join_block .prshot_join_banner {
    height: 30rem;
}

.influencers_join_block .prshot_join_desc {
    height: 100%;
}

/* Sign up */
.form_step_bar {
    width: 100%;
    height: 5px;
    background-color: #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.form_step_fill {
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.create_account_step_title {
    font-size: 1.07rem;
    color: #656565;
    font-weight: 700;
    line-height: normal;
    font-family: inherit;
}

.create_account_step_title span {
    display: inline-block;
    color: #000;
}

.signup_subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.43rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.signup_subtitle span {
    font-weight: 400;
    color: #656565;
}

.input_field_icon {
    width: 3.5rem;
    height: 4.29rem;
    position: absolute;
    top: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input_field_icon svg {
    width: 1.07rem;
    fill: #000;
}

.signup_title {
    font-family: 'Playfair Display', serif;
    line-height: 4.28rem;
    font-size: 4.28rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 4rem;
}

.find_out_more_sec {
    min-height: 40rem;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 2rem 0;
}

.find_out_more_left_full,
.find_out_more_right_full {
    position: relative;
    background-color: #fff;
}

.find_out_more_left,
.find_out_more_right {
    margin: 5rem auto;
}

.find_out_more_right_full::before {
    display: none;
}

.find_out_title {
    font-size: 1.2857rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.9285rem;
    text-transform: uppercase;
}

.find_out_text {
    font-size: 1.2857rem;
    color: #919191;
    line-height: 1.5;
}

.find_out_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.0714rem;
    color: #000;
    font-weight: 600;
}

.find_out_link svg {
    width: 1.1rem;
    fill: #000;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.find_out_link:hover {
    color: #252525;
}

.find_out_link:hover svg {
    fill: #252525;
}

.login_forms {
    margin-top: 3.5rem;
}

.field_name {
    display: block;
    color: #252525;
    font-size: 1.07rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.form-control {
    height: 4.28rem !important;
    background-color: #F5F6F8;
    border-radius: .287rem;
    border: 1px solid #E3E3E3;
    font-size: 1.14rem;
    padding: 1rem 1.07rem;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 1.07rem;
    background-size: 1rem auto;
    padding-right: 2.8rem;
}

textarea.form-control {
    height: 12.14rem !important;
    resize: none;
}

.form-group {
    margin-bottom: 1.8rem;
}

.social_media_cancel_link {
    font-size: 1.07rem;
    color: #000;
    font-weight: 700;
}

.social_media_cancel_link:hover {
    color: #000;
}

.gampaign_types_list {
    margin-left: -10px;
    margin-right: -10px;
}

.gampaign_types_list::after {
    display: block;
    clear: both;
    content: '';
}

.gampaign_types_list li {
    width: calc(50% - 20px);
    float: left;
    margin: 1.3rem 10px;
}

.gampaign_types_list li a {
    color: #000;
}

.ennter_area_ame {
    font-size: 1.07rem;
    color: #656565;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.forgot_password {
    font-size: 1.07rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: .5rem;
}

.forgot_password:hover {
    color: #000;
}

.form_btn_remember_block {
    width: 100%;
    float: left;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_btn,
.back_btn {
    height: 4.5rem;
    background-color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 1.14rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 2.71rem;
    cursor: pointer;
    letter-spacing: .2142rem;
    padding: .8rem 1.5rem;
}

.form_btn:hover {
    background-color: #000;
    color: #fff;
}

.back_btn {
    background-color: #fff;
    border: 1px solid #252525;
    color: #000;
}

.back_btn:hover {
    background-color: #000;
    color: #fff;
}

/* Custom Radio Button */
.custom_radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1.71rem;
    position: relative;
    padding-left: 2.28rem;
    width: 100%;
}

.custom_radio input,
.radio_btn {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.custom_radio .radio_indicator {
    height: 1.71rem;
    width: 1.71rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #919191;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_radio input:checked+.radio_indicator:before,
.radio_btn:checked+.custom_radio .radio_indicator:before {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

.freelance_radio .custom_radio {
    height: 4.28rem !important;
    background-color: #F5F6F8;
    border-radius: .28rem;
    border: 1px solid #E3E3E3;
    font-size: 1.07rem;
    color: #252525;
    font-weight: 600;
    padding-left: 4rem;
}

.freelance_radio .custom_radio .radio_indicator {
    left: 1.28rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.freelance_radio .radio_btn:checked+.custom_radio {
    background-color: #fff;
    border-color: #000;
}

/* Custom Radio Button */


/* Custom Checkbox Button */
.custom_checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1.71rem;
    position: relative;
    padding-left: 2.28rem;
    width: 100%;
}

.custom_checkbox input,
.checkbox_btn {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}

.custom_checkbox .checkbox_indicator {
    height: 1.71rem;
    width: 1.71rem;
    background: #fff;
    border: 1px solid #919191;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_checkbox input:checked+.checkbox_indicator:before,
.checkbox_btn:checked+.custom_checkbox .checkbox_indicator:before {
    width: 1.14rem;
    height: 1.14rem;
    ;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

.gdpr_checkbox .custom_checkbox {
    height: 4.28rem !important;
    background-color: #F5F6F8;
    border-radius: .28rem;
    border: 1px solid #E3E3E3;
    font-size: 1.07rem;
    color: #252525;
    font-weight: 600;
    padding-left: 4rem;
}

.gdpr_checkbox .custom_checkbox .checkbox_indicator {
    left: 1.28rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gdpr_checkbox .checkbox_btn:checked+.custom_checkbox {
    background-color: #fff;
    border-color: #000;
}

/* Custom Checkbox Button */


.footer_bottom_sec {
    background-color: #F6F5F4;
}

.copy_right {
    font-size: 1.28rem;
    color: #919191;
    font-weight: 500;
    opacity: 0.8;
}

/* Press Release */
.latest_press_releases_desc_name,
.index_content_desc_name {
    min-height: 6.55rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.43rem;
    font-weight: 700;
    color: #000;
}

.latest_press_releases_desc_name a:hover,
.index_content_desc_name a:hover {
    color: #000;
}

.latest_press_releases_desc_name small,
.index_content_desc_name small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.07rem;
    color: #656565;
}

.latest_press_releases_desc {
    padding: 1.5rem 1rem 0;
}

.index-content-columns-3 .index_content_desc_name {
    min-height: 10rem;
}


/* Lookbooks */
.lookbook_view {
    width: 100%;
    height: 31rem;
    border-bottom: 1px solid #e2ddd7;
}

.lookbook_view_icon {
    min-width: 2.14rem;
    min-height: 2.14rem;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: .6rem;
}

.lookbook_view_icon img,
.lookbook_view_icon svg {
    width: 1.5rem !important;
    fill: #fff;
}

.lookbook_view:hover .lookbook_view_icon,
.latest_img_view:hover .lookbook_view_icon,
.latest_img_view_col4:hover .lookbook_view_icon {
    background-color: #000;
    color: #fff;
}

.brand_block .lookbook_view_icon.active,
.brand_list_block .lookbook_view_icon.active {
    background-color: #000;
    color: #fff;
}

.lookbook_view_icon:hover .icon_sec_text,
.latest_img_view.show .dropdown .icon_sec_text {
    display: inline-block;
}

/* Contact Us */
.contact_detail {
    background-color: #F5F6F8;
}

.contact_subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 2.85rem;
    line-height: 2.9rem;
    color: #000;
    font-weight: 900;
}

.contact_detail_block {
    font-size: 1.28rem;
    color: #919191;
    text-transform: uppercase;
}

.contact_detail_title {
    font-size: 1.28rem;
    font-weight: 700;
    color: #252525;
}

.contact_number {
    font-size: 2.85rem;
    color: #656565;
}

.contact_email_block small {
    display: block;
    font-size: 1.28rem;
    color: #919191;
}

.contact_email_block a {
    display: inline-block;
    font-size: 1.07rem;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
}

/* About */
.block_img {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
}

.block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}

.count_block {
    background-color: #fff;
    padding: 2.5rem 0;
}

.count_block h4,
.count_block h5 {
    font-family: 'Barlow', sans-serif;
    text-align: center;
    color: #919191;
    font-weight: 400;
    font-size: 6.8rem;
    line-height: normal;
}

.count_block h5 {
    font-size: 1.07rem;
    color: #252525;
    font-weight: 700;
}

.banner_data_block .count_block {
    background-color: transparent;
}

.banner_data_block .count_block h4,
.count_block h5 {
    font-size: 1.8rem;
}

.banner_data_block .count_block h5 {
    font-size: 1.07rem;
    color: #919191;
}

.writers_influencers_img_block .block_img {
    width: 47%;
}

.writers_influencers_img_block .block_img img {
    object-position: 0% 0%;
}

.prshots_team_img {
    width: 100%;
    height: 18.5rem;
}

.prshots_team_img img {
    max-height: 100%;
    border-radius: 0.35rem;
}

.prshots_team_name_desc {
    font-size: 1.28rem;
    color: #252525;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2.5rem 1.07rem;
}

.prshots_team_name_desc small {
    display: block;
    font-size: 100%;
    color: #919191;
    font-weight: 400;
}

.banner_article_info {
    display: inline-block;
    background-color: #000;
    font-size: 1.07rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: .8rem 1.4rem;
    z-index: 2;
}

.social_tab_link {
    border: 0;
}

.social_tab_link .nav-item {
    float: left;
    padding: 0 1.5rem;
}

.social_tab_link .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 1.07rem;
    color: #656565;
    font-weight: 700;
    text-transform: uppercase;
    padding: .6rem 0;
}

.social_tab_link .nav-link.active {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.your_campaign_content_block {
    background-color: #fff;
    /*-webkit-box-shadow:0 1.43rem 2.85rem 0 rgba(37,37,37,0.1);box-shadow:0 1.43rem 2.85rem 0 rgba(37,37,37,0.1);*/
    padding: 0.7rem;
}

.your_campaign_content_top_social {
    font-size: 1.07rem;
    color: #656565;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 1.07rem;
}

.your_campaign_content_top_social i {
    font-size: 1.43rem;
    color: #000;
    margin-right: .5rem;
}

.your_campaign_img {
    text-align: center;
}

.your_campaign_text {
    font-size: 1.07rem;
    color: #424B5A;
    line-height: 2.3rem;
    overflow: hidden;
    min-height: 260px;
}

.your_campaign_text a {
    display: inline;
    color: #000;
}

.your_campaign_list li {
    font-size: 1.07rem;
    color: #424B5A;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: .7rem 0;
}

.your_campaign_list li .green_color {
    color: #50e3c2;
}

.your_campaign_list li .red_color {
    color: #da291c;
}

.your_campaign_like_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.07rem 0;
}

.your_campaign_like_comment a {
    color: #656565;
}

/* News */
.latest_social_media_posts_block .new_images_sliders .item,
.latest_media_posts_block .new_images_sliders .item {
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
}

.new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-prev,
.new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-next {
    background-color: #fff !important;
}

.prshots_news_img {
    width: 100%;
    height: 20.5rem;
    background-color: #fff;
}

.prshots_news_img img {
    max-height: 100%;
    max-width: 100%;
}

.prshots_news_block .prshots_team_name_desc {
    padding: 2.5rem 0;
}

.prshot_news_time {
    font-size: 1.07rem;
    color: #656565;
    font-weight: 400;
}

.img-grey-bg {
    background-color: #F5F6F8;
}

.social_feed_img {
    width: 100%;
    height: 13.79rem;
    background-color: #F5F6F8;
}

.social_feed_img img {
    max-height: 100%;
    max-width: 100%;
}

/* News Story */
.news_story_date {
    font-size: 1.07rem;
    color: #656565;
}

.news_story_title {
    font-family: 'Playfair Display', serif;
    font-size: 4.28rem;
    font-weight: 900;
    color: #000;
    line-height: normal;
}

.news_story_desc {
    font-size: 1.28rem;
    color: #121212;
}

.news_story_desc a {
    color: #007bff;
}

.news_story_desc_name {
    font-size: 1.07rem;
    color: #656565;
}

.news_story_desc li {
    margin-left: 2rem;
    list-style-type: disc;
    list-style-position: outside;
}

.news_story_desc ol,
.news_story_desc ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0;
    padding: 0;
}

.news_herostory_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
    height: 35rem;
    width: 100%;
}

.select_arrow {
    width: 1rem;
    margin-left: .5rem;
}

.dropdown-arrow-bg {
    background-image: url(../img/select_arrow.svg);
}

.view-password .input_field_icon {
    right: 1.5rem;
    cursor: pointer;
}

.view-password .input_field_icon:hover {
    color: #000;
}

.view-password .form-control {
    padding-right: 4rem;
}

/* BHM Archive */
.top_back_arrow img {
    width: 1.28rem;
}

.top_back_arrow:after {
    width: 1px;
    height: 3rem;
    background-color: #999;
    position: absolute;
    left: 100%;
    top: 50%;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
}

.navigation ul.dropdown-menu {
    max-height: 90vw;
    overflow: visible;
    border: 0;
    border-radius: 0;
    margin: 0;
}

/* overflow:auto stops sub menus appearing */
.navigation ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -3px;
}

.navigation ul.dropdown-menu li {
    width: 100%;
    padding: 0;
}

.navigation ul.dropdown-menu li a {
    display: block;
    border: 0 !important;
    padding: 1.5rem 1.5rem;
}

.navigation ul.dropdown-menu li a::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
}

.header_menu ul.dropdown-menu li a,
.no-nicescroll ul.dropdown-menu li a {
    padding: 1rem 1rem;
}

.navigation li.dropdown a[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation li.notification a {
    font-size: 2rem;
}

.navigation li.notification span.info_dot {
    width: .85rem;
    height: .85rem;
    display: inline-block;
    position: absolute;
    right: 32%;
    top: 32%;
    border-radius: 50%;
    z-index: 2;
}


.top_search_trems {
    border: 2px solid #000;
    border-left-width: .35rem;
}

.top_search_field {
    width: calc(100% - 20rem);
    float: left;
}

.pressnews_search_field {
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
}

.top_search_field .form-control,
.pressnews_search_field .form-control {
    width: 100%;
    height: 6.28rem !important;
    border: 0;
    border-radius: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 1.5rem;
    color: #919191;
    background-color: #fff;
    padding: 1.5rem 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

.top_search_keywords_input_short {
    padding-right: 9.2rem !important;
}

.pressnews_search_field .form-control {
    padding-right: 5em;
}

.top_search_icon,
.pressnews_search_icon {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}

.top_search_icon img,
.pressnews_search_icon img {
    width: 1.78rem;
}

.top_search_dropdown {
    width: 20rem;
    min-height: 6.28rem;
    float: left;
    border-left: .14rem solid #808080;
}

.top_search_dropdown ul.dropdown-menu {
    min-width: 100%;
}

.top_search_dropdown li a {
    height: 100%;
    padding: 1.5rem 2rem;
}

.barbour_banner_block {
    background-color: #074f29;
}

.latest_barbour_content_block .latest_img_block,
.latest_media_content_block .latest_img_block {
    background-color: #fff;
}

.latest_barbour_content_block .new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-prev,
.latest_barbour_content_block .new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-next,
.latest_media_content_block .new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-prev,
.latest_media_content_block .new_images_sliders.latest_social_media_posts.owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
}

.dropdown_search_block {
    width: 100%;
    top: 0%;
    background-color: #fff;
    padding: .71rem 1.07rem;
}

.dropdown_search_block a {
    left: 2.14rem;
}

.dropdown_search_block input[type="text"] {
    width: 100%;
    height: 3.92rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    background-color: #fff;
    padding-left: 3.5rem;
}

.dropdown_search_with_list_block {
    max-height: 25rem;
    overflow: auto;
}

/* Contact Brand */
.contact_brand_block .contact_detail_block {
    text-transform: none;
}

.contact_brand_block .contact_detail_title {
    text-transform: uppercase;
}

.contact_detail_sub_title {
    font-weight: 600;
    font-size: 1.28rem;
    color: #252525;
}

.contact_brand_block .contact_email_block a {
    font-weight: 600;
}

.contact_brand_block .contact_number {
    font-size: 1.07rem;
    color: #252525;
    font-weight: 700;
}

/* Image detail popup */
.img_details_popups_block {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    overflow: auto;
    background-color: rgba(245, 246, 248, 0.98);
    z-index: 9999;
}

.img_details_popups_block .container {
    max-width: 1366px;
}

.detail_img_view {
    width: 100%;
    border: 1px solid #CBCBCB;
    background-color: #fff;
}

.detail_img_view img {
    max-width: 100%;
    max-height: 100%;
}

.detail_img_search_view {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: .5rem;
    background-color: #EDEDED;
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 2;
}

.detail_img_search_view img {
    width: 1.43rem !important;
}

.detail_img_title {
    font-size: 1.71rem;
    font-weight: 900;
    color: #000;
    line-height: normal;
}

.detail_img_title small {
    font-family: 'Barlow', sans-serif;
    font-size: 75%;
    font-weight: 700;
    color: #656565;
}

.detail_info_desc_tabs .nav-tabs {
    border: 0;
}

.detail_info_desc_tabs .nav-tabs a {
    font-size: 1.07rem;
    color: #656565;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-bottom: .14rem solid transparent;
    padding: .4rem 0;
}

.detail_info_desc_tabs .nav-tabs li:hover a,
.detail_info_desc_tabs .nav-tabs a.active {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

table.img_info_desc_sec {
    table-layout: fixed;
}

.img_info_desc_sec tr td {
    color: #656565;
    font-size: 1.28rem;
    padding: .3rem 0;
}

.img_info_desc_sec tr td a {
    color: #000;
}

.detail_img_subtitle {
    font-size: 1.07rem;
    font-weight: 600;
    color: #252525;
    text-transform: uppercase;
}

.keywords_list {
    margin-left: -.14rem;
    margin-right: .14rem;
}

.keywords_list li {
    font-size: 1.28rem;
    font-weight: 500;
    color: #656565;
    border: 1px solid #E3E3E3;
    border-radius: .28rem;
    background-color: #fff;
    padding: .6rem .9rem;
    margin: .14rem;
}

.keywords_list li a {
    color: inherit;
}

.copy_link_block .form-control {
    width: 100%;
    height: 4.28rem;
    border: 1px solid #919191;
    border-radius: .28rem;
    background-color: #f5f6f8;
    font-size: 1.28rem;
    font-weight: 300;
    color: #252525;
    padding-right: 10.3rem;
}

.copy_link_block .copy_link_btn {
    width: 9.28rem;
    height: 100%;
    background-color: #fff;
    border-radius: 0 .28rem .28rem 0;
    position: absolute;
    top: 0%;
    right: 0%;
    border: 1px solid #000;
    font-family: 'Barlow', sans-serif;
    font-size: 1.07rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.download_pin_btn_block2,
.download_pin_btn_block {
    margin-left: -7px;
    margin-right: -7px;
}

.download_pin_btn_block>li {
    width: calc(50% - .85rem);
    float: left;
    margin: 0 .42rem;
}

.download_pin_btn_block2>li>a,
.download_pin_btn_block>li>a {
    height: 4.5rem;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .35rem;
    font-size: 1.07rem;
    font-weight: 700;
}

.download_pin_btn_block2>li>a:hover,
.download_pin_btn_block>li>a:hover,
.download_pin_btn_block2>li>a.selected,
.download_pin_btn_block>li>a.selected {
    background-color: #fff;
    color: #000;
}

.download_pin_btn_block2>li>a>svg,
.download_pin_btn_block>li>a>svg {
    width: 1.15rem;
    fill: #656565;
}

.download_pin_btn_block>li>a.pin_image {
    background-color: #000;
    color: #fff;
}

.download_pin_btn_block2>li>a:hover>svg,
.download_pin_btn_block>li>a:hover>svg,
.download_pin_btn_block2>li>a.pin_image svg,
.download_pin_btn_block>li>a.pin_image svg {
    fill: #fff;
}

.download_pin_btn_block>li>a.pin_image:hover {
    background-color: #fff;
    color: #000;
}

.download_pin_btn_block>li>a.pin_image i {
    font-size: 1.5rem;
}

.download_pin_btn_block2 .dropdown-menu,
.download_pin_btn_block .dropdown-menu {
    padding: 0;
    margin: 0;
}

.fat_face_title {
    font-size: 1.43rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

/* Image Library */
.home_toggle_block .event_notification_links a {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.57rem;
    font-weight: 900;
    border-top: .14rem solid #c90000;
    border-bottom: .14rem solid #c90000;
    color: #c90000;
    text-transform: initial;
}

.home_toggle_block .event_notification_links a small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    font-size: 1.14rem;
}

.home_toggle_block .event_notification_links a small svg {
    width: .85rem;
    fill: #C90000;
}

.home_toggle_block .event_notification_links a:hover {
    background-color: transparent;
    color: #C90000;
}

.top_clear_icon {
    font-size: 1.07rem;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 50%;
    right: 4.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top_clear_icon img {
    width: .85rem;
}

.top_flag_icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.top_flag_icon .flag-wrapper {
    color: #000;
}

.top_flag_icon .flag-wrapper .flag {
    min-width: 3rem;
    min-height: 3rem;
    background-repeat: no-repeat;
}

.tt-input::-ms-clear {
    display: none;
}

.category_filters {
    width: 21.42rem;
    float: left;
    background-color: #000;
}

.category_filters_title {
    font-size: 1.07rem;
    font-weight: 700;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.category_filters ul {
    overflow: auto;
}

.category_filters ul li a {
    display: block;
    font-size: 1.28rem;
    color: #fff;
    padding: 1rem 1.5rem;
}

.category_filters ul li:hover>a,
.category_filters ul li.active>a {
    color: #fff;
    font-weight: 600;
}

.category_filters ul li>ul {
    padding-left: 2.3rem;
}

.category_filters ul li>ul::before {
    width: .14rem;
    height: calc(100% - 2rem);
    background-color: #fff;
    position: absolute;
    top: 1rem;
    left: 1.78rem;
    content: '';
}

.category_filters ul li>ul li a {
    font-size: 1.14rem;
    font-weight: 400;
    padding: .8rem 1.5rem;
}

.category_filters ul li>ul li.active a {
    font-weight: 600;
}

.category_filters_data_block {
    width: calc(100% - 21.42rem);
    float: left;
}

.filters_dropdown_block {
    background-color: #f5f6f8;
}

.filters_dropdown_block ul.dropdown-menu {
    min-width: 18rem;
    white-space: nowrap;
}

.filters_dropdown_block ul.dropdown-menu li {
    font-size: 1.07rem;
    font-weight: 700;
    color: #252525;
    padding: 1.5rem 1.5rem;
}

.filters_dropdown_block ul.dropdown-menu li .custom_check {
    width: 100%;
    line-height: 1.71rem;
    padding-left: 2.5rem;
}

.filters_dropdown_block ul.dropdown-menu li .custom_check .check_indicator {
    width: 1.71rem;
    height: 1.71rem;
}

.filters_dropdown_block ul.dropdown-menu li .custom_check input:checked+.check_indicator::before {
    width: 0.45rem;
    height: .8rem;
    left: .58rem;
}

.filters_dropdown_block ul.dropdown-menu li .slider.slider-horizontal,
.mobile_filter_list .slider.slider-horizontal {
    width: 100%;
}

.filters_dropdown_block ul.dropdown-menu li .slider-track,
.mobile_filter_list .slider-track {
    height: .42rem;
    background-image: none;
    background-color: #D8D8D8;
}

.filters_dropdown_block ul.dropdown-menu li .slider-selection,
.mobile_filter_list .slider-selection {
    background-image: none;
    background-color: #000;
}

.filters_dropdown_block ul.dropdown-menu li .slider-handle,
.mobile_filter_list .slider-handle {
    height: 1.85rem;
    width: 1.85rem;
    border: 1px solid #DDDEDF;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.color_info_box {
    width: 1.28rem;
    height: 1.28rem;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.color_info_main_box {
    width: 1.54rem;
    height: 1.57rem;
    display: inline-block;
    border-radius: .28rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile_filter_link {
    min-height: 5.5rem;
    background-color: #000;
    font-size: 1.07rem;
    font-weight: 700;
    color: #fff;
}

.mobile_filter_link:hover,
.mobile_filter_link:focus {
    color: #fff;
}

.mobile_filter_link img {
    width: 1rem;
    /*-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;*/
}

/*.mobile_filters_menu .faq_collapse{height:32.5rem;overflow:auto;}*/
.mobile_filters_menu .faq_collapse .card-header a {
    background-position: center right 2.5rem;
    padding: 2.5rem 2.5rem;
    padding-right: 6rem;
}

.mobile_filters_menu .faq_collapse .card-body {
    background-color: #f5f6f8;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile_filter_list li {
    font-size: 1.07rem;
    color: #252525;
    font-weight: 500;
    padding: .6rem 1.8rem;
}

.mobile_filter_list li a {
    color: #252525;
}

.mobile_filters_menu {
    display: none;
}

.mobile_filters_block.show .mobile_filters_menu {
    display: block;
}

.mobile_filters_block.show .mobile_filter_link img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* My account dropdown */
.my_account_dropdown.show>a {
    border-width: .5rem;
    border-color: #000;
    padding-right: 8rem !important;
}

.notification>a::after,
.my_account_dropdown>a::after {
    display: none;
}

.my_account_dropdown .icon_close {
    width: 6.5rem;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #000;
    display: none;
}

.my_account_dropdown.show .icon_close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.my_account_dropdown .icon_close svg {
    width: 1.57rem;
    height: 1.57rem;
    display: inline-block;
    fill: #fff;
}

.notification ul.dropdown-menu,
.my_account_dropdown ul.dropdown-menu {
    left: auto !important;
    right: 0 !important;
    border: 1px solid #e3e3e3;
}

.my_account_dropdown ul.dropdown-menu li a {
    background-color: #fff;
    border-top: 1px solid #e3e3e3 !important;
    padding: 0.3rem;
}

.my_account_dropdown ul.dropdown-menu li:first-child a {
    border-top: 0 !important;
}

.my_account_dropdown ul.dropdown-menu li a img {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.notification ul.dropdown-menu li:hover a,
.my_account_dropdown ul.dropdown-menu li:hover a,
.my_account_dropdown ul.dropdown-menu li.logout a {
    background-color: #f6f5f4;
}

.my_account_dropdown ul.dropdown-menu li a .profile_logout {
    width: 5rem;
    height: 5rem;
}

.my_account_dropdown ul.dropdown-menu li a .profile_logout img {
    width: 1.42rem;
    border-radius: 0%;
    border: 0;
}

.notification ul.dropdown-menu {
    max-height: 25rem;
    border: 0;
}

.notification ul.dropdown-menu li {
    font-size: 1.07rem;
    color: #252525;
    border-top: 1px solid #e3e3e3;
    padding: 1.5rem 1.5rem;
}

.notification ul.dropdown-menu li:first-child {
    border-top: 0;
}

.notification ul.dropdown-menu li strong {
    display: block;
    font-weight: 700;
}

.notification ul.dropdown-menu li a {
    display: inline;
    font-size: 1.07rem;
    font-weight: 700;
    color: #000;
    padding: 0;
}

.image-fancybox-container {
    z-index: 99990;
}

.popover {
    z-index: 99991;
}

.zoomContainer {
    z-index: 99991;
}

.download_pin_btn_block>li a:not([href]):not([tabindex]):focus,
.download_pin_btn_block>li a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pin_popover_title {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    color: #252525;
}

.pin_popover_link {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}

.detail_related_img_popup_title {
    font-size: 1.07rem;
    color: #252525;
    font-weight: 600;
}

.detail_related_popup_img_sec {
    height: calc(100% - 1.2rem);
    -ms-flex-line-pack: justify;
    align-content: start;
}

.detail_related_popup_img_sec li {
    width: 100%;
    border-radius: .35rem;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    margin: .5rem 0;
}

.detail_related_popup_img_sec li a {
    height: calc(13rem - 1rem);
}

.detail_related_popup_img_sec li a img {
    max-width: 100%;
    max-height: 100%;
}


.img_detail_slider.owl-carousel .owl-item img {
    width: auto;
    max-height: 100%;
    display: inline-block;
}

.img_detail_slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.img_detail_slider .owl-nav .owl-prev,
.img_detail_slider .owl-nav .owl-next {
    width: 4.28rem;
    height: 4.28rem;
    border-radius: 50%;
    border: 1px solid #000 !important;
    position: absolute;
    top: 0%;
    left: -5rem;
    background: url(../img/prev_angle.svg) no-repeat center center !important;
    background-size: 2rem !important;
}

.img_detail_slider .owl-nav .owl-next {
    left: auto;
    right: -5rem;
    background: url(../img/next_angle.svg) no-repeat center center !important;
    background-size: 2rem !important;
}

.img_detail_slider .owl-nav .owl-prev span,
.img_detail_slider .owl-nav .owl-next span {
    display: none;
}

.detail_video_icon_view {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.detail_video_icon_view svg {
    width: 4rem;
    fill: #fff;
}

.detail_video_view::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
}

.download_pin_btn_block ul.dropdown-menu {
    min-width: 100%;
    background-color: #000;
    color: #fff;
}

.download_pin_btn_block>li.dropdown>a i {
    font-size: 1.5rem;
}

.download_pin_btn_block>li>a>svg {
    width: 1.5rem;
}

.download_pin_btn_block>li.dropdown>.dropdown-menu>li>a i {
    font-size: 1.3rem;
}

.download_pin_btn_block ul.dropdown-menu li:nth-child(2n+1) {
    background-color: #000;
}

.download_pin_btn_block ul.dropdown-menu li a {
    color: #fff;
    border: 0;
}

.download_pin_btn_block ul.dropdown-menu li a:hover {
    background-color: #252525;
    color: #fff;
}

.download_pin_btn_block>li.dropdown.show>a {
    background-color: #656565;
}


/* My Pinboard */
.img_pin_icon,
.pined_img_active {
    left: auto;
    right: 0%;
}

.pined_img_active {
    background-color: #34D2AF;
}

.icon_sec_text {
    font-size: 1.14rem;
    color: #fff;
    font-weight: 700;
    display: none;
}

.lookbook_view_icon:hover .icon_sec_text,
.latest_img_block .lookbook_view_icon.active .icon_sec_text {
    display: inline-block;
}

.lookbook_view_icon .dropdown-menu {
    min-width: inherit;
    left: 0% !important;
    right: auto !important;
}

.pinboard_block {
    display: none;
}

.pinboard_block.show {
    display: block;
}

.choose_pin_board .modal-dialog {
    max-width: 800px;
}

.choose_pin_board .modal-content {
    border-radius: .14rem;
    border: 0;
}

.choose_pin_board .modal-title {
    font-size: 2.85rem;
    font-weight: 900;
    color: #000;
}

.choose_pin_board .modal-title small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #656565;
}

.pin_board_table td {
    font-size: 1.07rem;
    color: #252525;
    font-weight: 700;
    padding: 1.5rem 1.07rem;
}

.pin_board_table td .count {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #252525;
    font-size: 1.07rem;
    font-weight: 700;
    color: #fff;
}

.pin_board_table td a {
    color: #000;
}

.close_popup_btn {
    min-width: 13rem;
}

.choose_country .modal-dialog {
    max-width: 600px;
}

.choose_country .modal-content {
    border-radius: .14rem;
    border: 0;
}

.choose_country .modal-title {
    font-size: 2.85rem;
    font-weight: 900;
    color: #000;
}

.choose_country .modal-title small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #656565;
}

.new_board_btns {
    min-width: 18rem;
}

.pin_board_list::after {
    clear: both;
    display: block;
    content: '';
}

.pin_board_list>li {
    background-color: #fff;
    -webkit-box-shadow: 0 1.42rem 2.85rem 0 rgba(37, 37, 37, 0.1);
    box-shadow: 0 1.42rem 2.85rem 0 rgba(37, 37, 37, 0.1);
    margin: 1.07rem 0;
}

.pinboard_image {
    width: 21.42rem;
    height: 19.28rem;
}

.pinboard_image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.pinboard_data_block {
    min-width: calc(100% - 21.42rem);
}

.pinboard_heading {
    font-size: 1.28rem;
    color: #0D163B;
    font-weight: 700;
}

.pinboard_heading small {
    display: block;
    font-size: 1.07rem;
    color: #656565;
}

.pinboard_table tr td {
    font-size: 1.07rem;
    color: #656565;
    padding: 1.3rem 0;
}

.pinboard_table tr td strong {
    font-weight: 600;
    color: #0D163B;
}

.pinboard_share>li>a {
    font-size: 1.8rem;
    color: #656565;
    padding: 1.5rem 1rem;
}

.pinboard_share>li>a:hover {
    color: #000;
}

.modal_subtitle {
    font-size: 1.42rem;
    font-weight: 700;
    color: #000;
}

.add_another_email {
    font-size: 1.07rem;
    font-weight: 700;
    color: #000;
}

/* Your downloads */
.title_view_bar .container {
    height: 100%;
}

.profile_tab_menu_block {
    background-color: #F5F6F8;
}

.profile_tab_menu {
    max-width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap:nowrap;flex-wrap:nowrap;*/
    border: 0;
    /*position:absolute;left:0;bottom:0;*/
    overflow-y: visible;
    margin: 0 15px;
}

.profile_tab_menu li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 !important;
    margin-right: 3rem !important;
}

.profile_tab_menu li .nav-link {
    font-family: 'Barlow', sans-serif;
    font-size: 1.07rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    padding: .9rem .3rem;
}

.profile_tab_menu li:hover .nav-link,
.profile_tab_menu li .nav-link.active {
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.brand_search_filter_block .download_pin_btn_block>li>a {
    background-color: #000;
    border-radius: 5rem;
}

.showing_text a {
    color: #000;
}

.social_list li {
    margin-top: 1.5rem;
}

.social_list li a {
    width: 100%;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.28rem;
    letter-spacing: .21rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: 1rem;
    border-radius: 0;
    background-color: #F2F5F7;
}

.social_list li a i {
    font-size: 1.8rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.social_list li a .social_check_sign {
    left: inherit;
    right: 2rem;
}

.social_list li a:hover {
    opacity: .8;
}

.social_list li a.back_btn {
    font-size: 1.14rem;
    color: #000;
}

.social_list li a.back_btn:hover {
    color: #fff;
}

.social_list li.facebook a {
    background-color: #000;
}

.social_list li.twitter a {
    background-color: #5aa4eb;
}

.social_list li.instagram a {
    background: #f3bb4a;
    background: -webkit-gradient(left top, right top, color-stop(0%, #f3bb4a), color-stop(5%, #f3bb4a), color-stop(38%, #b73592), color-stop(100%, #6a21de));
    background: -webkit-gradient(linear, left top, right top, from(#f3bb4a), color-stop(5%, #f3bb4a), color-stop(38%, #b73592), to(#6a21de));
    background: linear-gradient(to right, #f3bb4a 0%, #f3bb4a 5%, #b73592 38%, #6a21de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3bb4a', endColorstr='#6a21de', GradientType=1);
}

.social_list li.pinterest a {
    background-color: #b11918;
}

.unverified_pub {
    color: red;
}

.verified_pub {
    color: green;
}

/* What's New */
.category_list {
    margin-left: -15px;
    margin-right: -15px;
}

.category_list::after {
    clear: both;
    display: block;
    content: '';
}

.category_list li {
    width: calc(16.66% - 16px);
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0 1.43rem 2.85rem 0 rgba(37, 37, 37, 0.1);
    box-shadow: 0 1.43rem 2.85rem 0 rgba(37, 37, 37, 0.1);
    margin: 8px 8px;
}

.category_img {
    height: 12rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.category_list li:hover .category_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.category_img img {
    max-width: 100%;
    max-height: 100%;
}

.category_name {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
}

.category_list li:hover .category_name {
    color: #000;
}

.pr_detail_desc {
    font-size: 1.28rem;
    color: #919191;
    font-weight: 400;
}

.sr_return_forms input[type="text"] {
    padding-right: 10.3rem;
}

.sr_return_forms input[type="submit"],
.sr_return_search_check,
.sr_return_search_uncheck {
    width: 9.28rem;
    height: 100%;
    background-color: #34d2af;
    top: 0%;
    right: 0%;
    border: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 1.07rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0 .287rem .287rem 0;
    z-index: 2;
}

.sr_return_forms input[type="submit"] {
    background-color: #000;
}

.sr_return_search_uncheck {
    background-color: #dc3545;
}

a.sr_return_search_uncheck:hover {
    color: #fff;
}

li.download_docket>a {
    border: 1px solid #000;
    background-color: #fff !important;
    color: #000 !important;
}

.dashboard_count_block h4 {
    color: #000;
    font-size: 4.5rem;
}

.dashboard_count_block h5 {
    font-size: 1.5rem;
}

.see_whats_new_block,
.see_whats_list {
    -webkit-box-shadow: 0 .142rem 2.85rem 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 .142rem 2.85rem 0 rgba(0, 0, 0, 0.21);
    background-color: #fff;
}

.see_whats_list_desc {
    background-color: #000;
}

.see_whats_list_title {
    font-size: 1.28rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: .142rem;
}

.see_whats_list_desc .view_more a {
    color: #fff;
    text-transform: inherit;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.see_what_img {
    max-width: 100%;
    max-height: 100%;
}

.see_what_img {
    height: 17.5rem;
}

.see_whats_list img {
    max-width: 100%;
    max-height: 100%;
}

.forgot-password-modal .modal-dialog,
.popup_model .modal-dialog {
    max-width: 650px;
}

.forgot-password-modal .modal-content,
.popup_model .modal-content {
    border-radius: .14rem;
    border: 0;
}

.forgot-password-modal .modal-title,
.popup_model .modal-title {
    font-size: 2.85rem;
    font-weight: 900;
    color: #000;
}

.forgot-password-modal .modal-title small,
.popup_model .modal-title small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 1.28rem;
    color: #656565;
}


/* Brand request */
.brandrequest_top_links a {
    font-size: 1.28rem;
    color: #252525;
    background-color: #f5f6f8;
    border-radius: .21rem;
}

.brandrequest_top_links a:hover {
    background-color: #000;
    color: #fff;
}

.brandrequest_list li {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1) !important;
    padding: 2rem 0;
}

.brandrequest_item_data_block {
    font-size: 1.28rem;
    color: #919191;
    letter-spacing: .2px;
    line-height: 2.14rem;
}

.brandrequest_item_heading {
    font-size: 1.28rem;
    color: #252525;
    font-weight: 700;
    margin-bottom: .5rem;
}

.unread_msg a {
    color: #000;
}

/* Brand request detail */
.brand_request_detail_block .news_story_title {
    font-size: 2.85rem;
}

.superdry_autumn_text_heading,
.your_campaign_content_title {
    font-size: 1.28rem;
    font-weight: 600;
    color: #0D163B;
    letter-spacing: 0.2px;
}

.superdry_autumn_text {
    font-size: 1.07rem;
    color: #656565;
    letter-spacing: 0.17px;
}

/* Terms and Conditions */
.side_links li {
    width: 100%;
    float: left;
}

.side_links li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.07rem;
    color: #656565;
    font-weight: 600;
    padding: 0 .6rem;
    padding-left: 1.07rem;
}

.side_links li a::before {
    width: .14rem;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0%;
    top: 0%;
    content: '';
}

.side_links li:hover a:before,
.side_links li a.current:before {
    background-color: #000;
}

.side_links li a:hover,
.side_links li a.current {
    color: #000;
}

.trems_conditions_dsc ul li {
    list-style: disc inside;
    font-weight: 600;
}

.img_object_fit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.read-more-text {
    color: #0254EB;
}

.pin_brand i {
    color: #fff;
}

.a-z-filer li {
    float: left;
    padding: 0.8rem;
}

.a-z-filer li a {
    color: #000;
}

.a-z-filer li a.active,
.a-z-filer li a:hover {
    text-decoration: underline;
}

.coming-soon {
    opacity: 0.7;
}

.coming-soon .coming-text {
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 21px;
}


/* update by (04/07/2019) */
.publications_list li {
    -webkit-box-shadow: 0 1px .3rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px .3rem 0 rgba(0, 0, 0, 0.1);
    border-color: #dddedf !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.publications_list li:hover {
    -webkit-box-shadow: 0 .35rem 1.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 .35rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

.folder_icon {
    font-size: 1.5rem;
    color: #252525;
}

.publications_list_name {
    width: 28.5rem;
    font-size: 1.28rem;
    font-weight: 700;
    color: #0D163B;
}

.publications_list_image_count {
    font-size: 1.28rem;
    color: #919191;
}

.publications_list_image_count i {
    font-size: 1.43rem;
}

.publications_list_remove {
    font-size: 1.43rem;
    color: #000;
    display: none;
}

.publications_list li:hover .publications_list_remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.publications_list_remove:hover {
    color: #f00000;
}

.unassigned_images_block {
    background-color: #f5f6f8;
}

.unassigned_images_block .search_field_sec input.serach_box_right,
.unassigned_images_block .search_brand_field_sec input.serach_box_right {
    padding-left: 1.07rem;
    padding-right: 3.5rem;
}

.unassigned_images_block .search_field_sec a.serach_box_right_icon,
.unassigned_images_block .search_brand_field_sec a.serach_box_right_icon {
    left: auto;
    right: 1.07rem;
}

.unassigned_images_filters_sec {
    background-color: #fff;
    -webkit-box-shadow: 0 2px .2rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px .2rem 0 rgba(0, 0, 0, 0.15);
}

.unassigned_images_table tr {
    background-color: #fff;
}

.unassigned_images_table tr td {
    position: relative;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: .85rem;
}

.unassigned_images_table tr td:first-child {
    border-left: 1px solid #e1e1e1;
}

.unassigned_images_table tr td:last-child {
    border-right: 1px solid #e1e1e1;
}

.unassigned_images_table tr td:first-child::before {
    width: 4px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    left: 0%;
    top: 0%;
    content: '';
}

.unassigned_images_table tr.rejected td:first-child::before {
    background-color: #ea1919;
}

.unassigned_images_table tr.table_row_checked td {
    background-color: #f4f6fc;
    /*border-color:#91a6dd;*/
}

/*.unassigned_images_table tr td:hover{-webkit-box-shadow:0 .35rem 1.5rem 0 rgba(0,0,0,0.1);box-shadow:0 .35rem 1.5rem 0 rgba(0,0,0,0.15);}*/

.unassigned_images_table .custom_check {
    width: 2.14rem;
    height: 2.14rem;
}

.unassigned_table_image {
    width: 5.71rem;
    height: 5.71rem;
}

.unassigned_table_image img {
    max-width: 100%;
    max-height: 100%;
}

.unassigned_table_image_name {
    width: 15rem;
    font-size: 1.07rem;
    font-weight: 500;
    color: #656565;
}

.unassigned_table_link {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.unassigned_table_publish_date_sec,
.unassigned_table_publish_date_second {
    font-size: 1.07rem;
    color: #424B5A;
    padding: .8rem;
}

.unassigned_images_table tr:hover .unassigned_table_publish_date_sec {
    background-color: #f5f6f8;
    color: #000;
}

.unassigned_table_publish_date_sec a {
    font-size: 1.2rem;
    color: #000;
    opacity: 0;
}

.unassigned_table_actions a {
    color: #000;
    opacity: 0;
}

.unassigned_table_publish_date_sec a:hover,
.unassigned_table_actions a:hover {
    color: #000;
}

.unassigned_images_table tr:hover .unassigned_table_publish_date_sec a,
.unassigned_images_table tr:hover .unassigned_table_actions a {
    opacity: 1;
}

.reject_publish_text {
    font-size: 1.07rem;
    color: #666;
    font-weight: 500;
}

.reject_publish_text a {
    font-size: 1.4rem;
    color: #666;
}

.unassigned_images_table tr.rejected .reject_publish_text {
    color: #d30000;
}

.unassigned_images_table tr.rejected .reject_publish_text a {
    color: #d30000;
}

.unassigned_images_table tr.published .reject_publish_text {
    color: #34d2af;
}

.unassigned_images_table tr.published .reject_publish_text a {
    color: #34d2af;
}


ul.dropdown-menu li.publish_form_block,
ul.dropdown-menu li.publish_form_block li {
    background-color: #fff;
}

.publish_form_title {
    font-size: 1.28rem;
    font-weight: 700;
    color: #252525;
}

.unassigned_images_block .publish_form_field_list .search_field_sec a,
.unassigned_images_block .publish_form_field_list .search_brand_field_sec a {
    width: 3.92rem !important;
    height: 100%;
    left: 0;
    right: auto;
    border: 0;
    font-size: 1.8rem;
    color: #252525;
}

.unassigned_images_block .publish_form_field_list .search_field_sec input[type="text"],
.unassigned_images_block .publish_form_field_list .search_brand_field_sec input[type="text"] {
    padding-right: 1.07rem;
    padding-left: 5rem;
}

.publish_form_btns .form_btn,
.publish_form_btns .back_btn {
    border: 1px solid #252525 !important;
    padding: 1.5rem 2.5rem !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.publish_form_btns .form_btn:hover,
.publish_form_btns .back_btn:hover {
    background-color: #000;
    border-color: #000 !important;
    color: #fff;
}

.language_dropdown .dropdown-menu {
    min-width: 13rem;
    border-radius: 0;
    padding: 0;
    margin: .5rem 0 0;
}

.language_dropdown .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.language_dropdown .dropdown-menu li:first-child {
    border-top: 0;
}

.language_dropdown .dropdown-menu li a {
    border-radius: 0;
    padding: .7rem .5rem;
}

.social-heading {
    font-size: 2.1rem;
}

.laptop-menu {
    display: none !important;
}

.img-contact-link:hover {
    text-decoration: underline;
}

.return-sample-download>li>a:hover,
.return-sample-download>li>a.selected {
    background-color: #fff;
}

.return-sample-download>li>a.selected:hover {
    background-color: #000;
    color: #fff;
}

#MobileNavbarMid .nav-item a {
    justify-content: left;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

#MobileNavbarMid .nav-item.active a {
    font-weight: bold;
    text-decoration: underline;
}

.filter-tag-div {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    width: 100%
}

.filter-tag-div ._34iq {
    font-size: 1rem;
    background: #fff;
    padding: 3px 10px;
    margin: 0 10px 5px 0;
    display: inline-block;
    color: #222;
    border: 1px solid #ebebeb;
    border-radius: 20px
}

.filter-tag-div ._34iq .Bk3K,
.filter-tag-div ._34iq.bq4I {
    margin-left: 10px;
    color: #222;
    cursor: pointer
}

.iconCross:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d"
}

.filter-tag-div ._34iq .Bk3K {
    font-size: 11px;
    font-weight: 600
}

.filter-color-box {
    width: 3.2rem;
    height: 1.3rem;
    display: inline-block;
    border-radius: .28rem
}


.socialmedia a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #000;
    color: #fff;
    height: 3.57rem;
    align-items: center;
    border-radius: 2.5rem;
    padding: .3rem;
    padding-left: 1.3rem;
}

.socialmedia a.facebook {
    background-color: #344f8d;
}

.socialmedia a.twitter {
    background-color: #009cdd;
}

.socialmedia a i {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #000;
    width: 3.28rem;
    height: 3.28rem;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 50%;
}

.socialmedia a.facebook i {
    background-color: #3a579a;
}

.socialmedia a.twitter i {
    background-color: #00abf0;
}

.downloads_pdf {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*background-color:#006272;color:#fff;border:0;*/
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    height: 3.57rem;
    border-radius: 2.5rem;
    justify-content: left;
    align-items: center;
    font-weight: 400;
    padding: 0 1.43rem;
}

.downloads_pdf small {
    display: block;
    font-size: 1rem;
}

.downloads_pdf:hover {
    background-color: #000;
    color: #fff;
}

/*brandrequest message*/
.request-msg-img {
    max-width: 6.42rem;
    max-height: 6.42rem;
    /*background-color:#424a59;*/
    border-radius: 50%;
    font-size: 1.28rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.message-to {
    font-size: 1.28rem;
    color: #919191;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.message-to span {
    color: #212121;
}

.request-msg-content label {
    color: #212121;
    font-size: 1.07rem;
    font-weight: 500;
}

.request-msg-content textarea {
    background-color: transparent;
    border: solid 1px #212121;
    font-size: 1.28rem;
    line-height: 2.14rem;
    color: #919191;
}

.request-msg-content {
    width: calc(100% - 11.7rem);
    margin-left: 5.28rem;
}

.request-msg-content-inner {
    max-width: 53.7rem;
}

.message-btn {
    background-color: #CA8A35;
    color: #ffffff;
    font-size: 1.07rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3.57rem;
    padding: 2rem 4.42rem;
    letter-spacing: 0.14rem;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
}

.message-lightbox {
    font-size: 1.07rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
}

.message-lightbox img {
    margin-top: -0.35rem;
    margin-right: .35rem;
}

.message-btn-sec {
    margin-top: 2.14rem;
}

.write-message-box {
    padding-left: 2.14rem !important;
}

.message-panel {
    border-bottom: solid 1px #e9e9e9;
    padding: 2.14rem 0 3.21rem;
}

.message-panel:last-child {
    border-bottom: 0;
}

.message-time {
    font-size: 1.07rem;
    font-weight: 500;
    color: #212121;
    margin-bottom: 1.42rem;
}

.request-msg-content-inner p {
    line-height: 2.14rem;
}

.message-thanks {
    margin-top: 2.5rem;
}

.message-section {
    border: solid 1px #919191;
    padding: 2.14rem 0;
}

.bnr-back-arrow {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #252525;
    max-width: 12.85rem;
    height: 100%;
    width: 100%;
}

.bnr-back-arrow:hover {
    background-color: #CA8A35;
}

.bnr-back-arrow i {
    color: #ffffff;
    font-size: 1.78rem;
}

.message-lightbox .dropdown-menu {
    min-width: 26rem !important;
    left: auto !important;
    right: auto !important;
    top: .71rem !important;
}

.cat-menu-banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
    min-height: 30.14rem;
    width: 100%;
}

.subcat-link span,
.subcat-link a {
    color: #fff;
    margin-right: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
}

.subcat-link a {
    border-bottom: 1px solid #fff;
}

small.cat-subheading {
    margin: 0 auto;
    width: 60%;
}

.latest_img_block.exclusive_img_block {
    min-height: auto;
}


.navbarNavDropdown .dropdown-menu {
    position: absolute;
}

.navbarNavDropdown .navbar-nav li a {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.full_container {
    overflow: initial;
}

/*allow long menus to overflow*/

.this_header_menu ul.dropdown-menu li a {
    padding: 1rem;
}

/*.this_header_menu .dropdown-menu {visibility: hidden;opacity:0;}*/
/*.this_header_menu .dropdown-menu.show {visibility: visible;opacity:1;}*/

.navbarNavDropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.navbarNavDropdown .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

.navbarNavDropdown .dropdown-menu li {
    position: relative;
}

.navbarNavDropdown .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.navbarNavDropdown .nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.navbarNavDropdown .dropdown-menu>li:hover {
    background-color: #f1f1f1
}

.navbarNavDropdown .dropdown-menu>li:hover>.submenu {
    display: block;
}



.brandcontroller_content {
    padding: 5.35rem 0 4.64rem;
}

.brandcontroller_content_image {
    margin: 0 -1.35rem;
}

.brandcontroller_image_col {
    max-width: 200px;
    min-height: 150px;
    background-color: #fff;
    margin: 0 1.35rem;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.brandcontroller_image_block {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.71rem 1.07rem;
}

.brandcontroller_image_block img {
    object-fit: cover;
    object-position: center center;
}

.brandcontroller_image_title {
    font-size: 1.07rem;
    line-height: 1.14rem;
    letter-spacing: 0.14rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #000;
    min-height: 3.57rem;
    transition: all 0.5s ease-out;
}

.brandcontroller_image_col:hover .brandcontroller_image_title {
    color: #CA8A35;
}

#langDropMenuSearchInput {
    box-sizing: border-box;
    background-image: url('/assets/img/search_gray.svg');
    background-position: 14px 12px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#langDropMenuSearchInput:focus {
    outline: 3px solid #ddd;
}

.owl-carousel .owl-item a {
    height: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
    max-height: 100%;
}

.our_customers_slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome_brands_slider.owl-carousel .owl-item img,
.brands_slider.owl-carousel .owl-item img {
    width: auto;
    max-height: 120px;
    display: inline-block;
}

.welcome_brands_slider .owl-stage,
.brands_slider .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel.welcome_brands_slider .nav-btn,
.owl-carousel.brands_slider .nav-btn {
    height: 47px;
    position: absolute;
    width: 46px;
    cursor: pointer;
    top: 36%;
}

.owl-carousel.welcome_brands_slider .prev-slide,
.owl-carousel.brands_slider .prev-slide {
    left: 5px;
}

.owl-carousel.welcome_brands_slider .next-slide,
.owl-carousel.brands_slider .next-slide {
    right: 5px;
}

.notify-score-badge {
    position: absolute;
    right: -20px;
    top: 10px;
    text-align: center;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 20px;
}



/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}