body {
	background-color: #f8f8f8;
}

hr {
	border-color:#888
}

.chkbut {
	border-radius:50%;
	width:35px;
	height:35px;
	border:none;
	background:none;
	color:#888;
	margin-right: 5px;
	border:1px solid #888;
	font-size: 15px;
}
.wa-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-wa{
    margin-top: 16px;
}
.chkbut.active {
	border-radius:50%;
	width:35px;
	height:35px;
	border:none;
	background-color:#aa333d;
	color:#FFF;
	margin-right: 10px;
}
.chkft {
	font-size:18px;
}

.thumbnails img:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.error{
  color:#F00;
}

.prod_main table {
	border:none;
	margin-top: 18px;
	margin-bottom: 5px;
}

.prod_main table td {
	padding: 8px;
	border:none;
	border-top:1px solid #f5f5f5;
	font-size: 12px;
}
.prod_main table tr:nth-child(even) {
	background-color: #f5f5f5;
}

#mainPhoto {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.sub-col img {
	width:85% !important
}

.container_menu {
	width: 100% !important;
}
.container {
  width: 90%;
}
.row {
	padding: 0 15px;
}

.section-marketplace img{
    width: 120px;
    margin: 0 auto;
}

.blog_wrapper {
	box-shadow: 5px 5px 10px #DDD;
	-webkit-box-shadow: 5px 5px 10px #DDD;
	-o-box-shadow: 5px 5px 10px #DDD;
	-ms-box-shadow: 5px 5px 10px #DDD;
	-moz-box-shadow: 5px 5px 10px #DDD;

	background-color: #FFF;

	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.blog_home {
	padding:15px;
}
.blog_wrapper h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog_wrapper .calendar {
	color:#AAA;
	font-size: 13px;
}
.blog_wrapper p {
	font-size: 12px;
	margin-top: 4px;
}

.blog_wrapper img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
}

.blog_category h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 5px;
}
.blog_category .calendar {
	color:#AAA;
	font-size: 13px;
}

.other_slide:hover > img {
	opacity:0.7;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

footer {
	background-color:#222222;
	padding-top:40px;
	padding-bottom:40px;
	color:#FFF
}

footer h4 {
	margin-bottom: 25px;
	font-size:14px;
}

footer a {
	color:#FFF;
}

footer a:hover {
	color:#CCC;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	text-decoration: none;
}

.cimg_link img {
	padding-top:15px;
}
.cimg_link:hover > img {
	padding-top: 0px;
	margin-bottom: 15px;

	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.cimg_link h3 {
	font-size: 14px;
	color:#333;
	letter-spacing: 0;
}
.cimg_link:hover {
	text-decoration: none;
}
.cimg_link:hover > h3 {
	color:#B00
}

.navigator_wrapper {
	background-color:#FFF;
	padding:15px;
	line-height: 17px;
	position: relative;
	z-index: 2;

	box-shadow: 5px 5px 10px #eaeaea;
	-moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;
	-o-box-shadow: 5px 5px 10px #eaeaea;
	-ms-box-shadow: 5px 5px 10px #eaeaea;
}

.prod_main {
	background-color:#FFF;
	padding:25px;
	line-height: 17px;
	position: relative;
	z-index: 2;

	box-shadow: 5px 5px 10px #eaeaea;
	-moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;
	-o-box-shadow: 5px 5px 10px #eaeaea;
	-ms-box-shadow: 5px 5px 10px #eaeaea;
}

.prod_main h4, .prod_main h1 {
	font-size: 22px;
}
.prod_main h5, .prod_main h2 {
	font-size: 17px;
}

.prod_desc {
	background-color:#FFF;
	padding: 25px;
	max-height: 796px;
	margin-bottom: 20px;

	box-shadow: 5px 5px 10px #eaeaea;
	-moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;
	-o-box-shadow: 5px 5px 10px #eaeaea;
	-ms-box-shadow: 5px 5px 10px #eaeaea;
}
.prod_desc h2 {
	margin-top: 0;
	font-size: 22px;
	border-bottom: 1px solid #888;
	padding-bottom: 20px;
	line-height: 27px;
}
.prod_desc .pdesc {
	font-size: 13px;
	overflow: scroll;
	max-height: 350px;
}
.prod_desc h6 {
	font-size: 14px;
	margin-top: 12px;
}
.prod_promo {
	color:#888;
	margin-top: 11px;
	font-size: 14px !important;
}
.sale_promo_label {
	background-color: #aa333d;
	padding: 5px;
	color:#FFF;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration:none;
}
.prod_desc .prod_price {
	font-size: 17px !important;
	color:#333 !important;
	margin-top: 11px;
}
.add_to_cart {
	background-color: #f8931f !important;
	width: 175px;
	color:#FFF;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 8px;
}
.add_to_cart:hover {
	color:#FFF;
	opacity: 0.8;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}

.add_to_checkout {
	background-color: #de003d !important;
	width: 175px;
	color:#FFF;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 8px;
}
.btn-marketplace-on {
	background-color: #2e296b !important;
	color: #fff;
    border-color: #2e296b;
    width:175px;
        letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.btn-marketplace-on:focus{
           color: #fff;
    text-decoration: none;
}
.btn-marketplace-on:hover{
        color: #fff;
    text-decoration: none;
}
.btn-marketplace-off {
	background-color: #c7c7c7 !important;
    color: #fff;
    border-color: #c7c7c7;
    width:175px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.add_to_checkout:hover {
	color:#FFF;
	opacity: 0.8;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}



.navleftmenu label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}
.navleftmenu input[type=radio] {
    display: none;
}
.navleftmenu label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #eaeaea;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
	border:1px solid #FFF;
}

.sameshp label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}
.sameshp input[type=radio] {
    display: none;
}
.sameshp label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 17px;
    background-color: #eaeaea;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
	border:1px solid #FFF;
}

.radio label:before {
    border-radius: 3px;
}
input[type=radio]:checked + label:before {
    content: "\25A0";
    font-size: 14px;
    text-align: center;
    line-height: 11px;
	color:#f7941d;
}

input[type=checkbox] {
    display: none;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type=checkbox]:checked + label:before {
    content: "\25A0";
    font-size: 15px;
    text-align: center;
    line-height: 11px;
		color:#f7941d;
		padding-top: 1px
}


.product_wrapper {
	background-color:#FFF;
	padding:15px;
	line-height: 17px;
	position: relative;
	z-index: 2;

	box-shadow: 5px 5px 10px #eaeaea;
	-moz-box-shadow: 5px 5px 10px #eaeaea;
	-webkit-box-shadow: 5px 5px 10px #eaeaea;
	-o-box-shadow: 5px 5px 10px #eaeaea;
	-ms-box-shadow: 5px 5px 10px #eaeaea;
}
.product_wrapper:hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;

	box-shadow: 5px 5px 10px #AAA;
	-moz-box-shadow: 5px 5px 10px #AAA;
	-webkit-box-shadow: 5px 5px 10px #AAA;
	-o-box-shadow: 5px 5px 10px #AAA;
	-ms-box-shadow: 5px 5px 10px #AAA;

	background-color: #FFF;
}

.product_wrapper img {
	margin-bottom: 10px;
}
.disc_promo {
	text-decoration:line-through;
	color:#555;
	margin-top: 8px;
	font-size:12px;
}
.prod_price {
	color:#333;
	font-size:14px;
	font-weight: 900
}
.product_wrapper a {
	text-decoration: none;
	color:#000
}
.sale_label {
	background-color: #aa333d;
	padding: 5px;
	color:#FFF;
	font-size:10px;
	text-transform: uppercase;
	font-weight: 700;
}
.available_label {
	background-color: #0a97cc;
	padding: 5px;
	color:#FFF;
	font-size:10px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 11px;
}
.sold_label {
	background-color: #aa333d;
	padding: 5px;
	color:#FFF;
	font-size:10px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 11px;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-red {
  font: bold 15px Sans-Serif;
  color: #eaeaea;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 9px 0;
  left: -5px;
  top: 15px;
  width: 120px;

  background-color: #B00;

	/*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa333d), to(#aa333d));
  background-image: -webkit-linear-gradient(top, #aa333d, #aa333d);
  background-image:    -moz-linear-gradient(top, #aa333d, #aa333d);
  background-image:     -ms-linear-gradient(top, #aa333d, #aa333d);
  background-image:      -o-linear-gradient(top, #aa333d, #aa333d);
	*/

  color: #eaeaea;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);

	font-size:11px;
	text-transform: none;
}

.ribbon-red:before, .ribbon-red:after {
  content: "";
  border-top:   3px solid #555;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹


.breadcrumb {
	padding-bottom: 25px;
	background-color: #222222;
	margin-top: 155px;
	border-radius: 0;
	width:100%
}
.breadcrumb h2 {
	color:#FFF;
	margin-bottom: 3px;
}
.breadcrumb p {
	color:#FFF;
	font-size: 15px;
}

.foot_menu {
		font-size:12px;
		margin-top:10px;
		margin-bottom: 0px;
}

.wrapper {
	max-width: 1550px;
	margin: 0 auto;
	padding: 0px;
	min-width: 320px;
}
.header {
	width: 100%;
	display: block;
	min-height: 214px;
	padding-top: 0px;
}
.headerwp {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px;
}

.headerfull {
	width: 100%;
	background-color: #fff;
	height: 70px;
	position: fixed;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.16);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.16);
	box-shadow: 0 0 4px rgba(0,0,0,0.16);
	top: 38px;
	z-index: 4;
}
.headerfull_2 {
	width: 100%;
	background-color: #fff;
	height: 45px;
	position: fixed;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.16);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.16);
	box-shadow: 0 0 4px rgba(0,0,0,0.16);
	top: 108px;
	z-index: 3;
}
.posrlt {
	position: relative;
}
.headtoppart {
	display: block;
	width: 100%;
	background-color: #f8f8f8;
	height: 39px;
	margin: 0px auto;
	padding: 0px 0px;
	min-width: 320px;
	position: fixed;
}
.headertopleft {
	float: right;
}
.headertopright {
	float: left;
	text-align: left;
}
.headertopright a {
	line-height: 39px;
	color: #5f5f5f;
	font-size: 14px;
	padding: 0px 12px;
	display: inline-block;
}
.headertopright a:hover {
	background-color: #272B37;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.headertopright a.facebookicon:hover {
	background-color: #3b5998;
	color: #fff;
}
.headertopright a.twittericon:hover {
	background-color: #55acee;
	color: #fff;
}
.headertopright a.instagramicon:hover {
	background-color: #97573c;
	color: #fff;
}
.headertopright a.linkedinicon:hover {
	background-color: #0077b5;
	color: #fff;
}
.headertopright a.googleicon:hover {
	background-color: #dd4b39;
	color: #fff;
}
.address {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #b6b6b6;
}
.address a {
	color: #838383;
}
.address span {
	margin-right: 9px;
	color: #838383;
}
.address .fa {
	margin-right: 6px;
	margin-left: 6px;
	color: #5f5f5f;
}
.norlt {
	position: static;
}
.menuwrapper {
	position: relative;
}
.show-grid {
	background-color: #fff;
}
.btn-border {
	border: 2px solid;
	border-radius: 40px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	-moz-user-select: none;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	padding: 15px 40px;
}
.btn-border:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
.btn-border:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}

.dark-hover {
	position: relative;
	display: inline-block;
	width: 100%;
}

.dark-hover .overlay-dark {
	position: absolute;
	opacity: 0;
	background-color: #222;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.dark-hover .overlay-dark:hover {
	opacity: .1;
}

.btn-master {
	background-color: #444;
	color:#FFF;
	font-size: 15px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 0
}

.btn-master:hover {
	color:#FFF;
	opacity: 0.8;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.acc_menu a, .acc_menu {
	font-size:17px;
	margin-bottom:25px;
	color:#444
}

.acc_menu a:hover {
	color:#B00;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-decoration: none;
}

.moreoption {
	width: 100%;
	display: block;
	margin-top: 165px;
}
.moreoption .boxheader {
	border: solid 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #717171;
}
.mobiletext02 {
	display: none;
}
.buttoncolor {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s linear 0s;
	width: 12.5%;
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px;
}
.buttoncolor:hover {
	color: #fff;
	text-decoration: none;
}
.buttoncolor:focus {
	color: #fff;
	text-decoration: none;
}
.buttoncolor03 {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s linear 0s;
	width: 12.5%;
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px;
}
.buttoncolor03:hover {
	color: #fff;
	text-decoration: none;
}
.buttoncolor03:focus {
	color: #fff;
	text-decoration: none;
}
.headertlt {
	width: 100%;
	padding: 40px 0px 15px 0px;
	letter-spacing: -0.5px;
	font-size: 22px;
	font-family: 'archivo_narrowregular';
	color: #424242;
}
.colorlink01 {
	width: 40%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.colorlink02 {
	width: 40%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.colorlink03 {
	width: 14%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.buttoncolor02 {
	color: #424242;
	display: block;
	font-size: 15px;
	border-radius: 2px;
	height: 30px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s linear 0s;
	width: 100%;
	border-right: solid 5px #fff;
	float: left;
	text-align: center;
	margin: 0% 0% 0% 0%;
	background-color: #f2f2f2;
	border: solid 1px #D9D9D9;
	cursor: pointer;
	text-align: center !important;
	text-decoration: none !important;
	width: 50%;
	float: left;
}
.buttoncolor02:hover {
	background-color: #424242;
	color: #000;
}
.buttoncolor02.active {
	background-color: #424242;
	color: #fff;
}
.main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 230px) and (max-width:780px) {

	.sub-col img {
		width:100% !important
	}

	.row
	{
			padding:0 !important;
	}

	#mainPhoto {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

.container {
  width: 100%;
}

.nopadding {
   padding: 10px !important;
   margin: 0 !important;
	 margin-bottom: 0px !important;
}

.breadcrumb {
	margin-top: -1px !important;
}

.headerfull {
 position: relative;
 z-index: auto;
}
.headerfull_2 {
 position: relative;
 z-index: auto;
}

.wrapper {
	width: 100%;
	margin: 0% 0%;
}
.header {
	min-height: 75px;
}
.logo {
	display: none !important;
}
.header {
	box-shadow: none !important;
	background-image: none !important;
}
.colorlink01 {
	width: 92% !important;
	margin: 0% 4%;
}
.colorlink02 {
	width: 92% !important;
	margin: 0% 4%;
}
.colorlink03 {
	width: 92% !important;
	margin: 0% 4%;
}
.buttoncolor02 {
	width: 100% !important;
	margin-bottom: 2%;
}
.buttoncolor {
	width: 25%;
}
.buttoncolor03 {
	width: 25%;
}
.moreoption {
	width: 100%;
	margin: 30px 0 0 0;
	background-color: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.headtoppart {
	margin-top: 52px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
}
.topmenusearch {
	margin: 0px 0 0;
	width: 100%;
}
.topmenusearch input:focus {
	width: 100%;
}
.posrlt {
	width: 240px;
	float: none;
}
.headerright {
	width: 100%;
	float: none;
}
.headertopleft {
	float: none;
	width: 96%;
	margin: 0% 2%;
}
.headertopright {
	float: none;
	width: 96%;
	margin: 0% 2%;
}
.address.clearfix:before, .address.clearfix:after {
	content: "";
	display: table;
}
.address.clearfix:after {
	clear: both;
}
.address.clearfix {
	zoom: 1;
}
.headertopleft {
	display: none;
}
.headerfull {
	height: auto;
}
.headerfull_2 {
	height: auto;
}
.headertopright a {
	width: 24%;
	text-align: center;
}
}
 @media only screen and (min-width: 781px) and (max-width:1064px) {


.wrapper {
	width: 100%;
	margin: 0% 0%;
}
.colorlink01 {
	width: 100% !important;
	margin: 0%;
}
.colorlink02 {
	width: 100% !important;
	margin: 0%;
}
.colorlink03 {
	width: 100% !important;
	margin: 0%;
}
.buttoncolor02 {
	width: 50% !important;
	margin-bottom: 1%;
}
.logo {
	float: none !important;
	margin: 0 auto !important;
	width: 100% !important;
	text-align: center;
}
}
 @media only screen and (min-width: 1024px) and (max-width:1200px) {

.container_menu {
	width: 90%;
}
.wrapper {
	width: 100%;
	margin: 0% 0%;
}
.colorlink01 {
	width: 100% !important;
	margin: 0%;
}
.colorlink02 {
	width: 100% !important;
	margin: 0%;
}
.colorlink03 {
	width: 100% !important;
	margin: 0%;
}
}
 @media only screen and (min-width: 480px) and (max-width:780px) {

.produk-cover {
    height: 90px;
}
.mobiletext02 {
	display: inline-block;
}
.container_body {
	width:100%
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.produk-cover {
    height: 90px;
}
.headertopright a .fa {
	margin-right: 0px;
}
.main-video {
    height: 195px !important;
}
}