.left {
	float: left;
}
.right {
	float: right;
}
.img-option {
	max-width: 60px;
}
.produk-terbaru {
	max-width: 33%;
	padding-right: 5px;
    padding-left: 5px;
}
.produk-view {
	max-width: 50%;
	padding-right: 5px;
    padding-left: 5px;
}
.ul-warna-produk {
	/*margin-right: 23px !important;*/
}
.img-cart {
	max-width: 100px;
}

.slide-style-2 {
	max-height: 850px;
}
.slider-img-size {
	max-width: 100% !important;
}
.ml-slider-2 {
	margin-left: 230px !important;
}
.btn-black {
	background-color: #000000 !important;
	color:#fff;
}
.btn-shopee {
	padding: 5px 5px 6px !important; 
}
.btn-shopee img {
	width: 40px !important;
}
.btn-black:hover { 
	color:#fff;
	background-color:#2D2C2C !important;
	border-color:#fff;
}

.btn-modal-primary {
	color:#fff;
	background-color: #ff2f2f !important;
}

.btn-modal-primary:hover { 
	color:#fff;
	background-color:#2D2C2C !important;
	border-color:#fff;
}

.btn-primary {
	width: 200px;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    padding: 18px 20px 17px;
    background-color: #000000;
	border-color: #000000;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
}

.btn-primary:hover { 
	color:#fff;
	background-color:#ff2f2f;
	border-color:#ff2f2f
}

.product-desc ul {
	list-style: inside;
    margin: 0;
    padding: 0;
	color: #666;
	margin-bottom: 20px;
}

.about-us-content-3 ul {
	list-style: inside;
    margin: 0;
    padding: 0;
	color: #666;
}

.testimoni-img {
	max-width: 80px;
}

.testimoni-verified {
	color: #26ae08 !important;
}

.testimoni-rating i {
	color: #ff9806;
}

.about-img {
	max-width: 80%;
}

.btn-cek-retur {
	padding: 18px 30px !important;
}

.member-ul-list {
	list-style: inside !important;
}

#progressbar {
	text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: simple-line-icons;
    content: "\e04d"
}

#progressbar #personal:before {
    font-family: simple-line-icons;
    content: "\e025"
}

#progressbar #payment:before {
    font-family: simple-line-icons;
    content: "\e096"
}

#progressbar #confirm:before {
    font-family: simple-line-icons;
    content: "\e02f"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff2f2f
}

.product-price {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 22px;
}

.product-price span.new-price {
    color: #ff2f2f;
}
.product-price span {
    font-size: 28px;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}

.product-price span.old-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #000000;
    margin-left: 15px;
}
.product-price span {
    font-size: 28px;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}

.accordion-bar-black {
	background-color: #000000 !important;
}
.accordion-bar-black button {
	color: #fff !important;
}

.video-play-button {
	right: 185px !important;
    bottom: 170px !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.icon-play-button {
    line-height: 80px !important;
}

@media only screen and (max-width: 767px) {
  .easyzoom-style a.video-play-button {
	right: 105px !important;
    top: 100px !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 14px !important;
    line-height: 60px !important;
  }
}

.easyzoom-style a.video-play-button i {
  line-height: 60px !important;
}

@media only screen and (max-width: 767px) {
  .easyzoom-style a.video-play-button i {
    line-height: 60px !important;
  }
}

.opsiwarna a {
  display: inline-block;
  border: 1px solid transparent;
  margin: 0 10px 0 0;
}

.opsiwarna a.active {
  border: 1px solid #000;
}

.opsiwarna a:last-child {
  margin: 0 0px 0 0;
}

.disableopsiwarna {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}


