body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #FAFAFA;
}

#content, #column-left, #column-right {
	padding-bottom: 0;
}

#top {
	background-color: #e3e3e3;
	padding: 2px 0px;
	margin: 0 0 10px 0;
	min-height: 42px;
}

.welcome {
	list-style: none;
	padding: 8px 0;
	margin: 0;
	font-size: 15px;
}

.welcome a {
	color: #3e8bff;
	margin: 0 3px;
}

#top-links li {
	text-shadow: none;
	text-decoration: none;
	vertical-align: middle;
}

#top-links>ul>li a {
	border-right: 1px solid #676767;
	padding-right: 15px;
}

#top-links li i {
	font-size: 14px;
	margin-right: 5px;
}

#top .nav>.list-inline>.list-inline-item {
	margin-right: 15px;
}

#top #top-links > ul > li a {
    padding: 0 15px 0 0;
}

#top .nav>.list-inline>.list-inline-item:last-child {
	margin-right: 0px;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
	color: #676767;
	text-shadow: none;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
}

#top-links .open>.dropdown-menu {
	right: 0 !important;
	left: auto !important;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
	padding: 5px 5px;
	border: none;
}

#top-links .dropdown-menu a:hover {
	color: #3e8bff;
	background-color: transparent;
}

#top-links ul {
	margin: 0;
}

.dropdown-menu {
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 100%;
	padding: 5px !important;
	margin: 10px 0 0 !important;
	font-size: 14px;
	text-align: left;
	border-top: 2px solid #3e8bff;
	border-radius: 3px;
	transition: all .5s ease;
}

.dropdown-menu::after {
	position: absolute;
	top: -8px;
	left: 5px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #3e8bff;
	border-left: 8px solid transparent;
	content: '';
}

#logo {
	margin: 0 0 20px;
}

/* search */
#search {
	margin-top: 15px;
}

#search .selectpicker {
	width: auto;
	float: left;
	background: #3e8bff;
	border-color: #3e8bff;
	border-radius: 0px;
	color: #fff;
	text-shadow: none;
	padding: 3px 20px 5px 8px;
	font-size: 16px;
}

#search .form-control-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-color: #3e8bff;
	border-radius: 0px;
	box-shadow: none;
	font-size: 15px;
	border-left: none;
}

#search .btn-lg {
	font-size: 18px;
	line-height: 20px;
	padding: 9px 15px;
	text-shadow: none;
	background: #3e8bff;
	border-color: #3e8bff;
	border-radius: 0px;
}

#search .btn-lg i {
	color: #fff;
}
#logo img {
    max-width: 80px;
}
.breadcrumb > li.breadcrumb-item {
    white-space: normal;
}
/* cart */
#cart {
	margin-bottom: 20px;
	margin-top: 15px;
}

#cart .btn-inverse {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	text-align: right;
}

.cart-total {
	position: absolute;
	background: #3e8bff;
	border-radius: 100%;
	padding: 2px 7px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	top: 0;
	right: auto;
	margin-left: -10px;
}

#cart .btn-inverse i {
	color: #676767;
	font-size: 30px;
}

#cart .dropdown-menu a {
	color: #000;
}

#cart .dropdown-menu::after {
	right: 5px;
	left: auto;
}

/* footer */
footer {
	position: unset;
	bottom: 0;
	margin-top: 30px;
	padding: 0px 0 10px;
	background-color: #303030;
	color: #e2e2e2;
}

.socail-icon a i {
	font-size: 33px;
}

.socail-icon {
	float: right;
	display: flex;
}

footer .col-sm-12.text-center .row i {
	font-size: 38px;
	color: #fff;
	margin-right: 8px;
	vertical-align: middle;
	display: block;
	margin: 0 auto 10px;
}

footer .col-sm-12.text-center .row {
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
	margin: 20px 0px;
	padding: 20px 0;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer li {
	margin: 0 0 8px;
}

footer a {
	color: #ccc;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
}

footer a:hover,
footer .copy a {
	color: #3e8bff !important;
}

#footerlogo img {
	margin: 0 auto;
}

.minbox ul li a .fa-caret-right {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

.minbox p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 23px;
	font-weight: 400;
	font-style: italic;
	word-break: break-all;
	font-size: 15px;
}

footer h3 {
	font-family: 'Inria Serif', serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	margin: 5px 0 20px;
}

/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	padding: 8px 0;
	border: none;
	background-color: transparent;
}

.breadcrumb>li.breadcrumb-item:after {
	display: none;
}

.breadcrumb>li.breadcrumb-item {
	text-shadow: none;
	padding: 0;
}

.breadcrumb>li.breadcrumb-item+li:before {
	padding: 0 8px;
	content: "\f105";
	color: #424242;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li a {
	color: #424242;
	font-size: 17px;
}

.breadcrumb>li {
	text-shadow: none;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	padding: 0 8px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f105";
	font-size: 16px;
	color: #424242;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #4a4a4a;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #3e8bff;
	border: none !important;
	box-shadow: none !important;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border-radius: 5px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	border: 1px solid #f2f2f2;
}

.product-thumb .image {
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {
	font-weight: bold;
	margin: 10px 0;
}

.product-thumb h4 a {
	color: #323232;
	font-size: 16px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product-thumb h4 a:hover {
	color: #3e8bff;
}

.product-thumb .description {
	padding: 10px;
	min-height: 70px;
	margin-bottom: 0;
	text-align: center;
}

.product-list .product-thumb .description {
	text-align: left;
}

.product-list .product-thumb .content {
	padding: 15px;
	text-align: left;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 700;
	font-style: italic;
	font-size: 17px;
	color: #3e8bff;
}

.authortobooklist .product-thumb .caption {
	min-height: 60px;
}

.product-thumb .price-old {
	color: #a8a8a8;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
}

.product-thumb .button {
	border-top: none;
	background-color: #3e8bff;
	overflow: auto;
	padding: 8px 0;
	transition: all 0.5s ease-out 0s;
	transform-origin: 50% 100% 0px;
	transform: perspective(800px) rotateX(90deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.product-thumb:hover .button {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.product-thumb:hover {
	border-color: #3e8bff !important;
}

.product-thumb .button button {
	border: none;
	font-size: 20px;
	background-color: transparent;
	color: #fff;
	padding: 0 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.1s ease-in 0s;
	line-height: 20px;
}

.product-thumb .button button:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button button.focus {
	outline: 0;
}

.product-thumb .button button+button {
	border-left: 1px solid #fff;
}

.carousel {
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	margin: 0 0 20px !important;
}

.carousel .carousel-control-prev,
.carousel:hover .carousel-control-prev {
	opacity: 1;
	left: 10px;
}

.carousel .carousel-control-next,
.carousel:hover .carousel-control-next {
	opacity: 1;
	right: 10px;
}

.fa-chevron-left:before {
	content: "\f0d9";
}

.fa-chevron-right:before {
	content: "\f0da";
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #3e8bff;
}

.catebox {
	background: #F2F2F2;
	border-radius: 4px;
}

.catebox .moduleheading {
	margin: 0;
	background: #3e8bff;
	color: #fff;
	font-size: 18px;
	padding: 15px 15px;
	border-radius: 4px 4px 0 0;
	font-weight: 700;
	text-transform: uppercase;
}

.catebox.list-group li:last-child a {
	border-bottom: none;
}

.catebox.list-group .list-group-item:before {
	margin-right: 5px;
	padding: 0;
	content: "\f105";
	color: #424242;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
}

.catebox.list-group a {
	-webkit-transition: .3s;
	transition: .3s;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	background-color: transparent;
	border-radius: 0;
	padding: 12px 15px;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px dotted #000;
}

.catebox.list-group a:hover,
.catebox.list-group a.active {
	color: #3e8bff;
	text-shadow: none;
}

.box-category li {
	position: relative;
}

.box-category li .matter {
	background: #F2F2F2;
	position: absolute;
	top: 0px;
	z-index: 1000;
	padding: 10px;
	display: none;
	border: 1px solid #DBDEE1;
	min-width: 850px;
	left: 100%;
}

.box-category li .matter ul {
	width: 100%;
	column-count: 2;
	margin-left: 0;
}

.box-category li .matter .matter-left {
	position: relative;
	width: 60%;
}

.box-category li .matter .description {
	float: left;
	margin-top: 20px;
}

.box-category li .matter ul li ul {
	width: 100%;
}

.box-category li .matter ul li ul li {
	float: none;
	padding-top: 7px;
}

.box-category li .matter .description h3 {
	color: #005696;
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0px;
}

.box-category li .matter .description p {
	line-height: 18px;
}

.box-category li .matter ul li {
	padding: 0 0 15px 0 !important;
	border: none !important;
}

.box-category li ul>li ul>li a {
	font-size: 12px;
	color: #ccc;
}

.box-category li ul>li>a {
	padding: 0px;
	font-size: 14px;
	color: #005696;
}

.box-category li ul>li>a:hover {
	color: #3e8bff !important;
}

.box-category li:hover .matter {
	display: block;
}

.heading-title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	color: #000;
	text-transform: capitalize;
	margin: 20px 0;
	font-family: 'Inria Serif', serif;
}

.dess {
	display: none;
}

.product-list .dess {
	display: block !important;
	font-size: 16px;
	line-height: 25px;
	word-break: break-all;
}

.product-thumb .plist,
.product-list .image .pgrid {
	display: none;
}

.product-list .content .plist {
	display: block;
}

.product-list .content .plist button {
	background: #4a4a4a;
	padding: 10px 15px;
	border-radius: 5px;
}

.product-list .content .plist button:hover {
	background: #3e8bff;
}

.product-list .content .plist {
	position: relative;
	transform: none;
	transform-origin: 0;
	background-color: transparent !important;
}

.bookends {
	margin: 20px auto 40px;
	max-width: 100%;
	border-width: 5px;
	border-color: hsl(0, 0%, 50%) transparent;
	height: 11px;
	border-style: double;
	width: 20%;
}

.bookends:before,
.bookends:after {
	position: absolute;
	bottom: -3.536px;
	width: 7.071px;
	height: 7.071px;
	display: block;
	border-width: 0 7.071px 7.071px 0;
	border-color: hsl(0, 0%, 50%);
	border-style: double;
	box-sizing: border-box;
}

.bookends:before {
	transform: translateZ(0) rotate(-45deg);
	left: -21px;
}

.bookends:after {
	transform: translateZ(0) rotate(135deg);
	right: -21px;
}

#authorlist h4 a {
	color: #000;
	text-transform: capitalize;
}

#authorlist h4 {
	text-align: center;
	margin: 15px 0 20px;
}

#authorlist .product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.author-detail .imagea img {
	border-radius: 5px;
}

.author-detail .imagea {
	border-radius: 5px;
	border: 1px solid #ddd;
}

#authorlist h4 a:hover {
	color: #3e8bff;
}

.owl-wrapper-outer {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0;
}

.author-detail h2 a {
	color: #000;
	font-size: 24px;
	font-family: 'Inria Serif', serif;
	font-weight: 700;
}

.author-detail .adesc {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 23px;
	margin: 0 0 15px;
}

#authortobooklist {
	margin-bottom: 30px;
}

.author-detail .product-thumb {
	border-radius: 0;
	border: 1px solid #f2f2f2;
}

.author-detail .des {
	display: none;
}

.extrainfo-detail li .extrainfo {
	float: left;
}

.extrainfo-detail {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out 0s;
}

.author-detail .product-thumb:hover .extrainfo-detail {
	display: block;
}

.extrainfo-detail ul {
	padding: 10px 10px;
	border: 1px solid #ddd;
	margin: 5px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.extrainfo-detail li {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	text-align: right;
}

.author-detail h2 {
	margin: 0 0 10px;
}

.bottomban h1 sub {
	color: #3e8bff;
}

.bottomban {
	padding: 30px 15px;
}

.bottomban h1 {
	color: #000;
	font-size: 75px;
	font-family: 'Inria Serif', serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
}

.bottomban .btn-buy {
	color: #fff !important;
	padding: 12px 36px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	background-image: linear-gradient(to right, #808080 0%, #ff0029 51%, #808080 100%);
	background-size: 200% auto;
	flex: 1 1 auto;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-size: 14px;
	line-height: 24px;
}

.banbottom {
	margin: 20px 0;
}

.bottomban .btn-buy:hover,
.bottomban .btn-buy:focus {
	color: #ffffff;
	background-position: right center;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.swiper-viewport {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 20px !important;
}

.banners {
	margin: 20px 0 !important;
}

.ban-slide img {
	transition-duration: .9s;
}

.ban-slide:hover img {
	transform: scale(1.1);
}

.ban-slide {
	padding: 0px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#common-home #banner0 .ban-slide::before {
	background-color: #f3494c;
	content: "";
	height: 0;
	left: 0px;
	margin: auto;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	position: absolute;
	top: 0px;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-khtml-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 0;
	z-index: 1;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
	backface-visibility: hidden;
}

#common-home #banner0 .ban-slide::after {
	background-color: #f3494c;
	bottom: 0px;
	content: "";
	height: 0;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	position: absolute;
	right: 0px;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-khtml-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 0;
}

#common-home #banner0 .ban-slide:hover::before,
#common-home #banner0 .ban-slide:hover::after {
	height: 100%;
	width: 100%;
}

.sortbox {
	background: #F2F2F2;
	padding: 10px 0 10px 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	display: flex;
}

.sortbox .btn-primary {
	padding: 5.5px 4px;
	margin-right: 5px;
}

.sortbox .form-select,
.sortbox .input-group-text {
	line-height: 25px;
}

.sortbox .input-group.mb-3 .input-group {
	padding: 0 10px;
}

.sortbox .mb-3 {
	margin-bottom: 0 !important;
}

.sortbox .btn-light {
	background-color: #424242;
	color: #fff;
	background-image: none;
	border: none;
	margin-right: 5px;
	border-radius: 0px;
	line-height: 25px;
}

.sortbox .btn-light:hover,
.sortbox .btn-light.active,
.sortbox .btn-light.active:hover,
.sortbox .btn-light:active.focus {
	background-color: #3e8bff;
	color: #fff;
	box-shadow: none !important;
	text-shadow: none !important;
}

.sortbox #compare-total,
.sortbox .btn-group {
    height: 100%;
}

.sortbox .col-md-3.col-6 {
    padding: 0 10px;
}

.heading-page {
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	color: #000;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.stocklist li {
	margin: 0 0 5px;
	font-size: 14px;
}

.stocklist li a {
	color: #3e8bff;
}

.stocklist span {
	font-weight: bold;
}

.pprice .newprice {
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	color: #3e8bff;
	margin-right: 8px;
}

.pprice {
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pprice .tax {
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 700;
}

.pprice .price-old {
	color: #a8a8a8;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}

.qty {
	display: flex;
}

.qty .form-control {
	width: auto;
	min-width: 50px;
	border-radius: 0;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
	height: 44px;
}

.qty label {
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
}

#button-cart {
	font-size: 22px;
	padding: 2px 20px;
	line-height: 20px;
}

#button-cart i {
	margin-right: 5px;
}

.wishlist-compare .btn-light i {
	font-size: 20px;
}

.wishlist-compare .btn-light {
	background: #e3e3e3;
	border: none;
	text-shadow: none;
	font-size: 15px;
	color: #000;
	margin-left: 5px !important;
	padding: 11.3px 17px;
	border-radius: 4px !important;
	line-height: 20px;
}

.wishlist-compare .btn-light:hover {
	background: #3e8bff;
	color: #fff;
}

.rating p a {
	color: #000;
	font-size: 14px;
	margin-left: 5px;
}

#product-info .nav-tabs {
	margin: 0;
	border-bottom: none;
}

#product-info .tab-content p {
	font-size: 16px;
	line-height: 23px;
}

#product-info .nav-tabs>li>a {
	background: #4a4a4a;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin: 0;
	border: none;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

#product-info .nav-tabs .nav-link.active,
#product-info .nav-tabs .nav-link.active:hover {
	border: none;
	background: #3e8bff;
	color: #fff;
}

#product-info .tab-content {
	background: #fff;
	padding: 15px;
	border: 1px solid #f2f2f2;
}

.slider-top img {
	width: 100%;
}

.animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
	0% {

		-webkit-transform: translateY(-20px);
	}

	100% {

		-webkit-transform: translateY(0);
	}

	0% {
		-webkit-transform: translateY(-20);
	}
}

@keyframes slideDownIn {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}

	0% {
		transform: translateY(-20px);
	}
}

.floating {
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(1%);
	}

	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(1%);
	}

	100% {
		-webkit-transform: translateY(0%);
	}
}

.slideDownIn {
	-webkit-animation-name: slideDownIn;
	animation-name: slideDownIn;
}


.box1 {
	box-sizing: border-box;
	padding: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.box1 .product-thumb {
	margin-bottom: 0px;
	border: none;
}

.box1 .product-thumb:hover {
	border: none;
}

.box1::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 190%;
	background: repeating-linear-gradient(#ffffff 0%, #ffffff 7.5px, #3e8bff 7.5px, #3e8bff 15px, #ffffff 15px, #ffffff 22.5px, #3e8bff 22.5px, #3e8bff 30px);
	transform: translateX(-20%) translateY(-20%) rotate(-45deg);
	animation: animate 35s linear infinite;
}

@keyframes animate {
	from {
		background-position: 0;
	}

	to {
		background-position: 0 450px;
	}
}

#product-list .box1::before {
	display: none;
}

.product-thumb .description ul li .extrainfo {
	font-weight: 600;
	margin-right: 5px;
}

.choices__inner {
    background-color: #3e8bff;
    color: #fff;
    border-color: #3e8bff;
    padding-left: 12px;
    padding-right: 12px;
}

.choices {
    margin-bottom: 0;
}

.choices[data-type*=select-one]::after {
    border-color: #fff transparent transparent transparent;
}

.choices[data-type*=select-one].is-open::after {
	border-color: transparent transparent #fff transparent;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    font-size: 12px;
    padding: 5px 10px;
	color: #000;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #fff;
}

#form-product .btn-group {
    gap: 10px;
    margin-left: 10px;
}


/* ========================= responsive code start here ========================= */
@media only screen and (min-width: 576px) {
	#content, #column-left, #column-right {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {

	.float-start,
	.float-end {
		float: none !important;
		text-align: center;
	}

	#top-links {
		display: block !important;
	}

	#logo {
		margin: 0 auto 10px;
		text-align: center;
	}

	#cart {
		margin: 0;
	}

	#cart .btn-inverse {
		text-align: center;
	}

	.welcome {
		text-align: center;
		margin: 0 auto;
		font-size: 14px;
	}

	#menu .btn-navbar {
		margin-top: 8px;
	}

	#mega_menu #category {
		margin-top: 5px;
	}

	#logo img {
		margin: 0 auto;
	}

	#search .open>.dropdown-menu {
		overflow: hidden !important;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	#cart.open>.btn {
		display: block;
		float: none;
	}

	#cart .dropdown-menu::after {
		right: 48%;
	}

	#cart {
		margin-bottom: 20px;
		float: none;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.product-thumb .button {
		transform: none;
	}

	.authorlist .image img {
		width: 100%;
	}

	.bottomban h1 {
		text-align: center;
		font-size: 50px;
	}

	.bottomban .btn-buy {
		margin: 0 auto;
	}

	.bottomban {
		text-align: center;
	}

	.author-detail .imagea {
		margin-bottom: 20px;
	}

	.minbox {
		margin-bottom: 20px;
	}

	footer .text-center .col-sm-4 {
		margin-bottom: 20px;
	}

	footer .copy {
		text-align: center;
	}

	.socail-icon {
		float: none;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.wishlist-compare {
		display: block;
	}

	.wishlist-compare .btn:first-child {
		margin-left: 0 !important;
	}

	.heading-title {
		font-size: 20px;
	}

	.bookends {
		margin: 15px auto 30px
	}

	.qty {
		display: block;
	}

	#button-cart {
		padding: 10px 20px;
		margin: 10px 0;
	}

	#cart .dropdown-menu li {
		min-width: 100%;
	}

}