<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESPONSIVE DOC */
@media (max-width: 992px) {
  .custom-menu li ul li a {padding-left:45px;}
  .custom-menu li ul li ul li a {padding-left:75px;}
  .footer-social {padding-bottom:15px;}
  .footer-copyright {padding-bottom:15px;}
  .footer-icon-wrapper li {padding-bottom: 15px;padding-top: 5px;}
}

/************ BASIC RESPONSIVE ************/
/* HIDE ON SMALLER THAN PC SCREEN */
@media (min-width: 992px) {
.showmob {display:none!important;}
}
@media (max-width: 992px) {
.hidemob {display:none!important;}
}
/* CENTER TEXT ON MOBILE */
@media (max-width: 992px) {
.centermob {text-align:center!important;}
.floatmob {float:initial!important;}
.pt15mob {padding-top:0.75em!important;}
.pt30mob {padding-top:1.5em!important;}
}
/************ END BASIC RESPONSIVE ************/

/* HEADERS */
@media (max-width: 992px) {
h1, .h1 {font-size: 24px;}
h2, .h2 {font-size: 20px;}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}
h6, .h6 {}
}

/* USP */
@media (max-width: 992px) {
.usp-wrapper {padding:5px 5px 5px 20px;}
.usp-content h4 {font-size: 12px;letter-spacing: 0px;}
}

/* Navigation */
@media (max-width: 992px) {
  nav .navbar-brand img {height: 40px;padding-bottom: 0px;padding-top: 10px;padding-left: 10px;}
}
@media (min-width: 992px) and (max-width: 992px) {
  nav .navbar-brand img {padding-bottom: 20px;padding-top: 20px;padding-left: 10px;}
}
@media (max-width: 992px) {
  .header1 {padding-top: 50px;}
  .header2 {padding-top: 0px;}
  nav .navbar-nav a, nav.shrink .navbar-nav a {padding: 15px 15px; border-bottom: 1px solid #e7e7e7;min-height:51px;}
  .navbar-nav {margin: 0px -15px;}
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {background: #fff;}
}

/* Slider */


@media (max-width: 376px) {
.owlCaption {width: 376px!important;}
.owlCaption h1 {font-size: 30px!important;}
}

@media (max-width: 767px) {
  .nonmob {display:none!important;}
}

@media (min-width: 768px) {
.mob {display:none!important;}
}

@media (min-width: 377px) and (max-width: 767px) {
.owlCaption h1 {font-size: 24px!important;}
.owlCaption p {font-size: 18px!important;}
#owl-demo .captionbutton {font-size: 18px!important;}
}

@media (max-width: 1099px) and (min-width: 768px) {
.owlCaption h1 {font-size: 24px!important;}
.owlCaption p {font-size: 18px!important;}
#owl-demo .captionbutton {font-size: 18px!important;}
}

/* Largescreen Nav */
@media (min-width: 992px) {
.custom-menu li ul {position: absolute;width: 200px;border: 1px solid #e7e7e7;top: 100%;}
/* Search */
.custom-menu  li .search-wrapper {width: 272px;padding: 10px;}
.custom-menu  li .search-wrapper .btn {border-radius: 0px;}
.custom-menu  li .search-wrapper .navbar-form {padding:0px;margin:0px;}
nav.shrink .custom-menu li li a {padding: 10px 10px;font-size: 13px;}
.custom-menu li li a {display: block;padding: 10px 10px;color:#777;background-color: #fff;font-size: 13px;line-height: 20px;}
.custom-menu li li a:hover {background-color: #dedede;}
.custom-submenu {visibility: hidden;}
.custom-menu li ul ul {top: 0;left: -200px;}
.custom-menu li {position: relative;}
li.search-wrapper-mob {display: none;}
}

/* Mobile Nav */
@media (max-width: 992px) {
.custom-menu li a {color: #888377;display: block;position: relative;}
.custom-menu li ul {display: none;}
/* Search */
.dropdown.li-search {display:none;}
li.search-wrapper-mob {background: #e7e7e7;color: #888377;position: relative;font-size: 15px;padding: 15px 15px;border-bottom: 1px solid #e7e7e7;height:50px;}
.search-btn{display: block;width: 60px;height: 50px;position: absolute;right: 0;top:0;z-index: 950;cursor: pointer;background: #e7e7e7;border:none;}
.search-placeholder{background: #e7e7e7;border:none;}
}

/* HEADER 3 */
@media (max-width: 992px) {
.floatleft.centermob {float:inherit; text-align:center!important;}
}

/* Footer */
@media (max-width: 992px) {
#Copyright .col-sm-12 {text-align:center;}
#Copyright .footer-payment {float: initial;padding-top:10px;}
}

/* Element-image */
@media (max-width: 767px) {
.crosslink img {display:none;}
}

/* Collection page */
@media(max-width:767px){
.filteroptionstext {display: none;}
.viewoptions {display: none;}
}

/* Newsletter */
@media(max-width:767px){
.newsletter-form {padding-left: 10px;padding-right: 10px;}
.newsletter-form .form-control {width: 100%;}
.newsletter-form .subscribe-button {float: none !important; margin-top: 20px;}
}

/* Blog */
@media(min-width:902px){
#blog .article-description {padding-left:10px;padding-right:10px;min-height: 110px;}
}

/* BUTTONS */
@media (max-width: 992px) {
.action-button {width: 100%;}
}</pre></body></html>