/** Fonts **/

@import url('https://fonts.googleapis.com/css?family=Lato:400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

/** Inspirations **/

@import url('https://fonts.googleapis.com/css?family=Parisienne');

/** Titles **/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
    /* Prevent scroll on narrow devices */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}


/* row-col spacing */

.padding-2 {
    padding: .2rem;
}

.padding-3 {
    padding: .3rem;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .padding-resp {
        padding: 10px !important;
    }
}


/** Links **/

a {
    color: #333;
}

a:hover {
    color: #cb857c;
}


/** Headings, gral. **/

h1,
h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #333;
}

h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-weight: 400;
}

h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    font-family: 'Lato', sans-serif;
    color: #999;
}

h1.script,
h2.script,
h3.script,
h4.script,
h5.script,
h6.script {
    font-family: 'Parisienne', cursive!important;
    font-weight: normal;
}

h1.script {
    font-size: 35px;
}

h2.script {
    font-size: 28px;
}

p strong {
    font-weight: 700 !important;
}

h1 a:hover,
h1:focus,
h2 a:hover,
h2:focus {
    color: #000;
    text-decoration: underline;
    font-weight: 500 !important;
}

h3 a:hover,
h3:focus {
    color: #000;
    text-decoration: underline;
    font-weight: 600 !important;
}

h4 a:hover,
h4:focus {
    color: #000;
    text-decoration: underline;
    font-weight: 400 !important;
}


/** Warning when the site has problems **/

.warning-header {
    color: #fff!important;
    background-color: #922530!important;
    padding: 30px !important;
    font-size: 15px;
    text-align: center;
    margin: 0 -15px !important;
    border-radius: 0 !important;
}


/** Clear styles **/

.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.bg-primary {
    background-color: #faf7f4 !important;
}

.cursor {
    cursor: pointer;
}

/** Hidden **/

@media only screen and (max-width: 767px) {
    .resp_hidden {
        display: none!important;
    }
    h1 {
        font-size: 26px;
    }
}

.dropdown-toggle::after {
    display: none;
}


/** Buttons **/

.close {
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
}

.btn,
.btn-sm,
.btn.active,
.btn:active,
.btn:hover,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.8;
}

.btn-primary {
    color: #fff;
    background-color: #bc9787;
    padding: 10px 30px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #aa8879;
    font-weight: 400;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #aa8879;
    border: none;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.btn-default {
    color: #333;
    background-color: #ede5db;
    border-radius: 0;
    border: none !important;
    padding: 10px 30px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #eddbd5;
    font-weight: 400;
    color: #333;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #eddbd5;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #eddbd5;
}

.btn-block {
    margin: 0;
}

.btn-active {
    background-color: #eddbd5;
    border-radius: 0;
    border: none !important;
    padding: 10px 30px;
    color: #333;
}

.btn-active:hover,
.btn-active:focus {
    background-color: #eddbd5;
    color: #333;
}

.btn-sm, .btn-sm:hover, .btn-sm:focus {
    padding: 10px 15px;
}

.btn-link {
    color: #333;
    text-decoration: underline;
}

.btn-link:hover,
.btn-link:focus {
    color: #333;
    color: #cb857c;
    font-weight: 400;
}

.btn-black {
    background-color: #333;
    color: #fff;
}

.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.nav>li>a.btn-default {
    padding: 10px 30px;
}

.nav-pills>li>a.btn-black:hover {
    color: #fff;
    background-color: #000;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li {
    float: left
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #eddbd5;
}

.nav-pills .dropdown-menu {
    top: 80%;
    left: 0px;
    right: 0px;
    min-width: 91%;
    border: none;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #bc9787;
    border-color: #bc9787;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #aa8879;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.form-control {
    border: 1px solid #fff;
    box-shadow: none !important;
    border-radius: 0;
    height: 40px;
}

.form-control:hover,
.form-control:focus {
    border-color: #333;
    box-shadow: none !important;
}

input[type='text'], textarea {
    font-size: 16px !important;
}

select.input-sm {
    height: 40px;
    line-height: 40px;
}

form.commentsp div.form-group input.form-control {
    width: 100%!important;
}


/** Other gral. styles **/

ul,
ol {
    padding-inline-start: 15px;
}

.navbar-brand>img {
    height: 25px;
}

hr.div {
    height: 1px;
    border: 0;
    background: #e2e2e2;
    color: #e2e2e2;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.well {
    border: none;
    border-radius: 0;
    background-color: #faf7f4;
    box-shadow: none;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.well-dark {
    border: none;
    border-radius: 0;
    background-color: #f5eee6;
    box-shadow: none;
    min-height: 20px;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.well-lg {
    border: none;
    border-radius: 0;
    background-color: #faf7f4;
    box-shadow: none;
    padding: 30px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .well-lg {
        padding: 20px;
    }
    .tab-content .well {
        padding: 0 !important;
        margin: 0 -10px;
        overflow-x: hidden;
    }
    .tab-content .well h3 {
        margin-top: 10px;
    }
}

.video-search {
    position: relative;
}

.video-search .form-control {
    border-bottom: 1px solid #999;
    background-color: #fff;
}

.video-search input:hover,
.video-search input:focus {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.btn.btn-default.search-video {
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 5px solid #fff !important;
}

.table-s {
    width: auto;
}

.hidden {
    display: none;
}

.hidden-mobile {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

.small {
    font-size: 10px;
}

.medium {
    font-size: 14px;
    line-height: 22px;
}

.crossed {
    text-decoration: line-through;
    color: #777;
}

.underlined {
    text-decoration: underline!important;
    color: #333;
}

.border-1 {
    border: .1rem solid transparent;
}
/*
.border-2 {
    border: 5px solid transparent;
}

.row-0 {
    margin-right: -30px;
    margin-left: -30px;
}

.refs {
    text-transform: uppercase;
    line-height: 50px;
}*/

.red {
    color: #df4655!important;
}

.pink-light {
    color: #cb857c;
}

.blue {
    color: #0286b5!important;
}

.gray-darker {
    color: #222222;
}

.gray-dark {
    color: #333333;
}

.gray {
    color: #555555;
}

.gray-light {
    color: #999999;
}

.gray-lighter {
    color: #eeeeee;
}

.black {
    color: #000;
}

.oeko-text {
    font-size: 12px;
    color: #666;
}

.newheading {
    text-align: center;
    padding: 3rem 3% 1rem 3%;
}

.newheading-s {
    text-align: center;
    padding: 2rem 0 0 0;
}


/*
.seemore {
    text-align: center;
    padding: .5rem 0 3rem 0;
}

.seeall {
    text-align: center;
    padding: 1rem 0 .5rem 0;
}

.heart {
    background: url(/img/icon/heart-small.png) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
}*/

.alert {
    border-radius: 0;
}

.alert.alert-success {
    background: #fafbf9;
    border-color: #fff;
    color: #1c3c20;
    border-radius: 0;
}

.alert-danger {
    color: #fff;
    background-color: #cb857c;
    border-color: #cb857c;
}


/* captions */

.caption-img {
    padding: 10px 0;
    height: 70px;
    overflow: hidden;
}

.caption-img-t {
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f5f5f5;
    padding-bottom: 20px;
    text-align: center;
}

.caption-img-l {
    padding: 10px 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
    text-align: center;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.caption-img1 {
    padding: 10px 10px 0 10px;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 38px;
}

.caption-img2 {
    padding: 0 10px 10px 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 28px;
}

.caption-yarncomb {
    min-height: 75px;
}

.caption-yarncomb1 {
    padding: 10px 10px 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 30px;
    font-weight: 700;
}

.caption-yarncomb2 {
    padding: 0 10px 10px 10px;
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 20px;
    font-weight: 700;
}

.caption-yarncomb3 {
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    height: 30px;
}

.caption-img small {
    font-weight: 600;
}

.caption-gray-small {
    font-size: 12px;
    color: #889097;
    margin-top: 5px;
}

.caption-gray-img {
    font-size: 11px;
    color: #889097;
    margin-top: 5px;
    height: 5px;
}

.mb {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mx {
    margin: 0 5px;
}

.px {
    padding: 0 15px;
}

.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 15px;
}

.pr {
    padding-right: 0 5px;
}

.mt {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}


/* Follow icons */

ul.thumbs {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
}

ul.thumbs li img {
    max-width: 50px;
}

ul.follow-us {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.follow-us li {
    margin: 8px;
    float: left;
}

ul.follow-us li a i {
    color: #333;
    font-size: 24px;
}

ul.follow-us li a i:hover {
    color: #d6a099 !important;
}


/* Pop ups */


/* Pernille 15.11.2022 - copy link pop test */

.copylinkpopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.copylinkpopup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.copylinkpopup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.copylinkpopup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.copylinkpopup .hide {
    visibility: visible;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/*Pernille 15.11.2022 - copy link pop test */


/* Slick Modals - Alert popup */

.ad-popup-1 .close {
    background: transparent !important;
    color: #333!important;
    font-size: 13px!important;
    opacity: 1!important;
    text-transform: uppercase!important;
    padding: 8px 10px;
    text-shadow: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
}

.sm-button {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ad-popup-1 .close {
        margin: 5px;
    }
}

.row.popup {
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}


/********* Tables - gral classes *********/

.table>thead>tr>.active,
.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>thead>.active>th,
.table>tbody>.active>th,
.table>tfoot>.active>th {
    background: #faf7f4;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #d7cdc3;
}

td.thumb {
    max-width: 70px;
}

td.thumb-2 {
    max-width: 120px;
}

td.thumb-1 {
    width: 120px;
}

td.empty {
    background: #e8e8e8;
}

tr.header th {
    vertical-align: bottom !important;
}

td.prices {
    white-space: nowrap;
}

.table tbody>tr>td.vert-align {
    vertical-align: middle;
}

table.lines {
    width: 100%;
    border-collapse: collapse;
}

table.lines,
table.lines th,
table.lines td {
    border: 1px solid #ccc;
}

table.lines td.text-right {
    text-align: right;
}

table.borderless td,
table.borderless th {
    border: none !important;
}

#diag_symbols {
    font-size: 14px;
    line-height: 1.7;
}
.td-min{
    min-width: 70px;
}

/* table with symbols in pattern */

#diag_symbols tr td {
    vertical-align: top;
}

#diag_symbols tr td.symbol {
    text-align: right;
}

table.table td.symbol {
    text-align: right;
    min-width: 50px !important;
}

.td-md {
    min-width: 200px;
}

.rc-anchor {
    box-shadow: none;
    border-radius: 0;
}

.rc-anchor-light.rc-anchor-normal {
    border: none;
}

.input-group-text {
    color: #333;
    background-color: #ede5db;
    border: 1px solid #ede5db;
    border-radius: 0;
}

.table-container {
    width: fit-content !important;
}

.table-overflow {
    overflow-x: scroll !important;
}


/* Index */

.intro-main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    font-family: "Lato", sans-serif;
}

.intro-main h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.intro-main .left-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.intro-main .right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.intro-main .right-section .grid-content {
    padding: 20px;
}

.intro-main .top-section {
    width: 100%;
    height: 30%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.intro-main .visible-xs .top-section {
    background-position: center top;
}

.intro-main .down-section {
    width: 100%;
    position: absolute;
    top: 30%;
    display: block;
}

.intro-main .down-section .grid-content {
    padding: 0 20px;
}

.intro-main .list-langs {
    list-style: none;
}

.intro-main ul.list-langs {
    margin: 0 !important;
    padding: 0 !important;
}

.intro-main ul.list-langs li {
    padding: 2px;
}

.intro-main ul.list-langs li:hover {
    font-weight: 700;
    color: #cb857c;
    background: #fff;
}

.intro-main ul.list-langs a:hover {
    text-decoration: none;
}

.intro-main .section-spacer {
    height: 40px;
}

.intro-main .grid-footer {
    color: #666;
    padding: 10px 0;
    border-top: 1px dotted #e5e5e5;
    margin-top: 20px;
}

.intro-main .grid-footer a {
    color: #666;
}


/********* Main layout *********/

#all {
    background: none;
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
}

.header-sale {
    text-align: center;
    padding: 15px 40px 10px 40px;
    background: #d6a099;
    color: #fff;
    letter-spacing: 0.05rem;
}

#site_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

#site_wrapper_full {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

.container-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

.header {
    background: #faf7f4;
}

.logo {
    padding: 50px 5px 10px;
    display: inline-block;
}

.logo-xs {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 10px;
}

#header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    position: relative;
}

.header_search {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.logo-wrapper {
    justify-content: center;
    height: 142px;
}


/* Christmas calendar */

.christmas-calendar {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 20px 30px 20px;
    background: url("/img/holidays/christmas-calendar_ft-bg.jpg") no-repeat center top;
    color: #000;
    font-size: 14px;
}

.christmas-calendar .activity-text {
    max-width: 450px;
    margin: 0 auto 25px;
}

.christmas-doors {
    margin: 0 auto;
    max-width: 1180px;
}


/* we use it on 404 pages */

@media only screen and (max-width: 991.5px) {
    .pattern-main {
        height: 100%;
        overflow: auto !important;
    }
    .row.header {
        background: none!important;
    }
    #site_wrapper {
        margin-top: 70px;
    }
}

.modal-content.search-tip {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}


/* 

ul.sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

ul.sidebar li {
    padding: 5px;
    margin: 0;
    border-bottom: 1px dotted #ccc;
}

ul.sidebar li ul {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 11px;
    text-transform: none;
}

ul.sidebar li ul li {
    padding: 5px;
    margin: 1px 0;
    border-bottom: 0;
    background: #f5f5f5;
}/*


/* Footer */

#footer_wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    display: block;
    font-size: 13px;
    background: #faf7f4;
}

#footer_wrapper .row.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    color: #333;
}
#footer_wrapper .row.footer .intro-text p {
    margin: 5px 0;
    font-size: 12px;
    color:#899199;
}

#footer_wrapper .row.footer a.list-group-item {
    background-color: #faf7f4;
    border: 2px solid #ffff;
}

#footer_wrapper .row.footer a.list-group-item:hover,
#footer_wrapper .row.footer a.list-group-item:focus {
    background-color: #faf7f4;
    color: #333;
}

#footer_wrapper .row.footer a.list-group-item.active {
    background-color: #d9c5ae;
    color: #fff;
    border: none;
}

#footer_wrapper .modal-header {
    border: none;
    background: #d9c5ae;
}

@media only screen and (max-width: 767px) {
    #footer_wrapper {
        margin: 0;
        padding: 0;
    }
}

.row.divider {
    padding: 0;
    border-top: 1px dotted #dedede;
    margin: 10px 0;
}


/* row-col spacing */

.padding-0 {
    padding: 0 !important;
}

.padding-md {
    padding: 5px !important;
}

.padding-md2 {
    padding: 6px !important;
}


/* nav-tabs */

.nav-tabs .nav-link.active {
    color: #cb857c;
    border: none;
    padding: 10px;
    border-bottom: 1px solid #cb857c;
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .nav-tabs .nav-link {
        background: #ede5db;
        width: 100%;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }
    .nav-tabs .nav-link.active {
        background: #eddbd5;
        width: 100%;
        color: #333;
        border-bottom: 1px solid #fff;
    }
}

.nav-tabs {
    border-bottom: 1px solid #fff;
}

.nav-tabs>li>a {
    margin-top: 4px;
    padding: 8px 20px 8px 20px;
    line-height: 2.0825;
    background-color: #ede5db;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #000;
    outline: none;
    font-weight: 400;
    background-color: #eddbd5;
    text-decoration: none;
}

.nav-tabs>li.active>a {
    padding: 8px 20px 8px 20px;
    margin-top: 4px;
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: default;
    outline: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav-tabs .nav-item .nav-link {
    color: #333 !important;
}
/*
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media only screen and (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media only screen and (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fcfcfc
    }
}
*/


/* used in comment popups and suggest popups */

.label-primary {
    color: #fff;
    background-color: #bc9787;
    font-weight: normal;
}

.pagination {
    z-index: 0;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 0;
    font-size: 12px;
}

.pagination a {
    color: #333333;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    border: none;
    outline: none !important;
    box-shadow: none;
    color: #333;
    border: none;
}

.pagination .page-item.active .page-link:hover {
    color: #fff;
}

.page-item a:hover {
    text-decoration: none;
    color: #CB857C;
    font-weight: 400 !important;
}

.pagination.pagination-white>li>a {
    background-color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>ul.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #bc9787!important;
    border-color: #bc9787!important;
    color: #ffffff;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #faf7f4;
    background: #faf7f4;
    border-radius: 50% !important;
    padding: 7px;
    margin: 1px;
    width: 33px;
    height: 33px;
    text-align: center;
    color: #333;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    background-color: #f5eee6;
    border-radius: 50%;
}

.pager-bar.pagination>li>a,
.pager-bar.pagination>li>span {
    background: #fff;
    width: auto;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.pager-bar.pagination>li>a:hover,
.pager-bar.pagination>li>a:focus {
    border: none;
    color: #cb857c;
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
    font-weight: 400 !important;
}

.pager-bar.pagination>li>a.page-link:hover {
    border: none;
    color: #cb857c;
    text-decoration: none;
    font-weight: 400 !important;
}

select.sortby {
    margin: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
    .pagination-sm {
        margin: 0;
    }
}


/* 

.row.search-slide {
    background: #f5f5f5;
    margin: 10px 0 0 0;
}

.row.search-slide form.find-patterns {
    padding: 3px 15px 10px;
}

.row.search-slide form.find-patterns .btn {
    font-size: 12px;
    border: 0!important;
    box-shadow: 2px 2px 0 #e5e5e5;
}

.row.search-slide form.find-patterns .radio-options {
    font-size: 11px;
    padding: 3px 0;
    line-height: 16px;
    margin: 0 3px;
}

.row.search-slide form.find-patterns .radio-options input[type="radio"] {
    font-size: 11px;
    padding: 0;
    margin: 0 3px;
    vertical-align: middle;
}

.row.search-slide form.find-patterns .radio-options label {
    margin: 0 5px 5px 0;
}

.news-bar {
    margin: 10px 0;
    padding: 3px 15px;
    background: #f8f8f8;
    height: 30px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.label-cat {
    padding: 3px 6px;
    background: #333;
    font-size: 12px;
    color: #fff;
}
*/


.heading {
    line-height: 50px;
    margin: 15px 0;
    overflow: hidden;
    padding: 20px 0 0 20px;
    background: #faf7f4;
}

.heading p {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.heading .categories-seeall {
    float: right;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.heading a:hover {
    color: #bc9787;
    font-weight: 400;
}


/* 

.row.title {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.row.title h2 {
    padding: 5px 0;
    margin: 0;
    color: #333;
    float: left;
}

.row.title .see-all {
    text-align: right;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.row.title p {
    padding: 10px 0;
    margin: 0;
}

.row.title.yarn-thread a:hover h2 {
    text-decoration: underline !important;
}
*/

/* home */

.row.home {
    margin: 0;
}

.home .home-hero a {
    color: #fff !important;
}

.home .hero-text-col a {
    color: #fff !important;
}

.row.yarns {
    margin: 0;
}

.row.gallery {
    margin: 0;
    padding: 0 3%;
}

.row.yarns.yarns-home {
    padding: 0 4%;
}

@media only screen and (min-width: 510px) and (max-width: 767px) {
    .row.galley {
        padding: 0 5%;
    }
}

.intro-text p {
    margin: 5px 0;
    font-size: 12px;
}

.row.ads {
    margin: 0;
}

.row.feature {
    text-align: center;
}

.row.ads img {
    display: block;
    /*position: relative;*/
}

.row.browse-cats {
    margin: 0 15px;
}

.row.browse-cats .cat {
    position: relative;
    text-align: center;
}

.row.browse-cats .cat-circular {
    position: relative;
    text-align: center;
    padding: 10px 15px;
}

.row.browse-cats .cat-circular .cat_img img {
    max-width: 100%;
}

.row.browse-cats .cat .cat_img img {
    max-width: 100%;
}

.row.browse-cats .cat .cat_name {
    background: #fff;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
    position: absolute;
    line-height: 18px;
    bottom: 10px;
    left: 0;
    z-index: 9;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 3px 0;
    overflow: hidden;
    opacity: 0.75;
}

.row.browse-cats .cat .cat_name a {
    color: #000;
}

.cat .cat_manage {
    height: 150px;
}

.cat .cat_manage select {
    font-size: 10px;
    width: 120px !important;
}


/** cover admin **/

.cat .cat-manage select {
    font-size: 12px;
    max-width: 220px !important;
}

.row .col-md-12.title h2 {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px #f5f5f5;
}

.bar-more {
    display: block;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 700 !important;
}

.bar-more a {
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.row.browse-cats .yarn_cat {
    position: relative;
    margin: 3px 0;
}

.row.browse-cats .yarn_cat img.img-rounded {
    box-shadow: 1px 1px 1px #e5e5e5;
}

.row.browse-cats .yarn_cat .cat_name {
    height: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #666;
}

.row.content {
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0;
    min-height: 43vh;
}

h3.list-group-title {
    line-height: 1.428571429;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-left: 15px;
    margin: 10px 0 0 0;
}

.list-group.filter-cats {
    font-size: 13px;
    padding: 10px 0;
    list-style: none;
}

.list-group.filter-cats .list-group-item {
    border-radius: 0;
    background: #fff;
    border-color: #fff;
    font-size: 13px;
    color: #333;
    padding: 8px 10px;
    overflow: hidden;
}

.list-group.filter-cats .list-group-item.active {
    background: #fff;
    color: #cb857c;
    font-weight: 700;
    border: none;
}

.list-group-item.main-cat {
    line-height: 1.428571429;
    text-transform: uppercase !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

ul.bk li {
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f2f2f2;
}

ul.bb li {
    /*border-bottom: 1px solid #f2f2f2;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.bt li {
    border-top: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* Product grids */

.row .buttons {
    margin: 0 !important;
    padding: 0 1.5%;
}

@media only screen and (min-width: 510px) and (max-width: 767px) {
    .row .buttons {
        padding: 0 7%;
    }
}

.buttons .prod_desc {
    /*height: 120px;
    overflow: hidden;*/
    font-size: 12px;
}

.buttons .prod_desc .price {
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 5px;
}

.needles .prod_desc {
   /* height: 120px;
    overflow: hidden;*/
    font-size: 12px;
}

.needles .prod_desc .price {
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 5px;
}

.needles .campaign {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 40px;
    width: 40px;
}



/*
.patterns-filter {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nav-pills.patterns-filter li a {
    color: #666;
}

.search-filter {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-sort {
    padding: 5px;
}

ul.nav-pills.search-filter li a {
    color: #666;
}*/


/* Yarns */

.yarns {
    margin: 0;
}

.yarns .sort-container {
    margin: 50px 0 20px;
}

.yarns .prod_desc {
    font-size: 12px;
    margin-bottom: 5px;
}

.yarn .prod_desc .price {
    margin-top: 5px;
}

.sale-campaign {
    color: #df4655;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

.sale-campaign-c {
    color: #df4655;
    font-weight: 700;
    margin: 0;
    font-size: 12px;
}

.yarn .prod_desc .extra-info {
    font-size: 10px;
}

.yarns .yarn {
    position: relative;
    line-height: 16px;
}

.yarns .yarn .yarngroup {
    position: absolute;
    right: 25px;
}

.yarns .yarn .supersale {
    position: absolute;
    left: 0;
    top: 50%;
    background: url("/img/retailers/ribbon-sale-end.png") no-repeat right center;
    padding: 5px 20px 5px 10px !important;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.yarns .yarn .campaign {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #df4655;
    font-size: 12px;
    top: 2.5rem;
    left: 5px;
}

.thumbnail:hover {
    cursor: pointer;
}


/* colours */

.colours .yarns {
    margin: -15px 0;
}

.row.sort-colours {
    margin: 0 0 10px 0;
}

.row.yarns.yarn-colours {
    margin: 0;
    padding: 0 15px;
}


/* deals */

.yarns .yarn .campaign2 {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    font-size: 12px;
    top: 2.5rem;
}

.yarns .new {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #d6a099;
    font-size: 10px;
    top: 1rem;
    z-index: 9;
}

.yarn-colour .discontinued {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #aaa;
    font-size: 10px;
    top: 1rem;
    z-index: 5;
}

.yarn-colour .new {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #d6a099;
    font-size: 10px;
    top: 1rem;
    z-index: 5;
}

.yarn-colour .comingsoon {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #bc9787;
    font-size: 10px;
    top: 1rem;
    z-index: 5;
}

.yarn-colour .colour-match {
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    top: 5px;
    right: 5px;
    z-index: 8;
}

.yarns .color .prod_desc {

    font-size: 12px;
    margin-bottom: 10px;
}

.yarns .color .prod_desc h4 {
    overflow: hidden;
    white-space: nowrap;
}

.yarns .color .prod_desc .yarnname {
    overflow: hidden;
    white-space: nowrap;
}

.yarns .color .prod_desc .price,
.needles .prod_desc {
    margin-top: 5px;
}

.yarns .color .campaign {
    position: absolute;
    padding: .1rem .9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #df4655;
    font-size: 11px;
    top: 2.5rem;
    left: 5px;
    z-index: 9;
}


/* yarn-combinations */

.sort-combinations {
    padding: 0 10px;
}

@media only screen and (min-width: 513px) and (max-width: 767px) {
    .caption-img-l {
        padding: 10px 5px;
    }
}

@media only screen and (min-width: 1100px) {
    .yarn-combination {
        padding: 0 25px;
    }
}

.yarn-comb {
    position: relative;
}

.yarn-comb i {
    position: absolute;
    font-size: 16px;
    top: 15px;
    right: 10px;
    z-index: 5;
    color: #ccc;
}

.yarn-comb i:hover {
    color: #cb857c;
    border-color: #cb857c;
}

.caption-yarncomb1 {
    padding: 10px 10px 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 30px;
    font-weight: 700;
}

.caption-yarncomb2 {
    padding: 0 10px 10px 10px;
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    height: 20px;
    font-weight: 700;
}

.caption-yarncomb3 {
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    height: 30px;
}

.yarn-group {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 10px;
    left: 30px;
    z-index: 5;
    color: #777;
}

.yarn-wash-container {
    position: relative;
    height: 50px;
    margin: 10px 0;
}

.yarn-wash {
    height: 50px;
    margin: 10px 0;
}

.yarn-wash img {
    height: 50px;
    width: auto;
    position: absolute;
    top: -10px;
    left: -5px;
}

@media only screen and (max-width: 767px) {
    .yarn-wash img {
        height: 40px;
    }
}

.yarn-wash-print {
    height: 40px;
}

.yarn-wash-print img {
    height: 40px;
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.yarn-carousel.carousel-inner .active.left {
    left: -50%;
}

.yarn-carousel.carousel-inner .next {
    left: 50%;
}

.yarn-carousel .carousel-inner>.item {
    transition: 90ms ease-in-out all;
    -moz-transition: 90ms ease-in-out all;
    -webkit-transition: 90ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
}

.wash-care-container {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}


/* Pattern & Yarn */

.pattern-material a {
    color: #444 !important;
}

.pattern-material a:hover,
.pattern-material a:focus {
    font-weight: 700 !important;
}

.keywords-box {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 15px;
    box-shadow: 0 1px 0px #e5e5e5;
    background: #EFEFED;
}

.keywords-box h3 {
    padding: 0;
    margin: 0;
}

.yarn_header h4 {
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 400;
    font-size: 15px;
}

.yarn_header {
    line-height: 1.7;
    font-size: 14px;
}

.yarn-intro {
    padding: 10px 16px;
    border-top: 1px dotted #ccc;
}

.yarn_header .tabmenu .ui-tabs-nav {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.yarn_header .tabmenu ul.ui-tabs-nav li {
    border: 0!important;
    background: #f2f2f2;
}

.yarn_header .tabmenu ul.ui-tabs-nav li.ui-state-active {
    background: #fff;
}

.yarn_header .tab-content {
    font-size: 13px;
}

.pattern_header p.pattern_cont {
    margin-top: 10px;
    font-weight: bold;
}

.faq {
    line-height: 1.7;
}


/* yarn product carousel */

.carousel-indicators {
    position: static;
    margin: 20px 0 0;
    overflow-x: scroll;
    display: inline;
}

.carousel-indicators>li {
    height: 8%;
    width: 15% !important;
    border-bottom: 0;
    opacity: 1;
}

.carousel-indicators li img {
    display: block;
}

.carousel-indicators li.active img {
    border: 1px solid #333;
}

.container-indicators {
    width: 100%
}

.list-inline-item:not(:last-child) {
    margin: 0;
    padding: 0 5px 0 0;
}

.list-inline-item:last-child {
    margin: 0;
    padding: 0;
}

.carousel-indicators.carousel-4img>li {
    width: calc(25% - 8px) !important;
}

.carousel-indicators.carousel-5img>li {
    width: calc(20% - 7px) !important;
}

.carousel-indicators.carousel-6img>li {
    width: calc(16.67% - 8px) !important;
}


/* prices */

.pprice,
.yprice {
    float: right;
    margin: 0;
    text-align: right;
    clear: right;
}

.pprice a,
.yprice a {
    color: #666;
}

.pprice .from,
.yprice .from {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #666;
    font-size: 11px;
}

.pprice .cost1,
.yprice .cost1 {
    font-size: 22px;
    margin: 0;
}

.pprice .cost2,
.yprice .cost2 {
    padding-top: 2px;
}

.ptitle,
.ytitle {
    color: #474747;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pfree {
    text-align: center;
    text-shadow: 1px 1px #f5f5f5;
    background: #EAF4F3;
    padding: 8px 10px;
}

.pfree .pbg {
    font-size: 25px;
    font-weight: 700!important;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.pfree .psm {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

div.pfaq {
    font-weight: bold;
}

.pfaq p {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: normal;
}

.pfaq p.pfaq-a {
    margin-top: 15px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.pfaq p.info {
    background: url('/img/icon/hand-point.png') no-repeat left center;
    padding-left: 20px;
}

.pfaq p a {
    text-decoration: underline;
}

.pfaq .pfaq-q {
    margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .pfree .pbg {
        font-size: 20px;
    }
}

.pattern-main .pattern_keywords {
    margin: 0;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666!important;
}

.pattern-main .pattern_keywords a {
    color: #666!important;
}

.pattern-intro {
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}

.text-info {
    font-size: 12px;
    margin-bottom: 10px;
}

.well .text-info {
    font-size: 14px !important;
    margin-bottom: 10px;
    color: #000 !important;
}


/* pattern size*/

.pattern-calc {
    color: #666;
    padding-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
}

.pattern-calc a {
    color: #669933!important;
    text-decoration: underline;
}

.pattern-tag {
    margin-top: 20px;
}

.pattern-instructions {
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

.pattern-instructions a {
    text-decoration: underline;
}

.pattern_text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}


/* this is the container for the pattern text - under prices */

.pattern-material {
    font-size: 14px;
    line-height: 1.7;
}

.pattern-corrections p.warning {
    color: #cc3366;
}

.pattern-corrections p.warning a {
    color: #cc3366;
}

.pattern-related {
    padding: 0;
    margin: 10px;
}

.pattern-related h3 {
    margin: 30px 0 10px -10px;
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
    .pattern-related {
        padding: 0 10% 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .pattern-related h2 {
        margin: 10px -10px;
    }
    .pattern-intro {
        border: none;
    }
}

.pattern-ad {
    padding: 10px 15px 0 0;
}

.px {
    padding: 0 16px;
}

.pattern-yarns_test {
    margin: 15px 0;
}

.p-y_test {
    padding: 20px;
}

.pattern-yarns {
    background: #faf7f4;
    padding: 10px;
    margin: 15px 0;
    font-size: 13px;
}

.pattern-yarns .content-panel {
    background: #faf7f4;
    padding: 10px 0;
}

.pattern-yarns table.table-yarns {
    padding-top: 10px!important;
    margin-bottom: 0px!important;
    background: #fff;
}

.pattern-share {
    padding: 20px 10px;
    background: #faf7f4;
    margin: 10px 15px 0 0;
    padding-bottom: 8px;
}

.share-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pattern-share a:hover,
.pattern-share a:focus {
    background-color: #eddbd5;
    border: 2px solid #eddbd5;
    cursor: pointer !important;
}

.pattern-share a {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border: 2px solid #ede5db;
    background-color: #ede5db;
    margin: 0 5px 7px;
    border-radius: 20px;
}

.pattern-share a i {
    font-size: 17px;
    padding: 0px;
    margin: 8px;
    font-size: 16px;
    color: #333;
}

.at-style-responsive .at-share-btn {
    padding: 10px !important;
}

.at-share-btn-elements a {
    border-radius: 50% !important;
}

.pattern-prices {
    color: #666;
    padding-top: 10px;
    border-top: 1px dotted #e5e5e5;
}

.pattern-prices a {
    text-decoration: underline;
}

.need-help {
    padding-top: 30px;
    font-size: 14px;
    margin-top: 15px;
}

.pattern-comments {
    padding: 10px;
}

.pattern-comments h3 {
    font-size: 22px;
    padding: 15px 0;
    border-top: 1px dotted #ccc;
}

.short-and-sweet-counter {
    color: #666666;
}

.pattern_copyright {
    font-size: 12px;
    color: #666;
    line-height: normal;
    background: #f5f5f5;
    padding: 20px 15px;
}

table.table-yarns td.thumb,
.pattern_header table.table-products td.thumb {
    width: 70px!important;
}

table.table-products {
    font-size: 11px;
    margin: 0 0 0 10px;
    padding: 0;
}

.felting-text {
    padding: 30px 10px;
}

@media only screen and (max-width: 768px) {
    .felting-text {
        padding: 0 32px;
    }
    .pattern-share {
        margin: 10px 5px 0 0;
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1158px) {
    .pattern-share {
        padding: 20px 10px;
        background: #faf7f4;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row .ypic {
        display: block!important;
    }
    h1.pname small {
        display: none!important;
    }
}

@media only screen and (max-width: 479px) {
    .row .ppic {
        display: block!important;
    }
    h1.pname small {
        display: none!important;
    }
    .pattern .new {
        position: absolute;
        top: 20px;
        left: 75%;
        width: 16px;
        height: 16px;
    }
    .pattern .featured {
        position: absolute;
        top: 20px;
        left: 75%;
        width: 16px;
        height: 16px;
    }
    .pattern .pattern-type {
        position: absolute;
        top: 5px;
        left: 75%;
        width: 16px;
        height: 16px;
    }
    .pattern .pattern-pics {
        position: absolute;
        top: 15px;
        left: 75%;
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
    .pattern .new {
        position: absolute;
        top: 20px;
        left: 75%;
        width: 12px;
        height: 12px;
    }
    .pattern .featured {
        position: absolute;
        top: 20px;
        left: 75%;
        width: 12px;
        height: 12px;
    }
    .pattern .pattern-type {
        position: absolute;
        top: 5px;
        left: 75%;
        width: 12px;
        height: 12px;
    }
    .pattern .pattern-pics {
        position: absolute;
        top: 15px;
        left: 75%;
        width: 12px;
        height: 12px;
    }
}


/* Yarn groups */

.yarngroup-header {
    background: #faf7f4;
    text-align: left;
}

.yarngroup-header h1,
.yarngroup-header p {
    padding-left: 20px;
}

.label-new {
    color: #f8c779;
    border: 1px solid #f8c779;
    font-size: 12px;
    padding: .2rem .4rem;
    line-height: 2;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 5px;
}

.label-comingsoon {
    color: #f0a76b;
    border: 1px solid #f0a76b;
    font-size: 12px;
    padding: .2rem .4rem;
    line-height: 2;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 5px;
}

.label-superwash {
    color: #e09ab5;
    border: 1px solid #e09ab5;
    font-size: 12px;
    padding: .2rem .4rem;
    line-height: 2;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 5px;
}

.label-feltable {
    color: #6383b4;
    border: 1px solid #6383b4;
    font-size: 12px;
    padding: .2rem .4rem;
    line-height: 2;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 5px;
}

.dyarn a {
    margin-top: 10px;
    line-height: 2.5;
    color: #666;
    text-decoration: underline;
}

.dyarn a {
    margin-top: 10px;
    line-height: 2.5;
    color: #666;
    text-decoration: underline;
}

.dyarn i {
    text-align: left;
}


/* Videos */

@media only screen and (max-width: 991.5px) {
    iframe {
        max-width: 90vw;
        /*height: auto;*/
    }
}

.videoText {
    padding: 10px 0;
}

.videoText a {
    letter-spacing: .03rem;
    text-decoration: underline;
}

.videoText a:hover,
.videoText a:focus {
    color: #bc9787;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-sound {
        margin-left: -10px;
    }
}

.videoWrapper-1-1 {
    position: absolute;
    padding-bottom: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    width: 317%;
    /* 9:16 */
    transform: translate(-50%, -50%);
}

.videoWrapper-1-1 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.31%;
    /* 16:9 */
    height: 0;
    margin-bottom: 10px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-full {
    padding: 0 1%;
}

.related-videos {
    background: #faf7f4;
    margin: 20px 0;
    padding: 15px;
}

@media only screen and (min-width: 350px) and (max-width: 400px) {
    .row.video-results {
        padding: 0 7%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 475px) {
    .row.video-results {
        padding: 0 14%;
    }
}

@media only screen and (min-width: 476px) and (max-width: 575px) {
    .row.video-results {
        padding: 0 21%;
    }
}

.thumb-caption {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.thumb-caption a {
    color: #666;
}

div.video-sorting {
    line-height: 30px;
    text-align: right;
}

div.cat-thumb div.play {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -20px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row.week-video {
        padding: 0 3%;
    }
}
@media screen and (min-width: 620px) and (max-width: 767px) {
    .video-results {
        padding: 0 10%;
    }
}

.week-video-right h2 {
    margin-top: 0;
}


/*--------------------------------- videos new----------------------------------------- */

.videoLanguaje {
    margin: 10px 0;
}

.video_keywords {
    margin: 0;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 10px;
}

.video_keywords a {
    color: #666!important;
}

.video-image {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.video-image .scrim {
    border: none;
}

.video-image img {
    margin: auto;
}

.video-caption {
    font-size: 12px;
    padding: 8px 0;
    height: 60px;
    position: relative;
}
/*
.video-duration {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #3f3c3ce8;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 2px;
}

.video-views {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 10px;
    color: #999;
}

.video-category {
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 10px;
    color: #999;
}

.video-description {
    max-width: 800px;
}*/


/* 
-------youtube video-play-------------

.video-play {
    display: block;
    width: 50px;
    height: 35px;
    line-height: 34px;
    margin-left: -23px;
    margin-top: -18px;
    background-color: #3f3c3ce8;
    font-size: 15px;
    text-align: center;
    color: #FFF !important;
    border-radius: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
}*/

.video-play {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    margin-left: -23px;
    background-color: transparent;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.video-play:hover {
    color: #3f3c3ce8;
    border: 3px solid #3f3c3ce8;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-caption img {
        max-height: 120px;
    }
}

.video-carousel-caption {
    font-size: 12px;
    padding: 5px 0 20px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favourite {
    font-size: 20px;
    padding: 0 0 20px 0;
}

.favourite a {
    color: #333;
}

.favourite a:hover,
.favourite a:focus {
    color: #bc9787;
}
.favourite-yc {
    font-size: 20px;
    padding: 0 0 20px 0;
}

.favourite-yc a {
    color: #333;
}

.favourite-yc a:hover,
.favourite-yc a:focus {
    color: #bc9787;
}

.favourite-v {
    margin: 10px 0 0;
}

.video-list-pattern,
.lesson-list-pattern,
.yarn-prices,
.yarn-comb-list,
.colour-match-list {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.yarn-max {
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .yarn-max,
    .yarn-prices,
    .colour-match-list {
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.video-list-pattern li,
.lesson-list-pattern li,
.yarn-comb-list li {
    list-style: none;
}


/*--------------------------------- end videos new----------------------------------------- */

.panel {
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}

.panel-body {
    padding: 15px;
}

.panel.panel-default {
    background-color: #faf7f4;
    margin: 20px 0;
    border: none;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
}

.panel-pricelist {
    background-color: #fff;
}

.panel.video_cats .panel-title {
    font-size: 14px;
    font-weight: 400!important;
}

span.badge {
    float: right;
    color: #999;
    background: #fff;
    font-size: 11px;
    font-weight: 400;
}

.panel.video_cats .panel-body {
    padding: 0;
    margin: 0;
}

ul.video_cats {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.video_cats li {
    padding: 5px 25px;
    margin: 0;
    background-color: #fff;
    font-size: 13px;
}

.video_cats .active-selected {
    font-weight: 700;
    color: #CB857C;
}

/* Catalogues.php */

ul.pager-bar .dropdown-menu>li>a {
    font-size: 13px;
    text-align: left;
    padding: 3px 10px;
}

.catalogues_title {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    line-height: normal;
}

.catalogues_title .drops {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #333333;
}

.catalogues_title .cat_nr {
    font-family: 'Parisienne', cursive!important;
    font-weight: normal;
    font-size: 45px;
    color: #231F20;
    margin-top: 0;
}

.text-inspiration {
    font-style: italic;
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 500px;
}

.catalogue_no {
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right: 25px;
    bottom: 0;
    font-weight: 600;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    background: #fefefec2;
}


/* Books & News */

.choose-lang .choose-country-container {
    margin-right: 0;
}

.books {
    position: relative;
}

.book .info {
    height: 90px;
    overflow: hidden;
}

.books .book_lang {
    font-size: 11px;
    text-transform: uppercase;
    background: #333;
    color: #fff;
    padding: 3px 6px;
    position: absolute;
    top: 5%;
}

.row.books {
    padding: 0 15px;
}

.book .info-button {
    min-height: 40px!important;
    margin-bottom: 40px;
}

.book .info-button .btn-primary {
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
    .book .info {
        height: 120px;
        overflow: hidden;
    }
    .book .info-button {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
    .books {
        padding: 0 10%;
        margin: 20px auto;
    }
    .choose-lang .choose-country-container {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 767px) {
    .book .info {
        height: 100px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 680px) {
    .structures {
        margin-top: 10px;
    }
    .structures .pattern {
        padding: 0 10px;
    }
}


/* Findastore and retailer profile */

.stores {
    margin-top: 15px;
}

.stores table th {
    background: #eddbd5!important;
    color: #fff!important;
}

.stores table tr.sub-header th {
    background: #e2f0d9!important;
    color: #333!important;
}

.stores table th a {
    color: #fff!important;
}

.well-lg .btn-default,
.well-lg .btn-active {
    padding: 10px 15px;
}

.ret-needles {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

.ret-buttons {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
    .show-as {
        float: right!important;
    }
}

/* new 2018 */

.store {
    margin-top: 20px;
    font-family: 'PT Sans', sans-serif;
}

.store .product {
    position: relative;
}

.store .product h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin: 2px 0;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}

.product .campaign {
    position: absolute;
    padding: .1rem .9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    font-size: 11px;
    top: 2.5rem;
}

figure.thumbnail {
    padding: 0!important;
    border-color: #e5e5e5;
    border-radius: 0;
}

figure.thumbnail .colours {
    position: absolute;
    background: #fff;
    padding: 3px 6px;
    opacity: 0.9;
    top: 190px;
    margin-left: 10px;
    font-size: 11px;
}

.store .product .caption {
    color: #666;
}

.store .product .caption .product_desc {
    height: 70px!important;
}

.store .product .caption .prices {
    color: #333;
}

.store .product .caption .product_order {
    min-height: 40px!important;
}

.store .store_icon {
    display: block;
}

.store .store_cover {
    text-align: center;
    position: relative;
    padding-top: 50px;
    margin: 0;
}

.store .store_cover .store_profile {
    max-width: 500px;
    background: #fff;
    padding: 5px 15px;
    margin: 0 auto 20px auto;
}

.store .store_address {
    font-size: 12px;
    margin-bottom: 10px;
}

.store .store_social {
    margin-bottom: 10px;
}

.store .store_about {
    padding: 10px 15px;
    margin: 10px auto;
    text-align: left;
}

.store .store_about a {
    text-decoration: underline;
    color: #6a756a;
}

.store .morecontent span {
    display: none;
}

@media only screen and (max-width: 479px) {
    .store .product .caption .product_desc {
        height: 90px!important;
    }
}


/* Findasale.php */

.row.ylist div.bt {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.display-none {
    display: none;
}

.display {
    display: inline-block;
}

.cbanner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.bg-gray {
    background: #f5f5f5;
    border-radius: 8px;
}

.row.prices,
.row.prices-header {
    background: #fff;
    padding: 10px 0;
    margin: 0;
}

.row.prices-header {
    font-weight: 700;
}

td.sn,
th.sn {
    padding-left: 55px!important;
    line-height: 15px;
}

td.sn h4 {
    margin: 0;
    padding: 3px 0;
}

td.sn.superstore {
    background: url('/img/retailers/store-icons-flat-superstore_sm.png') no-repeat 5px 5px;
}

@media only screen and (max-width: 479px) {
    td.sn,
    th.sn {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
    }
}

@media only screen and (max-width: 756px) {
    .yarn-mob {
        padding-top: 20px;
    }
}

.table.yarn-list .maxprice {
    padding-right: 28px;
}

.table.yarn-list .campaign25 {
    padding-right: 28px;
    background: url('/img/activity/retailer_25.png') no-repeat right top;
    line-height: 15px!important;
}

.table.yarn-list .campaign30 {
    padding-right: 28px;
    background: url('/img/activity/retailer_30.png') no-repeat right top;
    line-height: 15px!important;
}

.table.yarn-list .campaign35 {
    padding-right: 28px;
    background: url('/img/activity/retailer_35.png') no-repeat right top;
    line-height: 15px!important;
}

.table.yarn-list .campaign40 {
    padding-right: 28px;
    background: url('/img/activity/retailer_40.png') no-repeat right top;
    line-height: 15px!important;
}

.table.yarn-list {
    font-size: 12px;
}

.table.yarn-list .deals {
    color: #bf2529;
    font-weight: bold;
}

.table.prices {
    min-width: 80px;
}

.row.prices .campaign25 .text-danger,
.row.prices .campaign25 .crossed,
.row.prices .campaign30 .text-danger,
.row.prices .campaign30 .crossed,
.row.prices .campaign35 .text-danger,
.row.prices .campaign35 .crossed,
.row.prices .campaign40 .text-danger,
.row.prices .campaign40 .crossed {
    padding-right: 15px;
}

.shadecard-images {
    position: absolute;
    z-index: 5;
    top: 7px;
    right: 12px;
    font-size: 1.4rem;
    color: #ffffffad;
}

/* prints */

.row.printpage {
    max-width: 700px;
    margin: 0;
    padding: 15px;
    background: #fff;
}

.row.printpage .print-break-before {
    page-break-before: always!important;
}

p.print-break-before {
    page-break-before: always!important;
}

.row.printpage .print-break-after {
    page-break-after: always!important;
}

p.print-break-after {
    page-break-after: always!important;
}

.row.printpage h1.bt,
.row.printpage h2.bt,
.row.printpage h3.bt,
.row.printpage h4.bt,
.row.printpage h5.bt {
    border-top: 1px solid #cccccc;
}

.row.printpage h1.bb,
.row.printpage h2.bb,
.row.printpage h3.bb,
.row.printpage h4.bb,
.row.printpage h5.bb {
    border-bottom: 1px solid #cccccc;
}


/* Patterns */

.content .pattern,
.content .col-md-9 .pattern,
.content .col-md-12 .pattern {
    position: relative;
}

.pattern-main h3 {
    font-weight: 400;
}

.pattern .new {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.pattern .featured {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.pattern .pattern-type {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.pattern .pattern-pics {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.yarn-colour .info {
    height: 50px;
    overflow: hidden;
    font-size: 11px;
    padding: 5px 0;
}

.yarn-colour .img-colour {
    max-height: 120px;
    max-width: 120px;
}

.yarn-patterns {
    padding: 0 50px 0 15px;
}

@media only screen and (max-width: 640px) {
    .yarn-colour .info {
        height: 40px;
    }
    .yarn-colour .info .name {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .yarn-patterns {
        margin: 0 auto;
    }
    .yarn-patterns .pattern {
        padding: 0;
        border: 5px solid white;
    }
    .pattern img {
        margin: 0;
    }
}

@media only screen and (min-width: 550px) and (max-width: 640px) {
    .yarn-patterns {
        padding: 0 25% 0 3%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .yarn-patterns {
        padding: 0 40% 0 3%;
    }
}
/*Favorites*/

.content .favorite {
    position: relative;
}

.unfav {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    background: #f2f2f2;
    padding: 0 6px;
    z-index: 20;
}

.todo {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 15px;
    background: #f2f2f2;
    padding: 0 6px;
    z-index: 1;
}

.my-favourites .well {
    max-width: 800px;
}
@media only screen and (max-width: 767px) {
    .pattern-fav{
        padding-bottom: 20px;
    }
}
/*label new pattern  and crochet and knitting icons*/

.product-label {
    position: absolute;
    z-index: 1;
    font-weight: 400;
    padding: .1rem .9rem;
    min-width: 45px;
    text-align: center;
    color: #333333;
    background-color: #fff;
    text-transform: uppercase;
}

.label-newp {
    color: #fff;
    background-color: #d6a099;
    font-size: 10px;
    top: 0.8rem;
}

.label-pnumber {
    color: #fff;
    background-color: #333;
    font-size: 10px;
    top: 0.8rem;
    right: 5px;
}

.product-action-vertical {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1.8rem;
    top: 0.1rem;
    background-color: transparent;
    z-index: 10;
    transition: all .35s ease;
    transform: translateX(-15px);
}

.pattern .product-action-vertical {
    transform: translate(10px, 10px);
}

.btn-product-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    font-size: .9rem;
    line-height: 1;
    transition: all .35s ease;
    padding: 0;
    border-radius: 50%;
    color: #333;
    background-color: #fff;
}

#favourites .pattern .info .fav h4 {
    font-family: 'PT Sans', sans-serif;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 24px!important;
}

.pattern .info .fav h4 small {
    font-size: 12px;
}

.pattern .info h4 .badge {
    margin: 0;
}

.content .col-md-9 .pattern .btn {
    margin: 0 2px 5px 0;
}

.activity-name {
    text-align: center;
}

.activity-text {
    clear: both;
    max-width: 350px;
    min-height: 90px;
    margin: 15px auto 25px;
    text-align: center;
}

.catalogue-number,
.catalogue-number a {
    color: #777;
}

.catalogue-number a:hover {
    color: #777;
    text-decoration: underline;
    font-weight: 400;
}

@media only screen and (max-width: 960px) {
    .favourite {
        margin: 0 0 25px 0;
        padding: 0 10px
    }
}


/* aw2324 voting & collection */

.content.vote-full.aw2324 {
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #333;
    margin: 0;
    padding: 0 3%;
    background: url('/img/activity/collection/aw2324-vote_ft-bg.jpg') no-repeat center top;
    font-size: 14px;
}

.content.collection-full.aw2324 {
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #333;
    margin: 0;
    background: url('/img/activity/collection/aw2324-vote_ft-bg.jpg') no-repeat center top;
    font-size: 14px;
}

.row .voting {
    margin: 0 auto;
    max-width: 1180px;
}

@media only screen and (max-width: 767px) {
    .row .voting {
        margin: 0 -10px;
    }
}

.row .collection {
    margin: 0 auto;
    max-width: 1180px;
}

.text-margin {
    margin: 30px 110px 50px 80px
}

.aw2324-comment {
    max-width: 1180px;
    background: #faf7f4;
    padding-top: 20px;
    margin-bottom: 30px;
}

.aw2324 .aw2324-comment .text {
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    border-radius: 3px;
}

.model-img {
    position: relative;
}

.content.aw2324 .pattern h4 {
    font-size: 18px !important;
    font-weight: 700;
}

.v-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.collection-text {
    font-size: 14px;
    line-height: 1.7;
    max-width: 700px;
    margin: 25px auto;
    text-align: center;
}

.content.aw2324 .activity-text {
    font-size: 14px;
    line-height: 1.7;
    max-width: 700px;
    margin: 50px auto 25px;
    text-align: center;
}

.content .aw2324 .vt_model {
    margin-bottom: 5px;
}

.drops-n {
    font-size: 14px;
    font-weight: 700;
}

.c-name {
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.s-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.s-name a {
    color: #cb857c;
}

.v-name {
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.coming-soon {
    color: #bc7e5e;
    font-size: 15px;
    text-align: center;
}

.vot-desc {
    font-size: 12px;
    text-align: center;
}

.vot-comm {
    margin: 10px 0;
    text-align: center;
}

.comm i {
    margin: 0 5px;
    font-size: 16px;
}

.comm a {
    margin: 0 5px;
}

.comm a:hover {
    text-decoration: none;
}

.comm-c {
    text-align: center;
}

.comm-c i {
    margin: 0 5px;
    font-size: 16px;
}

.comm-c a:hover {
    text-decoration: none;
}

.comm-right i {
    padding: 15px;
    margin: 3px;
    color: #666;
}

.content.aw2324 .votes_left {
    z-index: 900!important;
    width: 250px;
    margin: 0;
    background: #e4cbaf;
    color: #333;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}

.extra-pics i {
    position: absolute;
    font-size: 12px;
    top: 45px;
    z-index: 5;
    color: #fff;
    right: 20px;
    z-index: 99;
    width: 20px;
    height: 20px;
    background-color: #666;
    border-radius: 10px;
    padding: 4px;
    text-align: center;
}

#vote-button {
    margin: 0 0 10px;
    color: #3e4840;
    background: #e4cbaf;
    border-radius: 2px;
    overflow: auto;
    /*float: left;*/
    width: 100%;
}

#vote-button label {
    width: 100%;
    margin: 0 !important;
}

#vote-button label span {
    text-align: center;
    padding: 10px 0px;
    font-size: 11px;
    display: block;
    font-size: 13px;
}

#vote-button label input {
    display: none;
}

#vote-button input[type="checkbox"]:checked+.button-checkbox {
    background-color: #d6b79b;
    color: #fff;
    border: none;
    content: "";
}

#vote-button input[type="checkbox"]:not(:checked)+.button-checkbox {
    background-color: #f2e7df;
    cursor: pointer;
    color: #333;
    border: none;
    content: "";
}

@media only screen and (min-width: 240px) and (max-width: 450px) {
    .content.vote-full.aw2324,
    .content.collection-full.aw2324 {
        background: url('/img/activity/collection/aw2324-vote_ft-bg-s.jpg') no-repeat center top;
    }
    .aw2324-comment {
        background: #faf7f4;
        padding-bottom: 120px;
    }
    .content.aw2324.activity-text {
        max-width: 400px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .text-margin {
        margin: 30px 15px 10px 15px;
    }
}

.products-category-grid-media-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100% + 1px);
    margin-bottom: -1.5px;
}

.products-category-grid-media-carousel {
    width: 100%;
}

.products-category-grid-media-carousel__viewport {
    display: flex;
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.products-category-grid-media-carousel ul,
.products-category-grid-media-carousel ul li {
    list-style: none;
}

.products-category-grid-media-carousel-item {
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
}

/* test number 2 voting*/

.vot-mod {
    padding-left: 20px !important;
}

.vot-comm2 {
    text-align: center;
    padding-right: 15px !important;
    margin: 0;
}

.vot-comm {
    text-align: right;
    padding-right: 15px !important;
    margin: 0;
}

@media only screen and (max-width: 991.5px) {
    .vot-comm {
        text-align: center;
        padding: 0 15px !important;
    }
    .vot-mod {
        text-align: center;
    }
    .comm {
        display: inline-block;
    }
}
/*
.content.aw2324 .pattern .modal-content {
    max-width: 550px;
    border-radius: 2px;
    margin: auto;
    margin-top: 70px;
    padding: 0 20px;
    background: none;
}

.content.aw2324 .pattern .modal-content .modal-header {
    border: none;
    background-color: #FCF3F1;
}

.content.aw2324 .pattern .modal-content .modal-header .close {
    color: #fff;
}

.content.aw2324 .close:hover,
.content.aw2324 .close:focus {
    color: #333;
}

.content.aw2324 .pattern .modal-content .modal-title {
    padding-left: 5px;
    color: #fff;
}

.content.aw2324 .pattern .modal-content .modal-body {
    padding: 0;
}
*/

/* dropsalong */

.row.dropsalong {
    padding: 20px 0;
    line-height: 1.5;
}

.row.dropsalong .cal {
    padding: 10px 0;
}

.row.dropsalong .clue h1 {
    margin: 20px 0 15px 0;
    text-align: left;
}

.row.dropsalong .clue p {
    font-size: 14px;
    line-height: 1.7;
}

.row.dropsalong p a {
    color: #666;
    text-decoration: underline;
}

.row.dropsalong p a:hover,
.row.dropsalong p a:focus {
    color: #cb857c;
    font-weight: 400;
}

.row.dropsalong img {
    max-width: 100%;
    height: auto;
}

.row.dropsalong table.table td {
    border-top: none !important;
}

.row.dropsalong table.table td.symbol {
    text-align: right;
    min-width: 50px!important;
}

.symbol img {
    min-width: 10px;
    margin-right: 10px;
}

.img-cal {
    margin-bottom: 10px;
}

.img-clue {
    margin-bottom: 30px;
}

ul.cal-clues {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 30px;
}

ul.cal-clues i {
    color: #bc9787;
    padding: 5px;
}

ul.cal-clues li.gray i {
    color: #b1b1b1;
}

ul.cal-clues li.more {
    padding-top: 5px;
}

.caption-xs {
    height: 35px;
    padding: 5px 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.row.dropsalong .row.dropscal {
    padding-top: 20px;
}

.row.dropsalong .row.dropscal .thumbnail .caption {
    font-size: 11px;
}

.dropsalong .choose-country-container {
    margin-right: 0 !important;
}

.row.dropsalong .fa-child {
    color: #418d49;
    font-size: 16px;
}

.row.dropsalong .fa-female {
    color: #b62826;
    font-size: 16px;
}

.row.dropsalong .fa-male {
    color: #4a90e2;
    font-size: 16px;
}


/* Lessons */

.row.cal-gallery {
    padding: 0 17%;
}

@media only screen and (max-width: 765px) {
    .school h3 {
        padding-bottom: 15px;
    }
    .school .description h3 {
        padding: 0;
        text-align: center;
    }
    .row.dropsalong h2 {
        margin: 20px 0;
    }
    .row.dropsalong {
        padding: 20px;
    }
    .row.cal-gallery {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 510px) and (max-width: 765px) {
    .row .feature-projects {
        padding: 0 50px;
    }
    .row .structures {
        padding: 0 15px;
    }
}

.school-header {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 25px auto;
    text-align: center;
}

.jeanette {
    position: relative;
}

.signature {
    height: 33px;
    position: absolute;
    right: 15px;
    top: 100px;
}

.lessons {
    font-size: 14px;
    line-height: 1.7;
}

.lessons img {
    max-width: 100%;
}

.lessons-list {
    margin: 0;
    margin-top: 15px;
}

.lessons-list .lesson {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e2e2e2;
}

.lessons-list .lesson img.img-lesson {
    margin-top: 5px!important;
}

.lessons-list .lesson h3 {
    margin-top: 5px!important;
}

.lessons_title {
    width: 100%;
    height: 120px;
    position: relative;
    margin: 15px 0 0 0;
}

.lessons-title-cont {
    min-height: 60px;
}

.lessons-title {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lessons-title {
    margin-top: 0;
    font-size: 20px;
}

.lessons-title {
    margin-top: 0;
}

.lesson-week {
    height: 230px;
    overflow: hidden;
}

.lesson-week a {
    letter-spacing: .03rem;
    text-decoration: underline;
}

.lesson-week a:hover,
.lesson-week a:focus {
    color: #bc9787;
}

.lessons-main {
    height: 130px;
    overflow: hidden;
}

.lessons-main a {
    letter-spacing: .03rem;
    text-decoration: underline;
}

.lessons-main a:hover,
.lessons-main a:focus {
    color: #bc9787;
}

.lessons .sort-container {
    margin-top: 0;
    padding: 0;
}

.video-results .lessons-main {
    height: 120px;
    overflow: hidden;
}

.row .browse-lessons {
    margin: 0;
}

.row .browse-videos {
    margin: 0;
}

@media only screen and (max-width: 991.5px) {
    .lesson-week {
        height: auto;
        overflow: hidden;
    }
    .lessons-title-cont {
        height: auto;
    }
    .lessons-main {
        height: auto;
    }
    .lessons-title {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .video-results .col-xs-6 {
        width: 100%;
    }
    .video-results .lessons-main {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
}


/* Christmas */

.christmas-modal .modal-content {
    border-radius: 1px;
    background-color: #fff;
    max-width: 450px;
    margin: 0 auto;
}

.christmas-modal .modal-content .text {
    padding: 20px;
    text-align: center;
}


/* catalogue redirects */

.redirect_wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
}

/* Giveaways */

.giveaways .giveaway .terms {
    font-size: 10px;
    color: #666;
}

.giveaways .giveaway .giveaway-post p a:link {
    text-decoration: underline!important;
}

.giveaways .giveaway .giveaway-date {
    font-size: 11px;
}

.carousel .slide {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.carousel-control {
    height: 40px;
    width: 40px;
    background: none scroll #bc9787;
    border-radius: 23px;
    position: absolute;
    top: 38%;
    z-index: 50;
}

.carousel-control i {
    top: 33%;
    left: 17px;
    color: rgb(255, 255, 255);
    position: absolute;
    text-shadow: none;
}

.carousel-control {
    opacity: 1;
    font-size: 12px;
}

.carousel-control:hover,
.carousel-control:focus {
    background: none scroll #c2ada4 !important;
}

.carousel-control.right {
    right: -15px;
    background-image: none;
}

.carousel-control.left {
    left: -15px;
    background-image: none;
}

.videos-carousel .carousel-control.right,
.lessons-carousel .carousel-control.right {
    right: 0;
}

.videos-carousel .carousel-control.left,
.lessons-carousel .carousel-control.left {
    left: 0;
}


/* Print Styles */

@media print {/*
    *{
        padding: 0px;
        margin: 0px;
    }
    @page {
        size: 206mm 290mm;
        margin: 1mm;
        padding: 0;
        border: none;
        border-collapse: collapse;
     }*/
    #footer_wrapper,
    .navbar,
    .nav-mobile,
    .header,
    form,
    iframe {
        display: none !important;
    }
    body {
        width: 100%;
    }
    a[href]:after {
        content: none !important;
    }
    div.colours-print {
        display: block !important;
        page-break-inside: avoid;
    }
    .print-images {
        display: block !important;
        page-break-inside: avoid;
    }
    .print-break-before {
        page-break-before: always !important;
        display: block !important;
        page-break-inside: avoid;
    }
    .print-break-after {
        page-break-after: always !important;
        display: block !important;
        page-break-inside: avoid;
    }
    .hiddenprint {
        display: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        margin: 20px 0;
    }
    .pattern-ad {
        break-before: always;
    }
    .carousel-item .active img {
        display: block;
    }
}

.top-nav {
    height: 40px;
}

.top-nav a:hover,
.top-nav a:focus {
    color: #CB857C;
    transition: all 0.2s;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 100px;
    top: 15px;
    z-index: 97;
}

.fav-box {
    position: absolute;
    height: 30px;
    width: 40px;
    right: 15px;
    top: 15px;
    z-index: 100;
    text-align: center;
}

.news-box {
    position: absolute;
    right: 55px;
    top: 15px;
    z-index: 100;
    text-align: center;
    height: 30px;
    width: 40px;
}

.fav-box-m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.news-box-m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.search-box-mobile {
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 100;
    text-align: center;
    height: 30px;
    width: 30px;
}

.input-search {
    height: 30px;
    width: 40px;
    border-style: none;
    font-size: 16px;
    outline: none;
    transition: all .5s ease-in-out;
    padding-right: 40px;
    color: #333;
    z-index: 10;
    display: block;
    background-color: #faf7f4;
    cursor: pointer;
}

.input-search::placeholder {
    color: #999;
    background-color: #faf7f4;
    font-size: 13px;
}

.search-box i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    display: block;
    pointer-events: none;
}

.btn-search:focus~.input-search {
    width: 310px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #999;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 310px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #999;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    background-color: #faf7f4;
    padding-left: 10px;
    color: #999;
}

.input-search:focus i {
    color: #CB857C;
}

@media only screen and (max-width: 991.5px) {
    .logo-wrapper {
        padding: 0;
        height: auto;
    }
}

@media only screen and (max-width: 991.5px) {
    .header_search {
        justify-content: space-between;
    }
    .top-nav {
        height: 0;
    }
    .search-box {
        right: 15px;
        top: 16px;
    }
    .input-search-mob {
        background: #fff;
        font-size: 12px;
        padding: 5px 5px 0;
        border-style: none;
        outline: none;
        display: inline-block;
        width: 100%;
        min-width: 70vw;
        height: 70px;
    }
    .btn-default.btn-search-mob {
        left: 15px;
        position: absolute;
        top: 5px;
        width: 10%;
        height: 65px;
        background-color: #fff;
        padding: 10px 20px;
    }
    .input-search-mob::placeholder {
        line-height: 1.5;
        background: #fff;
        color: #999;
        height: 40px;
        text-align: center;
    }
    .input-search-mob:focus {
        line-height: 1.5;
        background: #fff;
    }
    /*new search feature*/
    .input-search-m {
        width: calc(100vw - 120px);
        background: #fff;
        font-size: 12px;
        border-style: none;
        outline: none;
        display: inline-block;
        height: 70px;
        position: absolute;
        left: 60px;
        cursor: text;
    }
    .btn-search-m {
        background-color: #fff;
        width: 60px;
        height: 70px;
        position: absolute;
        left:0;
        right: 0;
        padding: 0;
    }
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    color: #777;
    font-size: 13px;
}

.breadcrumb.center {
    text-align: center;
    justify-content: center;
}

.breadcrumb .dropdown {
    display: inline-block;
    border: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: transparent;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb a:hover {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 12px;
        background: none;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
        flex-wrap: nowrap;
    }
    .breadcrumb::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .breadcrumb a:hover {
        text-decoration: underline;
        font-size: 12px;
        font-weight: 400;
    }
}


/*mega menu */


/*
.nav-mob {
    margin: 70px 0;
} 
.navbar .navbar-default .navbar-static {
    position: sticky;
    top: 0;
} 
.logo-container-xs {
    height: 25px
}

.logo-container-xs {
    height: 120px
}

.navbar-default {
    padding: 0;
    margin: 0;
    color: #000000;
    border: none;
}

.navbar-static .nav-item a:hover {
    text-decoration: underline;
    color: #333;
}*/

.navbar-nav>li>a {
    color: #333 !important;
    background-color: #faf7f4;
    font-weight: 700;
    padding: 10px 15px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu .dropdown-menu-large {
    left: 0;
}

.dropdown-menu-large {
    padding: 30px 30px;
    width: 100%;
    box-shadow: none;
    border-bottom: 3px solid #d7cdc3;
    border-top: none;
    border-left: none;
    border-right: none;
    z-index: 1100;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

#site-wrapper li {
    list-style: none !important;
}

.dropdown-menu-large>div>li>ul>li {
    letter-spacing: 0.02em;
    display: block;
    padding: 3px 16px;
    clear: both;
    font-size: 13px;
    line-height: 1.428571429;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none !important;
    text-decoration: none;
}

.dropdown-header {
    display: block;
    text-transform: uppercase;
    margin: 0px 3px;
    color: #000000 !important;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.dropdown-subheader {
    display: block;
    padding: 0px 0px;
    color: #333!important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu .divider {
    padding: 0px;
    background-color: #fff;
}

.dropdown-menu-img {
    padding: 0 20px 10px 0;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

span.counter {
    color: #777;
    font-size: 12px;
}

ul ul ul {
    list-style: none;
}

.navbar-default {
    background-color: #faf7f4;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
}

.row .title-cat {
    margin: 0;
}

.row .title-cat h1 {
    margin-top: 0;
}

.row .patterns .patterns-search {
    margin: 0 !important;
}

@media only screen and (min-width: 768px)and (max-width: 960px) {
    .dropdown-menu-large {
        padding: 30px 0;
    }
    .dropdown-header {
        margin: 0;
    }
    #search-mobile {
        padding-top: 5rem;
    }
}

@media only screen and (min-width: 768px) {
    #filter-navbar-collapse {
        display: none;
    }
}

@media only screen and (max-width: 991.5px) {
    .navbar {
        justify-content: flex-start;
    }
    .navbar-header {
        justify-content: space-between;
    }
    .navbar-nav>li>a {
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 13px 15px 13px 25px;
    }
}


/* mobile menu*/

.nav-mobile {
    background-color: #faf7f4;
    height: 70px;
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 4000;
}

.search-mobile {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.nav-mobile .m-menu__checkbox,
.search-mobile .m-search__checkbox {
    display: none;
}

.nav-mobile label.m-menu__toggle,
label.m-search__toggle {
    cursor: pointer;
}

.nav-mobile .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 450px;
    width: calc(100vw - 45px);
    /*height: calc(100vh - 60px);*/
    height: 100vh;
    overflow-y: scroll !important;
    overflow-x: hidden;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 3000;
    background-color: #fff;
    padding-bottom: 100px;
}

.search-mobile .m-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 80px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    -moz-transform: translate3d(0, -550px, 0);
    -o-transform: translate3d(0, -550px, 0);
    -ms-transform: translate3d(0, -550px, 0);
    -webkit-transform: translate3d(0, -550px, 0);
    transform: translate3d(0, -550px, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 3000;
    background-color: #fff;
}

.nav-mobile .m-menu__overlay {
    background-color: rgba(103, 103, 103, .5);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -16px;
    z-index: 2000;
    display: none;
}

.nav-mobile .m-menu__header {
    padding: 0 20px;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

.search-mobile .m-search__header {
    padding: 0 20px;
    height: 75px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

.nav-mobile .m-menu__footer {
    padding: 0 4rem 0 0;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #faf7f4;
}

.nav-mobile .m-menu__header span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.nav-mobile .m-menu .m-menu,
.search-mobile .m-search .m-search {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

.nav-mobile .m-menu .menu-slide,
.search-mobile .m-search .search-slide {
    /*height: 100%;*/
    overflow-y: auto;
    margin-bottom: 0;
}

.nav-mobile .m-menu ul li a,
.nav-mobile .m-menu ul li label,
.search-mobile .m-search ul li a,
.m-search ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin: 0;
}

.nav-mobile .m-menu ul li .children a {
    padding-left: 35px;
}

.nav-mobile .m-menu ul li .children .collapse a {
    padding-left: 55px;
}

.nav-mobile .m-menu ul li label {
    text-transform: uppercase;
}

.nav-mobile .m-menu ul li label .a-label__chevron::after,
.search-mobile .m-search ul li label .a-label__chevron::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
}

.nav-mobile .m-menu ul li .-invisible {
    border-bottom: 0;
}

.nav-mobile .m-menu .m-menu label.m-menu__toggle,
.search-mobile .m-search .m-search label.m-search__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nav-mobile .m-menu__checkbox:checked~.m-menu__overlay,
.search-mobile .m-search__checkbox:checked~.m-search__overlay {
    display: block;
    position: fixed;
}

.nav-mobile .m-menu__checkbox:checked~.m-menu,
.search-mobile .m-search__checkbox:checked~.m-search {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-mobile .m-menu ul,
.search-mobile .m-search ul {
    padding-inline-start: 0;
}

.nav-mobile .m-menu .menu-slide .dropdown-menu .show,
.search-mobile .m-search .search-slide .dropdown-menu .show {
    padding: 0 5px;
    margin: 0;
    border: none;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
}

.nav-link {
    padding: .3rem
}

.navigation-footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.nav-right {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
    }
    .navbar .dropdown-menu {
        border-bottom: 3px solid #d7cdc3;
        background-color: #fff;
    }
}

.fixed {
    position: fixed;
    overflow: hidden;
    margin: 0;
    touch-action: none;
    -ms-touch-action: none;
    height: 100vh;
}


/*side menu*/

#mob-sidecats,
#sidecats {
    width: 100%;
    color: #333;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mob-sidecats a,
#sidecats a {
    color: #333;
}

#mob-sidecats h3 a,
#sidecats h3 a {
    padding: 0 10px;
    display: block;
    text-decoration: none;
}

#mob-sidecats a.bigcats,
#sidecats a.bigcats {
    margin: 15px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
}

#mob-sidecats li,
#sidecats li {
    margin-left: 5px;
    padding: 0;
    list-style-type: none;
}

#mob-sidecats ul,
#sidecats ul {
    padding-inline-start: 10px;
}

#mob-sidecats ul ul li a,
#sidecats ul ul li a {
    font-size: 13px;
    margin: 0;
    text-decoration: none;
    height: 25px;
    display: block;
    transition: all 0.15s;
    position: relative;
}

#mob-sidecats ul ul li a:hover,
#sidecats ul ul li a:hover {
    text-decoration: underline;
    color: #333;
}

#mob-sidecats ul ul,
#sidecats ul ul {
    margin: 0;
    padding: 0;
    display: none;
}

#mob-sidecats li.active>ul,
#sidecats li.active>ul {
    display: block;
}

#mob-sidecats ul ul ul,
#sidecats ul ul ul {
    font-size: 11px;
    margin-left: 5px;
}

#categories-mobile,
#categories-mobile ul {
    padding-inline-start: 0;
    list-style: none;
}

#categories-mobile li {
    list-style: none;
}

#categories-mobile ul li {
    list-style: none;
}

#categories-mobile li a {
    display: block;
    padding: 0 15px 0 35px;
}

#categories-mobile .maincat {
    text-transform: uppercase;
    padding: 0 15px 0 15px;
    background-color: #faf7f4;
}

#categories-mobile li,
#categories-mobile ul li {
    display: block;
    text-align: left;
    line-height: 47px;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-top: 1px solid #e8e8e8;
}

#categories-mobile li ul li ul li a {
    padding: 0 15px 0 55px;
}

#categories-mobile li ul li ul li ul li a {
    padding: 0 15px 0 75px;
}

@media only screen and (max-width: 767px) {
    .filters-cat-cont .filters-button {
        display: inline-block;
    }
    .categories-button {
        padding: 12px 0 12px 10px;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        line-height: 1.428571429;
        display: block;
        font-weight: 700;
        color: #333;
        font-size: 12px;
    }
    /*
    .filter-sort i {
        font-size: 20px;
        padding: 10px;
    }*/
    .filter-sort {
        padding: 12px 10px 12px 0;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        line-height: 1.428571429;
        display: block;
        font-weight: 700;
        color: #333;
        text-align: right;
        font-size: 12px;
    }
    .categories-filter {
        padding: 12px 0 12px 10px;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        line-height: 1.428571429;
        display: block;
        font-weight: 700;
        color: #333;
        font-size: 12px;
    }
    #filter-navbar-collapse .modal-header {
        border-bottom: 1px solid #eee;
    }/*
    .filter-options .sort-item {
        padding: 10px 15px;
        font-size: 13px;
        background-color: #fff;
    }*/
    .filters-button:hover,
    .filters-button:focus {
        background-color: #fff;
        padding: 3px 0;
    }
}

#sidecats a:not(:only-child):after {
    content: "+";
    position: absolute;
    right: 30px;
    top: 0;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
}

#sidecats .active>a:not(:only-child):after {
    content: "";
}

#sidecats .active-selected a {
    font-weight: 700;
    color: #CB857C;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    #sidecats a:not(:only-child):after {
        right: 5px;
    }
}

.dropdown-menu-mob ul li {
    padding: 0 0 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    #sidecats ul ul li a {
        padding: 0;
    }
}


/* categories*/

.categories-container-all {
    width: 100%;
    color: #333;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    font-size: 13px;
}

.category {
    padding: 0 15px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
}

.category-item {
    margin-left: 5px;
    padding: 0;
    list-style-type: none;
}

.category-item a {
    color: #333;
}

.category-item a:hover,
.category-item a:focus {
    /*font-weight: 700 !important;*/
    text-decoration: underline;
    color: #333;
}

.category-options {
    padding-inline-start: 20px;
}

.category-item a .active-selected {
    color: #CB857C;
    font-weight: 700;
}


/* filters */

.filters-button {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.428571429;
    display: block;
    font-weight: 700;
    color: #333;
    padding: 3px 0;
    font-size: 12px;
}

.filters-button i {
    font-size: 20px;
    padding: 10px;
}

.filterby {
    padding: 35px 0 10px 10px;
}

#categories-mobile .dropdown-backdrop {
    display: none;
}

.knitting-btn {
    letter-spacing: 0.08rem;
    line-height: 1.428571429;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    height: 35px;
    color: #333;
}

.knitting-btn .default {
    background-color: #faf7f4;
    line-height: 35px;
    padding: 15px 16%;
    margin-right: -10px;
}

.knitting-btn .active {
    background-color: #eddbd5;
    line-height: 35px;
    padding: 15px 16%;
    margin-right: -10px;
}

.crochet-btn {
    letter-spacing: 0.08rem;
    line-height: 1.428571429;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    height: 35px;
    color: #333;
}

.crochet-btn .default {
    background-color: #faf7f4;
    line-height: 35px;
    padding: 15px 13%;
    margin-left: -10px;
}

.crochet-btn .active {
    background-color: #eddbd5;
    line-height: 35px;
    padding: 15px 13%;
    margin-left: -10px;
}

.knitting-btn a:hover,
.crochet-btn a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 890px) {
    .knitting-btn .default,
    .knitting-btn .active {
        padding: 15px 5%;
        margin-right: -10px;
        font-size: 10px;
    }
    .crochet-btn .default,
    .crochet-btn .active {
        padding: 15px 5%;
        margin-left: -10px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 891px) and (max-width: 1100px) {
    .knitting-btn .default,
    .knitting-btn .active {
        padding: 15px 12%;
    }
    .crochet-btn .default,
    .crochet-btn .active {
        padding: 15px 7%;
    }
}

@media only screen and (max-width: 767px) {
    .knitting-btn .default,
    .knitting-btn .active {
        padding: 15px 24%;
    }
    .crochet-btn .default,
    .crochet-btn .active {
        padding: 15px 24%;
    }
}

.selected-filters {
    font-weight: 700;
}

.selected-filters .btn-default {
    padding: 5px 10px;
    background: #faf7f4;
}

.selected-filters .btn-default i {
    padding-left: 20px;
}

.filter-container-top>li {
    float: left;
    color: #333;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #faf7f4;
    list-style: none;
    padding-inline-start: 0;
}

.filter-container-all {
    width: 100%;
    color: #333;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #faf7f4;
    list-style: none;
    padding-inline-start: 0;
}

.filter-container {
    border-top: 2px solid #fff;
    list-style: none;
}

.filter-container a {
    color: #333;
}

.filter-container a .filters-selected{
    font-weight: 700;
    color: #CB857C;
}

.filter-container a:hover {
    text-decoration: none;
}

.filter {
    position: relative;
    font-size: 13px;
    padding: 15px;
    display: block;
    line-height: 1.428571429;
    transition: color .25s cubic-bezier(.215, .61, .355, 1);
    overflow: hidden;
}

.filter i {
    position: absolute;
    width: 25px;
    right: 0;
    top: 0;
    padding: 18px 5px;
    font-size: 11px;
    letter-spacing: 0.05rem;
}

.filter a {
    display: block;
    cursor: pointer;
}

.filter-check {
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 40px;
    display: block;
    letter-spacing: 0.1rem;
    line-height: 1.428571429;
    transition: color .25s cubic-bezier(.215, .61, .355, 1);
    overflow: hidden;
}

.filter-check i {
    position: absolute;
    width: 25px;
    left: 0;
    top: 0;
    background: #faf7f4;
    padding: 22px 15px;
    font-size: 20px;
}

.filter-item a {
    display: block;
    cursor: pointer;
    font-weight: 400;
}

.filter-item .selected {
    font-weight: 700;
    color: #333;
}

.filter-counter {
    margin: 20px 0 0;
}

.search-patterns .patterns {
    margin: 0 -5px 0;
}

@media only screen and (max-width: 585px) {
    .filter-container a {
        font-size: 14px;
    }
    .filter {
        font-size: 14px;
    }
}

@media only screen and (max-width: 471px) {
    .filter-counter {
        margin: 15px 0 0;
    }
}

@media only screen and (min-width: 456px) and (max-width: 575px) {
    .search-patterns {
        padding: 0 12%;
    }
}

@media only screen and (min-width: 673px) and (max-width: 767px) {
    .search-patterns {
        padding: 0 8%;
    }
}

@media only screen and (min-width: 887px) and (max-width: 991.5px) {
    .search-patterns {
        padding: 0 5%;
    }
    .cat-filters {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991.5px) {
    .icon {
        float: right;
        padding-right: 0.5rem;
    }
    .icon:after {
        transform: rotate(180deg);
    }
    .sort-button {
        padding: 10px 10px 0 0 !important;
    }
    .maincats {
        line-height: 30px;
        background: transparent;
        font-size: 13px;
        text-transform: uppercase;
        list-style: none;
    }
    .bigmobcats {
        margin-left: 15px;
        text-transform: uppercase;
        line-height: 30px !important;
        font-size: 13px;
        padding: 5px 20px;
        letter-spacing: 0.08em;
        font-weight: 700!important;
    }
    #sort-container ul {
        list-style: none;
        text-decoration: none;
    }
    #sort-container li {
        list-style: none;
        padding: 0;
        text-decoration: none;
    }
    #sort-container a {
        color: #777;
        text-decoration: none;
        display: block;
        line-height: 20px;
        border-bottom: 1px solid #e4e4e4;
    }
    #sort-container .listcats {
        margin: 0;
    }
    .filters-title {
        color: #777;
        background: #e7e7e7;
        line-height: 30px !important;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 8px 18px 10px 20px;
    }
    #filter-container .filters-title {
        margin-left: 15px;
    }
    .filter-button {
        background-color: #fff;
        border: none;
        border-radius: 0;
        padding: 10px;
        margin: 0;
    }
    .display-none {
        display: none;
    }
    .navbar-collapse {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .filter-header {
        width: 100%;
    }
    .dropdown-menu {
        width: 100%;
        max-height: inherit;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #fff;
        border-color: #fff;
    }
    .custom-btn .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #eddbd5 !important;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #fff;
    }
    .nav>li>a>img {
        max-width: 85vw;
        padding: 0 20px;
    }
    .navbar-nav .open .dropdown-menu:last-child {
        border-bottom: 1px solid #e5e5e5;
    }
    .catalogues_title {
        margin: 0;
    }
}

.filter-header {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.428571429;
}

.filter-options {
    padding: .625rem 0;
    list-style: none;
    border-top: 3px solid #fff;
    max-height: 400px;
    overflow-y: auto;
    padding-inline-start: 0;
    background: #f6f1eb;
}

.filter-options-gal {
    padding: .625rem 0;
    list-style: none;
    border-top: 3px solid #fff;
    max-height: 350px;
    overflow-y: auto;
    padding-inline-start: 0;
    background: #fff;
    overflow-x: hidden;
    max-width: 300px;
}

.filter-options-col {
    padding: .625rem 0;
    list-style: none;
    border-top: 3px solid #fff;
    max-height: 320px;
    overflow-y: auto;
    padding-inline-start: 0;
    background: #fff;
    overflow-x: hidden;
}

.filter-item {
    font-size: 12px;
    text-transform: none;
    list-style: none;
    padding: 0 25px;
    display: block;
    letter-spacing: 0.05rem;
}

.filter-item-title {
    font-size: 12px;
    text-transform: none;
    list-style: none;
    padding: 3px;
    display: block;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #beb1b5a3;
    line-height: 18px;
    color: #9b8f93;
    margin: 5px 20px;
}

.filter-item a:hover,
.filter-item a:focus {
    color: #000000;
    font-weight: 700 !important;
}

.filter-input {
    margin: 5px 12px 0 0;
    border-radius: 10px;
}

.filter-input img {
    border-radius: 50%;
}

.card-text {
    font-size: 10px;
}

@media only screen and (max-width: 765px) {
    .filter-item {
        padding: 6px 25px;
        border-bottom: 1px solid #fff;
    }
    .filter-options {
        padding: 0;
        max-height: none;
    }
    .filter-container-all {
        font-size: 12px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 590px) {
    .lessons .filter-container-all {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 591px) and (max-width: 674px) {
    .lessons .filter-container-all {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 673px) and (max-width: 767px) {
    .lessons .filter-container-all {
        width: 100%;
        margin: 0;
    }
}


/*test cat and filters */

@media only screen and (max-width: 767px) {
    .filters-cat-cont .filters-button {
        display: inline-block;
    }
}


/*filter dropdown (#dropsfan gallery)  */

.filter-drop-container {
    padding-bottom: 40px;
}

.filter-drop-container ul {
    padding-inline-start: 0 !important;
}

.filter-drop-container li {
    float: left;
    list-style: none;
    padding: 0;
    margin-right: 10px;
    white-space: nowrap;
}

.filter-drop a {
    margin: 5px 0;
    padding: 0 10px 0 0;
    color: #333;
    display: block;
}

.filter-drop a:hover {
    color: #333;
    text-decoration: none;
}

.nodrop {
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #333;
}

.no-drop a:hover {
    text-decoration: none;
    color: #CB857C;
}

.filter-dropdown {
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.1em;
    background-color: #fff;
    border: none;
    padding-right: 12px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.filter-dropdown i {
    padding-left: 10px;
    color: #333;
}

.filter-options-drop {
    list-style: none;
    padding: .5rem 0 0;
}

.filter-item-drop {
    font-size: 12px;
    text-transform: none;
    list-style: none;
    margin: 0;
    display: block;
    width: 180px;
    /*overflow-x: hidden;*/
}

.filter-item-drop a:hover {
    text-decoration: none;
    color: #CB857C;
    font-weight: 400 !important;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .filter-drop-container li {
        margin-right: 0;
    }
}


/*sort  */

.sort-container {
    padding: 10px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
    list-style: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #CB857C;
    background-color: #fff;
}

.sort-container .dropdown-menu {
    border-radius: 0!important;
    right: 0!important;
}

.sortby .dropdown-menu {
    right: 0!important;
    border-radius: 0!important;
}

.sort-button {
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
    background-color: #fff;
    border: none;
    padding-right: 12px;
    margin: 7px 0 0;
    color: #333;
    border-radius: 0;
    padding: 10px;
    margin: 0;
    font-weight: 700;
}

.filter-button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
}

.sort-button i {
    padding-left: 10px;
    padding-top: 2px;
}

.sort-options {
    list-style: none;
    padding: 4rem 1rem 0 0;
    text-align: right;
}

.sort-item {
    padding: 8px 15px;
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
    list-style: none;
    overflow: hidden;
}

.sort-item .active,
.sort-item a:hover,
.dropdown-item.sort-item:hover {
    color: #CB857C;
    list-style: none;
    background-color: #fff !important;
    text-decoration: none;
    font-weight: 400 !important;
}

.no-results {
    padding: 30px;
    background: #faf7f4;
    max-width: 800px;
    margin: 20px 15px;
}

#browseColour .filter {
    display: inline-block;
}


/*scrollbar  */

.scrollable {
    scrollbar-width: thin;
    visibility: visible;
}

.scrollable::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #d7c7ba;
    -webkit-box-shadow: inset 0 0 6px #d7c7ba;
    background-color: #d7c7ba;
    border-radius: 1px;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
    background-color: #faf7f4;
}

.scrollable::-webkit-scrollbar-track {
    border-radius: 1px;
    box-shadow: inset 0 0 6px #e5dacddc;
    -webkit-box-shadow: inset 0 0 6px #e5dacddc;
    background: #faf7f4;
}

.scrollable-light {
    scrollbar-width: thin;
    visibility: visible;
}

.scrollable-light::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #d7c7ba;
    -webkit-box-shadow: inset 0 0 6px #d7c7ba;
    background-color: #d7c7ba;
    border-radius: 1px;
}

.scrollable-light::-webkit-scrollbar {
    width: 10px;
    background-color: #faf7f4;
}

.scrollable-light::-webkit-scrollbar-track {
    border-radius: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
}

.colour-container {
    display: inline-block;
}

.row.browse-cats .cat .cat_img {
    position: absolute;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.row.browse-cats .cat-circular .cat_img {
    position: absolute;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.circular-categories {
    border-radius: 50%;
}

.scrollable-menu {
    height: auto;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}


/* Comments - bootstrap */

div.row.comment,
div.row.question {
    margin: 0 0 10px 0;
    padding: 15px 5px;
    clear: both;
    border-radius: 0;
}

div.row.comment {
    background: #faf7f4;
}

div.row.question {
    background: #f4f4f4;
}

.yarn-max .row.comment {
    background: #f9f9f9;
}

.yarn-max .row.question {
    background: #fff;
}

div.row.comment span.author,
div.row.question span.author {
    padding-left: 16px;
    font-weight: bold;
    color: #666;
}

div.row.comment span.date,
div.row.question span.date {
    font-size: 12px;
    padding-top: 20px;
    background: none;
}

div.row.question div.row.answer {
    padding: 20px 15px 30px 50px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
    background: none;
    font-size: 14px;
    border-top: 1px solid #e8e4e4;
}

div.row.question div.row.answer a {
    text-decoration: underline;
}

@media only screen and (max-width: 765px) {
    div.row.question div.row.answer {
        padding: 20px 15px 30px 30px;
    }
}

.row.browse-cats .cat .cat-img {
    max-height: 320px;
    position: relative;
}

.row.video-full .cat-img {
    max-height: 480px;
    position: relative;
}

.row.video-full .row.slider-cat {
    margin: 0;
}

.img-cont {
    position: relative;
    max-width: 100%;
}

.img-cont img.hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.img-cont:hover img.hover {
    opacity: 1;
}

.row.browse-cats .cat .cat-img a #bg-image {
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.cat-name {
    padding: 10px 0 5px;
    font-size: 13px;
    text-align: center;
}

.cat .cat-text-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.cat-text {
    text-align: center;
    text-align: center;
    letter-spacing: .3px;
    padding: 6px;
    margin: 10px 23%;
    color: #fff;
    font-size: 16px;
    border-radius: 1px;
    line-height: 1;
}

.cat-text3 {
    text-align: center;
    text-align: center;
    letter-spacing: .5px;
    padding: 6px;
    color: #333;
    font-size: 14px;
    border-radius: 1px;
    font-weight: 700;
}

.cat-text3:hover,
.cat-text3:focus {
    color: #CB857C;
}

@media only screen and (max-width: 549px) {
    .cat-text {
        margin: 0;
    }
}

.yarns-home {
    padding: 15px 0;
    margin: 0;
}

.pattern .info {
    height: 50px;
    overflow: hidden;
    font-size: 11px;
    margin: 15px 0 0;
    line-height: 16px!important;
}

.info .drops-number {
    font-size: 14px;
    font-weight: 700;
    margin: 0 !important;
}


/* dropsfan */

.dropsfan-entry #bg-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#bg-image.lazy {
    background-image: none;
    background-color: #f3f3f3;
}

.fans-counter {
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
    top: -52px;
    right: 0;
    margin-top: 5px;
}

.dropsfan-entry .dropsfan-pic img {
    opacity: 1;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: .3s ease;
    backface-visibility: hidden;
}

.dropsfan-entry .caption {
    /*height: 95px;
    margin: 0 0 10px 0;*/
    padding: 5px 8px;
    background: #fff;
}

.pt-fans .dropsfan-entry .caption {
    height: 55px;
    margin: 10px 0;
}

.dropsfan-entry .caption-s {
    height: 60px;
    margin: 0 0 10px 0;
    padding: 5px 8px;
    background: #fff;
}

.caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.dropsfan-entry .caption-s h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.dropsfan-entry .plus {
    margin: 8px 0;
    text-align: right;
}

.dropsfan-entry .caption .info a {
    color: #666666;
}

.dropsfan-entry .dropsfan-pic-big {
    height: 508px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.dropsfan-entry .dropsfan-pic {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 250px;
    position: relative;
}

.pt-fans .dropsfan-entry .dropsfan-pic {
    width: 100%;
    padding-top: 125%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.modal-body .dropsfan-entry .dropsfan-pic {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}

.modal-body .dropsfan-entry .dropsfan-pic.more-like-this {
    height: 80px;
}

.project-items {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.entry-info {
    z-index: 100;
    color: #fff;
    background: #bc978780;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40% 0;
    border: 4px solid white;
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dropsfan-entry:hover .entry-info {
    opacity: 1;
    display: block;
    color: #fff
}

.entry-info h4 {
    color: #fff !important;
}

.fanfav i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}

.fanfav i:hover {
    color: #cb857c;
}

@media only screen and (min-width: 648px) and (max-width: 767px) {
    .entry-info {
        padding: 23% 0;
    }
    .modal-body .dropsfan-entry .dropsfan-pic.more-like-this {
        height: 200px;
    }
    .project-items {
        max-height: fit-content;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
    .entry-info {
        padding: 23% 0;
    }
    .modal-body h2 {
        font-size: 22px;
    }
    .project-items {
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .modal-dialog {
        max-width: 700px !important;
    }
}

@media only screen and (max-width: 577px) {
    .fans-counter {
        top: 10px;
        right: 0;
    }
    .dropsfan-entry .caption {
        padding: 0 !important;
        overflow: hidden;
    }
    .modal-body .dropsfan-entry .dropsfan-pic {
        height: 350px;
    }
    .modal-body .dropsfan-entry .dropsfan-pic.more-like-this {
        height: 90px;
    }
    .project-items {
        max-height: fit-content;
    }
}


/* Findastore and retailer profile */

.stores-card {
    background: #f9f7f6;
    border-radius: 4px;
    max-width: 400px;
    position: relative;
    height: 190px;
    margin: 10px auto;
}

.img-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    top: 35px;
    left: 35px;
    z-index: 20;
}

.img-avatar.sn.superstore {
    background: url('/img/retailers/store-icons-flat-superstore.png') no-repeat center;
    background-size: cover;
}

.img-avatar.sn {
    background: url('/img/retailers/store-icons-flat.png') no-repeat center;
    background-size: cover;
}

.portada-cantainer {
    position: absolute;
    top: 0;
    width: 70px;
    height: 190px;
}

.portada {
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: url('/img/retailers/covers/store_cover-1.jpg');
    background-position: bottom center;
    background-size: cover;
}

.sicons {
    padding: 10px 0;
}

.sicons i {
    color: #9f9687;
    padding: 0 3px;
}

.sicons a {
    color: #9f9687;
    padding: 0 3px;
}

.stores-info {
    padding: 20px 25px 0 120px;
    line-height: 15px;
    height: 180px;
    text-align: left;
}

.stores-info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .stores-info {
        padding: 20px 0 0 100px;
    }
    .portada-cantainer {
        width: 60px;
    }
    .img-avatar {
        left: 20px;
    }
}

.sn h4 {
    margin: 0;
    padding: 3px 0;
}

.stores-link {
    line-height: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.stores-link a:hover,
.stores-link a:focus {
    color: #CB857C;
}

.store {
    margin-top: -15px;
}

.store .store_social {
    font-size: 16px;
}

.store .store_icon {
    display: block;
    position: absolute;
    top: 90px;
    right: 54%;
    width: 20px;
    height: 20px;
}

.store .store_cover .store_profile {
    max-width: 500px;
    background: #fff;
    padding: 70px 15px 0;
    margin: 100px auto 20px auto;
}

.stores tr.hover {
    cursor: pointer !important;
}


/* stores home */

.feature .stores-card {
    height: 160px;
}

.feature .portada-cantainer {
    height: 160px;
}

.stores-mobile {
    max-height: 400px;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .portada-cantainer {
        height: 175px;
    }
    .stores-card {
        height: 175px;
    }
}

@media only screen and (max-width: 479px) {
    .store .store_icon {
        right: 62%;
    }
    .dropsfan-entry .dropsfan-pic-big {
        height: 350px;
    }
    .dropsfan-entry .dropsfan-pic {
        height: 180px;
    }
}


/*news*/

.all-news a {
    text-decoration: underline;
}

.all-news a:hover,
.all-news a:hover {
    color: #bc9787;
    font-weight: 400;
}

.article {
    min-height: 565px;
    overflow: hidden;
}

.news-category {
    margin: 10px 0;
    text-transform: uppercase;
    color: #bc9787;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.news-category a {
    margin: 10px 0;
    text-transform: uppercase;
    color: #bc9787;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.news-category a:hover,
.news-category a:focus {
    padding-bottom: 5px;
    text-decoration: underline;
    font-weight: 400;
}

.news-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}

.news-main {
    height: 250px;
    overflow: hidden;
}

.news-main a {
    text-decoration: underline;
}

.news-main a:hover,
.news-main a:focus {
    color: #bc9787;
    font-weight: 400;
}

.news-subtitle {
    font-weight: 600;
}

.news-content a {
    letter-spacing: .03rem;
    text-decoration: underline;
}

.news-content a:hover,
.news-content a:focus {
    color: #bc9787;
    font-weight: 400;
}

.read-more {
    letter-spacing: .03rem;
    text-decoration: underline;
}

.read-more a:hover,
.read-more a:focus {
    color: #bc9787;
}

.news-footer {
    height: 50px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.news-share {
    font-size: 11px;
    padding: 10px 0 20px 0;
}


/* home */

.row .news .ratio-3-2 {
    border-bottom: 2px solid #fff;
}

.feature-cats {
    padding: 0 5%;
}

.slider {
    width: 300px;
    height: 300px;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.slide-mobile {
    width: 300px;
    flex-shrink: 0;
    height: 100%;
}


/* Pattern background */

.glasscase-background {
    width: 100%;
    min-height: 450px;
    background-color: #fff;
}

.ratio-5-4 {
    position: relative;
    width: 100%;
    padding-top: 125%;
    background-color: #faf7f4;
    overflow: hidden;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-7-6 {
    position: relative;
    width: 100%;
    padding-top: 110%;
    background-color: #faf7f4;
    overflow: hidden;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-4-5 {
    position: relative;
    width: 100%;
    padding-top: 80%;
    background-color: #faf7f4;
    overflow: hidden;
    animation: fadeInAnimation 1s ease-in-out;
}


/*
.yarn-combination .ratio-4-5 {
    padding-top: 87%;
}*/

.ratio-3-4 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-color: #faf7f4;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-3-2 {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    background-color: #faf7f4;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-2-3 {
    position: relative;
    width: 100%;
    padding-top: 150%;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-2-1 {
    position: relative;
    width: 100%;
    padding-top: 50%;
    background-color: #faf7f4;
    animation: fadeInAnimation 1s ease-in-out;
}

.ratio-1-1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    animation: fadeInAnimation 1s ease-in-out;
}

.img-rel {
    position: absolute;
    top: 0;
    margin-top: 0;
}

.circular {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #faf7f4;
    overflow: hidden;
    border-radius: 50%;
}

.img-container {
    position: relative;
}

.scrim {
    /*background: linear-gradient(to top, #0000004d 0%, rgb(0 0 0 / 0.08) 50%, rgba(0, 0, 0, 0.07) 65%, rgba(0, 0, 0, 0.06) 75.5%, rgba(0, 0, 0, 0.04) 82.85%, rgba(0, 0, 0, 0.009) 88%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(to top, #66534478 0%, rgb(101 92 78 / 8%) 50%, rgb(104 99 91 / 7%) 65%, rgb(162 162 162 / 6%) 75.5%, rgb(191 191 191 / 0%) 82.85%, rgb(230 230 230 / 1%) 88%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    border: 5px solid #fff;
}

.hero-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 20px;
    z-index: 20;
}

.hero-text h1 {
    font-size: 30px;
    margin-top: 5px;
}

.hero-text p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
}

.hero-text-col {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    padding: 0 10px;
    z-index: 20;
}

.hero-text-col h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
}

.hero-text-col p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: .5px;
}


/* choose country */

.choose-country-container {
    text-transform: uppercase;
    padding: 10px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.428571429;
    background-color: #faf7f4;
    list-style: none;
    margin-right: 15px;
}

.choose-country-button {
    text-transform: uppercase;
    background-color: #faf7f4;
    text-align: left;
    font-size: 12px;
    border: none;
    padding-right: 12px;
    margin: 0 5px;
    color: #555;
}

.choose-country-button i {
    position: absolute;
    width: 25px;
    right: -10px;
    top: -10px;
    background: #faf7f4;
    padding: 12px 5px;
    font-size: 11px;
}

.choose-country-options {
    padding: 0.625rem 0;
    left: -10px;
    width: calc(100% + 20px);
    list-style: none;
    border: none;
    overflow-y: auto;
    padding-inline-start: 0;
    max-height: 400px;
    overflow-y: auto;
    top: calc(100% + 0.6rem);
    margin-top: 10px;
    margin-left: -15px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

button:focus {
    outline: none;
}

.choose-lang .choose-country-container {
    max-width: 500px;
}

.clue .choose-country-button i {
    right: 5px;
    top: 5px;
}

.modal-header {
    display: block;
    border: none;
}

.modal-header h5 {
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.modal-header .close {
    padding: 1.3rem 1.3rem;
}

/*
.modal-dialog {
    max-width: 766px;
    margin: 10rem auto;
}

@media only screen and (max-width: 1180px) {
    .choose-country-container {
        margin-right: 5px;
    }
    .modal-dialog {
        max-width: 766px;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width : 991.5px) {
    .modal-dialog {
        margin: 8rem auto;
        max-width: 766px;
    }
}*/

@media only screen and (max-width: 767px) {
    .news-footer {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
    .news-main {
        height: auto;
        margin-bottom: 20px;
    }
    .feature-cats {
        padding: 0 2%;
    }
    .dropdown-menu .choose-country-options {
        width: 100%;
        max-height: 400px !important;
    }
    .sort-container {
        margin: 0;
    }
    .hero-text {
        padding: 0 20px;
    }
    .modal-dialog {
        margin: 0 auto;
        max-width: 767px;
    }
    .modal.fade.modal-center {
        padding: 15px;
    }
    .modal {
        background: #fff;
        z-index: 5000;
    }
    #categories-navbar-collapse .modal-body {
        min-height: 100vh;
        padding: 0;
    }
    #categories-navbar-collapse .modal-content {
        overflow-x: hidden;
    }
    #categories-navbar-collapse .modal-header {
        background: #faf7f4;
    }
    .slider-cat {
        width: 95vw;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding: 0 5%;
    }
    .slider-cat.pt-yn {
        padding: 0 5% 0 0;
    }
    .col-6.col-sm-3.slide-cat {
        width: 60vw;
        flex-shrink: 0;
    }
    .slide-pat {
        height: 90%;
        width: 100%;
    }
    .pattern .info{
        margin: 0;
    }
    .modal-mobile .modal-content {
        position: absolute;
        top: 0;
    }
}


/* Working Mode */

#workingMode .close {
    padding: 4px;
    font-size: 27px;
}

#workingMode .icon-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1999;
    width: 100%;
    background-color: #ede5db;
    overflow: auto;
}

#workingMode .icon-bar .icon {
    float: left;
    width: 20%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: #333;
    font-size: 16px;
}

#workingMode .icon-bar .icon:hover {
    background-color: #eddbd5;
}

#workingMode .icon-bar .icon .active {
    background-color: #eddbd5;
}

#modal-img {
    position: fixed;
    margin-top: 47px;
    padding: 0 10px;
    background: #fff;
}

#workingMode .carousel-inner>.item>img {
    margin: auto;
    max-height: 50vh;
}

#workingMode .carousel-control {
    background: none;
    margin: 30px 5px;
}

#workingMode .fa-chevron-circle-right {
    right: 30%;
}

#workingMode .fa-chevron-circle-left {
    right: 30%;
}

#workingMode .fa-chevron-circle-right,
#workingMode .fa-chevron-circle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 23px;
}

#workingMode .column {
    float: right;
    width: 30%;
    padding: 5px;
}

#workingMode .column img {
    cursor: pointer;
}

#workingMode .container-img {
    position: relative;
    display: none;
}

#workingMode .closebtn {
    position: absolute;
    top: 23%;
    right: 5%;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991.5px) {
    #workingMode .modal-dialog {
        margin: 6rem auto;
    }
}
.expanded-img {
    width: 100%;
}

.do-not-scroll {
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .custom-btn {
        font-size: 12px;
        line-height: 1.5;
        padding: 12px !important;
    }
    .custom-btn:hover,
    .custom-btn:focus {
        font-size: 12px;
        line-height: 1.5;
        padding: 12px !important;
        background-color: #eddbd5 !important;
    }
}

.videoWrapper.ratio-1-1 {
    padding-top: 44%;
    margin: 0;
}

.videoWrapper.ratio-2-3 {
    padding-top: 98.3%;
    margin-bottom: -21px;
}
/*
@media only screen and (max-width: 767px) {
    .videoWrapper.ratio-2-3 {
        padding-top: 98.3%;
        margin-bottom: -15px;
    }
}*/

.video-thumb {
    position: relative;
}

.video-thumb i {
    position: absolute;
    padding: 0.1rem 0.9rem;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    font-size: 12px;
    top: 2.5rem;
}

.slideIn {
    animation: slideIn 1s ease-out 1.5s 1;
}

@keyframes slideIn {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.fadeInAnimation {
    animation: fadeInAnimation 1s ease-in;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bummer {
    100% {
        transform: scale(1, 1);
    }
}

@media only screen and (min-width: 991.5px) {

    .grow {
        transition: all .2s ease-in-out;
    }

    .grow:hover {
        transform: scale(1.5);
    }
}

/* styles for better rendering yarn.php */

.off-screen1 {
    content-visibility: auto;
    contain-intrinsic-size: 431px;
}

.off-screen2 {
    content-visibility: auto;
    contain-intrinsic-size: 520px;
}

.off-screen3 {
    content-visibility: auto;
    contain-intrinsic-size: 477px;
}


/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #ccc;
}

@-webkit-keyframes snowflakes-fall{
    0%{top:-10%}
    100%{top:100%}
}
@-webkit-keyframes snowflakes-shake{
    0%{-webkit-transform:translateX(0px);transform:translateX(0px)}
    50%{-webkit-transform:translateX(80px);transform:translateX(80px)}
    100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes snowflakes-fall{
    0%{top:-10%}
    100%{top:100%}
}
@keyframes snowflakes-shake{
    0%{transform:translateX(0px)}
    50%{transform:translateX(80px)}
    100%{transform:translateX(0px)}
}
.snowflake{
    position:fixed;
    top:-10%;z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    -webkit-animation-name:snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration:10s,3s;
    -webkit-animation-timing-function:linear,ease-in-out;
    -webkit-animation-iteration-count:infinite,infinite;
    -webkit-animation-play-state:running,running;
    animation-name:snowflakes-fall,snowflakes-shake;
    animation-duration:10s,3s;
    animation-timing-function:linear,ease-in-out;
    animation-iteration-count:infinite,infinite;
    animation-play-state:running,running
}
.snowflake:nth-of-type(0) { left: 1%; -webkit-animation-delay: 0s, 0s; animation-delay: 0s, 0s; }
.snowflake:nth-of-type(1) { left: 10%; -webkit-animation-delay: 0.5s, 0.5s; animation-delay: 0.5s, 0.5s; }
.snowflake:nth-of-type(2) { left: 20%; -webkit-animation-delay: 4s, 0.3s; animation-delay: 4s, 0.3s; }
.snowflake:nth-of-type(3) { left: 30%; -webkit-animation-delay: 2s, 1s; animation-delay: 2s, 1s; }
.snowflake:nth-of-type(4) { left: 40%; -webkit-animation-delay: 0.5s, 1s; animation-delay: 0.5s, 1s; }
.snowflake:nth-of-type(5) { left: 50%; -webkit-animation-delay: 6s, 2s; animation-delay: 6s, 2s; }
.snowflake:nth-of-type(6) { left: 60%; -webkit-animation-delay: 4s, 1s; animation-delay: 4s, 1s; }
.snowflake:nth-of-type(7) { left: 70%; -webkit-animation-delay: 1s, 0.5s; animation-delay: 1s, 0.5s; }
.snowflake:nth-of-type(8) { left: 80%; -webkit-animation-delay: 0s, 0s; animation-delay: 0s, 0s; }
.snowflake:nth-of-type(9) { left: 90%; -webkit-animation-delay: 2s, 1s; animation-delay: 2s, 1s; }
