body{
	overflow-x: hidden !important;
}
/* body.template-product{
    padding-top: 0 !important;
}
body.template-product div#removeFixed {
    position: relative;
} */
/*left box*/
.sharing {
    display: inline;
    border-top: 1px solid #ddd;
    margin-top: 10px !important;
    padding-top: 10px !important;
    clear: both;
    position: relative;
    top: 22px;
}
.vendor{
    margin-top: 20px;
}
p.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 7px;
}
h4.h4-style.price-area {
    font-size: 12px;
}
.paddingZero{
	padding: 0 !important;
}

.selector-wrapper.cf {
    display: block !important;
    width: 100%;
}
.selector-wrapper.cf > label
{
    display: block;
    width: 100%;
}

}
/*description box*/
.description-box {
    margin-top: 30px;
}
.description-box h3 {
    font-family: inherit !important;
}
/*.description-box p {
    font-weight: bold;
}*/
.s-material-title{
	margin-top: 10px;
}
a.s-chart-btn {
    color: #f04e25;
}

a.desc-read-more {
    color: #F04E25;
    font-weight: bold;
    position: relative;
    top: -9px;
    text-transform: uppercase;
}
.desc-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

/* .dev-grid-1, .dev-grid-9{
  	display: inline-block;
  }
  .dev-grid-1{
  	width: 20%;
    vertical-align: top;
    padding-left: 40px;
  }
  .dev-grid-9{
  	width: 76%;
    vertical-align: top;
  }
  div.dev-full{
  	width: 100%;
    margin: 0;
    padding-top: 20px;
  }
.dev-grid-1 h1.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
} */

select.original-selector.theme-init{
    display: none;
}
.small_thumbs{
	margin-top: 20px;
}
.small_thumbs img{
	border: 1px solid #ddd;
  	margin-bottom: 4px;
    cursor: pointer;
}
/*Description Section*/

ul.desc-list li {
    list-style-type: none;
    margin-bottom: 11px;
    font-weight: bold;
}

.desc-list {
    list-style-type: none;
    margin-left: 0;
}
/* Slider */
.slick-slide img {
    object-fit: contain !important;
    height: 700px !important
}


.slick-slider {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  max-height: 731px;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 100%;

    &:focus,
    &:hover {
        outline: 0;
    }
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: auto;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
  font-weight: bold;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: '\f105';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '\f105';
}

[dir='rtl'] .slick-next:before {
    content: '\f104';
}



/**
 * Photo
 */

.photo {
  background-size: cover;
  background-position: center center;
  min-height: 10em;
  padding-bottom: 5%;
  will-change: transform;
  
  &.is-animating {
    animation: scale 5s ease-in-out forwards;
  }
  
  &:before {
    content: "";
    display: block;
  }
  
  * > {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
  }
}

@keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1) rotate(0.01deg); // Rotate fixes shaking animation in some browsers. http://stackoverflow.com/questions/28992549/internet-explorer-and-css-transform-value-of-scale-on-keyframes
    }
}

/**
 * Wrapper
 */

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
  width: 90%;
}

/* ------------------------------ Custom Styles ------------------------------ */

#zoom-button
{
  position: absolute;
  z-index: 2;
  left: -9999px;
  opacity: 0;
  width: 73px;
  height: 73px;
  margin-left: -37px;
  margin-top: -37px;
  background-position: 0 312px;
  transition: opacity linear .3s;
  cursor: pointer;
}

.duluth-slide > div:hover ~ #zoom-button
{
  opacity: 0.5;
}

#zoom-button:hover
{
  opacity: 1;
}

.pan
{
  display: block;
}

.read_more_text
{
  overflow: initial !important;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.duluth-slide
{
  right: -30px;
}
.small_thumbs img
{
  width: 46px; 
}

.swatch-element.swatch--button 
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 30px !important;
  height: 30px !important;
  border: #ccc 1px solid;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 51px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}

.custom__hide
{
  display: none !important;
}

.swatch-element.swatch--button span 
{
  position: relative;
  top: -11px;
  color: #000 !important;
}

.collection-listing .product-block .vendor
{
  margin-top: 0;
}

.collection-listing .product-block .swatch
{
  margin-bottom: 0;
  text-align: center;
}

.swatch .swatch-element:last-child , .swatch-element.swatch--button , .swatch .swatch-element.no-margin-right
{
  margin-right: 0;
}

.was-price 
{
  font-size: 12px !important;
  margin-right: 0 !important;
  text-decoration: line-through;
  color: #777;
  margin-left: 3px;
}

.swatch .swatch-element.hide--object 
{
  
}

@media only screen and (min-width: 1515px)
{
  .collection-listing .product-block .swatch
  {
    max-width: 301px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px)
{

  .fixed--sidebar
  {
    position: fixed !important;
    background-color: white;
  }
  .footer--right
  {
    padding-left: 30px !important;
  }
  
}

@media only screen and (max-width: 1350px)
{
  .collection-listing .swatch-element.swatch--button , .collection-listing .swatch label 
  {
    min-width: 25px !important;
    height: 25px !important;
    line-height: 40px;
  }
  .collection-listing .swatch .swatch-element
  {
    margin-right: 3px;
  }
  .collection-listing .swatch-element.swatch--button span 
  {
    top: -8px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 425px)
{
  p.title
  {
    font-size: 24px;
  }
  .vendor
  {
    font-size: 18px;
  }
  h4.h4-style.price-area 
  {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px)
{
  .product--details--mobile.hidden-md.hidden-lg 
  {
    position: relative;
    top: -90px;
  }
  .small_thumbs + .col-md-3.col-lg-2
  {
  	text-align: center;
  }
  .selector-wrapper.cf
  {
    width: 220px;
    margin: 0;
  }
  
  .selector-wrapper.cf > label
  {
    margin-bottom: 5px;
  }
  .read_more_text
  {
    text-align: center;
    margin-top: 0;
  }
  .duluth-slide
  {
    right: -30px;
    left: -30px;
    width: calc( 100% + 60px );
  }
}
@media only screen and (max-width: 820px)
{
  .collection-listing .swatch-element.swatch--button , .collection-listing .swatch label 
  {
    min-width: 20px !important;
    height: 20px !important;
    line-height: 30px;
  }
  .collection-listing .swatch .swatch-element
  {
    margin-right: 1px;
  }
  .collection-listing .swatch-element.swatch--button span 
  {
    top: -6px;
    font-size: 11px;
  }
  .slick-slide img 
  {
    height: 520px !important;
  }
  .small_thumbs 
  {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 770px)
{
  .collection-listing .swatch-element.swatch--button
  {
    min-width: 20px !important;
    height: 20px !important;
    line-height: 28px;
  }
  .collection-listing .swatch label 
  {
    min-width: 19px !important;
    height: 19px !important;
  }
  .collection-listing .swatch-element.swatch--button span 
  {
    top: -5.5px;
  }
  .collection-listing .swatch .swatch-element
  {
    margin-right: 0px;
  }
  .slick-slide img 
  {
    height: 470px !important;
  }
  .small_thumbs 
  {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 426px)
{
  .slick-slide img 
  {
    height: 350px !important;
  }
  .small_thumbs 
  {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 381px)
{
  .collection-listing .swatch-element.swatch--button
  {
    min-width: 18px !important;
    height: 18px !important;
    line-height: 25px;
  }
  .collection-listing .swatch label 
  {
    min-width: 17px !important;
    height: 17px !important;
  }
  .collection-listing .swatch-element.swatch--button span 
  {
    font-size: 9px;
  }
  .slick-slide img 
  {
    height: 300px !important;
  }
  .product--details--mobile.hidden-md.hidden-lg 
  {
    position: relative;
    top: -30px;
  }
  .small_thumbs 
  {
    margin-top: 20px;
  }
  .small_thumbs img
  {
    width: 42px;
  }
}

@media only screen and (max-width: 321px)
{
  .collection-listing .swatch-element.swatch--button
  {
    min-width: 14px !important;
    height: 14px !important;
    line-height: 18px;
  }
  .collection-listing .swatch label 
  {
    min-width: 13px !important;
    height: 13px !important;
  }
  .collection-listing .swatch-element.swatch--button span 
  {
    top: -4px;
  }
  .slick-slide img 
  {
    height: 240px !important;
  }
  .small_thumbs img
  {
    width: 40px;
  }
}