@font-face {
    font-family: 'PopulaireLight';
    src: url('PopulaireLight-webfont.woff2') format('woff2'),
         url('PopulaireLight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
}


@font-face {
    font-family: 'Populaire';
    src: url('Populaire-webfont.woff2') format('woff2'),
         url('Populaire-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.SOnowOnlyBanner {
background-color:#eab915;
  padding:10px 0;
  text-align:center;
  margin-top:0
}

.SOnowOnlyBanner p {
  font-family: 'Quicksand', sans-serif;
  font-size:40px;
  line-height:44px;
  font-weight:800;
  color:#ffffff;
  letter-spacing:2px;

}

.SOnowOnlyBanner p span {
  font-family: 'Quicksand', sans-serif;
  font-size:46px;
  line-height:50px;
  font-weight:800;
  color:#ffffff;
  letter-spacing:2px;

}


.strikethrough {
   text-decoration: line-through;
      font-family: 'Quicksand', sans-serif;
	padding-right:8px;
  
}
.showForDesktop {
display:block;

}

.showForMobile {
display:none;

}


.useCareDownload {
  text-align:center;
  margin:0 auto;
  display:block;
  margin-bottom:50px;
}

.button.soBlack {
  background:#000000;
    border-color: #000000;
    color: #fff; 
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  width:231px;
}

.button.soBlack a {
    font-family: 'Quicksand', sans-serif;
  font-weight:700;  color: #fff; 
  font-size:1.5rem;
  text-decoration:none;
  text-transform:uppercase;


}

.button.soBlack:hover {
	background-color: #636363;
    color: #fff;
    border-color: #636363;
  text-decoration:none;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


}


.useCareDownload .button.soBlack {
  width:281px;
}

.useCareDownload .button.soBlack a > span {
  font-size:24px;
  line-height:26px;
}


.faq-accordion {
 width: 70%; 
  margin:0 auto;
  display:block;
}


.panel {
  border:0px;
    -webkit-box-shadow: none;
    box-shadow:none;
}

.panel-default {
    border-color: #ffffff;

}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;

}

.panel-heading {
 position:relative; 

}

.panel-heading a.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    position:absolute;        /* adjust as needed */
 	 top:25%;
    right:2%;
    color: grey;         /* adjust as needed */
  transition: .3s transform ease-in-out;

}

.panel-heading a.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
  	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);

}

.panel-group .panel {
    margin-bottom: 20px;
  
}

.panel-title {
  font-family:'Quicksand', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#000000;
  padding: 5px 170px 0 0;
}

.panel-heading a{
  text-decoration:none;
    font-family:'Quicksand', sans-serif;

}

.panel-body p{
  font-family:'Quicksand', sans-serif;
  color:#000000;

}

.panel-body a{
  text-decoration:underline;
    font-family:'Quicksand', sans-serif;
  color:#000000;
  font-weight:bold;

}

.panel-body a:hover{
  text-decoration:underline;
    font-family:'Quicksand', sans-serif;
  color:#000000;
  font-weight:bold;

}

a:focus {
  outline:none;
}

.SOSlider {
  display:block;
  margin-top:0px; 
}

.SOSlider img {
  min-width:100%;
}

.SOSliderMobile {
display:none;
  }


.appContainer {
 background-color:#959595; 
  background-size:cover;
  background-repeat:no-repeat;
  padding-top: 20px;
}


.appContainer ul{
margin:20px auto;
  text-align:center;
 
}

.appButtons li {
display:inline-block;
}

.appButtons li div{
    color:#fff;
  font-size:18px;
    font-family:'Quicksand', sans-serif;
}

.appButtons img {
	max-width: 180px;
    margin-left: 10px;
    margin-right: 10px;
}

sub, sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: 2px;
}

.disclaimerSO {
  padding:0;
  text-align:left;
  margin:0 0 0 40px;
}

.disclaimerSO p {
    color:#fff;
  font-size:14px;
    font-family:'Quicksand', sans-serif;
}


.disclaimerSO a {
    color:#fff;
  font-size:14px;
    font-family:'Quicksand', sans-serif;
  text-decoration:underline;
}

.disclaimerSO a:hover {
    color:#fff;
  font-size:14px;
    font-family:'Quicksand', sans-serif;
  text-decoration:underline;
}
  
.SONavFixed {
  display:block;
  z-index:999999;
  position:fixed!important;
  width:100%;


}



.SO-top-header {
  position: fixed;
  z-index: 9999999 !important;
  background-color: #000;
  color:#999 !important;
  padding-top:5px;
  padding-bottom:0px;
  width: 100%;
  margin-bottom:20px;
  text-align:center;
  height:40px;
  border:0px;
  margin-top:0px;
  padding-right:28px;
  display:block;
}


.SO-top-header a{
  color:#949494 !important;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.SO-top-header a:hover{
  color:#e8e8e8 !important;
}

.smartOvenNavBox {
margin-top:40px;
  width:100%;
    margin:0 auto;

}

.smartOvenNav {
  color:#000;
  font-size:18px;
    font-family:'Quicksand', sans-serif;

}

.smartOvenNav ul{
margin-top:10px;
  float:right;
  margin-right:20px;
    font-family:'Quicksand', sans-serif;

}

.smartOvenNav li{
 padding-right:20px;
  display:inline-block;
    font-family:'Quicksand', sans-serif;

}

.smartOvenNav li a {
    font-family:'Quicksand', sans-serif;
  color:#000;
  font-size:18px;
}

.smartOvenNav li a.currentPage {
    border-bottom: 1px solid #eeb211;
    font-family:'Quicksand', sans-serif;
}

.smartOvenNav li a:hover {
  color:#282828;
      -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family:'Quicksand', sans-serif;

}


.smartOvenNav a.currentPage {
  border-bottom:1px solid #eeb211;
    font-family:'Quicksand', sans-serif;

}

.SOintroSection {
  width:100%;
}

.SOintroSectionGradient {
  width:100%;
  height:418px;
  background-image: url('https://cdn.shopify.com/s/files/1/2059/3133/files/header-image-full-smart-oven_1024.jpg?5460');
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  
  
}


.SOTechintroSection {
  width:100%;
  background:#ebebeb;
    margin: 0 0 20px;
}


.SOTechintroSection h2 {
	text-align: center;
    font-family:'Quicksand', sans-serif;
  font-size: 5.5rem;
    line-height: 4.2rem;
    font-weight: 700;
    text-transform: none;
    color: #eeb211;
    letter-spacing: 0;
  margin-top:60px;
}

.SOTechintroSection p {
  text-align:center;
    font-family: 'Quicksand', sans-serif;
  font-size:22px;
  line-height:32px;
  font-weight:400px;
  text-transform:none;
  color:#000;
  margin:0 0px 20px;
  padding: 0 190px;
}

.textCenter {
  margin:10px auto 40px;
	text-align:center;  

}

.SOMainHeader {
margin-top:120px;
}

.SOMasthead {
margin: 0px;
    padding: 30px 10px;
    width: 100%;
    background-size: contain;
    background-color: transparent;

}

.SOMasthead.SOfloat {
	position: absolute;
    top: 0;
    left: 27%;
    margin: 50px 0;
    padding: 30px 10px;
    width: 100%;
    background-size: contain;
    background-color: transparent;

}


.SOMasthead h2 {
	text-align: center;
    font-family: 'Quicksand', sans-serif;
   font-size: 5.5rem;
    line-height: 4.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #eeb211;
    letter-spacing: 0;
    margin-top: 50px;
}

.SOMasthead p {
  text-align:center;
    font-family: 'Quicksand', sans-serif;
  font-size:22px;
  line-height:32px;
  font-weight:400px;
  text-transform:none;
  color:#000;
  margin:0 0px 20px;
  padding: 0 20px;
}


.SOMasthead ul{
 margin-top:30px;
  margin-right:0px;
  text-align:center;

}

.SOMasthead li{
 padding-right:20px;
  display:inline-block;

}




img.SOTech2ColImage{
  margin:0px auto;
}

.grayBackground {
  background:#ebebeb;
  margin:20px auto;
}

.grayBackground3Col {
  background:#ebebeb;
}

.threeColumn {
  margin-top:20px;
}



.smartOvenTechHeader {
  display:block;
margin-top: 100px;
}

.smartOvenTechHeader img {
  min-width:100%;
}

  .smartOvenTechHeaderMobile {
display:none;
  }



.SOTech2ColBoxLeft {
padding:0% 7% 0% 8%!important;
  background:#ebebeb;
  background-size:contain;
  margin:20px 0;
  height: 232px;
  line-height: 232px;
}

.SOTech2ColBoxLeft span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.SOTech2ColBoxRight {
padding:0% 7% 0% 8%!important;
  background:#ffffff;
  background-size:contain;
  margin:20px 0;
  height: 232px;
  line-height: 232px;
}


.SOTech2ColBoxRight span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.SOTech3Col h2 {
	text-align: left;
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
  	padding:30px 30px 0;

}

.SOTech3Col p {
	text-align: left;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
  	padding:0px 30px 30px;


}

.smartOven2ColBoxLeft {
padding:0% 7% 0% 8%!important;
  height: 346px;
  line-height: 346px;
}

.smartOven2ColBoxLeft span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.smartOven2ColBoxRight {
padding:0% 8% 0% 7%!important;
  height: 346px;
  line-height: 346px;
}

.smartOven2ColBoxRight span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.smartOven2ColHeader {
  font-size:32px;
  line-height:36px;
  color:#000000 ;
  font-weight:normal;
  font-family:'Quicksand', sans-serif;
  font-weight:400;
  text-align:left;
  padding-bottom:20px;
  margin-top: 30px;
}

.smartOven2ColText {
  font-size:16px;
  line-height:21px;
    color:#000000 ;
    font-family:'Quicksand', sans-serif;
  text-align:left;
}

.smartOven2ColText ul {
  font-size:16px;
  line-height:21px;
    color:#000000 ;
    font-family:'Quicksand', sans-serif;
  text-align:left;
}

.smartOven2ColText li {
  font-size:16px;
  line-height:21px;
    color:#000000 ;
    font-family:'Quicksand', sans-serif;
  text-align:left;
  padding-bottom:10px;
  list-style: disc;
}


.button, button {
  margin-top:10px;
    background-color: transparent;
    padding: 8px 18px!important;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    text-shadow: none !important;
    font-weight: 500;
    font-size: 16px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
  
}


.button.SOgold {
  background:#eab90e;
    border-color: #eab90e;
    color: #fff; 
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  width:220px;
text-align: center;
  font-weight:700;
}

.button.SOgold a {
    font-family: 'Quicksand', sans-serif;
  font-weight:700;
  color: #fff; 
  font-size:1.5rem;
  text-decoration:none;
  text-transform:uppercase;
text-align: center;

}

.button.SOgold:hover {
	background-color: #b58f0b;
    color: #fff;
    border-color: #b58f0b;
  text-decoration:none;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.button.SOgold.navButton {
  background:#b58f0b;
    border-color: #b58f0b;
    color: #fff; 
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 192px;
    text-align: center;

}


.button.SOgold.navButton:hover {
	background-color: #b58f0b;
    color: #fff;
    border-color: #b58f0b;
  text-decoration:none;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


}

.button.SOgold.navButton a:hover {
    color: #fff;

}


.button.gray {
  background:#959595;
    border-color: #959595;
    color: #fff; 
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  width:231px;
}

.button.gray a {
    font-family: 'Quicksand', sans-serif;
  font-weight:700;  color: #fff; 
  font-size:1.5rem;
  text-decoration:none;
  text-transform:uppercase;


}

.button.gray:hover {
	background-color: #636363;
    color: #fff;
    border-color: #636363;
  text-decoration:none;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


}


.SOlogoBar {
	background:#cccccc; 
    padding:20px 0;

  
}

.SOlogoBar p {
 	  font-family:'Quicksand', sans-serif;
	color:#000; 
  padding-right:40px;
  
}

.SOlogoBar li {
 	 list-style:none;
  display:inline-block;
  padding-right:100px;
}

.SOlogoBar img {
     max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 0; 
  padding-top:10px;
}


.smartOvenFooter {
  width:80%;
  font-size:14px;
  line-height:18px;
    color:#ffffff ;
  font-family:'Quicksand', sans-serif;
}

.backToTop span {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
	display: inline-block;
    margin: 2px;
}


.backToTop p {
  font-size:18px;
  line-height:18px;
   color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  text-align:center;
}

.backToTop a {
  font-size:18px;
  line-height:18px;
   color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  text-align:center;
  text-decoration:none;
}

.backToTop a:hover {
  font-size:18px;
  line-height:18px;
   color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  text-align:center!important;
  text-decoration:none;
}



.smartOvenFooter a{
  font-size:14px!important;
  line-height:18px;
    color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  font-weight: 400;
  text-align:left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.smartOvenFooter a:hover{
  font-size:14px!important;
  line-height:18px;
  font-family:'Quicksand', sans-serif;
  font-weight: 400;
  text-align:left;
    color:#000  ;
}

.smartOvenFooter ul {
  margin-left:20px;
  margin-top:20px;
}

.smartOvenFooter li {
  font-size:14px;
  line-height:17px;
  list-style:none;
  padding-bottom:12px;
}

.smartOvenFooter img {
  max-width:55%;
}


form.SOaddcart { 
  margin-top:0px; 
  padding:5px 0 0 0; 
}

.product-form__item--quantity {
  margin-left:30px;
  margin-bottom:0;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 5px 0;
}

.footerContainer {
  width:100%;
  background-size:contain;
  background-color:#959595;
  padding-bottom:20px;
}

  .hideLogoMobile {
    display:block;
  }

.spaceBottom30 {
 margin-bottom:0px 
}




@media only screen and (max-width:768px) {
  
 .showForDesktop {
display:none;

}

.showForMobile {
display:block;

} 

.product-single__photos {
    position: relative;
    margin-top: 112px;
}

 
 
.faq-accordion {
    width: 95%;

}

.smartOven2ColBoxLeft {
  height: 416px;
}


.SOMainHeader {
margin-top:0px;
}

.SOMasthead {
margin: 0px;
    padding: 30px 10px;
    width: 100%;
    background-size: contain;
    background-color: transparent;

}
  
.panel-title {
  font-family:'Quicksand', sans-serif;
  font-size:16px;
  line-height:18px;
  color:#000000;
  padding: 5px 40px 0 0;
}

.disclaimerSO {
  padding:0;
  text-align:left;
  margin:0 20px 0 20px;
}

  .SOSlider {
    display:none;

}

  .SOSliderMobile {
    display:block;
    margin-top:0px; 
  } 

.SOnowOnlyBanner {
background-color:#eab915;
  padding:10px 0;
  text-align:center;
  margin-top:60px;
}

    .SOSliderMobile img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 0;
    width: 100%;
  } 

 
  .SO-top-header {
display:none;
  }

  
  .hideLogoMobile {
    display:none;
  }
  
 .SOMasthead {
   padding:30px 20px;
 }
 
  .SOMasthead h2 {
    font-size: 4.3rem;
    line-height: 4.3rem;
    margin-top:0px;
}

.SOMasthead li {
    padding-right: 0px;
}
  
.SOTechintroSection h2 {
  font-size: 5.2rem;
    line-height: 5.2rem;

}

  .SOTechintroSection p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0px 30px;
  padding: 0 30px;
  }

.smartOvenTechHeader {
  display:none;
}

.spaceBottom30 {
 margin-bottom:30px 
}


  .smartOvenTechHeaderMobile {
	display:block;
   width:100%;
    margin-top: 60px;
  }


.SOlogoBar li {
 	list-style:none;
  display:block;
  padding-right:0px;
  padding-top:25px;
  text-align:center;
}

.logoContainer {
  width:100%;
}


.smartOvenFooter {
  width:100%;
  font-size:17px;
  line-height:19px;
  color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  
}



.smartOvenFooter li {
  width:100%;
  font-size:17px;
  line-height:19px;
  color:#ffffff ;
  font-family:'Quicksand', sans-serif;
  padding:10px 20px;
  
}


.smartOvenFooter li a {
  font-size:17px!important;
  line-height:20px;
  list-style:none;
  padding-bottom:22px;
}

.smartOvenFooter li img {
	margin: 0 auto 20px;
    max-width: 40%;
}




.SOlogoBar {
	background:#cccccc;
  width:100%;
  padding:20px 0;
  margin:0 auto;
  
}

.page-width {
    padding:0px;
    max-width: 90%!important;
}

.SOproductDetails {
  padding-bottom:20px;
  width:100%

}

.SONavFixed {
  display:none;

} 

.SOproductNav {
 display:none;
  
}
  

.thumbnails-wrapper {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto; 
  
}

    
header {
	  background: #000000;
	  height: 65px;
	  padding-top: 10px;
  display:block!important;
  margin-top:-60px;
      position:fixed;
width:100%;
      z-index: 99999;
}


.blackBarMain {
	  background: #000000;
	  height: 65px;
	  padding-top: 10px;
  display:block;
    margin-top: 0px;
  z-index: 99999;
}
  
  [type="checkbox"]:checked ~ ul {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 20px;
    left: 20px;
    padding-top: 10px;
    margin-top: 0px;
    background-color: #000;
    padding-bottom: 6px;
  }


.template-product .main-content {
    padding-top: 0px;
}
  

.product-smartOven__title {
    font-size:5rem;

}

.SOMobileNavlogo {
	  text-decoration: none;
  color:#fff;
  font-weight:700;
	  font-size: 30px;
}

.SOMobileNavlogo img {
 width: 100px;
  height:auto;
  margin-left:0px;
  margin-right:auto;

}

.grid__item {
    padding-left: 0px;
}

.product-single__photo--has-thumbnails {
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-form__item--submit {
    text-align: center;
}


  .top-header-inner li a {
    font-size: 12px;
  }

.rte ul {
    margin: 0px 0 -3px 0px!important;
  
}

.appButtons img {
	max-width: 140px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
 

  
  
}

}

  

@media (min-width:737px) and (max-width:768px) {
  
  .smartOvenFooter li img {
    margin: 0 0px 20px;
    max-width: 15%;
    
 
}
  
.SOMasthead h2 {
  margin-top:20px!important;

}

  

}
  
  

@media (min-width:1600px) {
  
.SOintroSectionGradient {
  width:100%;
  height:558px;
  background-image: url('https://cdn.shopify.com/s/files/1/2059/3133/files/header-image-full-smart-oven_1366.jpg?5460');
  background-repeat:no-repeat;
  background-size:contain;
  position:relative;
  
  
}
  

}


    
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
  {
.SOMasthead {
    padding: 10px 40px;
    margin-top: 10px;
 }
    
 .SOMasthead h2 {
	text-align: center;
    font-family: 'Quicksand', sans-serif;
   font-size: 6.5rem;
    line-height: 6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #eeb211;
    letter-spacing: 0;
    margin-top: 50px;
 }
    
.SOMasthead li {
    padding-right: 30px;
    padding-left: 30px;    
}

  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  {
  

  
.showForDesktop {
display:none;

}

.showForMobile {
display:block;

}
  
.SOlogoBar li {
  list-style:none;
  display:inline-block;
  padding-right:60px;
  padding-top:20px;
}
  
.SOMasthead {
    padding: 0px 40px;
    margin-top: 10px;
 }
    
 .SOMasthead h2 {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 5.3rem;
    line-height: 4.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #eeb211;
    letter-spacing: 0;
    margin-top: 20px;
 }

.SOMasthead ul {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
}
  

.button, button {
    padding: 8px 18px;
  
}


  
  
}