/** Shopify CDN: Minification failed

Line 100:1 Expected identifier but found whitespace
Line 2356:2 Unexpected "{"
Line 7169:2 Expected ":"
Line 7170:2 Expected ":"
Line 7171:2 Expected ":"
Line 7172:2 Expected ":"
Line 7175:2 Expected ":"
Line 7176:2 Expected ":"
Line 7177:2 Expected ":"
Line 7178:2 Expected ":"
... and 10 more hidden warnings

**/
.conatiner.blog_post_container 
{
    padding-top: 30px;
}
.shop_header_wrap
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}
.shop_header_wrap img
{
    height: 45px;
    object-fit: contain;
}
.background_video_wrap
{
    position: relative;
}
.heading_div
{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    width: 100%;
    padding: 0 60px;
}
.heading_div h3
{
    font-size: 70px;
}
.heading_div p
{
    font-size: 30px;
}




/* =============================================== End Shop page CSS ============================== */


[lang="sv"] klarna-placement
{
    display: none;
}
.background_video_wrap video
{
    width: 100%;
}
.youtube_video_img 
{
    height: 100% !important;
    object-fit: cover;
}
.product_youtube_video .video-player
{
    height: 100% !important;
    min-height: 100% !important;
    padding-bottom: 0!important;
}
.product_youtube_video .video-container .video-player iframe
{
    position: inherit !important;
    height: 400px;
}
.product_youtube_video img 
{
    height: 100%;
    object-fit: cover;
    object-position: 49%;
    cursor: pointer;
}
.product_youtube_video .video-container
{
    margin: 0!important;
    height: 100%;
}
. product_youtube_video
{
    height: 100%;
}
.product_youtube_video .video-container .youtube-thumb
{
    position: inherit !important;
    height: 100% !important;
}
.main_button_events
{
    text-align: center;
    margin-top: 30px;
}
a.button_box 
{
    padding: 12px 30px;
    color: #ffffff;
    background-color: #447194;
    border-radius: 20px;
}
.button_box span
{
    transform: translate(0);
    display: inline-block;
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1);
}
a.button_box:hover span
{
    transform: translate(-7px);
}
a.button_box:hover i 
{
    opacity: 1;
    transform: translate(0);
}
.product_overlay_content
{
    overflow: hidden;
}
.special-benner-image img{
	width: 100%;
}

.m-hide{
	display: block!important;
}

.d-hide{
	display: none!important;
}

#main-header .container{
	position: relative;
}
.quantity-input-block {
    position: relative;
}

.hero-content-mobile .slider-subtitle {
    font-size: 14px;
}

.hero-content-mobile .slider-title {
    color: white;
    font-size: 24px;
    margin: 10px 0;
}

.quantity-input-block .fa-chevron-up {
    position: absolute;
    top: 0;
    right: 1px;
    background: #bfbfbf;
    padding: 6px 5px;
    color: black;
    font-size: 10px;
}

.quantity-input-block .fa-chevron-down {
    position: absolute;
    bottom: 0;
    right: 1px;
    background: #bfbfbf;
    padding: 6px 5px;
    color: black;
    font-size: 10px;
}

.petmenulander .pet-product .product-item-info .product-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}


.fabric-top{
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.slider-mobile, .hero-content-mobile{
  display: none;
  width: 100%;
  height: auto;
}

.slider-desktop{
  display: block;
}

.hero-button .btn {
  background-color: black;
  color: white;
  border-radius: 0;
  padding: 10px 15px;
  transition: all 0.5s ease;
}

.hero-button .btn:hover {
  color: black;
  box-shadow: inset 0 100px 0 0 white;
}

.hero-content-desktop, .hero-content-mobile {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0%;
    flex-direction: column;
    justify-content: center;
    margin: 0 15%;
    z-index: 1;
    left: 0;
    right: 0;
}

.hero-content-desktop .slider-title{
  font-size: 35px;
  margin-bottom: 20px;
}

.hero-content-desktop .slider-subtitle{
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 26px;
}

.hero-content-desktop ol li {
    padding: 3px 0 3px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
}

.hero-content-desktop ol li:before {
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    background-image: url(../assets/download.png?v=1577343818);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slider .owl-nav > div {
    position: absolute;
    top: 200px;
  z-index: 1;
}

.hero-slider .fa-stack i {
  font-size: 60px;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.hero-slider .fa-stack i:hover {
  opacity: 1;
}

.hero-slider .fa-stack {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.hero-slider .owl-prev {
    left: 2%;
}

.hero-slider .owl-next {
    right: 2%;
}

.hero-slider .owl-item {
  opacity: 1;
}

.hero-slider-container {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 100vh;
    z-index: 0;
}

.hero-slider .item-overlay:after {
    content: '';
    position: absolute;
    background: #00000047;
    background: rgba(0,0,0,.36);
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.hero-slider{
  position: fixed;
  top: 145px !important;
  z-index: -1;
  display: block;
}
.main-content  {
  position: relative;
  background-color: white;
}

.mob_search_icon {
    width: 17px;
    position: relative;
    right: 16px;
    top: 3px;
    display: none;
}

#result-ajax-search {
  position: absolute;
  z-index: 100;
  box-shadow: 0px 1px 11px 3px #0000004a;
  display: none;
  width: 100%;
}

.search-results {
    background-color: white;
    padding: 10px;
}

.result-item-block {
    display: flex;
    align-items: center;
}

.search-item-img {
    margin-inline-end: 10px;
}


.search-item {
    display: flex;
    flex-direction: column;
  text-align: left;
  color: black;
}
.search-item-price {
    color: green;
}

.color-products .previous.flickity-button, .relproduct .previous.flickity-button, .color-products .next.flickity-button, .relproduct .next.flickity-button{
	    z-index: 99;
}
#recovery-notification {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #3c3c3c40;
    display: flex;
    justify-content: center;
    align-items: center;
}

#recovery-notification .modal-dialog {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

#recovery-notification .modal-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    font-family: Inter-UI-Regular;
}

#recovery-notification .modal-body h2 {
    margin-bottom: 10px;
}

#recovery-notification .modal-body p {
    font-size: 14px;
    margin-bottom: 30px;
}

#recovery-notification .recovery-notified-email {
    font-weight: 600;
}

#recovery-notification .check-mark {
    margin-bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #28a745;
    position: relative;
}

#recovery-notification .check-mark .tick {
    width: 34px;
    height: 16px;
    border-color: #28a745;
    border-width: 0 0 3px 3px;
    border-style: solid;
    transform: rotate(315deg);
    position: absolute;
    top: 22px;
    left: 22px;
}

input.shopify-challenge__button.btn:hover {
    color: inherit;
}
.account .page-navigation {
  overflow: inherit;
}

.account .breadcrumb {
  overflow: inherit;
  display: inline-block;

}

.account #ssw-topauth a.ssw-dropdown-toggle {
  color: #99b7c8;
}

.account .breadcrumb li {
  display: flex;
}
.fabric-list[data-available="false"]:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-image: url(/cdn/shop/files/Product-Unavailable.png?v=1623056411);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.header-nav .dropdown-level-1 a{
  display: flex;
  align-items: center;
}

.header_link_icon{
	margin-right: 5px;
}

.product .product-title {
    width: 100%;
}
.Image-gallery {
    position: fixed;
    background: #000000f0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.gallery-left {
    position: absolute;
    top: 35%;
    left: 5%;
    cursor: pointer;
}

.gallery-right {
    position: absolute;
    top: 35%;
    right: 5%;
    cursor: pointer;
}

.gallery-arrow i {
    font-size: 60px;
}


.thumbnail-container {
    overflow-x: scroll;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    max-width: 450px;
    margin: auto;
    cursor: pointer;
}

.thumbnail-gallery {
    white-space: nowrap;
    list-style: none;
    display: flex;
}

.thumbnail-gallery li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail-image {
    display: block;
    padding:2px;
    max-width: 100px;
    height:auto;
}

.gallery-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
}
.gallery-close span
{
    font-size: 35px;
    padding-bottom: 5px;
}

.thumbnail-container::-webkit-scrollbar {
  height: 10px;
}

.thumbnail-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px white; 
  border-radius: 10px;
}

.thumbnail-container::-webkit-scrollbar-thumb {
  background: #565656; 
  border-radius: 10px;
  cursor: pointer;
}

@font-face {
  font-family: myFirstFont;
  src: url('/cdn/shop/t/79/assets/font-awesome.min.css');
}

model-viewer {
    width: 100%;
    height: 400px;
}

.product-showcase .thumbnail-list {
    width: 100% !important;
    display: flex;
}
section.product-showcase {
    display: flex;
    flex-direction: column;
}
.product-showcase .product-showcase-container {
    width: 100% !important;
}

/* .product_detail_page klarna-placement {
    float: left;
} */

.back-in-stock .bis-submit {
    background-color: #73b5d9;
    border-color: #73b5d9;
    padding: 12px;
    border-radius: 3px;
    color: white;
}

.back-in-stock .bis-submit:hover {
    background: white;
    color: #73b5d9;
}

.footer-area p {
    color: #ddd;
}

.product-label-green{
  background-color: #8bc045;
}

.product-label-blue{
  background-color: #73b5d9;
}

.product-label-dark-blue{
  background-color: #2661E0;
}

.product-label-pink{
  background-color: #fdaaaa;
}

.product-label-red{
  background-color: #f00;
}

#BIS_trigger{
	display:none;
}

.cc_banner-wrapper {
    z-index: 999999!important;
    position: relative;
}
header .header-logo {
    padding-top: 15px;
    margin-bottom: 5px;
}
li#tab-questions::first-letter {
    text-transform: capitalize!important;
}
/* .grid-view-item.grid-view-item--sold-outmixmatch.product-card {
    opacity: 0.5;
} */
.mixmatchsoldout.sold-out-label {
    background: #f00;
}
.informational-bar .DesktopIcons.social-icon {
    /*margin: -4px  -242px -13px -20px !important;*/
}
.velaBanner {
    text-align: center;
}
#ekstra-pelstopp .product-labels .sold-out-label{
    background:#f00;
}
span#df-height {
   font-weight: 400;
   padding-left: 5px;
}
span#df-weight {
   font-weight: 400;
   padding-left: 5px;
}
span#df-info {
   font-weight: 400;
   padding-left: 5px;
}
#df-bed-size 
{
    text-transform:capitalize;
}
 
.special-offermesg {
    padding-bottom: 5px;
    padding-top: 5px;
}
.special-offermesg a {
    line-height: 24px;
    font-size: 17px;
    font-family: ambient,serif !important;
    color: #f70571;
}
.flying .fluid-width-video-wrapper {
    padding: 0!important;
}
.flying .fluid-width-video-wrapper .youtube-thumb {

  margin-top: 0!important;
}
.flying.video-player {padding-bottom: 0!important;     min-height: 284px;}
#katteseng #shopify-section-beds-for-cats .buy_dog_lbh {
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px;
    font-weight: 600;
    min-height: 20px;
    padding-top: 10px;
}
.video-container .video-player iframe {width: 100%!important;}

.product-labels .ped_bed_cover {
    background: #8bc045;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    padding: 6px 10px 6px 10px;
}
.header-nav .header-nav-links>li:last-child {
    margin-left: 10px!important;
}
#hundeseng {
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng .navbar.navbar-first {
    border-bottom: 0;
    z-index: 9999999999;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
}
#hundeseng  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
#hundeseng  .navbar-inverse .navbar-nav>li>a:hover{
    text-decoration: underline;
     color: #fff;
}
#hundeseng .navbar-first .navbar-right {
    margin-right: 0;
}
#hundeseng .navbar-first .navbar-header {
    float: left;
    width: 33%;
}
#hundeseng .social-count {
    left: 46.5%;
    top: 8px;
    text-align: left;
    min-width: 150px;
}
#hundeseng  .navbar-second .navbar-brand  {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng .social-count .fa-facebook {
    background: #000;
}
#hundeseng .social-count .fa-facebook path {
    fill: #fff;
}
#hundeseng .social-count:hover .fa-facebook path {
    fill: #3a5795;
}
#hundeseng .facebook-link .icom-like {
    margin-left: -5px;
    font-size: 1.4em;
    position: relative;
    top: 3px;
    color: #fff;
}
#hundeseng  #navbar {
    padding-left: 0px;
}
#hundeseng  #navbar .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    float: right;
    margin-left: 25px;
}
#hundeseng  #navbar .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#hundeseng .navbar.navbar-second {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    top: 0px;
}
body#hundeseng {
    padding-top: 0px!important;
}
html {
    padding-bottom: 0!important;
}
#hundeseng .container {
    max-width: 1140px;
}
#hundeseng nav.navbar.navbar-second.navbar-fixed-top {
    position: sticky;
    top: 64px;
}
#hundeseng  .navbar.navbar-second .container {
    border-bottom: 0;
}
#hundeseng #details-bar1 {
    display: none;
}
#hundeseng #navbar #details-bar2 {
    display: inline-block;
    padding-top: 16px;
     font-size: 16px;
    line-height: 26px;
    color: rgba(0,0,0,.9);
    font-weight: 400;
}
#hundeseng .navbar {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}
#hundeseng .navbar-right {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0,0,0,.9);
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng .navbar-right ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.5);
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng .navbar-right ul li a:hover, 
#hundeseng .navbar-right ul li a:focus {
    color: rgba(0,0,0,.9);
    background-color: transparent;
    outline: 0;
}

#hundeseng #shopify-section-pet-bed-cloud {
    margin-top: 120px;
    margin-bottom: 100px;
}
#hundeseng #shopify-section-pet-bed-cloud h1.hero {
    font-size: 56px;
    font-weight: 100;
    line-height: 67px;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
#hundeseng #shopify-section-pet-bed-cloud .petcloud_setting {
    margin-top: 0;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_bed_cloud a {
    font-size: 22px;
    color: #3d7fa6;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    margin-top: 0;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_bed_cloud a:hover {
    text-decoration: underline;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_bed_cloud a svg{
    max-width: 16px;
    max-height: 16px;
    vertical-align: -0.125em;
}
#hundeseng #shopify-section-pet-bed-cloud .video-wrap {
    margin: 100px 0px 40px;
    padding-top: 50px;

}
#hundeseng #shopify-section-pet-bed-cloud .video-wrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-block .paragraph {
    margin-top: 0;
}
#hundeseng #shopify-section-pet-bed-cloud .video-wrap .dream img {
    max-width: 30px;
}
#hundeseng #shopify-section-pet-bed-cloud #hero p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
    text-align: center;
}
#hundeseng #shopify-section-pet-bed-cloud #hero h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
    text-align: center;
}
#hundeseng #shopify-section-pet-bed-cloud .container.pet_cloud_images {
    text-align: center;
    margin-bottom: 40px;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-thumb-wrap  .hide-dog-size-small {
    width: 16.5%;
    display: inline-block;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-thumb-wrap  .hide-dog-size-small a {
    margin: 0px;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_cloud {
    padding-bottom: 0px;
  overflow-x: visible;
}
#hundeseng #shopify-section-pet-bed-cloud .container {
    position: relative;
}
#hundeseng #hero .col-md-8 {
    margin-left: auto;
    padding-top: 70px;
    margin-top: 100px;
    margin-bottom: 0px;
    width: 66.66%;
    margin-right: auto;
    float: none;
}
#hundeseng #rightDisplay {
    position: relative;
    top: -125px;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_cloud .container-fluid:last-child {
    margin-top: -100px;
}
/*#hundeseng #shopify-section-pet-bed-cloud  .dream {
    display: none;
}*/
.hero-image {
    display: none
}
.dog-large .show-dog-size-large,
.dog-medium .show-dog-size-medium,
.dog-small .show-dog-size-small,
.dog-xxl .show-dog-size-xxl {
    display: block
}
.dog-large .hide-dog-size-large,
.dog-medium .hide-dog-size-medium,
.dog-small .hide-dog-size-small,
.dog-xxl .hide-dog-size-xxl {
    display: none
}

#hero {
    overflow: hidden
}
#hero a {
    color: #3d7fa6;
    margin: 10px
}
#hero .container,
#hero .dream {
    overflow: visible
}
#hero .dream {
    position: relative
}
#hero .dream-item {
    position: absolute;
    bottom: 80%;
    left: 50%;
    width: 30px;
    height: 30px;
}
#hero .float1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation: d 6.5s ease-in-out infinite;
    animation: d 6.5s ease-in-out infinite
}
#hero .float2 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation: d 6s ease-in-out infinite;
    animation: d 6s ease-in-out infinite
}
#hero .float3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation: d 7s ease-in-out infinite;
    animation: d 7s ease-in-out infinite
}
#hero .float4 {
    -webkit-animation: d 5.5s ease-in-out infinite;
    animation: d 5.5s ease-in-out infinite
}
#hero .dream-item.star1 {
    margin-left: -50%
}
#hero .dream-item.star2 {
    width: 20px;
    margin-left: 50%;
    bottom: 120%
}
#hero .dream-item.star3 {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    margin-left: -90%;
    bottom: 120%
}
#hero .dream-item.star4 {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    margin-left: 90%;
    bottom: 80%
}
#hero .dream-item.star5 {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    bottom: 120%;
    width: 20px
}
#hero .dream-item.bowl {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-left: -60%;
    bottom: -30%
}
#hero .dream-item.ball {
    margin-left: 80%;
    bottom: 10%
}
#hero .dream-item.bone {
    margin-left: -30%;
    bottom: 85%;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}
#hero .dream-item.moon {
    margin-left: -51%;
    bottom: 125%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
#hero .dream-item.steak {
    margin-left: 40%;
    -webkit-transform: scale(2);
    transform: scale(2);
    bottom: -10%
}
#hero .dream-item.collar {
    bottom: 20%;
    margin-left: -100%;
    -webkit-transform: scale(2);
    transform: scale(2)
}
#hero .dream-item.brush {
    bottom: -17%;
    margin-left: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
}
#hero .dream-item.heart1 {
    margin-left: -82%
}
#hero .dream-item.heart2 {
    bottom: 90%;
    margin-left: 40%
}
#hero .circle-large {
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 5px
}
#hero .circle-small {
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 2px
}
#hero .cl1 {
    margin-left: -50%;
    bottom: 110%
}
#hero .cl2 {
    margin-left: 80%;
    bottom: 150%
}
#hero .cs1 {
    bottom: 96%;
    margin-left: -20%
}
#hero .cs2 {
    bottom: 125%;
    margin-left: 20%
}
#hero .cs3 {
    margin-left: -90%
}
#hero .cs4 {
    margin-left: 51%;
    bottom: 30%
}
#hero .cs5 {
    margin-left: -40%;
    bottom: 150%
}
.scurbs-video .video-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: inherit;
}
.scurbs-video .video-holder {
    overflow: visible;
}


#ekstra-pelstopp .ssw-faveiticon {
    position: absolute;
    right: 0px;
}

div#ekstra-pelstopp {
    position: relative;
}


@media (max-width: 767px) {

  /* .top-header-container
  {
      position: fixed !important;
  }

  .page-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}
  body, html {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

  #shopify-section-template--14857689104487__banner {
    touch-action: manipulation;
}
  
  #shopify-section-template--14857689104487__banner {
    -webkit-overflow-scrolling: touch;
}
  #shopify-section-template--14857689104487__banner {
    z-index: 0;
    position: relative;
} */
  #shopify-section-template--14857689104487__banner {
    pointer-events: auto;
} 
  .mobile_link_btn
  {
      z-index: 9;
      position: relative;
  }

  .heading_div
  {
      align-items: center;
  }
  .heading_div h3
  {
      font-size: 40px;
  }
  .heading_div p
  {
      font-size: 18px;
  }
  .shop_location .lsn-switcher.lsn-down
  {
      padding: 10px 15px !important;
  }
  .shop_header_wrap img
  {
      height: 30px;
  }
  .youtube_fancybox
  {
      width: 100%;
      height: 400px;
  }
  .hero-slider
  {
      top: 101px !important;
  }
  body .home-paragraph.single-rich-text.home.section.title h2.h3 {
    font-size: 24px;
    line-height: 24px;
  }
  
  .m-hide{
	display: none!important;
}

.d-hide{
	display: block!important;
}
  
  #hundeseng #shopify-section-buy-for-your-dogs h4, #static-sets-dog h4 {
    color: black;
    /*   font-family: 'Raleway', sans-serif!important; */
/*     font-size: 20px; */
/*     font-weight: 500; */
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .product-price-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .product-showcase .product-showcase-container .galleryNext, .product-showcase .product-showcase-container .galleryPrev{
    display: block;
  }

  .box .service-box {
    display: flex;
    width: 100%;
    align-items: center;
  }
  
  #shopify-section-custom-footer .footer_to_text .shop-service-content{
    padding: 0!important;
    width: 100%;
  }
  
  .gallery-arrow i {
    font-size: 40px;
    color: black;
  }
}



@media (min-width: 768px) {

    #hero .dream-item.star1 {
        margin-left: -54%
    }
    #hero .dream-item.star2 {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        margin-left: 50%;
        bottom: 120%
    }
    #hero .dream-item.star3 {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        margin-left: -90%;
        bottom: 120%
    }
    #hero .dream-item.star4 {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        margin-left: 90%;
        bottom: 80%
    }
    #hero .dream-item.star5 {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        bottom: 130%
    }
    #hero .dream-item.bowl {
        margin-left: -70%;
        bottom: 130%
    }
    #hero .dream-item.ball {
        margin-left: 80%;
        bottom: 10%
    }
    #hero .dream-item.bone {
        margin-left: -70%;
        bottom: 45%
    }
    #hero .dream-item.moon {
        margin-left: -30%;
        bottom: 125%
    }
    #hero .dream-item.steak {
        margin-left: 60%
    }
    #hero .dream-item.collar {
        bottom: 20%;
        margin-left: -100%
    }
    #hero .dream-item.brush {
        bottom: 35%;
        margin-left: 100%
    }
    #hero .dream-item.heart1 {
        margin-left: -82%
    }
    #hero .dream-item.heart2 {
        bottom: 90%;
        margin-left: 45%
    }
    #hero .circle-large {
        background: #000;
        width: 5px;
        height: 5px;
        border-radius: 5px
    }
    #hero .circle-small {
        width: 2px;
        height: 2px;
        background: #000;
        border-radius: 2px
    }
    #hero .cl1 {
        margin-left: -50%;
        bottom: 110%
    }
    #hero .cl2 {
        margin-left: 80%;
        bottom: 150%
    }
    #hero .cs1 {
        bottom: 96%;
        margin-left: -20%
    }
    #hero .cs2 {
        bottom: 125%;
        margin-left: 20%
    }
    #hero .cs3 {
        margin-left: -90%
    }
    #hero .cs4 {
        margin-left: 51%;
        bottom: 30%
    }
    #hero .cs5 {
        margin-left: -40%;
        bottom: 150%
    }
}
@-webkit-keyframes d {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}
@keyframes d {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@media screen and (min-width: 768px) {
    #hero a:first-child {
        color: #3d7fa6;
        margin-right: 20px
    }
    #hero a:last-child {
        margin-left: 20px
    }
}

#hundeseng .pet_cloud  #mainContainer {
    margin-bottom: 40px;
}

#hundeseng #shopify-section-coat-clean-hygiene .coat_block {
    padding-top: 100px;
    padding-bottom: 100px;
} 
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading {
    margin-top: 0px;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px;
}
#hundeseng #shopify-section-coat-clean-hygiene  .fabric-video.coat_video {
    margin-top: -70px;
}


#hundeseng #shopify-section-heavenly-inside-out .heaventy_block  {
    padding-top: 0px;
    padding-bottom: 0;
}
#hundeseng #shopify-section-heavenly-inside-out .heaventy_block:focus {
    outline: 0;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading {
    margin-top: 80px;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px;
}
#hundeseng #shopify-section-heavenly-inside-out  #indoor-outdoor {
    position: relative;
}
#hundeseng #shopify-section-heavenly-inside-out  #indoor-outdoor:focus {
    outline: 0;
    box-shadow: none;
}
#hundeseng #shopify-section-heavenly-inside-out .sky-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vh;
    transition: all 1s;
    z-index: 3;
    background: linear-gradient(rgba(255, 240, 206, 0.5) 0px, rgba(255, 255, 255, 0)) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
}
#hundeseng #shopify-section-heavenly-inside-out .sky-gradient:focus {
    outline: 0;
    box-shadow: none;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap {
    position: relative;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap video {
    width: 29.7%!important;
    position: absolute;
    bottom: 19%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2.66%;
    z-index: 2;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap img.indoor {
    max-width: 100%;
    border: 0;
    width: 100%;
    z-index: 1; 
    position: relative;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap img.outdoor {
    max-width: 100%;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .5s;
    opacity: 0
}

#hundeseng #shopify-section-built-for-dog .build_block.fabric-block  {
    padding-top: 100px;
    background: #fff;
    padding-bottom: 0px;
    overflow: visible;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading {
    margin-top: 0px;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#hundeseng #shopify-section-built-for-dog {
    margin-bottom: 100px;
}
#hundeseng #shopify-section-built-for-dog .fabric-video.build_video .col-md-10 {
    margin-left: 8.33%;
}
/*#hundeseng #shopify-section-built-for-dog .clock-wrap {
    position: absolute;
    width: 30%;
    left: 62%;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    top: 10%;
}
#hundeseng #shopify-section-built-for-dog #years-wrap {
    position: absolute;
    z-index: 1;
    width: 27%;1
    height: 10%;
    top: 29%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
#hundeseng #shopify-section-built-for-dog #years-wrap #years-slide {
    transform: translate(0%, -61.1653%) translate3d(0px, 0px, 0px);
}
#hundeseng #shopify-section-built-for-dog #years-wrap #years-slide span {
    display: block;
    height: 100%;
    font-size: 19px;
    vertical-align: middle;
    font-weight: 700;
    color: #333;
}
#hundeseng #shopify-section-built-for-dog .clock-wrap.clock-face {
    z-index: 2;
    position: relative;
}
#hundeseng #shopify-section-built-for-dog .clock-wrap .hour-hand {
    width: 5%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) matrix3d(0.89847, -0.439035, 0, 0, 0.439035, 0.89847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#hundeseng #shopify-section-built-for-dog .clock-wrap .min-hand {
    width: 3.5%;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) matrix3d(-0.53358, 0.84575, 0, 0, -0.84575, -0.53358, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#hundeseng #shopify-section-built-for-dog .clock-wrap .second-hand {
    width: 7.1%;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  matrix3d(-0.430584, -0.90255, 0, 0, 0.90255, -0.430584, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}*/

#long-life video {
    width: 100%;
    max-width: 100%
}
#long-life .dog-timewarp .clock-wrap {
    position: absolute;
    width: 30%;
    left: 62%;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    top: 10%
}
#long-life .dog-timewarp .clock-face {
    z-index: 2;
    position: relative
}
#long-life .dog-timewarp #years-wrap {
    position: absolute;
    z-index: 1;
    width: 27%;
    height: 10%;
    top: 29%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden
}
#long-life .dog-timewarp #years-wrap span {
    display: block;
    height: 100%;
    font-size: 1.2em;
    font-weight: 700;
    color: #000
}
#long-life .dog-timewarp .dog-video-wrap {
    position: relative
}
#long-life .dog-timewarp .dog-video-wrap .adult {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    opacity: 0
}
#long-life .dog-timewarp .hand {
    position: absolute
}
#long-life .dog-timewarp .second-hand {
    width: 7.1%;
    z-index: 5
}
#long-life .dog-timewarp .min-hand {
    width: 3.5%;
    z-index: 4
}
#long-life .dog-timewarp .hour-hand {
    width: 5%;
    z-index: 3
}



#hundeseng #shopify-section-less-bite-sleep-tight .lessbite_block {
    padding-top: 100px;
    padding-bottom: 40px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 60px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}


#hundeseng #shopify-section-stay-warm .staywarm_block {
    padding-top: 100px;
    padding-bottom: 40px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 50px!important;
}
#summer-winter-display {
    position: relative
}
#summer-winter-display .dogs {
    transition: opacity 1s;
    z-index: 1;
    height: auto;
    width: 100%
}
#summer-winter-display .dogs.summer {
    opacity: 1
}
#summer-winter-display .dogs.winter {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}
.winter #summer-winter-display .dogs.winter {
    opacity: 1
}



#hundeseng #shopify-section-dogs-could-talk .dogs_cloud_block  {
    padding-top: 100px;
    padding-bottom: 100px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}



#hundeseng #shopify-section-pet-size-matters .pet_size_block  {
    padding-top: 100px;
    padding-bottom: 50px;
/*    background: #f8f8f8!important;*/
}
#hundeseng #shopify-section-pet-size-matters .pet_size_heading {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 20px!important;
}

#hundeseng #shopify-section-pet-size-matters .choices {
    text-align: left;
    margin: auto;
    width: 33%;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner {
    color: #ed2088;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 9px 0px 10px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 16px;
    min-height: 44px;
    overflow: hidden;
    box-shadow: none;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #ed2088;
}
#hundeseng #shopify-section-pet-size-matters .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #ed2088;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner .select2-container--default .select2-selection--single:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner span.select2-selection__clear {
    display: none;
}
#hundeseng #shopify-section-pet-size-matters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -10px;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner select {
    border: 0;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner select option {
    color: #333;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
#hundeseng #shopify-section-pet-size-matters .choices__inner select option:hover{
    background-color: #f2f2f2;
}
#hundeseng #shopify-section-pet-size-matters #df-results p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng #shopify-section-pet-size-matters #df-results h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row {
    display: flex;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row .col.pic  {
    width: 50%;
    padding: 0 20px 15px;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row p {
    margin-bottom: 16px;
}
#hundeseng #shopify-section-pet-size-matters #df-results .ideal_bed_tab  p{
    color: #ed2088;
    text-align: center;
}
#hundeseng #shopify-section-pet-size-matters #df-results .ideal_bed_tab  h4 {
    text-align: center;
}
#hundeseng #shopify-section-pet-size-matters #df-purchase-area .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 7px 13px;
    margin-bottom: 0px;
    border-radius: 30px;
    margin-top: 40px;
    display: none;
}
#hundeseng #shopify-section-pet-size-matters #df-purchase-area .btn.now-button-active {
    display: inline-block;
}
#hundeseng #shopify-section-pet-size-matters #df-purchase-area .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}






#hundeseng #shopify-section-scrubs-dogs-video .scurbs-block   {
    padding-top: 100px;
    padding-bottom: 100px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 50px!important;
}
#hundeseng #shopify-section-scrubs-dogs-video .embed-responsive {
    overflow: visible;
}


#hundeseng #shopify-section-comfort-breathes .comfort-block   {
    padding-top: 100px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 50px!important;
}
#hundeseng #breathable {
    position: relative;
}
#hundeseng #breathable .arrow {
    width: 6%;
    position: absolute;
    bottom: 25%;
    left: 46%
}
#hundeseng #breathable .arrow-2 {
    -webkit-transform: rotate(-30deg) scale(.75) translateX(-200%);
    transform: rotate(-30deg) scale(.75) translateX(-200%)
}
#hundeseng #breathable .arrow-3 {
    -webkit-transform: rotate(30deg) scale(.75) translateX(200%);
    transform: rotate(30deg) scale(.75) translateX(200%)
}
#hundeseng #breathable .img-row .col {
    padding: 0 15px;
}

#hundeseng #shopify-section-buy-for-your-dogs .buy_dog   {
    padding-top: 100px;
    padding-bottom: 0px;
}
.DogbedProduct .back-in-stock {
    border: none;
    margin-bottom: 0px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog .row .text-center.buy_dog_heading:last-child {
    opacity: 1;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading h1, 
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading div.sm-mt-0 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 25px!important;
}
#hundeseng #shopify-section-buy-for-your-dogs h2.message {
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    font-size: 32px;
    font-weight: 400;
}

#showArea {
    display: flex;
    flex-wrap: wrap;
}


/* #hundeseng #shopify-section-buy-for-your-dogs h4 {
    color: #f00;
    font-family: 'Raleway', sans-serif!important;
    font-size: 20px;
    font-weight: 500;
    min-height: 24px;
} */
#hundeseng #shopify-section-buy-for-your-dogs h4 strike {
    display: inline-block;
    margin-left: 10px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_lbh {
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px;
    font-weight: 600;
    min-height: 20px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading h5, #buy_dog h5 {
     font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 7px 13px;
    margin-bottom: 0px;
    border-radius: 30px;
    margin-top: 0px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#hundeseng #shopify-section-buy-for-your-dogs .dog-small-padding.buy_dog_heading {
    margin-bottom: 0px;
}
 
#hundeseng #shopify-section-shop-for-humans .pet_size_block  {
    padding-top: 100px;
    padding-bottom: 100px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#hundeseng #shopify-section-shop-for-humans .owl-carousel .owl-item img {
    margin-bottom: 0px;
    max-height: initial;
    min-height: auto;
}
#hundeseng #shopify-section-shop-for-humans .owl-carousel .owl-item .btn-primary {
    margin-right: 0;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 400; 
}
#hundeseng #shopify-section-shop-for-humans .owl-carousel .owl-item .btn-primary:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .carousel-back.flickity-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 20px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .carousel-forward.flickity-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    margin-right: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .flickity-button:hover{
    background: hsla(0,0%,100%, 1);
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .flickity-button:focus{
    box-shadow: none;
    outline: 0;
}
#hundeseng #shopify-section-shop-for-humans .container-fluid {
    position: relative;
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}
#hundeseng #shopify-section-shop-for-humans #sets-carousel {
    margin-bottom: 20px;
}

#hundeseng #footer .row {
    min-height: 50px;
    background: #222;
}
#hundeseng #footer .row p {
    padding: 10px 0;
    margin: 0;
    color: #a3aaaf;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.xxl-dog .dog-xxl {
    fill: #333;
}
#df-dog-img.small-dog .dog-small, 
#df-dog-img.midlle-dog .dog-medium, 
#df-dog-img.large-dog .dog-large {
    fill: #333;
} {
    fill: #333;
}
h5#df-dog-size {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng  .grad-bg, #modulsofa-en-myk-modulaer-revolusjon .grad-bg {
    background: #fff;
}






/* vare-globale-partnere page css */
#vare-globale-partnere  .page-navigation {
    margin: 0;
}
#vare-globale-partnere  .ty-breadcrumbs  {
    margin: 20px 0 14px 0;
    line-height: 18px;
}
#vare-globale-partnere .breadcrumb {
    padding: 0;
    background-color: transparent;
}
#vare-globale-partnere  .page-navigation .ty-breadcrumbs a  {
    color: #a5afb9;
    line-height: 18px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#vare-globale-partnere .ty-breadcrumbs span.ty-breadcrumbs__current {
    line-height: 18px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#vare-globale-partnere .ty-breadcrumbs span.ty-breadcrumbs__slash {
    color: #a5afb9;
}
#vare-globale-partnere .inner.rte h1 {
    margin-bottom: 0;
    margin-top: 32px;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    font-family: ambient,serif;
    line-height: 32px;
}
#vare-globale-partnere .inner.rte h1 img {
    max-height: 32px;
}
#vare-globale-partnere .inner.rte {
    margin-bottom: 0px;
}
#vare-globale-partnere .inner.rte h2 {
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #808080;
    font-family: ambient,serif;
    line-height: 15px;
}
#vare-globale-partnere .inner.rte p {
    padding: 6px 0;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}
#vare-globale-partnere .inner.rte p a {
    color: #f14fa1;
}
#vare-globale-partnere #gmap {
    margin: 0 auto;
    padding: 14px 8px 8px;
    height: 630px;
}

#vare-globale-partnere #shopify-section-globale-partnere  h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #333;
    font-family: ambient,serif;
    line-height: 24px;
}
#vare-globale-partnere #shopify-section-globale-partnere  p {
    padding: 6px 0;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}
#vare-globale-partnere #shopify-section-globale-partnere  p span {
    font-size: x-small;
}
#vare-globale-partnere #shopify-section-globale-partnere {
    padding-bottom: 40px;
}
#hundeseng  .informational-bar .contact {
    min-width: 150px;
    text-align: right;
}
#hundeseng  #insta-feed .instafeed-overlay::after, 
#hundeseng  .instafeed-shopify .instafeed-overlay::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000;
    opacity: 1;
}



#shopify-section-dogs-could-talk .owl-carousel .owl-item {
    opacity: 1;
}
#shopify-section-dogs-could-talk .owl-carousel .owl-item .image img {
    border-radius: 10px 10px 0 0;
}
#shopify-section-dogs-could-talk .social-card.instagram {
    height: 500px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    border-radius: 0 0 10px 10px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
}
#shopify-section-dogs-could-talk .owl-carousel .owl-item .user-icon img {
    max-width: 100%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
#shopify-section-dogs-could-talk .owl-carousel .owl-item .instagram-icon img {
    width: 16px;
    height: 16px;
    max-width: 100%;
}
#shopify-section-dogs-could-talk .meta-wrap {
    padding: 15px;
    height: 50%;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#shopify-section-dogs-could-talk .meta-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}
#shopify-section-dogs-could-talk  .wrap {
    border-radius: 0 0 0px 0px;
    overflow: hidden;
}
#shopify-section-dogs-could-talk .username {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    padding-left: 0;
    padding-right: 0;
    margin-top: -5px;
}
#shopify-section-dogs-could-talk .comment {
    padding-top: 20px;
}
#shopify-section-dogs-could-talk .comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
}
#shopify-section-dogs-could-talk .meta-wrap .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.owlcsl .previous.flickity-button, #shopify-section-dogs-could-talk  .previous.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
.owlcsl .previous.flickity-button, #shopify-section-dogs-could-talk .next.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-right: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#shopify-section-dogs-could-talk .flickity-button:hover{
    background: hsla(0,0%,100%, 1);
}
#shopify-section-dogs-could-talk .flickity-button:focus{
    box-shadow: none;
    outline: 0;
}
#shopify-section-dogs-could-talk .large-12.columns {
    position: relative;
}
#shopify-section-dogs-could-talk  .owl-nav {
    display: none;

}
/*#hundeseng #shopify-section-shop-for-humans .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}*/


/* home page css */
.index .comfort-block   {
    padding-top: 100px;
    padding-bottom: 0px;
}
.index .comfort-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.index .comfort-heading h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    color: #333;
    font-family: ambient,serif;
    margin-bottom: 8px;
    position: relative;
}
.index .comfort-heading h1:before {
    display: inline-block;
    content: '';
    margin-right: 20px;
    width: 125px;
    height: 1px;
    vertical-align: middle;
    background: currentColor;
}
.index .comfort-heading h1:after {
    display: inline-block;
    content: '';
    margin-left: 20px;
    width: 125px;
    height: 1px;
    vertical-align: middle;
    background: currentColor;
}
.index .comfort-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: ambient,serif;
    margin-bottom: 22px;
    margin-top: 14px;
}
.index .comfort-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: ambient,serif;
    margin-bottom: 50px!important;
}
.index #breathable {
    position: relative;
}
.index #breathable .arrow {
    width: 6%;
    position: absolute;
    bottom: 25%;
    left: 46%
}
.index #breathable .arrow-2 {
    -webkit-transform: rotate(-30deg) scale(.75) translateX(-200%);
    transform: rotate(-30deg) scale(.75) translateX(-200%)
}
.index #breathable .arrow-3 {
    -webkit-transform: rotate(30deg) scale(.75) translateX(200%);
    transform: rotate(30deg) scale(.75) translateX(200%)
}
.index #breathable .img-row .col {
    padding: 0 15px;
}
#shopify-section-custom-footer .footer_to_text .shop-service-content {
    padding: 7px 0 0 69px;
}
.product-header .product-offer .sold-out-label {
    background-color: #f00;
}
.product-options .shareProduct label {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.main-img {
    display: flex;
    width: 77%;
}
.product-page  .product-info .tab li {
    font-size: 16px;
}
.product-page .product-info .originalTabs .tab li {
    color: #000;
    -webkit-text-fill-color: unset;
    background-position: 0;
    background-image: none;
}
.product-page .product-info .originalTabs .tab li:hover {
    color: #4084a3;
}
.product-page .product-info .originalTabs .tab li.active:hover {
    color: #000;
}
.edit_checkout  .radio__label.content-box__emphasis:first-letter {
    text-transform: capitalize;
}
.interior-center h2 {
    text-align: center;
}
.product_section .inner h4 {
    color: #fff;
}
.catogery_section .mobile_view_image {
    display: none;
}
.img_con {
    overflow: hidden;
}
li.product-list-item.grid-item {
    max-height: 373px;
    min-height: 448px;
}
/*#produkter li.product-list-item.grid-item:nth-child(3n+1) {
    clear: both;
}*/
.top-header-container {
    z-index: 100;
}
.cover-text {
    display: none;
}
.cover-text.desktop_and_tablate {
    display: block;
} 

.desktop_and_tablate .slider-title {
    margin: 20px 0 20px 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 35px!important;
    font-family: ambient,serif;
    line-height: 44px;
    max-width: 90%;
    font-weight: 900!important;
}
.desktop_and_tablate .slider-subtitle {
    margin: 15px 0 30px 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 26px;
    font-family: ambient,serif;
    line-height: 30px;
    font-weight: 900!important;
}
.desktop_and_tablate ol li {
    padding: 3px 0 3px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
}
.desktop_and_tablate ol li:before {
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    background-image: url(../assets/download.png?v=1577343818);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.header-nav .header-nav-links>li:nth-last-child(2) {
    padding-right: 0;
}
.header-nav .header-nav-links li.mobile-customer-links-custom {
    display: none;
}


/* 404 page css */
.error-404 {
    margin-top: 30px;
    padding-bottom: 40px;
}
.error-404 .error-left {
    text-align: center;
}
.error-right {
    margin: 50px 0px 30px 0px;
    padding: 40px 0px 70px 0px;
}
.exception__code h2 {
    color: #e74c3c;
    text-align: center;
    font-weight: bold;
    font-size: 86px;
    line-height: 70px;
    font-family: Open Sans;
}
span.exception__code-txt {
    display: block;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    color: #e74c3c;
    font-family: Open Sans;
    padding-bottom: 20px;
}
h1.exception__title {
    padding: 0px 0px 25px 0px;
    font-size: 25px;
    font-weight: normal;
    color: #34495e;
    padding-left: 30px;
    font-family: Open Sans;
}
p.exception__info {
    padding: 0px 0px 30px 0px;
    color: #bdc3c7;
    font-size: 14px;
    font-family: Open Sans;
    padding-left: 30px;
    margin-bottom: 0px;
}
ul.exception__links {
    margin: 0px 20px 0px 0px;
    padding-left: 30px;
}
li.exception__links-item {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}
a.exception__links-a {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    color: #ed2088;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.product.dog .tab_sub ul li {
    display: flex;
}

.tab_sub ul li {
    list-style: disc;
  margin-bottom: 10px;
}

.tab_sub ul li img.tab_sub_icon {
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

body .page-wrapper {
    overflow: auto;
}
.home-testimonial .row {
    margin-left: 0px;
    margin-right: 0px;
}
.main-heading h1.h1_heading {
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    max-width: 70%;
    margin: 0 auto;
}



/* cat bet landing page css */
#katteseng {
    font-family: 'Raleway', sans-serif!important;
}
#katteseng .navbar.navbar-first {
    border-bottom: 0;
    z-index: 9999999999;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
}
#katteseng  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
#katteseng .navbar-inverse .navbar-nav>li>a:hover{
    text-decoration: underline;
     color: #fff;
}
#katteseng .navbar-first .navbar-right {
    margin-right: 0;
}
#katteseng .navbar-first .navbar-header {
    float: left;
    width: 33%;
}
#katteseng .social-count {
    left: 46.5%;
    top: 8px;
    text-align: left;
    min-width: 150px;
}
#katteseng .navbar-second .navbar-brand  {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
    font-family: 'Raleway', sans-serif!important;
}
#katteseng .social-count .fa-facebook {
    background: #000;
}
#katteseng .social-count .fa-facebook path {
    fill: #fff;
}
#katteseng .social-count:hover .fa-facebook path {
    fill: #3a5795;
}
#katteseng .facebook-link .icom-like {
    margin-left: -5px;
    font-size: 1.4em;
    position: relative;
    top: 3px;
    color: #fff;
}
#katteseng  #navbar {
    padding-left: 0px;
}
#katteseng  #navbar .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    float: right;
    margin-left: 25px;
}
#katteseng  #navbar .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#katteseng .navbar.navbar-second {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    top: 0px;
}
body#katteseng {
    padding-top: 0px!important;
}
html {
    padding-bottom: 0!important;
}
#katteseng .container {
    max-width: 1250px;
    width: 1250px;
}
#katteseng nav.navbar.navbar-second.navbar-fixed-top {
    position: sticky; 
    top: 64px; 
}
#katteseng  .navbar.navbar-second .container {
    border-bottom: 0;
}
#katteseng #details-bar1 {
    display: none;
}
#katteseng #navbar #details-bar2 {
    display: inline-block;
    padding-top: 16px;
     font-size: 16px;
    line-height: 26px;
    color: rgba(0,0,0,.9);
    font-weight: 400;
}

#katteseng .navbar {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}
#katteseng .navbar-right {
    font-size: 16px;
    line-height: 26px;
    color: rgba(0,0,0,.9);
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
    display: flex;
    align-items: center;
}
#katteseng .navbar-right ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.5);
    font-family: 'Raleway', sans-serif!important;
}
#katteseng .navbar-right ul li a:hover, 
#katteseng .navbar-right ul li a:focus, 
#katteseng .navbar-right ul li.active a {
    color: rgba(0,0,0,.9);
    background-color: transparent;
    outline: 0;
}
#katteseng .informational-bar {
   /* display: none!important;*/
}


#katteseng #shopify-section-cat-bed-cloud {
    margin-top: 110px;
    margin-bottom: 100px;
}
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    font-size: 56px;
    font-weight: 400;
    line-height: 67px;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 40px;
}
#katteseng #shopify-section-cat-bed-cloud .petcloud_setting {
    margin-top: 0;
}
#katteseng #shopify-section-cat-bed-cloud .pet_bed_cloud a {
    font-size: 16px;
    color: #3d7fa6;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    margin-top: 0;
}
#katteseng #shopify-section-cat-bed-cloud .pet_bed_cloud a:hover {
    text-decoration: underline;
}
#katteseng #shopify-section-cat-bed-cloud .pet_bed_cloud a svg{
    max-width: 16px;
    max-height: 16px;
    vertical-align: -0.125em;
}
#katteseng #shopify-section-cat-bed-cloud .video-wrap {
    margin: 100px 0px 40px;
    padding-top: 50px;

}
#katteseng #shopify-section-cat-bed-cloud .video-wrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}
#katteseng #shopify-section-cat-bed-cloud .hero-block .paragraph {
    margin-top: 0;
}
#katteseng #shopify-section-cat-bed-cloud .video-wrap .dream img {
    max-width: 30px;
}
#katteseng #shopify-section-cat-bed-cloud #hero p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif!important;
    text-align: center;
}
#katteseng #shopify-section-cat-bed-cloud #hero h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
    text-align: center;
}
#katteseng #shopify-section-cat-bed-cloud .container.pet_cloud_images {
    text-align: center;
    margin-bottom: 40px;
}
#katteseng #shopify-section-cat-bed-cloud .hero-thumb-wrap  .hide-dog-size-small {
    width: 16.5%;
    display: inline-block;
}
#katteseng #shopify-section-cat-bed-cloud .hero-thumb-wrap  .hide-dog-size-small a {
    margin: 0px;
}
#katteseng #shopify-section-cat-bed-cloud .pet_cloud {
    padding-bottom: 0px;
}
#katteseng #shopify-section-cat-bed-cloud .container {
    position: relative;
}
#katteseng #hero .col-md-8 {
    margin-left: auto;
    padding-top: 50px;
    margin-top: 100px;
    margin-bottom: 40px;
    width: 66.66%;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
}



#katteseng #shopify-section-cat-home-peace .staywarm_block {
    padding-top: 100px;
    padding-bottom: 100px;
} 
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 16px!important;
}
#katteseng #shopify-section-cat-home-peace #summer-winter-display {
    max-width: 832px;
    margin: 0 auto;
}
#feels-safe .safe-f1 {
    z-index: 1;
}
#feels-safe .safe-f1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    display: block;
}
#feels-safe .safe-f2 {
    z-index: 2;
}
#feels-safe .safe-f2, #feels-safe .safe-f3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#feels-safe .safe-f3 {
    z-index: 3;
}
#feels-safe .row {
    position: relative;
    max-width: 832px;
    margin: 0 auto;
}




#katteseng #shopify-section-scrubs-cat-video .scurbs-block {
    padding-top: 100px;
    padding-bottom: 40px;
} 
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 16px!important;
}



#katteseng #shopify-section-cat-youtube-video .scurbs-block {
    padding-top: 100px;
    padding-bottom: 40px;
} 
#katteseng #shopify-section-cat-youtube-video .scurbs-heading {
    margin-top: 0px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-cat-youtube-video .scurbs-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-cat-youtube-video .scurbs-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-cat-youtube-video .scurbs-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#katteseng #shopify-section-cat-youtube-video .video-container {
    max-width: 100%;
    margin: 0 auto;
}


#katteseng #shopify-section-luxury-fur-cover .coat_block {
    padding-top: 100px;
    padding-bottom: 100px;
} 
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 999;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#katteseng #shopify-section-luxury-fur-cover  .fabric-video.coat_video video {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}



#katteseng #shopify-section-sleeping-cat .heaventy_block  {
    padding-top: 0px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-sleeping-cat .heaventy_block:focus {
    outline: 0;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading {
    margin-top: 80px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px;
}
#katteseng #shopify-section-sleeping-cat  #indoor-outdoor {
    position: relative;
}
#katteseng #shopify-section-sleeping-cat  #indoor-outdoor:focus {
    outline: 0;
    box-shadow: none;
}
#katteseng #shopify-section-sleeping-cat .sky-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vh;
    transition: all 1s;
    z-index: 3;
    background: linear-gradient(rgba(255, 240, 206, 0.5) 0px, rgba(255, 255, 255, 0)) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
}
#katteseng #shopify-section-sleeping-cat .sky-gradient:focus {
    outline: 0;
    box-shadow: none;
}
#katteseng #shopify-section-sleeping-cat .heavenly_video.graphic-wrap {
    position: relative;
}
#katteseng #shopify-section-sleeping-cat .heavenly_video.graphic-wrap video {
    width: 29.7%!important;
    position: absolute;
    bottom: 19%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -2.66%;
    z-index: 2;
}
#katteseng #shopify-section-sleeping-cat .heavenly_video.graphic-wrap img.indoor {
    max-width: 100%;
    border: 0;
    width: 100%;
    z-index: 1; 
    position: relative;
}
#katteseng #shopify-section-sleeping-cat .heavenly_video.graphic-wrap img.outdoor {
    max-width: 100%;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .5s;
    opacity: 0
}

#katteseng #shopify-section-cat-long-lastic-bed .build_block.fabric-block  {
    padding-top: 100px;
    padding-bottom: 0px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-heading.build_heading {
    margin-top: 0px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-heading.build_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-heading.build_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-heading.build_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#katteseng #shopify-section-cat-long-lastic-bed {
    margin-bottom: 100px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-video.build_video .col-md-10 {
    margin-left: 8.33%;
}

#katteseng #shopify-section-cat-winter-warm .staywarm_block {
    padding-top: 100px;
    padding-bottom: 40px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 50px!important;
}

#katteseng #shopify-section-comfort-breathes .comfort-block   {
    padding-top: 100px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-comfort-breathes .comfort-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#katteseng #shopify-section-comfort-breathes .comfort-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-comfort-breathes .comfort-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-comfort-breathes .comfort-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 50px!important;
}
#katteseng #breathable {
    position: relative;
}
#katteseng #breathable .arrow {
    width: 6%;
    position: absolute;
    bottom: 25%;
    left: 46%
}
#katteseng #breathable .arrow-2 {
    -webkit-transform: rotate(-30deg) scale(.75) translateX(-200%);
    transform: rotate(-30deg) scale(.75) translateX(-200%)
}
#katteseng #breathable .arrow-3 {
    -webkit-transform: rotate(30deg) scale(.75) translateX(200%);
    transform: rotate(30deg) scale(.75) translateX(200%)
}
#katteseng #breathable .img-row .col {
    padding: 0 15px;
}


#katteseng #shopify-section-cat-could-talk .dogs_cloud_block  {
    padding-top: 100px;
    padding-bottom: 0px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud-heading {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}


#shopify-section-cat-could-talk .owl-carousel .owl-item {
    opacity: 1;
}
#shopify-section-cat-could-talk .owl-carousel .owl-item .image img {
    border-radius: 10px 10px 0 0;
}
#shopify-section-cat-could-talk .social-card.instagram {
    height: 500px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    border-radius: 0 0 10px 10px;
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
}
#shopify-section-cat-could-talk .owl-carousel .owl-item .user-icon img {
    max-width: 100%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
#shopify-section-cat-could-talk .owl-carousel .owl-item .instagram-icon img {
    width: 16px;
    height: 16px;
    max-width: 100%;
}
#shopify-section-cat-could-talk .meta-wrap {
    padding: 15px;
    height: 50%;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#shopify-section-cat-could-talk .meta-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}
#shopify-section-cat-could-talk  .wrap {
    border-radius: 0 0 0px 0px;
    overflow: hidden;
}
#shopify-section-cat-could-talk .username {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    padding-left: 0;
    padding-right: 0;
    margin-top: -5px;
}
#shopify-section-cat-could-talk .comment {
    padding-top: 20px;
}
#shopify-section-cat-could-talk .comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
}
#shopify-section-cat-could-talk .meta-wrap .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}
#shopify-section-cat-could-talk  .previous.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#shopify-section-cat-could-talk .next.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-right: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#shopify-section-cat-could-talk .flickity-button:hover{
    background: hsla(0,0%,100%, 1);
}
#shopify-section-cat-could-talk .flickity-button:focus{
    box-shadow: none;
    outline: 0;
}
#shopify-section-cat-could-talk .large-12.columns {
    position: relative;
}
#shopify-section-cat-could-talk  .owl-nav {
    display: none;
}



#katteseng #shopify-section-beds-for-cats .buy_dog   {
    padding-top: 100px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog .row .text-center.buy_dog_heading:last-child {
    opacity: 1;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#katteseng #shopify-section-beds-for-cats h2.message {
    padding-bottom: 25px;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    font-size: 32px;
    font-weight: 400;
    display: none;
}

#katteseng #shopify-section-beds-for-cats h4 {
    color: #f00;
    font-family: 'Raleway', sans-serif!important;
    font-size: 20px;
    font-weight: 500;
    min-height: 24px;
}
#katteseng #shopify-section-beds-for-cats h4 strike {
    display: inline-block;
    margin-left: 10px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading h5 {
     font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif!important;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 7px 13px;
    margin-bottom: 0px;
    border-radius: 30px;
    margin-top: 20px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#katteseng #shopify-section-beds-for-cats .dog-small-padding.buy_dog_heading {
    margin-bottom: 60px;
}


 
#katteseng #shopify-section-shop-for-humans .pet_size_block  {
    padding-top: 100px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-shop-for-humans .pet_size_heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#katteseng #shopify-section-shop-for-humans .pet_size_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-shop-for-humans .pet_size_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-shop-for-humans .pet_size_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#katteseng #shopify-section-shop-for-humans .owl-carousel .owl-item img {
    margin-bottom: 0px;
    max-height: initial;
    min-height: auto;
}
#katteseng #shopify-section-shop-for-humans .owl-carousel .owl-item .btn-primary {
    margin-right: 0;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 400;
}
#katteseng #shopify-section-shop-for-humans .owl-carousel .owl-item .btn-primary:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .carousel-back.flickity-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 20px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .carousel-forward.flickity-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    margin-right: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .flickity-button:hover{
    background: hsla(0,0%,100%, 1);
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .flickity-button:focus{
    box-shadow: none;
    outline: 0;
}
#katteseng #shopify-section-shop-for-humans .container-fluid {
    position: relative;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}
#katteseng #shopify-section-shop-for-humans #sets-carousel {
    margin-bottom: 20px;
}
#katteseng #footer .row p {
    padding: 10px 0;
    margin: 0;
    color: #a3aaaf;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
#katteseng #footer .row {
    min-height: 50px;
    background: #222;
    margin-top: 50px;
}
.product_section .hw-subcategory-block .inner img {
    max-width: 130px;
}
.login-failed div.ssw-alert:first-child {
    display:none;
}
.hot-deal-section.index-module {
    margin-bottom: 0px;
}
.accordian_mobile_view {
    display: none;
}
.mix-match ul.list-template li {
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
    margin-bottom: 30px;
  text-align: center;
}
.mix-match .logos-wrapper {
    width: 75px;
    float: right;
    margin-right: 0;
    position: absolute;
    top: 9px;
    right: 0;
}
.mix-match .small-item-description {
    max-width: 230px;
}
.mix-match .small-item-description p {
    font-size: 16px;
}
.mix-match .template-item-img {
    padding-top: 0;
}
.mix-match .discountbadges {
    background-color: #8bc045;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 15px;
    height: 55px;
    width: 55px;
    text-align: center;
}
.product-info .originalTabs a.tablinks {
    display: none;
}
.product-bfcm-countdown {
    display: none;
}
#materialer-produkter .color-header {
    position: relative;
    margin-bottom: 30px;
}
#materialer-produkter .colors-logo {
    position: absolute;
    left: 0;
}
#materialer-produkter h2.colors-heading, #materialer-produkter h2.sunbrella_colors {
    text-align: center;
}
#materialer-produkter .bx_interiImg a.thumbnail img.img-thumbnail {
    width: 100%;
}
#materialer-produkter .modal {
    z-index: 999999;
}
.personalized_contact #contact_form .btn_position_right {
    text-align: right;
}
.personalized_contact #contact_form .btn_position_right .send-btn {
    margin-top: 5px;
}
.home-slider-images .index-module {
    margin-top: 0;
    padding-top: 0;
}
 .shopify-section.home-slider-images a.button.button-large.slider-button {
   display: none;
}
.product-list .overlay-container {
    overflow: hidden;
}
#tracktorOrderForm button {
    color: #fff;
    background-color: #3d7fa6;
    border-color: #3d7fa6;
}
#tracktorOrderForm button:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
span.ingen_toll {
    display: inline-block;
    text-transform: uppercase;
    z-index: 5;
    color: #fff;
    margin-top: 20px;
    margin-right: 5px;
    padding: 6px 10px;
    color: #fff;
    background: #8bc045;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
}

span.grantis_frakt {
    display: inline-block;
    text-transform: uppercase;
    z-index: 5;
    background: #8bc045;
    color: #fff;
    margin-top: 20px;
    padding: 6px 10px;
    color: #fff;
    background: #8bc045;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;

}
.waterproof_cover span.grantis_frakt {
        margin-top: 2px;
    margin-left: 90px;
    text-transform: initial;
    background: #8bc045;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
    text-shadow: 0px 1px 3px #383838, 0px 0px 3em white;
}
.waterproof_cover {
    text-align: left;
}
.product-list .product-list-item .product-label, .product-label {
    margin: 2px!important;
    font-size: 11px!important;
    border-radius: 3px;
    color: white!important;
    display: inline-block;
    text-shadow: 0px 1px 3px #383838, 0px 0px 3em white;
}


.new_benefits_product_page ul {
    margin-top: 10px;
}
.new_benefits_product_page ul li:before {
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../assets/download.png?v=1577343818);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
}
.new_benefits_product_page ul li  {
    position: relative;
    background: transparent;
    color: #000;
    margin-top: 0px;
    padding: 3px 0 0 30px;
    z-index: 1;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.new_benefits_product_page {
    width: 39.33333%;
    float: right;
    clear: right;
    margin-right: 0;
}


.new_badge_product_page .badges_list li {
    padding: 2px 0 0px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
.new_badge_product_page .badges_list {
    margin-top: 10px;
}
.new_badge_product_page .badges_list li span:before {
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../assets/download.png?v=1577343818);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.new_badge_product_page .badges_list li span {
    position: relative;
    background: transparent;
    position: relative;
    color: #000;
    font-size: 14px;
    margin-top: 0px;
    padding: 0 0 0 30px;
    z-index: 1;
    text-transform: inherit;
}
.new_badge_product_page {
    width: 39.33333%;
    margin-right: 4%;
    float: right;
    clear: right;
    margin-right: 0;
}


.fancybox-lock .fancybox-overlay {
    z-index: 9999999!important;
    background: rgba(0, 0, 0, 0.9);
}
#product-showcase-links {
    z-index: 9999999;
}
#main-header .serch_bar_product {
    position: absolute;
    top: 6px;
    left: 100px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
  z-index: 10;
}
#main-header .serch_bar_product .search-form {
    margin: 0px 0;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    height: 36px;
    position: relative;
}
#main-header .serch_bar_product .search-form input[type="search"] {
    border: none;
    line-height: 18px;
    text-transform: none;
    height: 36px;
    background: #000;
    background-color: #000;
    color: #eee;
    border-radius: 0;
    border: 1px solid #ccc;
}
#main-header .serch_bar_product .search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right:0;
    border: none;
    line-height: 18px;
    text-transform: none;
    height: 36px;
    width: 45px;
    background: #000;
    color: #eee;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: 0;
}
#main-header .serch_bar_product .search-form button img {
    max-width: 20px;
}
.search.push-header {
    display: none;
}
div.search {
    padding-top: 25px;
}
.serch_bar_product.is_mobile {
    display: none;
}
#main-header.header.homepage {
    background: #000;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}
li.search_mobile {
    display: none;
}
.back-to-top {
    display: none!important;
}
.fancybox-nav.fancybox-prev {
    left: -60px!important;
}
.fancybox-nav.fancybox-next {
    right: -60px!important;
}
.payment-icon img {
    max-width: 337px;
}
header .header-nav .header-nav-links>li {
    padding-right: 8px;
}
.home-paragraph.single-rich-text.home.section.title h2.h3 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 600;
    color: #333;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
.home-paragraph.single-rich-text.home.section.title .medium-up--two-thirds {
    width: 100%;
    left: 0;
}
h2.h3.new_heading_homepage {
   font-size: 34px;
   line-height: 41px;
   font-weight: 600;
   color: #333;
   border-top: none;
   padding-top: 65px;
   text-align: left;
   max-width: 100%;
   padding-bottom: 0px;
}
#shopify-section-b35bbad05643 .row.intro-content {
       border-bottom: 1px solid #ccc;
       margin-bottom: 30px
}

.icon.posten-bring img:first-child {
    margin-bottom: 10px;
}
.hundeseng-and-katteseng {
    width: 50%;
    float: right;
    margin-top: -60px;
}
.hundeseng-and-katteseng .katteseng {
    display: none;
}
.dropdown-level-1.fixed-menu li.hundeseng-class, 
.dropdown-level-1.fixed-menu li.katteseng-class {
    width: 50%;
}
.dropdown-level-1.fixed-menu li.active a {
    color: #ffffff;
    background: #999999;
}
.informational-bar span.special-offer-febury {
    position: relative;
    top: 0px;
    padding-left: 10px;
    display: inline;
    font-family: ambient,serif !important;
}
.informational-bar .contact {
    float: none;
    color: #3f3f3f;
    display: inline-block;
}
.informational-bar span.special-offer-febury .information_text {
    color: #f70571;
    line-height: 24px;
    font-size: 17px;
    cursor: pointer;
}
.informational-bar span.message {
    top: 0px;
    font-family: ambient,serif !important;
    display: inline;
}
#hundeseng .informational-bar span.special-offer-febury {
    position: relative;
    top: 0px;
    padding-left: 10px;
    display: inline-block;
    text-align: center;
    font-family: ambient,serif !important;
}
.spe-benner-mobile {
    display: none;
}
.shopify-section .footer_main_div .social-icon ul li {
    margin: 0 10px 10px 0;
}
.shopify-section .footer_main_div .social-icon ul li i.fa {
    vertical-align: baseline;
}
.product .related-products .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.related-products .sold-out {
    opacity: 0.6;
}
.related-products .sold-out .sold-out-label {
    background: #fdaaaa!important;
}
.price.money.after-sold-out-orice {
    display: none;
}
.product-header {
    position: relative;
}
.price.money.show_price_sold_out {
    display: block;
    position: absolute;
    bottom: 51px;
    left: 90px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #f00;
}
#modulsofa-en-myk-modulaer-revolusjon #hero a {
    color: #fff;
}


/* footer real review css */
.footer_main_div #stamped-reviews-widget .stamped-carousel-button-left {
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 99;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.footer_main_div #stamped-reviews-widget .stamped-carousel-button-left:before {
    content: 'D'!important;
    font-family: "focal-shopify";
    display: inline-block;
    font-size: 20px;
    color: #000;
}
.footer_main_div #stamped-reviews-widget .stamped-carousel-button-right {
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
.footer_main_div #stamped-reviews-widget .stamped-carousel-button-right:before {
    content: 'E'!important;
    font-family: "focal-shopify";
    display: inline-block;
   font-size: 20px;
    color: #000;
}
.footer_main_div #stamped-reviews-widget .stamped-reviews-image {
    display: none!important;
}
.footer_main_div #stamped-reviews-widget .stamped-reviews-message {
    margin-left: 0px!important;
}
.footer_main_div #stamped-reviews-widget .stamped-reviews-author {
    margin-left: 0px!important;
}
.footer_main_div #stamped-reviews-widget .stamped-reviews-title a {
    color: #fff;
}
.footer_main_div #stamped-reviews-widget .stamped-ratings-wrapper {
    padding: 0 40px 0 40px!important;
}
.footer_main_div #stamped-reviews-widget .stamped-carousel-title.stamped-style-color-title {
    display: none;
}
.footer_main_div #stamped-reviews-widget .stamped-carousel-subtitle.stamped-style-color-star {
    display: none;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before {
    display: none;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
   /* display: none;*/
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating {
    /*display: none;*/
}
.footer_main_div div#stamped-reviews-widget {
    padding-top: 30px;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    height: 200px!important;
    width: 50%!important;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
    margin-right: 40px;
}


/* hundsenger review review css */
.hundsenger-review {
    padding-top: 70px;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-button-left {
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 99999;
    background: #000;
    border-radius: 30px;
    text-align: center;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-button-left:before {
    content: 'D'!important;
    font-family: "focal-shopify";
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-button-right {
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 99999;
    background: #000;
    border-radius: 30px;
    text-align: center;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-button-right:before {
    content: 'E'!important;
    font-family: "focal-shopify";
    display: inline-block;
   font-size: 20px;
    color: #fff;
}
.hundsenger-review #stamped-reviews-widget .stamped-reviews-image {
    display: none!important;
}
.hundsenger-review #stamped-reviews-widget .stamped-reviews-message {
    margin-left: 0px!important;
}
.hundsenger-review #stamped-reviews-widget .stamped-reviews-author {
    margin-left: 0px!important;
    color: #000;
}
.hundsenger-review #stamped-reviews-widget .stamped-reviews-title a {
    color: #000;
}
.hundsenger-review #stamped-reviews-widget .stamped-ratings-wrapper {
    padding: 0 40px 0 40px!important;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message-block {
    color: #000;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-title.stamped-style-color-title {
    display: none;
}
.hundsenger-review #stamped-reviews-widget .stamped-carousel-subtitle.stamped-style-color-star {
    display: none;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before {
    display: none;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
   /* display: none;*/
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating {
    /*display: none;*/
}
.hundsenger-review div#stamped-reviews-widget {
    padding-top: 30px;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    height: 200px!important;
    width: 50%!important;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
    margin-right: 40px;
    color: #000;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_block {
    padding-top: 0px;
}






.collection_section ul li .full_box .content_div img.product-logo {
    margin-bottom: 7px;
    max-height: 40px;
}
#modulsofa-en-myk-modulaer-revolusjon .item .product_price {
    color: #f00;
    font-size: 18px;
    font-weight: 500;
    min-height: 24px;
    margin-bottom: 10px;
}
#modulsofa-en-myk-modulaer-revolusjon .item .swatches {
    margin-bottom: 10px;
}
.stamped-proxy-thankyou {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px!important;
}
div.stamped-proxy-products-list {
    width: 100%;
}
.col-lg-3.col-md-3.col-sm-12.col-xs-12.fillter_section {
    position: sticky;
    top: 118px;
    padding-left: 15px;
}
.cell.shrink {
    margin-bottom: 35px;
    margin-top: 40px;
}
.cell.shrink img.header__logo {
    max-width: 225px;
}
.box_vipps {
    margin-bottom: 45px;
}
.oss-image img {
    border-radius: 50%;
    border: 1px solid #eee;
    max-width: 200px;
}
.oss-image {
    margin-bottom: 40px;
    text-align: center;
}
.om-as-1 img, .om-as-2 img, .om-as-3 img {
    margin-bottom: 15px;
}
.om-as-4 img {
    width: 49%;
    display: inline-block;
    float: left;
}
.om-as-4 img:last-child {
    float: right;
}
b.make_it_bold_defferent_dsc {
    font-size: 16px;
    font-weight: 600;
    color: #f00;
}
img.right-img {
    border-radius: 50%;
    border: 1px solid #eee;
    max-width: 150px;
    float: right;
    margin-left: 139px;
    margin-top: -20px;
    margin-bottom: 10px;
}
.om-oss-main-div .col-md-8 {
    width: 100%;
}
.om-oss-main-div .col-md-4.last-div {
    display: none;
}


/* Single product gallery css */

/* #section_collapse #gallery {
    margin-bottom: 20px;
} */
#gallery .prev {
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 37px;
}
#gallery .prev:before {
    content: 'D'!important;
    font-family: "focal-shopify";
    display: inline-block;
    font-size: 30px;
    color: #000;
}
#gallery .next {
    position: absolute;
    top: 83px;
    right: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 37px;
}
#gallery .next:before {
    content: 'E'!important;
    font-family: "focal-shopify";
    display: inline-block;
    font-size: 30px;
    color: #000;
}
#gallery .owl-carousel .owl-item {
    opacity: 1;
}


.MobileView {
    display: none;
}
.footer-social img {
    max-width: 17px;
    display: inline-block;
    margin-top: -3px;
}
.share-icons img {
    max-width: 17px;
    display: inline-block;
    margin-top: -3px;
}

.footer-social .gray_google_icon,
.footer-social .gray_linkdin_icon, 
.footer-social .over_linkdin_icon,
.footer-social .Over_google_icon, 
.share-icons .over_linkdin_icon,
.share-icons .Over_google_icon {
    display: none;
}
.share-icons .linkdin_blue_icon,
.footer-social .linkdin_blue_icon {
    display: none;
}
.share-icons .gray_google_icon,
.footer-social .gray_linkdin_icon {
    display: none;
}

.footer-social .tiktok_icons .Titok_OverICon {
    display: none;
}
.footer-social ul li.tiktok_icons a:hover .Titok_OverICon {
    display: inline-block;
}
.footer-social ul li.tiktok_icons a:hover .Titok_white {
    display: none;
}

.footer-social ul li a:hover .over_linkdin_icon, 
.footer-social ul li a:hover .Over_google_icon, 
.share-icons ul li a:hover .over_linkdin_icon, 
.share-icons ul li a:hover .Over_google_icon {
    display: inline-block;
}
.footer-social ul li a:hover .default_linkdin_icon, 
.footer-social ul li a:hover .google_default_image, 
.share-icons ul li a:hover .default_linkdin_icon, 
.share-icons ul li a:hover .google_default_image {
    display: none;
}

.share-icons ul li a .linkdin_blue_icon, 
.share-icons ul li a .Over_google_icon {
    display: inline-block;
}
.share-icons ul li a .default_linkdin_icon, 
.share-icons ul li a .google_default_image, 
.share-icons ul li a .over_linkdin_icon, 
.share-icons ul li a .gray_linkdin_icon {
    display: none;
}



.share-icons ul li a:hover .over_linkdin_icon, 
.share-icons ul li a:hover .Over_google_icon, 
.share-icons ul li a:hover .linkdin_blue_icon {
    display: none;
}

.share-icons ul li a:hover .gray_linkdin_icon, 
.share-icons ul li a:hover .gray_google_icon {
    display: inline-block;
}


.informational-bar .DesktopIcons.social-icon  {
    margin-right: 0;
    margin-top: 0;
}
.informational-bar .DesktopIcons.social-icon .footer-social {
    padding: 0px 0px;
    border-bottom: 0;
}
.informational-bar .DesktopIcons.social-icon ul li {
    margin: 0 0px 0px 0;
}
.informational-bar .DesktopIcons.social-icon ul li.googlr_business a .gray_google_icon {
    display: none;
}
.informational-bar .DesktopIcons.social-icon ul li.googlr_business a:hover .google_default_image{
    display: inline-block;
} 


ul.social-sharing li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
ul.social-sharing {
    text-align: center;
}
ul.social-sharing li i {
    font-size: 30px;
}
.stamped-proxy-thankyou .google_img_button a, 
.stamped-proxy-thankyou .faceboo_img_button a {
    background: #f5463a;
    color: #fff;
    padding: 10px 45px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 13px;
    font-size: 15px;
}
.stamped-proxy-thankyou .stamped-proxy-products {
    display: none;
}

.stamped-proxy-thankyou .copytext {
    background: #ffa60c;
    color: #fff;
    padding: 10px 40px;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 7px;
    cursor: pointer;
}
.informational-bar {
    padding: 0;
}
div.garanti_para::first-letter {
    color: #367193;
    float: left;
    font-size: 40px;
    font-weight: 600;
    margin: 0 .2em 0 0;
    border: 5px solid #4e4e4e;
    padding: 0px 13px;
}
div.garanti_para, div.garanti_para2 {
    color: #69727b;
}
p.first_para::first-letter {
    color: #69727b;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: 0;
    padding: 0;
    display: none;
}
#stue .collections .collection_breadcumps_title, 
#terrasse .collections .collection_breadcumps_title,
#settene .collections .collection_breadcumps_title
{
    position: relative;
    height: auto;
    padding-top: 5px;
    background: #fff;
}
#stue .collections .collection_breadcumps_title .coll_title, 
#terrasse .collections .collection_breadcumps_title .coll_title,
#settene .collections .collection_breadcumps_title .coll_title
{
    color:#000;
        line-height: 70px;
        padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
}
#stue .collection_image .breadcrumb li span, 
#terrasse .collection_image .breadcrumb li span,
#settene .collection_image .breadcrumb li span
{
    color: #000;
}
#stue .collection_image .breadcrumb li span.sep, 
#terrasse .collection_image .breadcrumb li span.sep,
#settene .collection_image .breadcrumb li span.sep
{
    color: #000;
}
#stue .collection_image .collection_breadcumps_title .page-navigation, 
#terrasse .collection_image .collection_breadcumps_title .page-navigation,
#settene .collection_image .collection_breadcumps_title .page-navigation{
        margin: 5px 0 0;
}
#stue .collection_image .breadcrumb li, 
#terrasse .collection_image .breadcrumb li,
#settene .collection_image .breadcrumb li
{
    font-size: 18px;
}
#stue .text_with_img .img_box img {
    height: auto;
}
#stue  .modeller_CenterGrd.grid .modeller_section_center.product_section .modeller_sectionColom.col-md-6  {
    width: 100%;
}
#stue  .modeller_CenterGrd.grid .modeller_section_center.product_section .modeller_sectionColom.col-md-6 img {
    width: 100%;
}


span.collection_title.hundseng, 
span.collection_title.kattseng {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    max-width: 230px;
    margin-left: auto;
    font-size: 26px;
}
div.stamped-proxy-thankyou {
    padding-top: 30px !important;
}
.mix-match .cm-reload.SoldOutForButton {
    position: absolute;
    top: 30px;
    right: 0;
}
.mix-match .cm-reload.ButtonNotSoldout button.dialog-closer:hover {
    color: #fff;
    background: #4084a3;
    border-color: #4084a3;
}
div#shopify-section-pet-size-matters {
    padding-top: 70px;
}
button.button-fulll.mobile-preorder {
    display: none;
}
#add-to-cart-form .product-qty.form-control {
    margin-bottom: 5px;
}
.mobile_view_button.HideOnDestop{
    opacity: 0;
    height: 0;
    padding: 0!important;
    margin: 0;
  display: none;
}
#shopify-section-single-image-pet-cat .special-benner-image img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

p.DesignLookingNice {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    background-color: #e3e9f6;
}
.fylling_process {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.fylling_process h2 {
    color: #000;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0px;
    padding-top: 15px;
}
.fylling_process p {
    color: #000;
    font-weight: 500;
    font-size: 18px; 
    margin-bottom: 10px;
}
.fylling_process img {
    max-width: 90%;
    border: 1px solid #ccc;
}
.fylling_process .arrow_image {
    position: absolute;
    top: 35%;
    right: -25px;
    max-width: 30px!important;
    border: 0px;
    max-height: 40px;
    object-fit: cover;
}
#shopify-section-fylling_process #owl-example {
    display: none;
}
.grandmoris {
    padding-bottom: 30px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.grandmoris img {
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-box-shadow 83ms;
    transition: -webkit-box-shadow 83ms;
    transition: box-shadow 83ms;
    transition: box-shadow 83ms, -webkit-box-shadow 83ms;
}
.textandimage {
    position: relative;
    padding-bottom: 80px;
    padding-top: 60px;
}
.textandimage p {
    width: calc(100% - 250px);}
#materialer .box_inter .bx_mdinter {
    text-align: left;
    max-width: 100%;
}
.bx_login {
    text-align: left;
}
.cart-checkout .additional-checkout-buttons {
    display: block !important;
    text-transform: uppercase;
    margin-bottom: 10px!important;
}
.cart-checkout .additional-checkout-buttons p {
   margin-bottom: 10px!important;  
}
#ambient-lounge-gavekort #add-to-cart-form .form-control.variant-form  {
    margin: 15px 0 0px 0px!important;
}

/* gift card page css */
.gift_section .row.align-items-center {
    background-image: linear-gradient(90deg,rgba(0,0,0,0) 40%,#fff4ef 0%);
    margin-left: 0;
    margin-right: 0;
}
.gift_section .deals-content p {
    color: #333333;
    font-size: 72px;
    padding-top: 40px;
    line-height: 70px;
    font-weight: 900;
    padding-bottom: 15px;
}
.gift-section {
    padding:  80px 0px 30px;
}
.gift-section .gift_section .deals-content {
    padding-bottom: 100px;
}
.gift-section .deals-img {
    margin-top: 25px;
}
#ambient-lounge-gavekort .product-showcase .product-showcase-container {
    width: 100%;
}
#ambient-lounge-gavekort .product-showcase .featured-image-list {
    padding-left: 0;
}
span.grantis_fraktlable {
    background: #8bc045;
    color: #fff;
    display: inline-block;
    padding: 7px 10px 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 5;
    cursor: pointer;
    line-height: 20px;
}
.filling {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 999;
}
.collection li.product-list-item.grid-item {
    position: relative;
}
#shopify-section-collection_list_page_outdoor .modeller_section_center.product_section .modeller_sectionColom.col-md-6 {
    width: 100%;
}
#shopify-section-collection_list_page_outdoor .modeller_section_center.product_section .modeller_sectionColom.col-md-6 .hw-subcategory-image img {
    width: 100%;
}
.waterproof_cover.Vanntettlbl span.grantis_frakt {
    background: #80c5de;
    padding: 6px 10px 3px 10px;
}
#shopify-section-soft-mod-fabric-materials .waterprooflable {
    position: absolute;
    top: 0;
    left: 16px;
}
#shopify-section-soft-mod-fabric-materials .waterprooflable p {
    color: #fff;
    display: inline-block;
    padding: 7px 10px 5px 10px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 5;
    cursor: pointer;
    line-height: 20px;
    background: #80c5de;
    padding: 6px 10px 3px 10px;
}

.product-cost .price_lable {
    clear: both;
}
.product-cost .price_lable .price.money.show_price_sold_out {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
}
.product-cost .price_lable .soldout_old_price.price.money {
    color: #4084a3 !important;
    text-decoration: line-through;
    padding-right: 12px;
    font-weight: 400;
    font-size: 20px;
}
.first-div {
    height: 80vh;
    background-image: url(/cdn/shop/files/img-11_1024x1024.jpg?v=1593436674);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: unset;
    background-position: right;
    margin: 30px 0;
}
.second-div {
    height: 80vh;
    background-image: url(/cdn/shop/files/images-2.jpg?v=1594013596);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: unset;
    background-position: right;
    margin: 30px 0;
}
.third-div {
    height: 80vh;
    background-image: url(/cdn/shop/files/images-3.jpg?v=1594013626);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: unset;
    background-position: right;
    margin: 30px 0;
}

.blog  .article .article-content p {
    color: #000;
    font-size: 20px;
}
.blog .article-meta p {
    display: none;
}
.DesktopViewHide {
    display: none;
}


.product-item-info .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price, 
.product-item-info .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price .money {
    font-size: 16px!important;
    color: red!important;
}
.product-item-info .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price, 
.product-item-info .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price .money {
    font-size: 16px!important;
    color: red!important;
}

.product-prices .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price, 
.product-prices .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price .money {
    font-size: 16px!important;
    color: red!important;
}

.product-prices .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price, 
.product-prices .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price .money {
    font-size: 16px!important;
    color: red!important;
}

footer .klaviyo-form form {
    background-color: transparent!important;
}
footer .klaviyo-form form .needsclick {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
}
footer .klaviyo-form form .needsclick p span {
    background-color: transparent!important;
}
.settene .text_with_img .text_box p {
    font-size: 24px;
    color: #000;
}
.article-list h3.article-title p.description {
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.article-list h3.article-title a button {
    color: #fff;
    background-color: #3d7fa6;
    border-color: #3d7fa6;
    padding: 10px 18px;
    border: 0px;
    text-transform: capitalize;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.article-list h3.article-title a button:hover {
    background-color: #000;
}
.article-list .article .article-meta {
    clear: both;
    padding-top: 30px;
}
#contact_form .alert-box .alert-title {
    font-size: 18px;
    line-height: 24px;
}
#contact_form .alert-success .alert-title:before {
    background: #82ac56;
}
#contact_form  .alert-box p {
    margin-top: 16px;
    font-size: 13px;
    text-transform: uppercase;
}


.deals-img.secondclass {
    transform: rotate(10deg);
}
.deals-img.fisrtanimation {
  transform: rotate(-10deg);
}
.deals-img.fisrtanimation.midclass {
  transform: rotate(0deg);
}

.petbedcolor-products .previous.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 99;
}
.petbedcolor-products .flickity-button:hover {
    background: #fff;
}
.petbedcolor-products .flickity-button:focus {
    box-shadow: none;
    outline: 0;
}
.petbedcolor-products .next.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-right: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 99;
}

.hot_deal_section .deals-img.fisrtanimation {
    transform: rotate(0deg);
}
li.email-icon a img {
    max-width: 15px;
    margin-right: 2px; 
}
li.email-icon.phone-icon a img{
  max-width: 20px;
    margin-top: 2px;
}
.small-item-description a.product-title {
    min-height: 45px;
    display: inline-block;
}
.logos-wrapperPosition.MixmacthLogo {
    min-height: 40px; 
}


/* cat bed new page css */
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    font-size: 56px;
    font-weight: 300;
    line-height: 67px;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
#hero .dream-item.star5 {
    bottom: 90%;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#with-hood img {
    margin-left: 20%;
}
#with-no-hood img {
    margin-right: 10%;
}
div#with-hood, div#with-no-hood {
    margin-bottom: 30px;
}

#katteseng .main-content  {
    margin-top: 15px;
}
#katteseng #shopify-section-cat-bed-cloud {
    margin-top: 15px;
}
#litterbox {
    margin-top: -305px;
    position: relative;
    z-index: 999;
}

#embarassedKitty {
    margin-top: -385px;
    position: relative;
    z-index: 999;
}
#litterbox img, #embarassedKitty img {
    width: 100%;
}
#katteseng #shopify-section-luxury-fur-cover .coat_block {
    padding-bottom: 20px;
}

#katteseng .main-content h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}

#katteseng #shopify-section-scrubs-cat-video .scurbs-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading p {
    margin-bottom: 46px!important;
}

#katteseng #shopify-section-cat-winter-warm .staywarm_block {
    padding-top: 100px;
    padding-bottom: 100px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block  h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-catfacts {
    background-color: #ed2088;
/*    background: url(/cdn/shop/files/9146844630f48abb5f37d44667448923.svg?v=1593868640);*/
}
#shopify-section-catfacts #catfacts {
    background-color: #ed2088;
    padding: 100px 0;
    background: url(/cdn/shop/files/9146844630f48abb5f37d44667448923.svg?v=1593868640);
    background-size: 50%;
}
#shopify-section-catfacts .cat-wrap {
    display: none;
}
#shopify-section-catfacts .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    color: #fff;
    display: none;
}
#shopify-section-catfacts .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    color: #fff;
    display: none;
}
#shopify-section-catfacts .next.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%;
    margin-right: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
    display: block;
}
#shopify-section-catfacts .previous.flickity-button {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    margin-left: 0px;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
    display: block;
}
#shopify-section-catfacts .flickity-button:hover {
    background: hsla(0,0%,100%, 1);
}
#shopify-section-catfacts .flickity-button:focus{
    box-shadow: none;
    outline: 0;
}
#shopify-section-catfacts .owl-dots {
    text-align: center;
}
#shopify-section-catfacts .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0px 8px;
    opacity: 0.4;
}
#shopify-section-catfacts .owl-dots .owl-dot.active {
    opacity: 1;
}

#shopify-section-catfacts .cat-wrap {
    display: none;
}
#shopify-section-catfacts  .owl-carousel .owl-item {
    opacity: 1;
}
#shopify-section-catfacts  .item  p {
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    font-weight: 500;
}
#shopify-section-catfacts .title .firstWord, 
#shopify-section-catfacts .title .secondWord, 
#shopify-section-catfacts .title .thirdWord {
    font-size: 140px;
    color: #fff;
    font-weight: 600;
    line-height: 170px;
} 
#shopify-section-catfacts .title .secondWord {
    padding-left: 16px;
}
#shopify-section-catfacts .title h3 {
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 52px;
    margin-top: 40px;
}
#shopify-section-scrach_cat #scratch-proof {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

#shopify-section-scrach_cat #scratch-proof  h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-scrach_cat #scratch-proof  h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-scrach_cat #scratch-proof  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
}
#shopify-section-scrach_cat #scratch-proof  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}

#shopify-section-cat_comfort-breathes #breathable .comfort-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
#shopify-section-cat_comfort-breathes #breathable .comfort-heading {
    margin-top: 0px;
}
#shopify-section-cat_comfort-breathes #breathable h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-cat_comfort-breathes #breathable h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-cat_comfort-breathes #breathable p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}

#shopify-section-cat-could-talk #social {
   padding-bottom: 100px;
}
#shopify-section-cat-could-talk #social .dogs_cloud-heading h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-cat-could-talk #social .dogs_cloud-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-cat-could-talk #social .dogs_cloud-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#bedandhood img {
    min-height: 414px;
    object-fit: contain;
}

#shopify-section-sunny_dark #sunny-dark {
    padding-top: 100px;
    padding-bottom: 100px;
}
#shopify-section-sunny_dark #sunny-dark h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-sunny_dark #sunny-dark h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-sunny_dark #sunny-dark p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#shopify-section-sunny_dark #sunny-dark-display img {
    width: 100%;
}

#shopify-section-static-sats #static-sets {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #fff 15%, #fff 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 15%, #fff 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #fff 15%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#ffffff', GradientType=0);
}
#shopify-section-static-sats #static-sets .buy_dog_heading {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;
}
#shopify-section-static-sats #static-sets .buy_dog_heading h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 8px;
}
#shopify-section-static-sats #static-sets .buy_dog_heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-static-sats #static-sets .buy_dog_heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 44px!important;
}
#shopify-section-static-sats #static-sets h5 {
    font-size: 20px
}
#shopify-section-static-sats #static-sets .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 7px 13px;
    margin-bottom: 0px;
    border-radius: 30px;
    margin-top: 0px;
}
#shopify-section-static-sats #static-sets .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#scratchy-cat-display {
    position: relative;
}
#scratchy-cat-display .changeimg {
  position:relative!important;
  width: 100%;
  display: block;
  max-height: 700px;
  object-fit: cover;
}
#scratchy-cat-display .changeblueimg {
    position:relative!important;
  width: 100%;
  display: block;
  max-height: 700px;
  object-fit: cover;
}
#shopify-section-city_kitty .scurbs-heading {
    margin-top: 0;
}
#shopify-section-city_kitty .scurbs-heading h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #777;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 22px;
    margin-top: 14px;
}
#shopify-section-city_kitty .scurbs-heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 0px!important;
}
#shopify-section-city_kitty .scurbs-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
#shopify-section-shop-for-humans .owl-carousel .owl-item {
    opacity: 1;
}
#hero .dream-item.moon {
    margin-left: -50%;
    bottom: 125%;
}
#hero .dream-item.bowl {
    margin-left: 50%;
    bottom: 140%;
}
#hero .dream-item.star5 {
    bottom: 100%;
}
#hero .dream-item.star2 {
    width: 60px;
    height: auto;
    margin-left: 38%;
}
#hero .dream-item.heart1 {
    margin-left: -75%;
    width: 60px;
    height: auto;
    bottom: 90%;
}
#hero .dream-item.star1 {
    margin-left: -60%;
    bottom: 72%;
}
#hero .dream-item.bone {
    margin-left: -47%;
    bottom: 55%;
    width: 25px;
}
#hero .dream-item.heart2 {
    bottom: 62%;
}
#hero .dream-item.star4 {
    margin-left: 55%;
}
#hero .dream-item.moon.float4 {
    bottom: 103%;
}
#katteseng #hero .col-md-8 {
    margin-top: 20px;
}    
@media only screen and  (min-width: 1024px){
  #scratchy-cat-display img {
    max-width: 950px;
    margin: 0 auto;
  }
  
  .mob_search_icon {
    display: none!important;
  }
  
}

@media only screen and  (max-width: 1025px){
  
  .container.is-mobile .h1_heading {
    margin: 0;
  }
  .hero-slider{
  	top: auto;
  }
  .hero-slider-container .container.is-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    width: 80%;
    align-items: center;
    right: 0;
  }

  .hero-slider .owl-next{
    right: 0%;
  }

  .hero-slider .owl-prev{
    left: 0%;
  }
  
  
  .slider-mobile, .hero-content-mobile{
  	display: flex;
  }
  
  .slider-desktop, .hero-content-desktop{
  	display: none;
  }

  .hero-slider .fa-stack i {
    font-size: 25px;
  }

  .hero-slider .owl-nav > div {
    top: 40%;
  }
  
  .hero-slider-container, .slider-mobile {
    height: 100%;
    min-height: calc(60vh);
  }
  
  .slider-mobile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
/*   .hero-slider {
    position: relative;
  } */

}

@media only screen and  (max-width: 1024px){

  .heading_div h3
  {
      font-size: 50px;
  }
  .heading_div p
  {
      font-size: 22px;
  }
  .mob_search_icon{
    display:block;
  }

  body #main-header .serch_bar_product.is_desktop {
    position: absolute;
    bottom: -35px;
    top: inherit;
    left: 0;
    max-width: inherit;
    transform: translateY(-2000px);
    transition: all 0.5s ease;
  }
  
  body #main-header .serch_bar_product.is_desktop.transition {
    transform: translateY(0px);
  }
  
  /* .header-toolbar li div#ssw-topauth {
    display: none;
  } */

  
  .related-products .swiper-wrapper .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .related-products .swiper-wrapper .product-item-info .price.old-price{
     margin-right: 0!important;
  }
  
}

.DesktopViewHide {
    display: none;
}
.dream #rightDisplay  .media .image {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.dream #rightDisplay  .media .image .imagesize {
    width: 100%;
}
.dream #rightDisplay  .media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.left_product {
    float: right;
        width: 39%;
}
div#variant-inventory {
    color: #000!important;
  margin-top: 10px!important;
}

/* watch section css*/
#katteseng #long-life .dog-timewarp .second-hand {
    top: 9%;
    left: 47%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
#katteseng #long-life .dog-timewarp .min-hand {
    top: 13%;
    left: 49%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
#katteseng #long-life .dog-timewarp .hour-hand {
    top: 21%;
    left: 48%;
    transform: translate(-50%, -50%) matrix(0.76604, 0.64278, -0.64278, 0.76604, 0, 0);
}


/* slider design */
#swiper-covercolor-product .swiper-wrapper .product-item-info .product-item-title {
    font-size: 14px;
    padding: 2px 0 5px 0;
    display: block;
    color: #a2a2a2;
}
#swiper-covercolor-product .swiper-wrapper .product-item-info .price {
    font-size: 16px;
    color: red;
}
#swiper-covercolor-product  .swiper-button-next {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-right: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #000;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#swiper-covercolor-product  .swiper-button-prev {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #000;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#swiper-covercolor-product  .swiper-button-prev:after {
    line-height: 30px;
    font-size: 30px;
}
#swiper-covercolor-product  .swiper-button-next:after {
    line-height: 30px;
    font-size: 30px;
}
#swiper-covercolor-product .product-item-info {
    text-align: center;
}




#swiper-coverkattesengcolor-product .swiper-wrapper .product-item-info .product-item-title {
    font-size: 14px;
    padding: 2px 0 5px 0;
    display: block;
    color: #a2a2a2;
}
#swiper-coverkattesengcolor-product .swiper-wrapper .product-item-info .price {
    font-size: 16px;
    color: red;
}
#swiper-coverkattesengcolor-product  .swiper-button-next {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-right: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #000;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#swiper-coverkattesengcolor-product  .swiper-button-prev {
    top: 48%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-left: 0px;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #000;
    line-height: 64px;
    position: absolute;
    z-index: 9999;
}
#swiper-coverkattesengcolor-product  .swiper-button-prev:after {
    line-height: 30px;
    font-size: 30px;
}
#swiper-coverkattesengcolor-product  .swiper-button-next:after {
    line-height: 30px;
    font-size: 30px;
}
#swiper-coverkattesengcolor-product .product-item-info {
    text-align: center;
}
#produkter .waterproof_cover.Vanntettlbl {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 999;
}
#link-corner .waterproof_cover.Vanntettlbl {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 999;
}

#sets-carousel .owl-item img {
    max-height: 267px;
    object-fit: contain;
    min-height: 267px;
}

.product-list .product-item-info .price {
    font-size: 16px;
    color: black;
}

.product-list .product-item-info .old-price {
    text-decoration: line-through;
    margin: 0 10px;
    color: red;
}

.product-list .product-item-info .new-price {
    color: green;
    vertical-align: text-bottom;
}


.related-products .swiper-wrapper .product-item-info .price.old-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: red;
}

.related-products .swiper-wrapper .product-item-info .price.new-price {
    color: green;
    vertical-align: text-bottom;
}

.product-options .klaviyoEmailIcon a.klaviyo-bis-trigger, 
.product-options .klaviyoEmailIcon a.klaviyo-bis-trigger:hover {
    color: #fff !important;
    background: #4084a3;
    border-color: #4084a3;
}
#static-sets-dog .buy_dog_heading {
    position: relative;
}
#static-sets-dog h6.product_label {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    z-index: 5;
    position: absolute;
    top: -47px;
    right: 0;
    background: #009f00;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.designer-sett-label, span.outlet-label {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    z-index: 9;
    font-size: 13px;
    border: 3px solid #009f00;
    background: #009f00;
    cursor: pointer;
}
header .header-nav .header-nav-links>li>a {
    font-size: 16px;
}


/* whishlist page design */
#my-wishlist div#ssw-page {
    margin: 0 auto;
}
#my-wishlist #ssw-fave-page-side-bar {
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
#my-wishlist .ssw-fave-item .ssw-fave-product-info {
    text-align: center;
    padding: 10px 15px 0 15px;
}
#my-wishlist .ssw-fave-item .ssw-fave-product-price {
    font-size: 16px;
    color: red;
}
#my-wishlist .ssw-fave-item .ssw-fave-product-price del {
    font-weight: 300;
}
#my-wishlist #ssw-fave-page-side-bar .ssw-fave-product-actions {
    text-align: center;
}
#my-wishlist #ssw-fave-page-side-bar .ssw-fave-product-actions  a {
    padding: 0 15px;
    height: 30px;
    width: auto;
    display: inline-block;
    max-width: 100% !important;
    line-height: 30px;
    float: none;
    margin-left: 0;
    background: #367193;
    border-color: #367193;
    font-weight: 400;
}
#my-wishlist #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header {
    overflow: hidden;
    padding: 0 0 6px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
#my-wishlist #ssw-fave-page-side-bar .ssw-fave-product-title {
    height: auto;
}
.ssw-fave-item div.ssw-fave-product-actions a {
    margin-left: 0;
    background: #367193;
    border-color: #367193;
    font-weight: 400;
}


/* cart page css */
.cart-page .inner {
    position: relative;
    margin-bottom: 150px;
}
div#shopify-section-extra-pels-cart {
    width: 40%;
    float: left;
    position: absolute;
    bottom: -100px;
    left: 0; 
}
#shopify-section-extra-pels-cart .pels-cart {
    text-align: center;
}
#shopify-section-extra-pels-cart .pels-cart > img {
    max-height: 150px;
    margin-top: -25px;
}
#shopify-section-extra-pels-cart .pels-cart .product-brand a img {
    margin-left: auto!important;
}
#shopify-section-extra-pels-cart .pels-cart .product-pel-detail .product_price {
    font-size: 16px;
    color: red;
}
#shopify-section-extra-pels-cart .swiper-button-prev:after {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
#shopify-section-extra-pels-cart .swiper-button-next:after {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
#shopify-section-extra-pels-cart .extra_pels_cart_button .btn {
    padding: 10px 25px 10px;
    background: #009f00;
    border-color: #009f00;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    border: none;
    outline: 0;
}
.product-list .product-item-info .product-brand img {
    max-width: 90px;
    margin: 0 auto!important;
    max-height: 30px;
    width: auto;
}
.product-list .product-item-info .product-brand {
    height: 35px;
    object-fit: contain;
}

#soho-package .product-list .product-item-info .product-brand {
    height: 60px; 
}

#checkout_reviews .stamped-checkout-comments-holder::-webkit-scrollbar {
  width: 10px;
}

#checkout_reviews .stamped-checkout-comments-holder::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
#checkout_reviews .stamped-checkout-comments-holder::-webkit-scrollbar-thumb {
  background: #737373;; 
}

#checkout_reviews .stamped-checkout-comments-holder::-webkit-scrollbar-thumb:hover {
  background: #3e3e3e; 
}

#checkout_reviews .stamped-checkout-comments-holder {
    padding-top: 30px;
    padding-bottom: 10px;
    max-height: 350px;
    overflow: auto;
}
#checkout_reviews .stamped-checkout-comment-body {
    padding: 0px 0px 15px 30px;
    width: 100%;
}
#checkout_reviews .stamped-checkout-comment-wrapper {
    width: 75%;
    display: block;
    margin: 0;
    border-radius: 5px;
    padding: 0px 0px;
    text-align: left;
}
.product-list .product-list-item div.product-labels, .product-labels {
  left: 10px;
  display: flex;
  width: 70%;
  flex-wrap: wrap;
}

#static-sets-dog .product-labels {
    top: 46px;
}

a#btn-mp-print, a#btn-mp-print:hover, a#btn-mp-print:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
    padding: 10px 20px 11px;
    background: #009f00;
    border-color: #009f00;
    font-size: 16px;
}
#produkter .waterproof_cover.Vanntettlbl {
    top: 34px;
}
aside.related-products.color-products {
    padding: 40px 0 40px;
}
div.ssw-faveiticon {
    right: 0;
    top: 0;
    position: absolute;

}
.pinAction .waterproof_cover.Vanntettlbl {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 99;
}
.remove-overlay-slider ul.slides .cover-image:before {
    background: rgba(0,0,0,0.0);
}
.social-login-growave {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
}

#ssw-fave-list-widget #ssw-fave-side-bar {
    z-index: 21474836419;
}
#ssw-fave-list-widget #ssw-fave-side-backdrop {
    z-index: 90000009999;
}


span.ty-price-num.price.money.price.cross {
    text-decoration: line-through;
}























/* responsive css */

@media only screen and (min-width: 1025px){
/* .top-header-container {
    position: sticky;
    top:0;
} */
#main-header.header {
    padding-bottom: 5px;
}
/* .main-content {
    margin-top: 123px;
} */
.top-header-container.stickymobileview {
    top: 0;
}

/* .collection .product-list-item:nth-child(3n+1) {
    margin-left: 5%;
} */
.collection .product-list-item:nth-child(4n+1) {
    margin-left: 0%;
}
#produkter .collection .product-list-item:nth-child(4n+1) {
    margin-left: 1%;
}
#produkter .collection .product-list-item:nth-child(3n+1) {
    margin-left: 0%;
}

#modulsofa-en-myk-modulaer-revolusjon div.main-content {
    margin-top: 0px; 
}

} 
@media only screen and (min-width: 768px){
.flexslider ul.slides .cover-image {
    height: calc(100vh - 170px);
}
.slider .flexslider {
    min-height: 500px;
    height: calc(100vh - 170px);
}


}
@media only screen and (max-width: 1199px){
.collection_section .img_div img {
    object-fit: cover;
}
}

@media only screen and (max-width: 1199px) and (min-width: 768px){
#vare-globale-partnere #gmap {
    width: 100%;
}
#hundeseng .navbar.navbar-second .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#hundeseng .navbar.navbar-second .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
.product-info .originalTabs .tabcontent {
    padding: 6px 0px;
}
.product-info .originalTabs #dimension table {
    width: 100%!important;
}
#dimension .row .col-md-6:first-child {
    width: 60%;
    float: left;
}
#dimension .row .col-md-6:last-child {
    width: 40%;
    float: left;
}
#hundeseng .navbar-right ul li a {
    text-align: center;
}
.catogery_section .col-lg-9 .col-lg-4 .left{
    width: 50%!important;
    float: left;
    padding-right: 7px;
} 
.catogery_section .col-lg-9 .col-lg-4 .left:after {
    right: 7px;
}
.catogery_section .col-lg-9 .col-lg-4 .left:last-child {
    margin-left: 0px!important;
    padding-left: 7px;
    padding-right: 0;
}
.catogery_section .col-lg-9 .col-lg-4 .left:last-child:after {
    left: 7px;
    right: 0;
}
.catogery_section .col-lg-9 .col-lg-8  {
    clear: both;
}
.catogery_section .tab-view-center {
    width: 50%;
    float: left;
}
.catogery_section .tab-view-center {
    width: 50%;
    float: left;
}
.catogery_section .tab-view-center.box_l {
    padding-right: 7px;
}
.catogery_section .tab-view-center.box_r {
    padding-right: 15px;
    padding-left: 7px;
}
.catogery_section .mobile_view_image {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.catogery_section .desktop_view_image {
    display: none;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image {
    width: 50%;
    float: left;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child {
    padding-right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child {
    padding-left: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child:after {
    right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child:after {
    left: 7px;
}
.catogery_section .banner-img {
    margin-bottom: 14px;
}
.catogery_section .content_box h3 {
    color: #fff!important;
}
.fancybox-outer .fancybox-nav.fancybox-next {
    right: -60px;
}
.fancybox-outer .fancybox-nav.fancybox-prev {
    left: -60px;
}
#katteseng .navbar-right ul li a {
    text-align: center;
}
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 20px;
}
#katteseng .navbar.navbar-second .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#shopify-section-cat-could-talk .meta-wrap .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    float: left;
}
#shopify-section-cat-could-talk .username {
    width: 68%;
    float: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
#katteseng #shopify-section-beds-for-cats .dog-small-padding.buy_dog_heading {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    float: left;
}
.hot_deal_section  .container .row .col-lg-6.col-md-6:first-child {
    width: 45%;
    float: left;
}
.hot_deal_section  .container .row .col-lg-6.col-md-6:last-child {
    width: 55%;
    float: left;
}
.hot_deal_section  .container .row:after {
    content: "";
    clear: both;
    display: table-cell;
}
.product-header .product-prices .price.money {
    font-size: 18px;
}
.nav>li.email-icon {
    display: inline-block;
}
  #modulsofa-en-myk-modulaer-revolusjon li.email-icon.phone-icon a img {
    max-width: 18px;
    margin-top: -2px;
    margin-right: 0;
}

}

@media only screen and (max-width: 1223px) and (min-width: 1025px){
.header-logo .logo-image {
    width: 255px;
    margin-top: 5px;
}
.header-nav .header-nav-links>li>a {
    font-size: 14px!important;
}

}
@media only screen and (max-width: 1199px) and (min-width: 1025px){
.informational-bar span.message {
    font-size: 12px;
}
.informational-bar span.special-offer-febury a {
    font-size: 14px;
}


}


@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
.product-showcase .thumbnail-list li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
}  
.informational-bar span.special-offer-febury {
    display: block;
    text-align: center;
}
.informational-bar .contact {
   display: none;
}
.informational-bar {
    display: block!important;
}
.informational-bar span.message {
    display: none;
} 
.collection .product-list-item:nth-child(3n+1) {
    margin-left: 0%!important;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
.product-showcase .thumbnail-list li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
}
.informational-bar span.special-offer-febury {
    display: block;
    text-align: center;
}
.informational-bar .contact {
   display: none;
}
.informational-bar {
    display: block!important;
}
.informational-bar span.message {
    display: none;
}
#add-to-cart-form .btn-add-to-cart {
    padding: 12px 15px 13px;
    font-size: 15px!important;
}
.btn-add-to-cart.button.button-full.HideMobView {
    font-size: 15px!important;
}
.collection .product-list-item:nth-child(3n+1) {
    margin-left: 0%!important;
}
}


@media only screen and (max-width: 1199px) and (min-width: 992px){
.mix-match .small-item-description {
    max-width: 170px;
}
.related-products.color-products .heading-box h3 {
    font-size: 22px;
}
.mix-match .ty-template-small__item-price span.ty-price-num {
    font-size: 14px;
}
div#hot_deal_section_offer {
     padding-bottom: 40px;
    padding-top: 40px;
}
.footer_to_text .shop-service-wrapper .row .col-md-3:last-child {
    padding-right: 30px;
}


} 



@media only screen and (max-width: 1024px) and (min-width: 668px){
.menu-facebook span.socialtip.facebook:after, 
.menu-facebook span.socialtip.facebook:before {
    display: none;
}
.desktop_and_tablate .slider-title {
    font-size: 30px!important;
    line-height: 40px;
}
.home-slider-images .cover-text.desktop_and_tablate {
    top: 200px!important;
}
.home-slider-images.navi .cover-text.desktop_and_tablate {
    top: 60px!important;
}
.desktop_and_tablate .slider-subtitle {
    margin: 0px 0 20px 0;
    font-size: 24px;
    line-height: 26px;
}
 .stickymobileview {
    position: sticky;
    top: 0;
    width: 100%;
}
.desktop_view_account{
    display:none;
}
.header-nav .header-nav-links li.mobile-customer-links-custom {
    display: block;
    width: 100%;
    border-bottom: 0;
    left: 0;
    right: auto!important;
    text-align: left;
    margin-top: 0!important;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu {
    position: absolute;
    left: -20px;
    top: 34px;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu  a {
    color: #fff!important;
    font-size: 12px!important;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu li.ssw-divider {
    display: none!important;
}
.header-mobile-nav li.mobile-customer-links-custom.desktop_view_account {
    display: none;
}
.header-mobile-nav .header-nav-links {
    z-index: 99999;
    display: block;
    overflow: auto;
    max-height: calc(100vh - 125px);
}
#ssw-topauth a.ssw-dropdown-toggle {
    color: #fff;
}
.error-404 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header-nav .header-nav-links>li:last-child {
    margin-left: 0px!important;
}
/* #main-header .serch_bar_product .search-form {
    margin-top: 13px;
} */
.product-header .product-logo .product-title {
    max-width: 165px!important;
    font-size: 20px!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
.product-offer .sale-percent {
    margin-left: 0px;
}
span.new-price.price.money {
    margin-right: 10px;
}
.header-mobile-nav .dropdown-level-1 a {
   color: #474747;
}
.hundeseng-and-katteseng {
    display: none;
}
.informational-bar span.special-offer-febury {
    display: block;
    text-align: center;
}
.informational-bar .contact {
   display: none;
}
.informational-bar {
    display: block!important;
}
.informational-bar span.message {
    display: none;
}

.header-mobile-nav .menu-facebook_linkdin_Instragram .MobileLink.social-icon {
    margin-right: 0;
    margin-top: 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .footer-social {
    padding: 0;
    border-bottom: 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 3px;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .social-icon ul li {
    margin: 0 0px 0px 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .social-icon li a {
    width: 28px;
} 
.header-mobile-nav span.Divider {
    position: absolute;
    right: 114px;
    top: 3px
}
.header-mobile-nav li.mobile-customer-links-custom {
    /* margin-top: 0px !important; */
    right: 129px !important;
    top: 2px !important;
}   
.header-mobile-nav .footer-social img {
    margin-top: -7px;
}
.button-add-to-cart-container .mobile_view_button.HideOnDestop, 
.button-add-to-cart-container .button.button-fulll.mobile-preorder {
    display: none!important;
}
.product-info #filling .col-md-6.box_tabLeft, 
.product-info #filling .col-md-6.box_tabRight {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.first-div, .second-div, .third-div {
    background-position: left;   
}
/* cat bed new page css */
#embarassedKitty {
    margin-top: -330px;
}
#litterbox {
    margin-top: -250px;
}
#katteseng nav.navbar.navbar-second.navbar-fixed-top {
    top: 55px;
    z-index: 999999;
}
#hundeseng nav.navbar.navbar-second.navbar-fixed-top {
    top: 55px;
    z-index: 999999;
}
span.designer-sett-label {
    top: 2px;
    left: 2px;
}

.home-slider-images .cover-text.desktop_and_tablate {
    max-width: 90%;
    width: 90%;
    left: 5%;
    right: 5%;
}
.home-slider-images .cover-text.desktop_and_tablate .container {
    width: 100%;
}
.home-slider-images .flex-controls {
    bottom: 0;
    top: 20px;
}
.home-slider-images .slider .flex-direction-nav li:last-child {
    position: absolute!important;
    right: 0!important;
}
.home-slider-images .slider .flex-direction-nav li:first-child {
    position: absolute!important;
    left: 0!important;
}
div#ssw-fave-side-button-wrapper {
    top: 70%;
}
.collection .product-list-item:nth-child(3n+1) {
    margin-left: 0%!important;
}
} 
  

@media only screen and (max-width: 991px) and (min-width: 768px){
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-pet-bed-cloud h1.hero {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 20px;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading h2 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-buy-for-your-dogs .dog-small-padding.buy_dog_heading {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
#hundeseng .navbar-right ul li a {
    text-align: center;
}
#om-ambient-lounge .om_oss_image img {
    max-width: 100%!important;
    height: auto!important;
    width: 100%!important;
}
#om-ambient-lounge .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-thumb-wrap .hide-dog-size-small {
    width: 32.5%;
}
.product_detail .col-span-fourty {
    padding-top: 22%;
}
#shopify-section-dogs-could-talk .meta-wrap .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    float: left;
}
#shopify-section-dogs-could-talk .username {
    width: 68%;
    float: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
.catogery_section .mobile_view_image {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.catogery_section .desktop_view_image {
    display: none;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image {
    width: 50%;
    float: left;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child {
    padding-right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child {
    padding-left: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child:after {
    right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child:after {
    left: 7px;
}
.catogery_section .banner-img {
    margin-bottom: 14px;
}
.catogery_section .content_box h3 {
    color: #fff!important;
}
.collection_section ul li:nth-child(odd) {
    clear:both;
}

.error-404 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.error-right {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 40px;
}
h1.exception__title {
    padding-left: 0;
    text-align: center;
}
p.exception__info {
    padding: 0px 0px 20px 0px;
    padding-left: 0;
    text-align: center;
}
ul.exception__links {
    padding-left: 0;
    text-align: center;
    margin: 0;
}
li.exception__links-item {
    float: none;
    display: inline-block;
}
#katteseng .navbar-right ul li a {
    text-align: center;
}
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 20px;
}
#katteseng .navbar.navbar-second .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#shopify-section-cat-could-talk .meta-wrap .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    float: left;
}
#shopify-section-cat-could-talk .username {
    width: 68%;
    float: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
#katteseng #shopify-section-beds-for-cats .dog-small-padding.buy_dog_heading {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    float: left;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading .btn {
    font-size: 14px;
}
.product_section .hw-subcategory-block {
    height: auto;
}
.mix-match .template-item-img {
    width: 100%;
}
.mix-match .small-item-description {
    max-width: 100%;
}
.related-products.color-products .col-lg-7.col-md-7.col-sm-7, 
.related-products.color-products .col-lg-5.col-md-5.col-sm-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.mix-match ul.list-template li {
    width: 100%;
    margin-right: 0px;
}
.mix-match ul.list-template li:nth-child(2n) {
    margin-right: 0px;
}
.mix-match .logos-wrapper {
/*     float: none;
    margin-right: 0;
    position: relative;
    margin-left: 115px; */
}
#main-header .serch_bar_product {
    left: 25px;
    max-width: 250px;
}
/* #main-header .serch_bar_product .search-form {
    max-width: 200px;
    margin-top: 9px;
} */
#main-header .serch_bar_product .search-form input[type="submit"] {
    width: 70px;
    font-size: 15px;
}
.header-logo .logo-image {
    max-width: 225px!important;
    margin-top: 5px!important;
}
div#hot_deal_section_offer {
    padding-bottom: 30px;
    padding-top: 40px;
}
.footer_to_text .shop-service-wrapper .row .col-md-3:last-child {
    padding-right: 30px;
}
.new_badge_product_page .badges_list li span {
    white-space: normal;
}
.col-lg-3.col-md-3.col-sm-12.col-xs-12.fillter_section {
    width: 25%!important
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section {
    width: 73%!important;
}
.row.om-oss-main-div .col-md-8 {
    width: 100%;
    float: left;
}
.row.om-oss-main-div .col-md-4 {
    width: 33.33%;
    float: left;
}
img.right-img {
    margin-left: 20px;
}

.stamped-proxy-thankyou .col-md-6:first-child {
    width: 50%!important;
    float: left!important;
    padding-left: 0!important;
    padding-right: 5px!important;
}
.stamped-proxy-thankyou .col-md-6:last-child {
    width: 50%!important;
    float: left!important;
    padding-left: 5px!important;
    padding-right: 0!important;
}  
#add-to-cart-form .btn-add-to-cart {
    padding: 12px 15px 13px;
    font-size: 15px!important;
}
.btn-add-to-cart.button.button-full.HideMobView {
    font-size: 15px!important;
}

/* cat bed new page css */
div#with-hood, div#with-no-hood {
    width: 50%;
    float: left;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#katteseng .main-content h2, 
#shopify-section-scrach_cat #scratch-proof h1, 
#shopify-section-sunny_dark #sunny-dark h1 {
    font-size: 32px!important;
    line-height: 38px!important;
}
#embarassedKitty {
    margin-top: -230px;
    width: 50%;
    text-align: right;
    float: right;
}
#litterbox {
    margin-top: -190px;
    width: 50%;
    float: left;
}
#litterbox img, #embarassedKitty img {
    max-width: 450px;
}
#shopify-section-catfacts .owl-next {
    right: 0;
}
#shopify-section-catfacts .owl-prev {
    left: 0;
}

#shopify-section-catfacts #catfacts {
    padding: 50px 0;
    text-align: center;
}
#shopify-section-catfacts .title .firstWord,
#shopify-section-catfacts .title .secondWord,
#shopify-section-catfacts .title .thirdWord {
    font-size: 48px;
    line-height: 56px;
}
#shopify-section-catfacts .title .secondWord,
#shopify-section-catfacts .title .thirdWord {
    padding-left: 10px;
}
#shopify-section-catfacts .title h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 50px;
}
#shopify-section-catfacts .item p {
    font-size: 16px;
    line-height: 22px;
}
#shopify-section-static-sats #static-sets .container .row:last-child .mb-60.mb-md-0.col-md-6:first-child {
    margin-bottom: 70px;
}
#produkter .waterproof_cover.Vanntettlbl {
    top: 35px;
    left: auto;
    right: 0;
}
#shopify-section-catfacts .next.flickity-button {
    right: 0;
}  
#shopify-section-catfacts .previous.flickity-button {
    left: 0;
}  
#katteseng nav.navbar.navbar-second.navbar-fixed-top {
    top: 54px;
}
img.dream-item.object.fish.float2 {
    margin-left: -45%!important;
}
img.dream-item.object.mouse.float1 {
    margin-left: 35%!important;
}
img.dream-item.space.star3.float3 {
    margin-left: 40%!important;
}
img.dream-item.space.catfeather.float2 {
    bottom: 90%!important;
}
#sets-carousel .owl-item img {
    max-height: 145px;
    object-fit: contain;
    min-height: 145px;
}
.social-login-growave {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

}
 

@media only screen and (max-width: 668px) {
 
  
.ImgTitleDsc .leftDsc {
    float: left;
    width: 100% !important;
    margin: 10px 0px;
}
    
  .ImgTitleDsc .leftDsc p {
    float: left;
    width: calc(100% - 90px);
    max-width: 100% !important;
}
 
  .ImgTitleDsc .rightDsc {
    float: left;
    width: 100% !important;
    margin: 10px 0px;
}
  
  .ImgTitleDsc .rightDsc p {
    float: left;
    width: calc(100% - 90px);
    max-width: 100% !important;
}
 
  aside.related-products.mixmach-products {
    max-width: 100%;
}
 
  .mix-match .template-item-img a img {
    max-width: 180px;
    margin: 0 auto;
}

.DogBedIcons.MobileView.MobileLink.social-icon.mr-40 {
    margin-right: 0px;
    width: 125px;
    float: right;
    margin-top: 0;
}
  .template-item-img {
    width: 100%;
    float: left;
    margin-right: 15px;
    padding-top: 40px;
}
.DogBedIcons.MobileView.MobileLink.social-icon.mr-40 section.MobileLink.footer-social ul li a:hover img {
    display: initial;
}

.DogBedIcons.MobileView.MobileLink.social-icon.mr-40 section.MobileLink.footer-social {
    padding: 0px;
    padding-top: 10px;
    border: none;
}

.DogBedIcons.MobileView.MobileLink.social-icon.mr-40 section.MobileLink.footer-social ul li {
    margin-bottom: 0px;
    border: none;
    /* float: left; */
    margin-left: 5px;
    margin-right: 0px;
}

.DogBedIcons.MobileView.MobileLink.social-icon.mr-40 section.MobileLink.footer-social ul {
    float: right;
}

  
#vare-globale-partnere #gmap {
    height: 520px;
    padding: 14px 0px 8px;
    width: 100%;
}
#hundeseng .navbar.navbar-second .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#hundeseng .navbar.navbar-second .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#hundeseng .navbar-toggle {
  /*  border: 1px solid #000000;*/
    margin-left: 15px;
    border-radius: 5px;
}
#hundeseng .navbar-header p.navbar-text  {
    display: none!important;
}
#hundeseng #shopify-section-built-for-dog .build_block.fabric-block {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-built-for-dog {
    margin-bottom: 50px;
}
#hundeseng #shopify-section-pet-bed-cloud {
    margin-top: 40px;
    margin-bottom: 36px;
}
#hundeseng #shopify-section-pet-bed-cloud #rightDisplay {
    margin-top: 20px;
}
#hundeseng #shopify-section-pet-bed-cloud h1.hero {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 20px;
}
#hundeseng #hero .col-md-8 {
    margin-left: auto;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: auto;
    padding-bottom: 30px;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-thumb-wrap .hide-dog-size-small {
    width: 32.5%;
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-pet-bed-cloud #hero p {
    padding-right: 15px;
    padding-left: 15px;
}
#hundeseng #shopify-section-coat-clean-hygiene .coat_block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading p {
    margin-bottom: 30px!important;
}
#hundeseng #shopify-section-coat-clean-hygiene .fabric-heading.coat_heading {
    margin-bottom: 35px;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading {
    margin-top: 50px;
    z-index: 99999999;
    position: relative;
}
#hundeseng #shopify-section-heavenly-inside-out .fabric-heading.heavenly_heading h2 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-heavenly-inside-out .heaventy_block {
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-less-bite-sleep-tight .lessbite_block {
    padding-top: 50px;
    padding-bottom: 30px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading {
    padding-bottom: 0px;
}
#hundeseng #shopify-section-less-bite-sleep-tight .lessbite_video video{
    width: 150%!important;
    margin-left: -25%;
}
/* #hundeseng #shopify-section-less-bite-sleep-tight .fabric-heading.lessbite_heading p {
   margin-bottom: 0px!important;
} */
#hundeseng #shopify-section-less-bite-sleep-tight .lessbite_block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
#hundeseng #shopify-section-stay-warm .staywarm_block {
    padding-top: 50px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-stay-warm .staywarm_block-heading p {
    margin-bottom: 25px!important;
}
#summer-winter-display {
    margin-left: 0;
    margin-right: 0;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hundeseng #shopify-section-dogs-could-talk .dogs_cloud-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hundeseng #shopify-section-pet-size-matters .pet_size_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row {
    display: block;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row .col.pic {
    width: 50%;
    padding: 0 15px 15px;
    margin: 0 auto;
}
#hundeseng #shopify-section-pet-size-matters #df-purchase-area .btn {
    margin-top: 14px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-block {
    padding-top: 50px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-comfort-breathes .comfort-heading p {
    margin-bottom: 20px!important;
}
#hundeseng #shopify-section-comfort-breathes .row.img-row.comfort_image {
    margin-left: 0;
    margin-right: 0;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hundeseng #shopify-section-buy-for-your-dogs .buy_dog_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-buy-for-your-dogs .dog-small-padding.buy_dog_heading img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hundeseng #shopify-section-shop-for-humans .pet_size_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#hundeseng #shopify-section-heavenly-inside-out .container {
    overflow-x: hidden;
    overflow-y: hidden;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap {
    margin-left: 0px;
    margin-right: 0;
    position: relative;
    width: 150%;
    margin-left: -25%;
}
#hundeseng #shopify-section-built-for-dog .fabric-video.build_video .col-md-10 {
    margin-left: 0;
    margin-right: 0;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading p {
    margin-bottom: 0px!important;
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .carousel-forward.flickity-button .flickity-button-icon {
    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%);
}
#hundeseng #shopify-section-shop-for-humans .carousel-controls .carousel-back.flickity-button .flickity-button-icon {
    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%);
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading p {
    margin-bottom: 20px!important;
}
#long-life .dog-timewarp #years-wrap span {
    font-size: .5em;
}
#hundeseng .navbar-first .navbar-header {
    float: left;
    width: auto;
}
#hundeseng .social-count {
    left: auto;
    top: 8px;
    width: auto;
    text-align: right;
    right: 0px;
    position: relative;
    float: right;
    padding-right: 0;
}
#hundeseng .social-count .svg-inline--fa.fa-w-16 {
    width: auto;
}
#hundeseng .navbar.navbar-second {
    top: 84px;
    position: sticky;
    left: 0;
    right: 0;
    z-index: 999999999;
}
#hundeseng .navbar.navbar-first {
    top: 0;
}
#hundeseng nav.navbar.navbar-second.navbar-fixed-top {
    position: sticky;
    top: 84px;
}
#hundeseng .main-content {
    margin-top: 40px;
}
#hundeseng .navbar-right ul li a {
    text-align: center;
}
#hundeseng .navbar-right ul li {
    border-bottom: 0;
}
#hundeseng .navbar-second .navbar-header {
    border-bottom: 0;
}
#hundeseng .navbar-right ul {
    margin-bottom: 15px;
}
#hundeseng #details-bar {
    border-bottom: 1px solid #e0e0e0!important;
    border-top: 0;
    position: relative;
    top: 28px;
    margin-right: 0!important;
    margin-left: 0px!important;
}
#hundeseng .social-count .social-tip {
    background: #fff;
}
#hundeseng .social-count .social-tip:before {
    border-color: transparent transparent transparent #fff;
}
#hundeseng .social-count .social-tip:after {
    border-color: transparent #FFF transparent transparent;
}
#om-ambient-lounge .om_oss_image img {
    max-width: 100%!important;
    height: auto!important;
    width: 100%!important;
}
#om-ambient-lounge .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.hot_deal_section .deals-btn .shopping_now {
    margin-bottom: 25px;
}
.product-info .tab {
    margin-top: 0px;
}
.product-options .shareProduct label {
    display: block;
    text-align: center;
    margin-top: 0;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.main-img {
    display: block;
    width: 100%;
}
.index .comfort-heading h1 {
    font-size: 30px;
}
.index .comfort-heading h3 {
    font-size: 20px;
}
.index .comfort-heading h1:before {
    display: none;
}
.index .comfort-heading h1:after {
    display: none;
}
.payment_img .trust_seal {
    width: 100%;
    float: none!important;
    text-align: center;
    margin-bottom: 10px;
}
.payment_img .payment-icon {
    width: 100%;
    float: none!important;
    text-align: center;
}
.fancybox-overlay .fancybox-nav.fancybox-next {
    right: -60px!important;
}
.fancybox-overlay .fancybox-nav.fancybox-prev {
    left: -60px!important;
}
#shopify-section-dogs-could-talk .meta-wrap .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    float: left;
}
#shopify-section-dogs-could-talk .username {
    width: 68%;
    float: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
.catogery_section .col-lg-9 .col-lg-4 .left{
    width: 50%!important;
    float: left;
    padding-right: 7px;
} 
.catogery_section .col-lg-9 .col-lg-4 .left:after {
    right: 7px;
}
.catogery_section .col-lg-9 .col-lg-4 .left:last-child {
    margin-left: 0px!important;
    padding-left: 7px;
    padding-right: 0;
}
.catogery_section .col-lg-9 .col-lg-4 .left:last-child:after {
    left: 7px;
    right: 0;
}
.catogery_section .col-lg-9 .col-lg-8  {
    clear: both;
}
.catogery_section .tab-view-center {
    width: 50%;
    float: left;
}
.catogery_section .tab-view-center {
    width: 50%;
    float: left;
}
.catogery_section .tab-view-center.box_l {
    padding-right: 7px;
}
.catogery_section .tab-view-center.box_r {
    padding-right: 15px;
    padding-left: 7px;
}
.catogery_section .mobile_view_image {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.catogery_section .desktop_view_image {
    display: none;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image {
    width: 50%;
    float: left;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child {
    padding-right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child {
    padding-left: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:first-child:after {
    right: 7px;
}
.catogery_section .col-lg-6.col-sm-12 .mobile_view_image:last-child:after {
    left: 7px;
}
.catogery_section .banner-img {
    margin-bottom: 14px;
}
.catogery_section .content_box h3 {
    color: #fff!important;
}
.product-info .originalTabs #dimension table {
    width: 100%!important;
}
.collection_section ul li:nth-child(odd) {
    clear:both;
}
.instagram-feed #insta-feed .instafeed-container {
    position: relative;
    width: 33.33%!important;
    padding-top: 3px!important;
}
.instagram-feed #insta-feed img {
    position: relative;
}
.instagram-feed #insta-feed a:nth-child(4), 
.instagram-feed #insta-feed a:nth-child(5),
.instagram-feed #insta-feed a:nth-child(6){
  display: none;
}
.track-order-banner .hero {
    height: 275px!important;
}
.menu-facebook span.socialtip.facebook:after, 
.menu-facebook span.socialtip.facebook:before {
    display: none;
}
header .header-logo .logo-image {
    margin: 5px 0 5px 10px;
}
.cover-text.desktop_and_tablate {
    display: none;
}
.cover-text {
    display: block;
}
 .stickymobileview {
    position: fixed;
    top: 0;
    width: 100%;
}
.desktop_view_account{
    display:none;
}
 .stickymobileview {
    position: fixed;
    top: 0;
    width: 100%;
}
.desktop_view_account{
    display:none;
}
.header-nav .header-nav-links li.mobile-customer-links-custom {
    display: block;
    width: 100%;
    border-bottom: 0;
    left: 0;
    right: auto!important;
    text-align: left;
    margin-top: 0!important;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu {
    position: absolute;
    left: -20px;
    top: 34px;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu  a {
    color: #fff!important;
    font-size: 12px!important;
}
.header-nav .header-nav-links li.mobile-customer-links-custom .ssw-dropdown-menu li.ssw-divider {
    display: none!important;
}
.header-mobile-nav li.mobile-customer-links-custom.desktop_view_account {
    display: none;
}
.header-mobile-nav .header-nav-links {
    z-index: 99999999;
    display: block;
    overflow: auto;
    max-height: calc(100vh - 100px);
}
#ssw-topauth a.ssw-dropdown-toggle {
    color: #fff;
}
.error-404 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 25px;
}
.error-right {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 40px;
}
h1.exception__title {
    padding-left: 0;
    text-align: center;
}
p.exception__info {
    padding: 0px 0px 20px 0px;
    padding-left: 0;
    text-align: center;
}
ul.exception__links {
    padding-left: 0;
    text-align: center;
    margin: 0;
}
li.exception__links-item {
    float: none;
    display: inline-block;
}

/* cat bet landing page css */
#katteseng  .navbar.navbar-second .btn {
    margin-right: 0;
    color: #fff;
    background-color: #ed2088;
    border-color: #ed2088;
    padding: 6px 13px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#katteseng  .navbar.navbar-second .btn:hover {
    color: #fff;
    background-color: #d61175;
    border-color: #ca106e;
}
#katteseng  .navbar-toggle {
  /*  border: 1px solid #000000;*/
    margin-left: 15px;
    border-radius: 5px;
}
#katteseng .navbar-header p.navbar-text  {
    display: none!important;
}
#katteseng .navbar.navbar-second {
    top: 84px;
    border-bottom: 0px;
    position: sticky;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
}
#katteseng .navbar.navbar-first {
    top: 0;
}
#katteseng nav.navbar.navbar-second.navbar-fixed-top {
    position: sticky;
    top: 84px;
}
#katteseng #details-bar {
    margin: 0 0px!important;
    border-top: 1px solid #e0e0e0;
    position: relative;
    top: 0;

}

#katteseng .navbar.navbar-second .navbar-collapse {
     border-top: 0px;
}
#katteseng .navbar.navbar-second .navbar-header {
    border-bottom: 0;
} 
#katteseng .navbar.navbar-second #details-bar {
    border-top: 1px solid #e0e0e0;
}
#katteseng .navbar.navbar-second .navbar-collapse.collapse.in {
    border-top: 1px solid #e0e0e0;
}
#katteseng .navbar-first .navbar-header {
    float: left;
    width: auto;
}
#katteseng .social-count {
    left: auto;
    top: 8px;
    width: auto;
    text-align: right;
    right: 0px;
    position: relative;
    float: right;
    padding-right: 0;
}
#katteseng .social-count .svg-inline--fa.fa-w-16 {
    width: auto;
}
#katteseng .social-count .social-tip {
    background: #fff;
}
#katteseng .social-count .social-tip:after {
    border-color: transparent #FFF transparent transparent;
}
#katteseng .social-count .social-tip:before {
    border-color: transparent transparent transparent #fff;
}


#katteseng #shopify-section-cat-bed-cloud {
    margin-top: 85px;
    margin-bottom: 36px;
}
#katteseng #shopify-section-cat-bed-cloud #rightDisplay {
    margin-top: 20px;
}
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 20px;
}
#katteseng #hero .col-md-8 {
    margin-left: auto;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
#katteseng #shopify-section-cat-bed-cloud .hero-thumb-wrap .hide-dog-size-small {
    width: 32.5%;
    padding-left: 0;
    padding-right: 0;
}
#katteseng #shopify-section-cat-bed-cloud #hero p {
    padding-right: 15px;
    padding-left: 15px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#katteseng #shopify-section-cat-home-peace .staywarm_block-heading {
    margin-left: -15px;
    margin-right: -15px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #shopify-section-scrubs-cat-video .scurbs-heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#katteseng #shopify-section-luxury-fur-cover .coat_block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
#katteseng #shopify-section-luxury-fur-cover .fabric-heading.coat_heading h1 {
     font-size: 32px;
    line-height: 38px;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading {
    margin-top: 50px;
    margin-bottom: 0px;
}
#katteseng #shopify-section-sleeping-cat .fabric-heading.heavenly_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#katteseng #shopify-section-sleeping-cat .heaventy_block {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
#katteseng #shopify-section-sleeping-cat .heavenly_video.graphic-wrap {
    position: relative;
    width: 150%;
    margin-left: -25%;
}
#katteseng #shopify-section-cat-long-lastic-bed .build_block.fabric-block {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-heading.build_heading h1 {
    font-size: 32px;
    line-height: 38px;
}
#katteseng #shopify-section-cat-long-lastic-bed {
    margin-bottom: 50px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-video.build_video .col-md-10 {
    margin-left: 0;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading h1 {
   font-size: 32px;
    line-height: 38px; 
}
#katteseng #shopify-section-cat-winter-warm .staywarm_block-heading p {
    margin-bottom: 20px!important;
}
#katteseng #shopify-section-comfort-breathes .comfort-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #summer-winter-display {
    margin-left: -15px;
    margin-right: -15px;
}
#katteseng #shopify-section-comfort-breathes .comfort-heading h1 {
     font-size: 32px;
    line-height: 38px; 
}
#katteseng #shopify-section-comfort-breathes .comfort-heading p {
    margin-bottom: 20px!important;
}
#katteseng #breathable .img-row .col {
    padding: 0 0px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud_block {
    padding-top: 50px;
}
#katteseng #shopify-section-cat-could-talk .dogs_cloud-heading h1 {
    font-size: 32px;
    line-height: 38px; 
}
#shopify-section-cat-could-talk .meta-wrap .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16%;
    float: left;
}
#shopify-section-cat-could-talk .username {
    width: 68%;
    float: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #shopify-section-beds-for-cats .buy_dog_heading h1 {
    font-size: 32px;
    line-height: 38px;  
}
#katteseng #shopify-section-shop-for-humans .pet_size_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#katteseng #shopify-section-shop-for-humans .pet_size_heading h1 {
     font-size: 32px;
    line-height: 38px;  
}
#katteseng .navbar-right ul {
    margin-bottom: 15px;
}
#katteseng .navbar-right ul li {
    border-bottom: 0;
}
#katteseng .navbar-right ul li a {
    text-align: center;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls {
    display: none;
}
#shopify-section-cat-could-talk .previous.flickity-button, 
#shopify-section-cat-could-talk .next.flickity-button {
    display: none;

}
.related-products.color-products, .related-products.relproduct {
    max-width: 100%;
}
.related-products.color-products .container, .related-products.relproduct .container {
    padding-left: 0px;
    padding-right: 0px;
}
.related-products.color-products .previous.flickity-button, 
.related-products.relproduct .previous.flickity-button {
    left: 0px;
    font-size: 13px;
}
.related-products.color-products .next.flickity-button,
.related-products.relproduct .relproduct .next.flickity-button {
    right: 0px;
    font-size: 13px;
}
#katteseng #footer .row {
    margin-top: 0;
}
li.fabric-list a:hover {
    z-index: 9999;
    width: 100px;
    height: 100px;
    top: -55px;
    left: -12px;
}
li.fabric-list a:hover span {
    font-size: 14px;
}
.mix-match .small-item-description {
    max-width: 175px;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.mix-match ul.list-template li {
    width: 100%;
    margin-right: 0px;
}
.mix-match ul.list-template li:nth-child(2n) {
    margin-right: 0px;
}
.mix-match .logos-wrapper {
    width: 100% !important;
    float: none;
    margin-right: 0;
    position: relative;
    margin-left: 104px;
    display: block;
    margin: 0 auto;
  text-align: center;
}

  .mix-match .logos-wrapper img {
    max-width: 100px;
    display: table;
    margin: 0 auto;
}
.mix-match .template-item-img {
    text-align: center;
    margin-right: 4px;
}
.mix-match .discountbadges {
    font-size: 12px;
    height: 45px;
    width: 45px;
  left: 15px;
}
#materialer-produkter h2.colors-heading {
    font-size: 24px;
}
#materialer-produkter h2.sunbrella_colors {
    font-size: 30px;
}
.slider .cover-text {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-nav .header-nav-links>li:last-child {
    margin-left: 0px!important;
}
.product_section .inner h4 {
    color: #000;
}
/*#shopify-section-dogs-could-talk .next.flickity-button, 
#shopify-section-dogs-could-talk .previous.flickity-button {
    width: 36px;
    height: 36px;
    line-height: 44px;
}*/
#shopify-section-dogs-could-talk .next.flickity-button .flickity-button-icon, 
#shopify-section-dogs-could-talk .previous.flickity-button .flickity-button-icon {
    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%);
}
#main-header .serch_bar_product {
    left: 50px;
    max-width: 200px;
}
#main-header .serch_bar_product .search-form {
    max-width: 100%;
    margin-top: 4px;
}
#main-header .serch_bar_product .search-form input[type="submit"] {
    width: 60px;
    font-size: 15px;
}
.header-logo .logo-image {
    max-width: 225px!important;
}
div.featured-collection-tab li.product-list-item.grid-item {
    min-height: 300px !important;
    max-height: 300px !important;
    padding: 13px 0px;
}

#hundeseng #rightDisplay {
    position: relative;
    top: 0px;
}
#hundeseng #shopify-section-pet-bed-cloud .pet_cloud .container-fluid:last-child {
    margin-top: 0px;
}
.header-mobile-nav .dropdown-level-1 a {
    color: #474747;
}
.hundeseng-and-katteseng {
    display: none;
}
  
/* .shop-service-wrapper .col-lg-3:first-child .box {
   margin-bottom: 70px;
} */
div#hot_deal_section_offer {
    padding-bottom: 40px;
    padding-top: 40px;
}
div#hot_deal_section_offer .deals-img {
    margin-bottom: 15px;
}
.informational-bar span.special-offer-febury {
    display: block;
    text-align: center;
    padding-left: 0px;
}
.informational-bar .contact {
   display: none;
}
.informational-bar {
    display: block!important;
}
  .informational-bar.Removepadding  {
    padding: 0px!important;
}
#hundeseng .informational-bar.Removepadding {
    display: none!important;
}
.informational-bar span.message {
    display: none; 
}
.spe-benner-mobile {
    display: block!important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.special-benner-image {
    display: none;
}
.velaBanner {
    display: none;
}
div.stamped-ugc-modal {
    top: 70px;
}
#shopify-section-custom-footer .footer_to_text .shop-service-content {
    padding-right: 12px;
}
.new_badge_product_page .badges_list li {
    padding: 3px 0 3px 0px;
}
.new_badge_product_page .badges_list li span {
    white-space: normal;
}
.new_badge_product_page .badges_list li span:before {
    top: 5px;
}
div.stamped-proxy-thankyou {
    padding-top: 30px!important;
    padding-bottom: 50px;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0px!important;
}
.om-as-main {
    padding-left: 20px;
    padding-right: 20px;
}
.om-as-main .row .col-sm-4.col-md-4 {
    width: 33.33%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.om-as-1 img, .om-as-2 img, .om-as-3 img {
    margin-bottom: 10px;
}
.col-lg-3.col-md-3.col-sm-12.col-xs-12.fillter_section {
    position: relative;
    top: 0;
}
.all .collection .page-header {
    margin: 15px 0;
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section {
    width: 100%;
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section .product-list .grid-item {
    width: 30%;
    margin-left: 0!important;
    margin-right: 5%;
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section .product-list .grid-item:nth-child(3n) {
    margin-right: 0!important;
}
.DesktopView {
    display: none;
}
.MobileView {
    display: block;
}
.oss-image img {
    max-width: 150px;
}

.hundsenger-review {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    height: 200px!important;
    width: 100%!important;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0px!important;
}
.hundsenger-review #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author {
    margin-left: 0px!important;
}
.oss-image {
    margin-bottom: 20px;
}
img.right-img {
    display: none;
}
  #stue .collections .collection_image, 
  #terrasse .collections .collection_image,
  #settene .collections .collection_image,
  {
    position: relative;
    height: auto!important;
    padding-top: 0px;
  }
  #stue .collections .collection_breadcumps_title .coll_title,
  #terrasse .collections .collection_breadcumps_title .coll_title,
  #settene .collections .collection_breadcumps_title .coll_title,
  {
    color: #000;
    font-size: 30px;
    line-height: 30px
  }
  #stue .collection_image .breadcrumb li,
  #terrasse .collection_image .breadcrumb li,
  #settene .collection_image .breadcrumb li
  {
    font-size: 14px;
  }
  
#stue .text_with_img .img_box img {
    height: auto;
}
#stue .collections .text_with_img {
    margin-top: 20px;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .MobileLink.social-icon {
    margin-right: 0;
    margin-top: 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .footer-social {
    padding: 0;
    border-bottom: 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 3px;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .social-icon ul li {
    margin: 0 0px 0px 0;
}
.header-mobile-nav .menu-facebook_linkdin_Instragram .social-icon li a {
    width: 28px;
} 
.header-mobile-nav span.Divider {
    position: absolute;
    right: 114px;
    top: 3px
}
.header-mobile-nav li.mobile-customer-links-custom {
    /* margin-top: 0px !important; */
    right: 129px !important;
    top: 2px !important;
}   
.header-mobile-nav  .footer-social img {
    margin-top: -7px;
}


.shopify-section .footer_main_div .social-icon ul li {
    margin: 0 5px 10px 0;
}
span.collection_title.hundseng, 
span.collection_title.kattseng {
    max-width: 100%;
    padding-bottom: 0px;
    margin-top: 25px;
}  

#stamped-custom-wrapper .col-md-6:first-child {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 5px;
}
#stamped-custom-wrapper .col-md-6:last-child {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 0;
}  
.product-brand a img {
    margin-left: 0!important;
}
ul.order-discount.order-discount--list.order-discount--cart-list.order-discount--title {
    margin-bottom: 0;
}

#add-to-cart-form .product-qty.form-control {
    margin-bottom: 12px;
}
#hundeseng #shopify-section-buy-for-your-dogs .dog-small-padding.buy_dog_heading {
    margin-bottom: 50px;
}
#klaviyo-bis-iframe {
    top: 110px!important;
}
p.DesignLookingNice {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    background-color: #e3e9f6;
}
#shopify-section-fylling_process > .Image-row {
    display: none;
}
#shopify-section-fylling_process #owl-example {
    display: block;
}
 #shopify-section-fylling_process .owl-carousel .owl-nav.disabled {
    display: block;
}
 #shopify-section-fylling_process .owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}
 #shopify-section-fylling_process .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}
.fylling_process img {
    margin: 0 auto;
}
 #shopify-section-fylling_process .owl-carousel .owl-item {
    opacity: 1;
}
.filling-table tr td {
    height: auto!important;
    padding-bottom: 0px!important;
    line-height: 20px!important;
}
.filling-table tr {
    height: auto!important;
}
#cart .item-info .item-title {
    padding-right: 0;
}
.Grant_morish_image-text .col-md-4.MobileView {
    padding-left: 0;
    padding-right: 0;
}
.grandmoris {
    text-align: center;
    padding-top: 25px;
}
.ossdescriptio {
    padding-left: 15px;
    padding-right: 15px;
}
.grandmoris {
    position: relative;
}
.textandimage {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}
.textandimage p {
    width: 100%;
}
.gift_section .deals-content p {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 10px;
}
#fabric .swatches .col-sm-5th {
    width: 50%;
    margin-bottom: 25px;
}
  #fabric .swatches .col-sm-5th:last-child {
      width: 100%;
}
  #fabric .swatches .col-sm-5th:last-child img {
        width: 100%;
     object-fit: fill;
    max-height: 170px;
}
#fabric .swatches .col-sm-5th span br {
    display: none;
}
.DesktopViewHide {
    display: block;
}
.MobileViewHide {
    display: none;
}
.settene .text_with_img .text_box p {
    font-size: 19px;
}
.article-list h3.article-title a button {
    margin-bottom: 30px;
}
.article-list .article .article-meta {
    padding-top: 10px;
}
  .related-products.mixmach-products .col-lg-12.col-md-12.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
  .small-item-description a.product-title {
    font-size: 14px;
}

/* cat bed new page css */
#katteseng .main-content {
    margin-top: 40px;
}
#katteseng #shopify-section-cat-bed-cloud {
    margin-top: 40px;
    margin-bottom: 50px;
}
#katteseng #shopify-section-cat-bed-cloud h1.hero {
    padding-bottom: 40px;
    font-size: 40px;
}
div#with-hood, div#with-no-hood {
    width: 50%;
    float: left;
}
#with-hood img {
    margin-left: 0;
}
#with-no-hood img {
    margin-right: 0;
}
#litterbox img, #embarassedKitty img {
    min-width: 280px;
}
#embarassedKitty {
    margin-top: -175px;
    width: 50%;
    text-align: right;
    float: right;
}
#litterbox {
    margin-top: -130px;
    width: 50%;
    float: left;
}
#embarassedKitty img {
    position: absolute;
    top: 0;
    right: -15px;
}
#katteseng #shopify-section-luxury-fur-cover .coat_block {
    padding-bottom: 0;
}
#katteseng .main-content h2, 
#shopify-section-scrach_cat #scratch-proof h1, 
#shopify-section-sunny_dark #sunny-dark h1 {
    font-size: 32px!important;
    line-height: 38px!important;
}
#shopify-section-scrach_cat #scratch-proof, 
#shopify-section-cat_comfort-breathes #breathable .comfort-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#shopify-section-catfacts #catfacts {
    padding: 50px 0;
    text-align: center;
}
#shopify-section-catfacts .title .firstWord,
#shopify-section-catfacts .title .secondWord,
#shopify-section-catfacts .title .thirdWord {
    font-size: 48px;
    line-height: 56px;
}
#shopify-section-catfacts .title .secondWord,
#shopify-section-catfacts .title .thirdWord {
    padding-left: 10px;
}
#shopify-section-catfacts .title h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 50px;
}
#shopify-section-catfacts .item p {
    font-size: 16px;
    line-height: 22px;
}
#shopify-section-cat-could-talk #social {
    padding-bottom: 50px;
}
#shopify-section-sunny_dark #sunny-dark, 
#shopify-section-static-sats #static-sets {
    padding-top: 50px;
    padding-bottom: 50px;
}
#shopify-section-static-sats #static-sets .container .row:last-child .mb-60.mb-md-0.col-md-6:first-child {
    margin-bottom: 70px;
}
  #shopify-section-static-sats #static-sets .container .row:last-child .mb-60.mb-md-0.col-md-6:last-child .cat-bed-hoodi {
    margin-bottom: -40px;
}
#shopify-section-catfacts .owl-next {
    right: 0;
}
#shopify-section-catfacts .owl-prev {
    left: 0;
}
#shopify-section-sunny_dark #sunny-dark .col .text-center, 
#shopify-section-scrach_cat #scratch-proof .col {
    padding-left: 15px;
    padding-right: 15px;
}
#shopify-section-city_kitty .scurbs-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
#shopify-section-catfacts .next.flickity-button {
    right: 5px;
    display: none;
}
#shopify-section-catfacts .previous.flickity-button {
    left: 5px;
    display: none;
}
#shopify-section-city_kitty .scurbs-heading p {
    margin-bottom: 45px!important;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls {
     display: block; 
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .carousel-back.flickity-button {
    left: 5px;
}
#katteseng #shopify-section-shop-for-humans .carousel-controls .carousel-forward.flickity-button {
    right: 5px;
}
#shopify-section-cat-could-talk .previous.flickity-button, #shopify-section-cat-could-talk .next.flickity-button {
    display: block;
}
.MobileViewHide {
    display: none;
}
.DesktopViewHide {
    display: block!important;
}
.left_product {
    width: 100%;
}
div#variant-inventory {
    margin-top: 0px!important;
    margin-bottom: 15px;
}
#sets-carousel .owl-item img {
    max-height: 150px;
    object-fit: contain;
    min-height: 150px;
}
span.designer-sett-label, 
span.outlet-label  {
    top: 2px;
    left: 2px;
}
div#ssw-fave-side-button-wrapper{
    z-index: 999999999999;
}

div#ssw-fave-list-widget, #ssw-fave-side-button  {
    position: relative;
    z-index: 99999999999; 
}
.social-login-growave {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}


}


@media only screen and (max-width: 767px) and (min-width: 601px) {
.product-options .shareProduct label {
    border: none!important;
}
.product-info .tab li {
    padding: 10px 4px 4px !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 668px) {
.product-header .product-logo .product-title {
    max-width: 146px!important;
    font-size: 18px!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
.product-offer .sale-percent {
    margin-left: 0px;
}
span.new-price.price.money {
    margin-right: 10px;
}
.waterproof_cover span.grantis_frakt {
    margin-top: 0px;
    padding: 5px;
    font-size: 13px;
    margin-left: 0px;
}
.product-list .product-list-item .product-label, .product-label {
    margin-top: 0px;
    font-size: 13px;
    border-radius: 3px;
    height: auto;
    margin-right: -8px;
    padding: 3px 6px !important;
}
#link-corner .waterproof_cover.Vanntettlbl {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
}
.collection .product-list-item:nth-child(3n+1) {
    margin-left: 5%!important;
}
.collection .product-list-item:nth-child(4n+1) {
    margin-left: 0%!important;
}

} 
@media only screen and (max-width: 667px){
  .product_detail_page .messengermessageus--fixed {
    bottom: 72px!important;
  }
  button.button-fulll.mobile-preorder {
    display: block;
    position: relative;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    box-shadow: none;
    border: none;
  }
  
/*   .product_detail_page #shopify-chat-dummy, .product_detail_page #ShopifyChat{
    bottom: 75px!important;
  }
  
  .product_detail_page.prevent-scrolling #ShopifyChat{
    height: calc(100% - 75px)!important;
  }
 */
  
  .mobile_view_button.HideOnDestop{
    opacity: 1;
    height: auto;
    padding: 12px 10px 13px!important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: black!important;
    border-color: black!important;
    justify-content: space-between;
  }

  .btn-add-to-cart .quantity-input-mob {
    width: 65px;
    height: 45px;
  }

  .btn-add-to-cart .price {
    font-size: 18px;
    color: white;
  }

  .btn-add-to-cart .button {
    background: #009f00;
    border-color: #009f00;
    color: white;
    width: 40%;
    padding: 12px 5px;
    border-radius: 3px;
    font-size: 14px;
  }

  .btn-add-to-cart.estimated_time .button{
    width: 100%;
  }
  
  .btn-add-to-cart.estimated_time .button {
    padding: 5px 10px;
    margin-top: 10px;
  }
  
.shareProduct .shareaholic-canvas {
    display: block !important;
    margin-bottom: 20px;
}
  #stue .collections .collection_breadcumps_title, 
#terrasse .collections .collection_breadcumps_title  {
    position: relative;
    height: auto!important;
    padding-top: 5px;
}
.shareProduct .shareaholic-canvas .shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon {
    font-size: 15px !important;
}
.shareProduct .shareaholic-canvas .shareaholic-share-buttons li.shareaholic-share-button {
    width: 40px;
}
.btn-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    margin-bottom: 0;
    top: auto!important;
    border-radius: 0;
    min-height:50px;
}
#add-to-cart-form .btn-add-to-cart.HideMobView, .HideMobView {
    display: none;
}
.product_detail_page  .cc_banner.cc_container.cc_container--open {
    margin-bottom: 50px;
}
.product_detail_page #wh-widget-send-button {
   display: none;
}
#main-header .serch_bar_product .search-form input[type="submit"] {
    height: 36px;
}
#main-header .serch_bar_product .search-form input[type="search"] {
    height: 36px;
}
#main-header .serch_bar_product .search-form {
    height: 36px;
}
#main-header .serch_bar_product {
    left: 100px;
}
.iphone .fancybox-overlay {
    z-index: 999!important;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999999999999 !important;
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    height: 100vh!important;
      overflow: hidden;

}
#product-showcase-links {
    z-index: 9999999999;
}
.top-header-container {
    z-index: 100;
    position: sticky;
    top: 0;
}
  nav.navbar.navbar-second.navbar-fixed-top {
    top: 28px;
}
  
.informational-bar {
    padding: 2px 0!important;
/*     position: sticky;
    top: 0; */
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999999999;
}
header .header-logo {
    padding-top: 0px;
    margin-bottom: 0px;
}
header .header-logo .logo-image {
    margin: 2px 0 2px 10px;
    max-width: 200px!important;
}
.header-mobile-nav a.tab-icon {
    margin: 2px 0px !important;
}
.header-mobile-nav .mobile-nav-tabs>li i {
    vertical-align: inherit;
}
nav.header-mobile-nav .mobile-nav-tabs .tab-content {
    top: 34px;
}
/* div.main-content {
    margin-top: 100px; 
} */
#katteseng .main-content {
    margin-top: 40px;
}
.fancybox-wrap {
    /*top: 130px!important; */
}
.new_badge_product_page {
    width: 100%;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0px!important;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author {
    margin-left: 0px!important;
}
#stamped-reviews-widget[data-widget-type="carousel"] {
    width: 100%!important;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    height: 200px!important;
    width: 100%!important;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0px!important;
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section .product-list .grid-item {
    width: 47.5%;
    margin-left: 0!important;
    margin-right: 5%;
}
.all .col-lg-9.col-md-9.col-sm-9.col-xs-9.product_section .product-list .grid-item:nth-child(2n) {
    margin-right: 0!important;
}
#gallery .product-gallery .mySlides img.zoom {
    height: 150px;
} 
#gallery .product-gallery .slideshow-container .prev, 
#gallery .product-gallery .slideshow-container .next {
    top: 65px;
}
.new_benefits_product_page {
    width: 100%;
}
.new_benefits_product_page ul {
    margin-top: 0px;
}
div#shopify-section-extra-pels-cart {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 575px;
    left: 0;
}
.cart-page .inner {
    margin-bottom: 20px;
}
.cart-page .cart-instructions {
   /* margin-top: 300px;*/
}
#produkter .waterproof_cover.Vanntettlbl {
    top: 61px;
}
.pinAction .waterproof_cover.Vanntettlbl {
    top: 61px;
}
#link-corner .waterproof_cover.Vanntettlbl {
    top: 61px;
}
#modulsofa-en-myk-modulaer-revolusjon .informational-bar {
    position: relative;
    z-index: 999;
}
#modulsofa-en-myk-modulaer-revolusjon #hero a {
    margin: 0px;
}
#modulsofa-en-myk-modulaer-revolusjon div.main-content {
    margin-top: 0px; 
}

}

@media only screen and (max-width: 600px){
.product-info .originalTabs .tab {
    /*border: 0px;
    padding-top: 5px;
    border-top: 1px solid #ddd !important;*/
    border: 0;
}
.product-info .originalTabs .tab li {
    cursor: pointer;
    padding: 10px;
    background: #999!important;
    color: #fff;
    margin-bottom: 8px;
    text-transform: capitalize;
    display: block;
}
.product-info .originalTabs .tab li.active {
   /* color: #4084a3;
    position: relative;*/
}
.product-info .originalTabs .tab li.active:after {
    /*content: "";
    width: 100%;
    height: 2px;
    background: #4084a3;
    position: absolute;
    left: 0;
    bottom: 0;*/
}
.product-options .shareProduct label {
    border: 0;
    margin-bottom: 0px;
}
.product-options .button-add-to-cart-container {
    padding-bottom: 0;
}
.accordian_desktop_view {
    display: none;
}
.accordian_mobile_view {
    display: block;
}
.product-info .originalTabs a.tablinks {
    display: block;
    cursor: pointer;
    padding: 10px;
    background: #999!important;
    color: #fff;
    margin-bottom: 8px;
    display: block;
    font-size: 16px !important;
}
.product-info .originalTabs ul.tab {
    display: none;
}
.product-info #description {
    display: block;
}
.mix-match .logos-wrapper {
/*     margin-left: 84px; */
}
.mix-match .small-item-description {
    max-width: 135px;
}
.mix-match .template-item-img {
    width: 80px;
}
#materialer-produkter .colors-logo {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.mix-match .ty-template-small__item-price span.ty-price-num {
    font-size: 12px;
}
.filling-table tr td, .filling-table tr td span {
    font-size: 13px;
}
#main-header .serch_bar_product {
    max-width: 100px;
}

.mobile-nav-tabs li.search_mobile {
    float: left;
    margin-left: 25px;
    cursor: pointer;
}
.mobile-nav-tabs li.search_mobile .icon-search {
    color: #ddd;
}
.serch_bar_product.is_mobile {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
    z-index: 99999;
    background: #000;
    border-top: 1px solid #fff;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  display: block;
}
.serch_bar_product.is_mobile .search-form {
    margin: 0px 0;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    display: block;
    height: 38px;
    position: relative;
}
.serch_bar_product.is_mobile .search-form input[type="search"] {
    border: none;
    line-height: 18px;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    height: 38px;
    background: #000;
    background-color: #000;
    color: #eee;
    width: calc(100% - 45px);
    border: 1px solid #ccc;
}
.serch_bar_product.is_mobile .search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    border: none;
    line-height: 18px;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    height: 38px;
    width: 45px;
    background: #000;
    color: #eee;
    border: 1px solid #ccc;
    border-left: 0px; 
}
.serch_bar_product.is_mobile .search-form button img {
    width: 20px;
}
li.search_mobile {
    display: block;
}
#checkout_reviews .stamped-checkout-comment-body {
    width: 100%;
    padding: 0px 15px 0 15px;
}
#checkout_reviews .stamped-checkout-comments-holder {
    display: block;
}
#checkout_reviews {
    padding: 6px 0px;
}
#checkout_reviews .stamped-checkout-comment-wrapper {
    width: 100%;
}






}

@media only screen and (max-width: 767px) and (min-width: 576px) {
#hundeseng .container {
    max-width: 540px;
}
#hundeseng #hero .col-md-8 {
    width: 100%;
    padding-bottom: 30px;
}
#hundeseng #shopify-section-built-for-dog .fabric-video.build_video .col-md-10 {
    margin-left: 0;
    margin-right: 0;
}
#breathable .container {
    padding-left: 0;
    padding-right: 0;
}
#hundeseng .navbar.navbar-second .container {
    max-width: 100%;
}
#hundeseng .navbar.navbar-second .container .navbar-header {
    max-width: 540px;
    margin: 0 auto;
    border-bottom: 0;
}
#hundeseng .navbar.navbar-second .container #details-bar {
    border-bottom: 0px solid #e0e0e0!important;
    border-top: 1px solid #e0e0e0;
}

#katteseng .container {
    max-width: 540px;
}
#katteseng #hero .col-md-8 {
    width: 100%;
    padding-bottom: 30px;
}
#katteseng #shopify-section-cat-long-lastic-bed .fabric-video.build_video .col-md-10 {
    margin-left: 0;
    margin-right: 0;
}
#breathable .container {
    padding-left: 0;
    padding-right: 0;
}
#katteseng .navbar.navbar-second .container {
    max-width: 100%;
}
#katteseng .navbar.navbar-second .container .navbar-header {
    max-width: 540px;
    margin: 0 auto;
    border-bottom: 0;
}
#katteseng .navbar.navbar-second .container #details-bar {
    border-top: 1px solid #e0e0e0;
}


}
@media only screen and (max-width: 551px) {
.first-div, .second-div, .third-div {
    height: 50vh;  
    background-size: contain;
}


}    

@media only screen and (max-width: 480px) {
#hundeseng #shopify-section-built-for-dog .fabric-video.build_video .col-md-10 {
    margin-left: 0;
    margin-right: 0;
}
#hundeseng #hero .col-md-8 {
    width: 100%;
}
#hundeseng #shopify-section-pet-bed-cloud .hero-thumb-wrap .hide-dog-size-small {
    width: 48.5%;
}
#hundeseng #shopify-section-pet-bed-cloud #hero p {
    padding-left: 15px;
    padding-right: 15px;
}
#hundeseng #shopify-section-heavenly-inside-out .heavenly_video.graphic-wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    width: 150%;
    margin-left: -25%;
}
#summer-winter-display {
    margin-left: -15px;
    margin-right: -15px;
}
#hundeseng #shopify-section-pet-size-matters .choices {
    width: 100%;
}
#hundeseng #shopify-section-pet-size-matters #df-results .breed-meta.row .col.pic {
    width: 70%;
    padding: 0 0px 15px;
    margin: 0 auto;
}
#hundeseng #shopify-section-scrubs-dogs-video .scurbs-heading p {
    margin-bottom: 25px!important;
}
#hundeseng #shopify-section-comfort-breathes .row.img-row.comfort_image {
    margin-left: -15px;
    margin-right: -15px;
}
#hundeseng #footer .row p {
    padding: 10px 15px;
}
#hundeseng #shopify-section-dogs-could-talk #insta-feed .instafeed-container, 
#hundeseng #shopify-section-dogs-could-talk .instafeed-shopify .instafeed-container {
    width: 50%!important;
    padding-top: 4px!important;
}
#hundeseng #shopify-section-dogs-could-talk #insta-feed img, 
#hundeseng #shopify-section-dogs-could-talk .instafeed-shopify img {
    position: relative;
}
#hundeseng #shopify-section-buy-for-your-dogs .dog-small-padding.buy_dog_heading img {
    max-width: 100%;
}
#hundeseng .navbar-first .navbar-header {
    max-width: 175px;
}
#hundeseng .navbar-first .navbar-brand {
    padding: 20px 14px 14px;
}
#hundeseng .social-count {
    top: 4px;
    text-align: right;
    right: 0px;
    padding-right: 0;
    min-width: 145px;
    padding-left: 0; 
}
#hundeseng #shopify-section-pet-bed-cloud .pet_bed_cloud a {
    font-size: 18px;
}
#hundeseng .social-count .svg-inline--fa.fa-w-16 {
    width: auto;
}
#hundeseng .facebook-link .icom-like {
    font-size: 18px;
}
#hundeseng #details-bar {
    border-bottom: 0!important;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
    font-family: 'Raleway', sans-serif!important;
}
#hundeseng #shopify-section-built-for-dog .fabric-heading.build_heading p {
    margin-bottom: 40px!important;
}
#shopify-section-dogs-could-talk .username {
    font-size: 14px;
    margin-top: -3px;
}
.instagram-feed #insta-feed .instafeed-container {
    position: relative;
    width: 33.33%!important;
    padding-top: 3px!important;
}
.instagram-feed #insta-feed img {
    position: relative;
}
.track-order-banner .hero {
    height: 175px!important;
} 
#katteseng .navbar-first .navbar-header {
    max-width: 175px;
}
#katteseng .navbar-first .navbar-brand {
    padding: 20px 14px 14px;
}
#katteseng .social-count {
    top: 4px;
    text-align: right;
    right: 0px;
    padding-right: 0;
    min-width: 145px;
    padding-left: 0px;
}
#katteseng .social-count .svg-inline--fa.fa-w-16 {
    width: auto;
}
#katteseng .facebook-link .icom-like {
    font-size: 18px;
}
.mix-match .small-item-description {
    clear: both;
    max-width: 100%;
}
.mix-match .template-item-img {
    width: 100%;
    margin-right: 0;
}
.mix-match .logos-wrapper {
    margin-left: 0;
    width: 100px;
}
.mix-match button.dialog-closer {
    font-size: 11px;
    padding: 8px 15px;
}
.slider .cover-text .slider-title {
    font-size: 34px !important;
}
.filling-table tr td {
    font-size: 9px;
    padding: 3px 3px !important;
}
.filling-table tr td span {
    font-size: 9px;
}
.fancybox-wrap.image-showcase-fancybox {
    top: 130px!important;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
  .fancybox-lock .fancybox-overlay .fancybox-wrap.fancybox-desktop.fancybox-type-image.image-showcase-fancybox.fancybox-opened {
      top: 180px !important;
  }
  .fancybox-lock .fancybox-overlay {
      z-index: 999999999999999 !important;
      height: 100vh!important;
  }
  .fancybox-lock .fancybox-overlay .fancybox-wrap.fancybox-desktop.fancybox-type-image.image-showcase-fancybox.fancybox-opened .fancybox-skin {
    top: 50px;
}
} */

.fancybox-lock .fancybox-overlay .fancybox-wrap.fancybox-desktop.fancybox-type-image.image-showcase-fancybox.fancybox-opened {
    top: 20% !important;
}
#product-showcase-links li {
    width: 20%;
/*      display: none;*/
}
#product-showcase-links li img {
    max-height: 50px;
}
/*   .shop-service-wrapper .col-lg-3:first-child .box {
   margin-bottom: 50px;
} */
.informational-bar span.special-offer-febury a {
    font-size: 14px;
}
.payment-icon img {
    max-width: 290px;
}
ul.product-list li.product-list-item.grid-item {
    min-height: 320px !important;
    max-height: 320px !important;
}
.product-top {
    width: 100%;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    height: 300px!important;
    width: 100%!important;
}
.footer_main_div #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0px!important;
}
#gallery .product-gallery .mySlides img.zoom {
    height: 90px;
} 
#gallery .product-gallery .slideshow-container .prev, 
#gallery .product-gallery .slideshow-container .next {
    top: 30px;
}  
.stamped-proxy-thankyou .google_img_button a, 
.stamped-proxy-thankyou .faceboo_img_button a { 
    padding: 10px 10px; 
    font-size: 13px;
} 
.waterproof_cover span.grantis_frakt {
    margin-top: 0px;
    padding: 5px;
    font-size: 13px;
    margin-left: -10px;
}
.product-list .product-list-item .product-label, .product-label {
    margin-top: 0px;
    font-size: 13px;
    border-radius: 3px;
    height: 28px;
    margin-right: -8px;
}
#ekstra-pelstopp .product-labels .sold-out-label {
    font-size: 11px!important;
}
.shopify-section .footer_main_div .social-icon ul li {
    margin: 0 20px 10px 0;
}
.footer_top .social-icon {
    margin-right: 0;
}
.product-showcase .product-showcase-container .ssw-faveiticon {
    padding-right: 0px;
    right: -20px;
}
.product-list .product-list-item .product-labels, .product-labels {
    right: 35px;
}
.product-showcase-container  .product-offer.mobile {
    right: 45px;
}


/* cat bed new page css */
#litterbox img, #embarassedKitty img {
    min-width: 175px;
}
#embarassedKitty {
    margin-top: -110px;
}
#litterbox {
    margin-top: -80px;
}
#katteseng #shopify-section-luxury-fur-cover .coat_block {
    padding-bottom: 20px;
}
#bedandhood img {
    min-height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}
img.dream-item.object.fish.float2 {
    margin-left: -50%!important;
    bottom: 70%!important;
}
img.dream-item.object.collar.float1 {
    margin-left: -50%!important;
    bottom: 40%!important;
}
img.dream-item.space.catfeather.float2 {
    margin-left: 35%!important;
}
img.dream-item.space.star1.float1 {
    margin-left: -42%!important;
    bottom: 60%!important;
}
img.dream-item.object.brush.float4 {
    bottom: -10%!important;
    margin-left: 38%!important;
}
#sets-carousel .owl-item img {
    max-height: 130px;
    object-fit: contain;
    min-height: 130px;
}
div#shopify-section-extra-pels-cart {
    width: 100%;
    padding-bottom: 20px;
}
  
}
@media only screen and (max-width: 400px){
.shopify-section .footer_main_div .social-icon ul li {
    margin: 0 15px 10px 0;
}
.first-div, .second-div, .third-div {
    height: 30vh;  
    background-size: contain;
}

}

@media only screen and (max-width: 360px){
.shopify-section .footer_main_div .social-icon ul li {
    margin: 0 10px 10px 0;
}

}
@media only screen and (max-width: 991px) and (min-width: 700px){
.button-add-to-cart-container .mobile_view_button.HideOnDestop, 
.button-add-to-cart-container .button.button-fulll.mobile-preorder {
    display: none!important;
}
#add-to-cart-form .btn-add-to-cart {
    padding: 12px 15px 13px!important;
    font-size: 14px!important;
}
.btn-add-to-cart.button.button-full.HideMobView {
    font-size: 14px!important;
}
} 


.ContainerHederMessage {
    text-align: center;
}
.modeller_CenterGrd .inner img {
    margin-top: 0px !important;
    max-width: 60px !important;
}
.modeller_CenterGrd .inner p {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.template-item-img a img {
    display: table !important;
    margin: 0 auto;
    float: none;
    max-width: 180px;
}
.template-item-img {
    width: 100% !important;
    float: left;
    margin-right: 15px;
    padding-top: 40px;
}

.owlcsl.mixmach_owl_carousel.owl-carousel.owl-theme.product-list .owl-nav button i.fa {
    font-size: 48px;
    color: #000;
}
.template-item-img:hover img {
    transform: scale(1.1);
}
.template-item-img img {
    transition: .5s;
}
.price_cross
{
      text-decoration: line-through;
}
.new-price
{
    color: green !important;
    font-family: 'Open Sans';
    font-weight: 600;
}
.ty-template-small__item-price span.ty-price-num {
    color: #f00;
    /* font-weight: 600; */
    display: inline-block;
    font-family: 'Open Sans';
    margin-top: 5px;
}
.small-item-description a {
    color: #a2a2a2;
}
.product-brand a img {
    max-width: 90px;
    display: block;
    margin: 0 auto;
    height: 35px;
    width: auto!important;
    object-fit: contain;
}
#cart .product-brand a img {
    margin-left: 0;
}
.grid-view-item.grid-view-item--sold-out.product-card .item {
        opacity: 0.5;
}
.stamped-reviews .stamped-review-content .stamped-review-body div.stamped-review-variant {
    display: none!important;
}
#hundeseng-xxl .related-products  .sold-out {
    position: relative;
}
#hundeseng-xxl .related-products  .sold-out .product-labels {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

.related-products .sold-out .product-labels {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.product-offer .product-labels {
    position: inherit;
}

.product-offer .product-prices.listing-page {
    display: none;
}

.product-labels {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

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

.ImgTitleDsc .leftDsc {
    float: left;
    width: 50%;
  margin: 10px 0px;
}

.ImgTitleDsc .leftDsc img {
    width: 70px;
    float: left;
    margin-right: 20px;
}

.ImgTitleDsc .leftDsc h3 {
    float: left;
    width: calc(100% - 90px);
    font-size: 20px;
  margin-bottom: 10px;
}

.ImgTitleDsc .leftDsc p {
    float: left;
    width: calc(100% - 90px);
    max-width: 60%;
}


.ImgTitleDsc .rightDsc {
    float: left;
    width: 50%;
  margin: 10px 0px;
}

.ImgTitleDsc .rightDsc img {
    width: 70px;
    float: left;
    margin-right: 20px;
}

.ImgTitleDsc .rightDsc h3 {
    float: left;
    width: calc(100% - 90px);
    font-size: 20px;
  margin-bottom: 10px;
}

.ImgTitleDsc .rightDsc p {
    float: left;
    width: calc(100% - 90px);
    max-width: 60%;
}



input.stamped-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input.stamped-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input.stamped-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input.stamped-form-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

textarea.stamped-form-input-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
textarea.stamped-form-input-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
textarea.stamped-form-input-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
textarea.stamped-form-input-textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.sunbrella_logo {
    margin-bottom: 15px;
}

.all .fillter_section li ul li.disabled a {
    color: grey;
    opacity: 0.5;
}
span.pre_order_discount_new {
background: #f00;
color: #fff;
padding: 5px 15px;
margin-bottom: 5px;
display: inline-block;
border-radius: 5px;
font-size: 16px;
}
.pre_order_discount_msg {
color: green;
font-size: 18px;
padding-top: 5px;
}



#add-to-cart-form .btn-add-to-cart {
   padding: 12px 30px 13px;
   background: #009f00;
   border-color: #009f00;
}
#add-to-cart-form .button-add-to-cart-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}
.product-options .back-in-stock {
    border-bottom: 0;
    margin-top: 5px;
}
.product_or {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
.estimated-time {
    margin-top: 5px;
    font-size: 13px;
}
#add-to-cart-form .product-qty.form-control label{
    font-size: 14px;
}
div.cart_discount {
    background: #f00; 
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px; 
}
td.item-details {
    display: flex;
}
.btn-add-to-cart.button.button-full.HideMobView {
    font-size: 20px!important;
}
#cart .item-info .item-title {
    padding-right: 30px;
}
#cart .item-details .item-thumbnail img {
    min-width: 100px; 
}
.related_owl_carousel .item {
    position: relative;
}
.related_owl_carousel .item .product-labels {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.item-details span.mixmatchtext {
display: block;
}
#second_form .item-price span.limoniapps-discountninja-shortcode, 
#second_form .item-price span.limoniapps-discountninja-shortcode span.money,
#second_form .item-line-price span.limoniapps-discountninja-shortcode, 
#second_form .item-line-price span.limoniapps-discountninja-shortcode span.money   {
    color: #777777!important;
    font-weight: 700!important;
    font-size: 15px!important;  
}
#second_form  .cart-total span.limoniapps-discountninja-shortcode span.money {
   color: #777777!important;
    font-weight: 700!important;
    font-size: 13px!important;   
    padding-left: 0;
}
#second_form  .cart-final__total span.limoniapps-discountninja-shortcode span.money {
   color: #212121!important;
    font-weight: 700!important;
    font-size: 15px!important;  
    padding-left: 0;   
}
#second_form .item-line-price {
    color: #777;  
}
#updating_cart .cart_itemprice span.limoniapps-discountninja-shortcode, 
#updating_cart .cart_itemprice span.limoniapps-discountninja-shortcode span.money {
    color: #444!important;
    font-weight: 700!important;
    font-size: 13px!important;
}
#add-to-cart-form .product-variants {
    margin-bottom: 20px;    
}
#add-to-cart-form .product-variants > div {
        margin: 0px!important;
} 



/* ------------------------------------ ---------------------------  */



.DesktopView .grid__item 
{
	padding-left: 0 !important;
}
.main_image_content 
{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
}
.star_rating_image 
{
  text-align: center;
}
.richtext_div 
{
    padding-bottom: 15px;
}
.richtext_div h1 
{
    margin: 0 !important;
}
.main_image_heading 
{
    text-align: center;
    margin: 40px 0;
}
.main_heading 
{
    margin-bottom: 10px!important;
    font-size: 38px;
}
.main_heading:before 
{
    content: "";
    display: inline-block;
    margin-right: 20px;
    width: 125px;
    height: 1px;
    vertical-align: middle;
    background: #777;
}
.main_heading:after 
{
    display: inline-block;
    content: "";
    margin-left: 20px;
    width: 125px;
    height: 1px;
    vertical-align: middle;
    background: #777;
}


.dog_size.active_dog_size, .pet__sizer_item.active_pet_dog_size
{
    border: 2px solid #00000073;
}


#shopify-section-large-products-dyresenger .pet-product .sold-out
{
	    opacity: .6;
}
.fyll_til_saccosekk  h3
{
  color: #333333 !important;
}
.fyll_til_saccosekk 
{
    top: 20px;
    left: 15px !important;
    text-align: left !important;
    color: #333333 !important;
    font-size: 22px;
    font-weight: bold;
}
.content_box.sporing_text 
{
    top: 20px;
    left: 15px !important;
    text-align: left !important;
}
.product_gallery .owl-nav .owl-prev 
{
  left: 6px;
  top: 40%;
  position: absolute;
  background: #0000007d;
  border-radius: 50%;
  height: 47px;
  width: 48px;
  padding: 14px;
}

.product_gallery .owl-nav .owl-next
{
    position: absolute;
    right: 6px;
    top: 40%;
    background: #0000007d;
    border-radius: 50%;
    height: 47px;
    width: 48px;
    padding: 15px 18px;
}
.product_gallery .owl-nav .owl-prev i, .product_gallery .owl-nav .owl-next i 
{
    color: #ffffff;
    font-size: 20px;
}
.main_logo_clubs h2 
{
  text-align: center;
  margin-bottom: 50px;
}
.logo_clubs_blocks .owl-carousel .owl-item {
    opacity: 1;
}
.logo_clubs_blocks 
{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.logo_clubs_blocks img 
{
    height: 130px;
    object-fit: contain;
}

.product-info .tab 
{
    overflow: hidden;
    margin-bottom: 0px;
    padding-left: 1px !important;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.product-page .product-info .originalTabs .tab li 
{
    border: 1px solid #ccc;
    border-right: none;
    flex:1;
    text-align: center;
    white-space: nowrap;
}
.product-page .product-info .originalTabs .tab li:last-child
{
  border-right: 1px solid #ccc;;
}
.product-info .tab li.active
{
  border-bottom-color: #fff !important;
  border-top: 1px solid #000000 !important;
}
#section_collapse .tcont
{
    /*     border:1px solid #ccc;
    border-top: 0!important; */
  padding: 30px 15px;
  
}


/* 
.product-page .product-info .originalTabs .tab li 
{
    -webkit-background-clip: unset !important;
    color: #000;
    -webkit-text-fill-color: unset;
    background-position: 0;
    background-image: none;
    position: relative;
    padding: 12px 19px 8px;
    background-color: #FFF;

    cursor: pointer;
    text-transform: uppercase;
    transition: all 250ms ease;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 6px 15px 1px #ccc;
    margin: 11px 24px 0 0;
    margin-bottom: 0;
    border: none;
}
.product-page .product-info .originalTabs .tab li:before, .product-page .product-info .originalTabs .tab li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 30px;
    background-color: #FFF;
    transition: all 250ms ease;
}

.product-page .product-info .originalTabs .tab li:before {
    content: "";
    transform: skew(30deg, 0deg);
    right: -14px;
    box-shadow: rgb(0 0 0 / 10%) 3px 2px 5px, inset rgb(255 255 255 / 9%) -1px 0;
    border-radius: 0 8px 0 0;
    z-index: 3;
}
.product-page .product-info .originalTabs .tab li:after {
    content: "";
    left: -15px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgb(0 0 0 / 10%) -3px 2px 5px, inset rgb(255 255 255 / 9%) 1px 0;
    border-radius: 8px 0 0 0;
    z-index: 0;
}
.product-info .tab li.active 
{
  background-color: #000000 !important;
  color: #fff !important;
}
.product-info .tab li.active:before, .product-info .tab li.active:after
{
    background-color: #000000 !important;
    z-index: 4 !important;
}
 */

.sub_category_image img
{
    height: 100%;
    object-fit: contain;
}
.authorize_text h2
{
	color: #777;
}
a.customer_login_link 
{
    font-weight: bold;
    color: #000000 !important;
}
.top-header-container>header.header_mega_menu
{
  position: fixed !important;
  height: auto !important;
  width: 100%;
  top: 0;
}
/* .main_header_top
{
	position: relative;
} */


.main_hundeseng .pet-product .sold-out
{
	opacity: 0.6;
}

/* dyresenger header Menu Third Row-Column CSS */

@media (min-width: 768px){

  li.dyresenger_third_li 
  {
    float: left;
      width: 60%;
  }
  ul.dyresenger_third_ul 
  {
      display: flex;
      flex-wrap: wrap;
  }
  .dyresenger_third_ul li.is-sub-nested
  {
  	width: 50% !important;
  }
}

/* End dyresenger header Menu Third Row-Column CSS  */


@media (max-width: 1024px){
  
  .desktop_btn 
  {
  	display: none;
  }
  .rating_text_grid
  {
    margin: 0px !important;
  }
  .mobile_link_btn
  {
    width: 100%;
    padding: 0;
  }
  li.dyresenger_third_li
  {
      width: 100% !important;
      padding: 0 !important;
  }
  .dyresenger_third_ul li.is-sub-nested 
  {
    width: 100% !important;
  }
  
}


@media (max-width: 668px){
  
  .catogery_section .col-lg-12 .col-lg-3 .left 
  {
    width: 50%!important;
    float: left;
    padding-right: 7px;
  }
  .catogery_section .col-lg-12 .col-lg-3 .left:last-child 
  {
    margin-left: 0px!important;
    padding-left: 7px;
    padding-right: 0;
  }

  .catogery_section  .col-lg-9.col-sm-12
  {
    clear: both;
  }
  .mobile_link_btn
  {
    width: 100%;
    padding: 0;
  }
  .richtext_div, .star_rating_image 
  {
  	width: 100% !important;
  }
  .rating_text_grid
  {
    margin: 0px !important;
  }
  .richtext_div
  {
  	margin-bottom: 10px;
  }
  .richtext_div:after
  {
  	content:none;
  }
  .main_heading 
  {
    margin-bottom: 10px!important;
    font-size: 30px !important;
  }
  .main_heading:before, .main_heading:after
  {
  	content: none;
  }
  .fyll_til_saccosekk
  {
  		top: unset !important;
  }
  .fyll_til_saccosekk h3
  {
  	color: #333 !important;
  }

  .new_product__ span.product-label 
  {
      padding: 2px 7px;
      height: auto !important;
      padding-bottom: 0;
  }
  #section_collapse .tcont
  {
    padding: 0px 15px !important;
    overflow: hidden;
    display: block;
    transition: 0.40s ease;
  }
  .product_video
  {
  	width: 100%;
  }
  li.dyresenger_third_li 
  {
    padding: 0 !important;
  }
}

