#sc {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	border: 1px solid #eee;
}

#sc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#sc .row [class^="c-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#sc .row .c-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#sc .row .c-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#sc .row .c-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#sc .row .c-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#sc .row .c-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#sc .row .c-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

#sc .row .c-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#sc span.h3 {
    font-weight: bold;
	font-size:20px;
    margin: 0;
    background-color: #ac1d22;
    /*! width: 100%; */
    display: block;
    padding: 4px 15px;
    color: #fff;
}

#sc [id^="sc"]:not(:first-child) {
    display: none;
}

#sc .inner {
    margin-bottom: 0;
    border: 1px solid #eee;
    border-radius: 0;
    background: white;
    padding: 15px;
}

#sc .inner span {
    font-weight: bolder;
    font-size: inherit;
}
#sc .scrool1{
	height:311px;
	overflow: scroll;
}
#sc .scrool{
	height: 310px;
	overflow: scroll;
}
#sc .inner .inc_dec {
    display: flex;
}

#sc .inner .inc_dec button, #sc .inner .inc_dec input {
    margin: 0;
    padding: 0;
}

#sc .inner .inc_dec button:first-child {
    width: 20%;
	text-align:center;
}

#sc .inner .inc_dec button:last-child {
    width: 20%;
	text-align:center;
}

#sc .inner .inc_dec input {
    padding: 0 4px;
    width: 60%;
    text-align: center;
}

#sc .inner .inc_dec button {
    border-radius: 0;
}

#sc button {
	display: block;
	width: 100%;
    background-color: transparent !important;
	color: #000 !important;
	text-align: left;
	border: 1px solid #eee;
}
#sc button.active{
	background-color:#ac1d22 !important;
	color: #fff !important;
}
#sc #size-room{
	padding:15px;
}
#sc #size-room .size-box {
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    background: #ac1d22;
    color: white;
    border-radius: 8px;
    margin-bottom: 8px;
	font-weight:bold;
}

#sc #size-percentage {
    display: block;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #ac1d22;
	margin-top: 25px;
}

#sc #size-image {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: contain;
}

#sc .header, #sc .footer{
  background: #ac1d22 !important;
  padding: 20px;
  color: #fff !important;
}

#sc .header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 15px;
}

#sc .header h2 {
  padding: 0;
  color: #fff !important;
}

#sc .header span {
  font-weight: bold;
}
.footer {
  	margin-top: 15px;
    font-weight: bold;
	font-size:12px;
}

 

#sc .requested_quote {
  text-align: center;
}
 

#sc .requested_quote a {
  font-weight: bold;
  color: black;
  padding: 4px 8px;
	font-style: italic;
	text-decoration:underline;
}
#sc .p-r{
	position:relative;
}
#sc .arrow {
  text-align: center;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	width: 0;
	margin: auto;
}
#sc .down-arrow{
	font-size: 25px;
	font-weight: 900;
	background: #ac1d22;
	color: white;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 2px;
}
#sc .down-arrow:before{
	content: "\e62d";
	display: inline-block;
	font-family: ET-Extra !important;
}
#sc .bounce {
  -webkit-animation: bounce 2s 2;
  animation: bounce 2s 2;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


@media only screen and (max-width: 900px) {
	#sc > .row{
		flex-direction:column;
	}
	#sc > .row > [class^="c-"]{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 600px) {
	#sc > .row > div > .row{
		flex-direction:column;
	}
	#sc > .row > [class^="c-"] > .row > [class^="c-"]{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:20px;
	}
	
	#sc .header h2 {
	  font-size:15px;
	}

	#sc .header span {
	  font-size:12px;
	}
}