.tangerine-regular {
	font-family: "Tangerine", cursive;
	font-weight: 400;
	font-style: normal;
}

.floating-topnav-links {
	display: none;
}

.cs-heading {
	  width: 100%;
    background: white;
    margin-bottom: 1em;
    padding-top: calc(100px + 1em);
    position: relative;
    display: flex;
    align-items: center;
}

.cs-filters {
	position: relative;
}

.cs-filters .cs-filters-text {
    color: black;
    display: block;
    padding: 10px;
    transition: box-shadow .3s;
    box-shadow: 0px 0px 0px 1px #d6d6d6;
		border-radius: 15px;
		font-weight: 500;
}

.cs-filters .cs-filters-text:hover {
    color: black;
    box-shadow: 0px 0px 0px 1px #d6d6d6, 2px 2px 10px rgba(0, 0, 0, .1);
    text-decoration: none;
    background: 0 0;
}

.cs-filters .cs-filters-text:after {
    font-weight: bold;
    content: "+";
    float: right;
    opacity: 1;
    color: black;
}

.cs-filters.active .cs-filters-text {
	box-shadow: 0px 0px 0px 1px #d6d6d6, 2px 2px 10px rgba(0, 0, 0, .1);
}

.cs-filters.active .cs-filters-text:after {
	content: "-";
}

.cs-filters .tb-sidebar {
	display: none;
  	position: absolute;
  	background: white;
  	z-index: 998;
  	max-height: calc(100vh - 230px);
  	width: 100%;
 	border-radius: 15px;
  	padding: 10px;
  	box-shadow: 0px 0px 0px 1px #d6d6d6, 2px 2px 10px rgba(0, 0, 0, .1);
  	overflow: auto;
  	margin-top: 10px;
}

.cs-filters.active .tb-sidebar {
	display: block;
}

.cs-title-container h1,
.cs-title-container h2 {
	color: black;
	letter-spacing: 1px;
}

.cs-title-container h1 {
	margin-bottom: 1rem;
	transition: font-size .3s;
}

.cs-title-container h2 {
	font-size: 15px;
	margin-bottom: 0;
	transition: all .3s;
}

.cs-title-container span {
	display: block;
	text-align: center;
}

.cs-socials {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	box-shadow: 0px 0px 0px 1px #d6d6d6;
	border-radius: 15px;
	font-weight: 500;
}

.cs-socials a {
	color: black;
}

.product-media {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #2d2d2d;
    border-radius: 15px;
}
.m-product-main-image,
div.product-main-image {
    overflow: hidden;
    width: 45%;
    display: flex;
    align-self: flex-start;
    position: relative;
    margin-left: 0;
}

.cs-feature-details {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	color: white;
}

.cs-logo {
	width: 55%;
	max-width: 310px;
	margin-bottom: 10px;
}

.cs-feature-subtitle {
	font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
}

.cs-feature-title {
  font-size: 70px;
  letter-spacing: 1px;
  line-height: 56px;
  margin-bottom: 30px;
}

.cs-feature-link {
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	border: 2px solid #fff;
}

.product-media-options{
	width: calc(55% - 20px);
	margin-left: 20px;
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}


.product-main-image-wrapper,
.m-product-main-image-wrapper {
    margin:auto;
    max-height: 500px;
    text-align:center;
}

.product-main-image-wrapper {
    width: 100%;
    border-radius: 10px;
    position: relative;
    height: 400px;
    display: flex;
    overflow: hidden;
}

.product-main-image-wrapper img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 400px;
}

.product-alternate-images{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.product-alternate-images li{
	margin-right: 10px;
}

.product-alternate-images li:last-of-type{
	margin-right: 0px;
}

.m-product-main-image a{
    margin:auto;
}

.m-product-main-image img{
    float:left;
    max-height: 450px;
    margin-bottom: .5rem;
    border-radius: 3px;
}

.m-product-alternate-images{
    width:100%;
    float:left;
    margin-top:1em;
    margin-bottom: .5em;
    display:flex;
    justify-content: left;
    flex-wrap:wrap;
}
.m-product-alt-image {	
   	margin: 0 0 1% 1%;
    width: 32%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
    cursor: pointer;
}

.m-product-alt-image a{	
   display:block;
   height: 100%;
   position: relative;
}

.m-product-alt-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width:49.9275em){
    .product-alternate-images{
        margin-top:0;
        width:100%
    }
    .product-view-large{
        float:left;
        clear:left
    }
    div.product-main-image {
    	width: 100%;
    	margin-bottom: 20px;

    }
}
@media (max-width:425px){
	.m-product-alt-image {	
	   	width: 48.5%;
	}
}
.product-alt-image{
    border:2px solid #fff !important;
    padding: 0;
    height: 60px;
    width: 70px;
    display:flex;
    align-items:stretch;
    position: relative;
    overflow: hidden;
	border-radius: 10px;   
	flex-grow: 0; 
	margin-bottom: 0;
}

.product-alt-image a{
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}
.product-alt-image img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 60px;
}

.product-view-large{
    float:left;
    margin-top:1em;
    font-size:14px;
    font-size:.875rem;
    line-height:24px;
    font-weight: 500;
}
.product-view-large:before{
    content:"C";
    margin-right:.6180469716em;
    font-family:Cutco;
    font-size:12px;
    font-size:.75rem;
    display:inline-block;
    text-decoration:none
}

.cs-brands {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    box-shadow: 0px 0px 0px 1px #d6d6d6;
    border-radius: 15px;
    height: 42px;
    overflow: hidden;
}

.cs-brands a {
    height: 100%;
    flex: 1;
    padding: 5px;
    display: flex;
   	justify-content: center;
   	outline: none;
}

.cs-brands a:hover {
    background: #e1e1e1;
}

.cs-brands a:first-of-type {
    border-right: 1px solid #d6d6d6;
    padding: 10px 5px;
}

.cs-brands a img {
    max-height: 100%;
    width: auto;
    align-self: center;
}

@media (min-width: 49.9275em) {
  .cs-heading.scrolled {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		padding-top: 8px;
		padding-bottom: 6px;
		box-shadow: 0px 0px 0px 1px #d6d6d6;
		margin: 0px;
		max-width: none;
	}

	.cs-heading.scrolled .cs-title-container h1 {
		margin-bottom: 0px;
		font-size: 26px;
		line-height: normal;
	}

	.cs-heading.scrolled .cs-title-container h2 {
		opacity: 0px;
		line-height: 0px;
		font-size: 0px;
	}
 
	.cs-heading.scrolled .cs-socials,
	.cs-heading.scrolled .cs-filters-text {
	    padding: 8px;
	}
	
	.cs-heading.scrolled .cs-brands {
        height: 38px;
    }

	.cs-feature.scrolled {
		padding-top: 240px;
	}  
}

@media (min-width:49.9375em) and (max-width:74.99em){
	.cs-filters .cs-filters-text {
		font-size: 14px;
		padding: 11px;
	}
	.cs-heading.scrolled .cs-filters-text {
		padding: 9px;
	}
	.cs-feature-title {
    margin-bottom: 45px;
	}
	.product-alt-image{
    height: 40px;
    width: 50px;
		border-radius: 10px;    
	}
	.product-alt-image img{
	    height: 40px;
	}
}

@media (max-width:49.9275em){
	.cs-heading {
		flex-direction: column;
		padding-top: calc(56px + 1em);
	}
	.cs-title-container {
		order: 1;
	}

	.cs-filters {
		order: 3;
		width: 100% !important;
		text-align: center;
	} 

	.cs-filters .cs-filters-text {
		padding: 8px;
	}

	.cs-filters .cs-filters-text:after {
    display: none;
	}

	.cs-filters .tb-sidebar {
	  position: relative;
	  max-height: none;
	  border-radius: 0px;
	  padding: 0;
	  overflow: auto;
	  border: none;
	  box-shadow: none;
	}
	
	.cs-brands {
        display: none;
    }

	.cs-filters .tb-sidebar * {
	  text-align: left;
	}

	.cs-socials {
	    order: 2;
	    border: none;
	    box-shadow: none;
	    border-radius: 0;
	    width: 50% !important;
	    justify-content: space-evenly;
	}

	.product-media {
    	flex-direction: column;
	}
	.product-main-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.product-media-options {
		width: 100%;
		margin-left: 0;
	}
	.cs-feature-subtitle {
		font-size: 40px;
	}
	.cs-feature-title {
		font-size: 64px;
		margin-bottom: 28px;
	}
	.cs-feature-link {
		margin-bottom: 30px;
	}
	.product-alt-image{
    	height: 40px;
    	width: 50px;
		border-radius: 10px;    
	}
	.product-alt-image img{
	    height: 40px;
	}
}


.product-item-no,.product-view-large{
    margin-right:1em
}
.m-product-view-large,.product-video{
    display:none
}
.product-view-large:hover{
     text-decoration:underline;
}
.featureImg{
    float:left;
    font-size:16px;
    font-size:1rem;
    width:9.375em;
    height:6.25em;
    margin-right:1.618em;
    border:1px solid #d7dbdb;
    border-radius:4px;
    box-shadow:0 1.5px 4px rgba(150,160,170,.24),0 1.5px 6px rgba(150,160,170,.12);
    margin-bottom:.6180469716em;
    clear:both;
    background:url(https://images.cutco.com/products/features/2016-features.jpg)
}
.featureImg:after,.featureImg:before{
    content:"";
    display:table
}
.featureImg:after{
    clear:both
}
@media (max-width:49.9275em){
    .featureImg{
        float:none;
        margin:0 auto .6180469716em;
        display:inline-block
    }
}
.feature-image{
    float:left;
    margin-right:1.618em;
    width:50%;
    border:1px solid #c9cfcf;
    border-radius:.1875em
}
.feature-image img{
    display:block;
    border-radius:.25em
}

.cs-media {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.cs-media-video {
	border-radius: 15px;
	width: 60%;
	height: auto;
}

.cs-media-text {
	flex: 1;
  	padding: 20px 0 20px 20px;
  	display: flex;
 	flex-direction: column;
  	justify-content: center;
  	min-height: 300px;
}

.cs-media-text h3 {
	font-family: "Tangerine", cursive;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 80px;
  	line-height: normal;
  	margin-bottom: 0;
}

.cs-media-text p {
	font-size: 19px;
	font-weight: 300;
}

.cs-media-text p:last-of-type {
	margin-bottom: .2em;
}
.cs-break {
	display: none;
}

@media (max-width:49.9275em){
	.cs-media {
		flex-direction: column;
	}
	.cs-media-video {
		width: 100%;
		height: 280px;
		margin-bottom: 20px;
	}
	.cs-media-text {
	  padding: 0;
	  justify-content: center;
	  min-height: auto;
	}
	.cs-break {
		border: 2px solid #e1e1e1;
		border-radius: 50px;
		margin-bottom: 12px;
		display: block;
	}
}

.cs-products-title {
	font-family: "Tangerine", cursive;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 46px;
  	margin-bottom: 10px;
  	display: block;
}

.row.viewing-squares {
	padding: 0 .625em;
}

.cs-products-container {
	display: flex;
  	flex-wrap: wrap;
  	flex-direction: row;
  	align-items: normal;
 	justify-content: space-between;
}

.product-row .thumbnail, .viewing-squares .thumbnail {
    border-top: none;
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    transition: width .3s;
    border-radius: 15px;
    background: #f3f4f5;;
}

.viewing-squares .thumbnail .tb-pic {
	margin-bottom: 0;
    border-radius: 0;
    background: none;
    height: 250px;
}

.product-link {
	padding: 20px;
}

.viewing-squares .thumbnail:hover .tb-pic, 
.product-link:focus .tb-pic {
    box-shadow: none;
}

.viewing-squares .thumbnail:hover {
  	box-shadow: 0px 0px 0px 1px #d6d6d6;
}

.promo-item {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: .3rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: none;
}

.viewing-squares .thumbnail:hover .promo-item {
  	box-shadow: none;
}

.thumbnail-rating {
    display: none;
}

.tb-product-number {
    border-top: none;
    padding-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #9d9d9d;
}

.tb-product-name h2 {
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #222;
}

span.tb-product-price {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

img.su-main-image {
	max-height: 100%;
	max-width: 100%;
	cursor: pointer !important;
}

.compare-icon {
	top: 10px;
    right: 10px;
}

@media (min-width: 49.9375em) and (max-width: 1200px) {
    .sorting:before {
        content: "SORT";
    }
}

@media (max-width:49.9275em){
	.cs-products-title {
		font-size: 36px;
	}
	.product-row .thumbnail, .viewing-squares .thumbnail {
	    text-align: center;
	    width: 100%;
	    margin: 0 0 20px 0;
	}
	.tb-product-number {
	    margin-bottom: 10px;
	    font-size: 13px;
	}

	.tb-product-name h2 {
	    font-size: 24px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}

	span.tb-product-price {
    	font-size: 20px;
	}
	
	.sort-wrapper {
    	margin-bottom: 0 !important;
    }
	
	.sorting {
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    .sorting:before {
    	display: none;
    }
}

