/*======================*/
/*!
 * Style v.1.0.0 (http://www.cyberolympus.com)
 * Copyright 2018 CyberOlympus.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    } to
    {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn
{
    from
    {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    } to
    {
        opacity: 1;
    }
}
@keyframes fadeIn
{
    from
    {
        opacity: 0;
        opacity: 1\9; /* IE9 only */
    } to
    {
        opacity: 1;
    }
}


.outline-font{color: black;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: red;
}

/* COLOR */
.col-yellow { color: #f9df1f; }
.col-blue { color: #0d7704; }
.col-red { color: #ae0000; }
.col-green { color: #57b623 ; }
.col-grey { color: #cccccc; }
.col-white { color: white; }
.col-dark-grey{ color: #666; }

.text-right {
	text-align: right;
}

.fade-in
{
    -webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
       -moz-animation: fadeIn ease-in 1;
            animation: fadeIn ease-in 1;
    -webkit-animation-duration: .3s;
       -moz-animation-duration: .3s;
            animation-duration: .3s;

    opacity: 0;  /* make things invisible upon start */

    -webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.fade {
	padding: 50px;
	opacity: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: "lato-regular";
}

h1,h2,h3,h4,h5{
	font-family: "lato-black";
}

/* SECTION  */
section{
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.shown-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}

	.shown-mobile {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.shown-tablet {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.hide-tablet {
		display: none;
	}

	.shown-tablet {
		display: block;
	}
}

.underline {
	text-decoration: underline;
}

/* NAVBAR  */
.navbar a{
	font-family: 'lato-regular';
	font-weight: 300;
	text-transform: uppercase;
}

.navbar a:hover {
	color: #1f7105 !important;
	text-decoration: none;
}

a.navbar-brand{
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	color: #1f7105 !important;
}

.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active
{
  background: transparent;
  color: #1f7105 !important;

}

.static-navbar{
	background: #fff;
}

.static-navbar a{
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}

.static-navbar .navbar-brand {
	color: #1f7105;
}

@media screen and (min-width:992px){
	.navbar-margin {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:992px){
	.order-1 {
		padding: 0;
	}

	.half {
		flex-basis: 50%;
	}

	.nav-filter {
		float: right;
	}
}

@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
	}
}

/* STICKY ONLINE CHAT  */
.icon-bar {
    position: fixed;
    bottom: 0%;
    right: 10%;
    z-index: 1000;
    color: white;
}
  
.icon-bar a:hover {
    color: white;
	background: linear-gradient(#1f7105, #33821a, #74AF04 );
    transition: .3s all;
}

.btn-chat {
	background: linear-gradient(#74AF04, #33821a, #1f7105);
    transition: .3s all;
	color: white;
	border: none !important;
	border-radius: .25rem .25rem 0 0 !important;
	font-size: 10pt;
	padding: 10px 20px;
}

.btn-chat img {
	width: 20px;
}

.icon-filter {
	position: fixed;
	left: 10%;
	bottom: 5%;
	z-index: 1000;
	background: white;
	border: solid thin;
	border-color: #1f7105;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-image: url("images/front/icons/icon-filter.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.icon-filter a {
	
	transition: .3s all;
	border: solid thin;
	color: white;
	border: none !important;
	border-radius: .25rem .25rem 0 0 !important;
	font-size: 10pt;
	padding: 10px 20px;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption{
	top: 35%;
}

.carousel-caption h1{
	font-size: 3.5rem;
	font-weight: bolder;
}

@media screen and (max-width: 768px){
	.carousel-caption h1{
		font-size: 38px;
	}
}

/* PILLS  */
.bookmarks {
	margin-bottom: 50px;
}
.bookmarks ul {
	width: max-content;
	margin: 0 auto;
	background: linear-gradient(#1f7105, #33821a,#74AF04);
	color:#fff;
	border-radius: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
	padding: 0 20px;
	border: none !important;
}
.bookmarks ul li {
	display: inline-block;
	text-transform: uppercase;
	color: #ccc;
	font-size: .9rem;
	font-family: 'Arial';
	letter-spacing: 1px;
	padding: .7rem 1rem !important;
	cursor: pointer;
}
@media (max-width: 767px) {
	.bookmarks ul li {
		padding: 11px 11px;
		text-align: center;
		display: none;
	}
}
.bookmarks ul li.active {
	background: linear-gradient(45deg, #1f7105, #33821a, rgba(0,0,0,0.3) );
}
@media (max-width: 767px) {
	.bookmarks ul li.active {
		display: block;
	}
}

/* PRODUCT DISPLAY  */
.product-thumbnail {
	margin-top: 20px;
}

.product-thumbnail ul {
	margin: 0 auto;
	transition: .3s;
	border: none !important;
	display: flex;
	flex-wrap: wrap;
}
.product-thumbnail ul li {
	display: inline-block;
	text-transform: uppercase;
	padding: .7rem 1rem !important;
	cursor: pointer;
}
@media (max-width: 767px) {
	.product-thumbnail ul li {
		padding: 11px 11px;
		text-align: center;
		display: none;
	}
}
.product-thumbnail ul li.active {
	background: linear-gradient(45deg, #1f7105, #33821a, rgba(0,0,0,0.3) );
}
@media (max-width: 767px) {
	.product-thumbnail ul li.active {
		display: block;
	}
}

.product-thumbnail img {
	width: 70px;
	height: 70px
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

.owl-prev {
	left: -2rem;
}

.owl-next {
	right: -2rem;
}
.owl-carousel .item p {
	margin: 0;
	font-family: 'Arial';
	font-size: 50px;
	color: #fff;
	text-align: right;
}
.owl-carousel .owl-controls {
	position: absolute;
	top: 60px;
	width: 100%;
}

.owl-carousel .owl-controls .owl-nav div {
	position: absolute;
	font-family: 'Arial';
	font-size: 30px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: all 0.4s linear;
}

.owl-carousel .owl-controls .owl-nav div:hover {
	letter-spacing: 2px;
	color: #ff1053;
}

.owl-carousel .owl-controls .owl-nav div.owl-prev {
	left: 50px;
}

.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: 50px;
}

@media (max-width: 767px) {
	.owl-carousel .owl-controls {
		top: -90px;
	}

	.owl-carousel .owl-controls .owl-nav div {
		font-size: 16px;
	}

	.categories-index .owl-prev {
		left: 0;
	}

	.categories-index .owl-next {
		right: 0;
	}

	.owl-carousel .owl-controls .owl-nav div.owl-prev {
		left: 20px;
	}
	
	.owl-carousel .owl-controls .owl-nav div.owl-next {
		right: 20px;
	}
}

/* MEGA MENU  */
.menu-large {
	position: static !important;
  }
  
  .megamenu {
	padding: 20px 20px;
	width: 100%;
  }
  
  .megamenu > div > li > ul {
	padding: 0;
	margin: 0;
  }
  
  .megamenu > div > li > ul > li {
	list-style: none;
  }
  
  .megamenu .card {
	  outline: none;
  }
  
  .megamenu .card:hover,
  .megamenu .card:focus {
	  outline: 1px solid #000;
  }
  
  .megamenu > div > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
  }
  
  .megamenu > div > li > ul > li > a:hover,
  .megamenu > div > li > ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
  }
  
  .megamenu.disabled > a,
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
	color: #999999;
  }
  
  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
  }
  
  .megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
  }
  
  @media (max-width: 768px) {
	.megamenu {
	  margin-left: 0;
	  margin-right: 0;
	}
	.megamenu > li {
	  margin-bottom: 30px;
	}
	.megamenu > li:last-child {
	  margin-bottom: 0;
	}
	.megamenu.dropdown-header {
	  padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
	  color: #fff;
	}
  }

/* BUTTON  */
/* ---SHAPE---  */
.button-rounded {
	background: transparent;
	border-radius: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
	padding: 7px 20px;
}

.button-rounded:hover {
	transition: .3s;
	text-decoration: none;
	color: #f1f1f1 !important;
}

.button-rectangle {
	background: linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	color: white;
	transition: .3s;
	border: 1px solid linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	border-radius: 3px;
	text-decoration: none;
}

.kupon {
	background: linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
}

.pop-kupon:hover {
	text-decoration: none;
}

.button-rectangle:hover{
	background: transparent;
	color: #1f7105;
	border: 1px solid #1f7105;
	border-radius: 3px;
	transition: .3s;
}

/* ---COLOR---  */
.button-blue{
	background: linear-gradient(45deg, #1f7105, #33821a, #74AF04);
	color: #fff !important;
	border-radius: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
	padding: 7px 20px;
	border: none !important;
}

.button-blue:hover{
	background: linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	transition: .3s;
	text-decoration: none;
	color: #f1f1f1;
}

.button-white{
	background: transparent;
	color: #1f7105;
	border-color: #1f7105;
	border-radius: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
	padding: 7px 20px;
}

.button-white:hover{
	background: linear-gradient(45deg, #1f7105, #33821a, #74AF04);
	transition: .3s;
	text-decoration: none;
	color: #f1f1f1;
}

.button-blue-thin{
	background: transparent;
	padding: 2px 15px;
	color: #1f7105;
	border: 1px solid #1f7105;
	border-radius: 3px;
	transition: .3s;
}

.button-blue-thin:hover {
	background: linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	color: white;
	transition: .3s;
	border: 1px solid linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	border-radius: 3px;
	text-decoration: none;
}

.tokopedia {
	color: #3cb642 !important;
	border-color: #3cb642;
}

.tokopedia:hover {
	background: #3cb642;
}

.shopee {
	color: #f3571c !important;
	border-color: #f3571c;
}

.shopee:hover {
	background: #f3571c;
}

.strike-through {
	text-decoration: line-through;
}

.box-shadow {
	box-shadow: 3px 4px 5px #e6ffe9;
	padding: 25px;
}

.box-kupon {
	box-shadow: 3px 4px 5px #e6ffe9;
	text-decoration: none;
	color: grey;
}

.box-kupon :hover {
	text-decoration: none !important;
}

.box-address {
	background: transparent;
	border: 1px solid #1f7105;
	padding: 20px;
	margin-bottom: 20px;
}

.close-promo {
	position: absolute;
	top: 10px;
	right: 15px;
}

.close-promo-detail {
	position: absolute;
	top: 10px;
	left: 15px;
}

.discount-badge,
.cart-badge {
	border-radius: 50%;
	color:#fff;
	position: absolute;
	top: 0;
	text-align: center;
}

.discount-badge {
	width: 40px;
	height: 40px;
	font-size: .9rem;
	line-height: 40px;
	background:#d42b2e;
	left: 0;
}

/* @media screen and (max-width: 600px) {
	.discount-badge {left: 6rem;}
} */

.cart-badge {
	width: 22px;
	height: 22px;
	font-size: .5rem;
	line-height: 22px;
	background:linear-gradient(#74AF04,#33821a, #1f7105);
	right: 0;
}

@media screen and (max-width: 992px){
	.cart-badge {
		left: 1rem;
	}

}
.navbar-toggler-icon{
	color: #fff;
}

/* SEARCH  */

.search { 
	position: relative; 
	margin: 0 auto ;
	text-align: center;
}
.search input {
	outline:none
}
.search .fa-search { 
	position: absolute;
	right: 10px;
	top: 10px;
}

.search-form{
	position: relative;
	width: 100%;
}
.search-form input {
	margin-bottom: 5px;
}

.search-container{
	background: #fff;
	border-color: #ccc;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 10px;
}
.search-container ul{
	padding: 0;
	margin: 0;
}
.search-container ul li{
	list-style-type: none;
	margin: 10px 0;
}
.search-container ul li:hover,.search-container ul li:focus{
	background: #dcdcdc;
	cursor: pointer;
}

.latest-search a {
	background: linear-gradient(45deg, #1f7105, #33821a, #74AF04);
	color: white;
	padding: 5px;
	font-size: 0.6em;
	text-transform: lowercase !important;
	margin-right: 3px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	transition: .3s;
	border: none !important;
	font-family: 'lato-regular';
}

.latest-search a:hover {
	background: linear-gradient(45deg, #74AF04,#33821a, #1f7105);
	transition: .3s;
	text-decoration: none;
	color: white !important;
}

@media screen and (max-width: 768px){
	.search-box {
		padding: 0;
	}
	.latest-search {
		margin-bottom: 5px;
	}
}

.page-title {
	padding: 25px 0;
	margin-bottom: 50px;
}

/* SECTION  */
.section-padding-top {
	padding-top: 50px;
}

.section-title h1 {
	margin-bottom: 50px;
}

.section-title h4{
	font-weight: bold;
}

.section-title a{
	font-weight: 600;
	transition: .3s;
}

.section-title a:hover {
	transition: .3s;
}


@media screen and (max-width: 992px) {
	.section-title {
		text-align: center;
		padding: 20px 0;
	}

	.section-title h1 {
		float: none;
	}

	.section-padding-top {
		padding-top: 20px;
	}

	.page-title {
		padding: 20px 0;
		text-align: center;
		margin-bottom: 0;
	}
}

#search-popular .search-result a {
	font-size: .8rem;
}

.bread-crumb {
	padding: 20px 0;
}

.promo-img {
	width: 80%;
	margin: 0 auto;
}

.books-box {
	box-shadow: 5px 10px 18px #e6ffe9;
	background: #fff;
}

.books-box-inside {
	padding: 10px 50px 10px 50px;
}

.book-img {
	margin: 0 auto 15px;
	width: 100%;
}

.book-content {
	text-align: center;
	padding: 10px;
	position: relative;
	margin-bottom: 25px;
	font-family: 'lato-regular' !important;
}

.book-title-box {
	height: 50px;
}

.book-title {
	color: #777777;
	display: block;
	font-size: 9pt;
}

.book-title:hover {
	color: initial;
}

.book-price-box {
	height: 40px;
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0;
}

.book-price-box .strike-through {
	font-weight: normal !important;
}

.add-to-cart {
	font-size: 10pt;
}

.categories-box{
	text-align: center;
	padding: 15px;
	background: #fff;
	transition: transform .5s; /* Animation */
	margin-bottom: 20px;
	height: 150px;
	box-shadow: 5px 10px 18px #e6ffe9;
}

/* BACKUP 
.categories-box p {
	font-size: .9rem;
}

.categories-img {
	position: relative;
	height: 100px;
	margin-bottom: 10px;
} */

.categories-box p {
	font-size: .9rem !important;
	color: black !important;
	text-align: center !important;
}

.categories-img {
	position: relative;
	height: 70px;
	margin-bottom: 10px;
}

.categories-img img {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
	width: 70px !important;
}

#categories .categories-box:hover{
	transform: scale(1.05);
}

.fav-categories {
	background: linear-gradient(#1f7105, #33821a, #74AF04);
	border-radius: 25px;
	color: white;
	padding: 10px 40px;
	margin-bottom: 25px;
}

.fav-link:hover {
	color: white;
}

#newsletter {
	background: linear-gradient(45deg, #1f7105, #33821a, #74AF04);
}

.newsletter-title {
	height: 180px;
	position: relative;
}

.newsletter-title h1 {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.newsletter-title .get-notified {
	font-size: 7rem;
	letter-spacing: 5px;
	opacity: .2;
}

.contact {
	max-width: 600px;
	margin: 0 auto;
	background:white;
	padding: 5px;
	border-radius: 25px;
}

.contact input {
	border: none;
	overflow: hidden !important;
	border-radius: 25px;
}

.contact button {
	border: none;
	border-radius: 25px;
}

@media screen and (max-width: 992px) {
	.newsletter-title .get-notified {
		font-size: 5.25rem;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		text-align: center;
	}
	.newsletter-title .get-notified {
		font-size: 3.5rem;
	}

	.appstore {
		width: 150px;
	}
}

#footer{
	padding-top: 50px;
	font-family: "montserrat", sans-serif;
	font-weight: 300;
}

#footer a {
	display: block;
	color: black;
	margin-bottom: 5px;
}

.footer-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.socmed {
	margin-top: 20px;
}

.socmed a {
	display: inline-block !important;
}

.socmed a:hover {
	opacity: .7;
}

.socmed img {
	width: 40px;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.footer-title {
		margin-top: 15px;
		margin-bottom: 5px;
	}
}

.appstore {
	padding: 8px 8px 8px 0;
	border-radius: 10px;
}

.appstore:hover {
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.copyright {
	padding: 20px 0;
	color: #797e83;
	background: #f2f2f2;
}

/* CHECKOUT  */
.checkout-detail {
	padding: 25px;
}

.item-detail {
	margin-top: 25px;
}

.item-detail img {
	width: 150px;
	margin: 0 auto;
}

/* SHOPPING CART  */
#shopping-cart .box-shadow {
	margin-bottom: 20px;
}
#shopping-cart .item-detail {
	margin-bottom: 30px;
}

.shopping-item-detail {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.item-detail .item-check {
	color: #cccccc;
	font-size: 1.5rem;
	margin-right: 15px;
}

.item-check input {
	margin-right: 15px;
}

.cust-notes {
	overflow: hidden !important;
	border-radius: 25px;
}

.char-count {
	font-size: .8rem;
	margin-top: 5px;
}

.cart-icon {
	margin-top: 15px;
}

.cart-icon i, .cart-icon span {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.2rem;
	color: #777777;
	cursor: pointer;
}

/* HOME FILTER  */
.filter-option {
	max-height: 300px;
	overflow: auto;
	padding: 0px;
	margin-top: 10px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.collapse.in {
	display: block;
}
.form-search {
	width: 100%;
	
}
.form-search li {
	list-style: none;
	margin-left: 5px;
}
.form-search li label {
	color: #666;
	font-weight: normal;
	display: block;
}
.form-search li input {
	margin: 10px;
}

.form-search .form-group {
	margin: 10px 0;
}

.filter-maps {
	background: #1f7105;
	padding: 10px;
	margin-bottom: 20px;
}

.filter-result,
.filter-detail{
	padding: 20px;
	border: solid 3px #1f7105;
	border-radius: 5px;
	margin-bottom: 10px;
}

.filter-detail select {
	border: none;
	border-radius: 0;
	border-bottom: solid 2px #7a7674;
	margin-bottom: 10px;
}

.product-list-content {
	margin-top: 20px;
}

.product-list-content > .section-title h1 {
	font-size: 2rem;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	#filter .product-list {
		margin-top: 20px;
	}
}

.full-circle
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.bg-black {
	background-color: black;
}

.bg-white {
	background-color: white;
	border: 2px solid lightgrey;
}

.bg-blue {
	background-color: #1e6dbc;
}

.bg-light-blue {
	background-color: #8bd1ea;
}

.bg-red {
	background-color: #f4000f;
}

.bg-brown {
	background-color: #8b4512;
}

.bg-grey {
	background-color: #5d5d5d;
}

.bg-pink {
	background-color: #ffb1b1;
}

.bg-green {
	background-color: #006401;
}

/* PRODUCT DETAIL  */
.btn-wish {
	cursor: pointer;
}
.btn-wish:hover {
	color: white !important;
}
.product-photos {
	padding: 20px;
}

.product-amount-box {
	margin: 20px 0;
}

.item-amount i {
	color: #7a7674;
	font-size: 1.2rem;
	margin-right: 5px;
}

.product-amount a, .product-amount span {
	font-size: 1.2rem;
	margin-right: 5px;
}
.photo-active {
	padding: 10px;
	border: solid #0d7704;
	border-width: thick;
}

.product-photo {
	padding: 10px;
	border: solid 1.3px #7a7674;
}

.product-photos img{
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}

.shipping {
	margin: 20px 0;
}

.courier {
	font-size: 1rem;
	width: 100%;	
	margin-bottom: 10px;
}

.courier thead {
	background-color: #f9f9f9;
}

.courier th, .courier td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.total-btn {
	text-align: right;
}

.other-platform {
	margin: 15px 0;
}

@media screen and (max-width: 992px) {
	.total {
		text-align: center;
		margin-bottom: 25px;
	}

	.total-btn a,
	.total-btn button {
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
}

/* TRACKER  */
.tracker {
	padding-bottom: 30px;
}
.status {
	width: 100%;
	border-radius: 2px;
	padding: 5px 10px;
	color: white;
	margin-bottom: .2rem;
}

.status-system {
	background-color: #999999;
}
.status-seller {
	background-color: #468847;
}
.status-buyer {
	background-color: #f89509;
}


/*.owl-carousel .owl-stage-outer{
	margin: 0px 12% !important;
}*/

/*#promotion .owl-item{
	width: 600px !important;
}*/

#promotion .owl-carousel{
	width: 86% !important;
	margin-left: 7.2% !important;
}

section{
	padding-top: 10px !important;
	padding-bottom: 0px !important;
	padding-bottom: 0px !important;
}

section.books .owl-theme .owl-nav{
	margin-top: -10px !important;
}

@media only screen and (min-width: 600px) {
    .max_books{
        min-height: 200px; max-height: 200px; overflow: hidden; margin-bottom: 5px;
    }
}
