@font-face{
	font-family:SKETCHH;
	font-style:normal;
	font-weight:400;
	src:local("SKETCHH"),url(../font/SKETCHH.woff) format("woff");
}
@font-face{
	font-family:Roboto-Light;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Light"),url(../font/Roboto-Light.woff) format("woff");
}
@font-face{
	font-family:RobotoCondensed-Light;
	font-style:normal;
	font-weight:400;
	src:local("RobotoCondensed-Light"),url(../font/RobotoCondensed-Light.woff) format("woff");
}
@font-face{
	font-family:Roboto-Regular;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Regular"),url(../font/Roboto-Regular.woff) format("woff");
}
@font-face{
	font-family:Roboto-Condensed;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Condensed"),url(../font/Roboto-Condensed.woff) format("woff");
}
@font-face{
	font-family:Roboto-BoldCondensed;
	font-style:normal;
	font-weight:400;src:local("Roboto-BoldCondensed"),url(../font/Roboto-BoldCondensed.woff) format("woff");
}
@font-face{
	font-family:RobotoCondensed-Regular;
	font-style:normal;
	font-weight:400;src:local("RobotoCondensed-Regular"),url(../font/RobotoCondensed-Regular.woff) format("woff");
}
@font-face{
	font-family:Roboto-Medium;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Medium"),url(../font/Roboto-Medium.woff) format("woff");
}
@font-face{
	font-family:Roboto-Bold;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Bold"),url(../font/Roboto-Bold.woff) format("woff");
}
body {
    font-family:'Open Sans',sans-serif;
    color:#666;
    font-size:15px;
    line-height:20px
}
h1, h2, h3, h4, h5,h6 {
    color:#444
}
#alert .alert {
	min-width: auto;
}
h1 {
    font-size:33px
}
h2 {
    font-size:27px
}
h3 {
    font-size:21px
}
h4 {
    font-size:15px
}
a {
	color: #666666;
}
a:hover{
	color: #c00505;
}
ul {
	padding: 0;
	list-style: none;
}
label {
	font-size: 14px;
	color: #000000;
}
.table td {
	font-size: 14px;
}
.form-control,
.form-select {
	font-size: 12px;
	font-family: RobotoCondensed-Regular;
}
.navbar-expand-lg .navbar-nav li:last-child .dropdown-menu {
	right: 0;
}
.card-body {
    background: #f5f5f5;
}

/* == breadcrumb css == */
.breadcrumb {
	background: #f2f5f8;
	border-color: #f2f5f8;
}
.breadcrumb > li.breadcrumb-item > a {
	color: #363333;
	font-size: 12px;
    font-family: Roboto-Regular;
}
.breadcrumb > li.breadcrumb-item .fa-home:before {
	content: "Home";
	color: #363333;
	font-size: 12px;
    font-family: Roboto-Regular;
	font-weight: 400;
}
.breadcrumb > li.breadcrumb-item {
	text-shadow: none;
	padding: 0 15px;
}
.breadcrumb > li.breadcrumb-item:after {
	content: ">>";
	border: 0;
	transform: none;
	width: auto;
	height: auto;
	top: 0;
	right: -8px;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
	display: none;
}
/* == /breadcrumb css == */

/* ==  pagination page css == */
.pagination {
	gap:4px;
}
.pagination .page-link {
    color: #fff;
    background: #333;
    border-color: #333;
	border-radius: 0 !important;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
	background: #c00505;
	border-color: #c00505;
	color: #ffffff;
}
/* == /pagination page css == */

/* == column left, column right css == */
#column-left .row .col, #column-right .row .col {
    width: 100%;
    flex: auto;
}
#column-right .latest h3, #column-left .latest h3,
#column-right .featured h3, #column-left .featured h3,
#column-right .special h3, #column-left .special h3,
#column-right .bestseller h3, #column-left .bestseller h3{
	margin: 0;
}
/* == /column left, column right css == */

/* == carousel css == */
.carousel {
	border: 0;
	box-shadow: none;
	margin: 0 0 30px;
}
.carousel .carousel-control-prev {
	left: 0;
}
.carousel .carousel-control-next {
	right: 0;
}
.sliders img, 
#banner-left img,
#column-left img {
	min-width: 100%;
}
/* == /carousel css == */

/* == button css == */
.btn {
	border-radius: 0;
    font-size: 14px;
	background-image: none;
	text-shadow: none;
}
.btn-primary, .btn-primary:disabled, .btn-primary.disabled,
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, 
.btn-light.disabled, .btn-light[disabled]  {
    background: #547734;
    border-color: #547734;
	color: #ffffff;
}
.btn-info {
    border-color: #0dcaf0;
}
.product-list .product-thumb .content{
	text-align:left;
}
.product-list .product-thumb .button-cart{
	display:none;
}
.product-thumb .button-group.btnlist{
	display:none !important;
}
.product-list .product-thumb .button-group.btnlist{
	display:block !important;
	position: relative;
    right: auto;
    top: auto;
	margin-top:10px;
	opacity: 1;
    z-index: 1;
	border: 0;
}
.rating .fa-star {
    color: #999;
}
.rating p {
	margin: 0;
}
.rating p a {
    color: #3f3b3b;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
}
.product-list .product-thumb .button-group.btnlist button{
	opacity:1;
	display:inline-block;
	border-radius: 0;
	width: auto;
    height: auto;
    line-height: inherit;
    padding: 7px 12px;
}
.product-list .product-thumb .image .button-group{
	display:none;
}
#display-control .btn-group .btn{
	padding:5px 10px;
	line-height:20px;
	margin-right:5px;
	background-color: #547734;
    border: none;
	color:#fff;
	font-family: Roboto-Regular;
}
#display-control .btn-group #button-list {
    order: 2;
    /* position: relative; */
    /* display: flex; */
}
#display-control .btn-group .btn.btn-light.active{
	background: #c00505;
    color: #fff;
}
#display-control .btn-group i{
	margin-right: 8px;
	font-size: 14px;
	color:#fff;
}
.btn-primary:hover,
#button-cart:hover,  .qtypara .minus:hover,
.qtypara .add:hover {
    background: #c00505;
    border-color: #c00505;
	color: #ffffff;
}
.btn-light {
	background: #333333;
	border-color: #333333;
	color: #fff;
}
/* == /button css == */

/* == header css == */
#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: #ffffff;
	text-shadow: none;
	font-family: Roboto-Regular;
	font-size: 16px;
}
#top .nav > .list-inline .list-inline-item > a:hover,
#top .nav > .list-inline .list-inline-item .dropdown-toggle:hover {
	color: #000;
}
#top ul {
	margin: 0;
}
#top .nav {
	justify-content: space-between;
}
#top .welcome span {
	font-family: Roboto-Light;
}
#top .welcome a{
	text-decoration: underline;
	text-transform: capitalize;
}
#top .welcome li {
	padding: 0 !important;
}
#top .nav ul li {
	padding: 0 8px;
	margin: 0;
}
#top .nav ul li:last-child{
	padding-right: 0 !important;
}
#top .nav ul li:first-child{
	padding-left: 0 !important;
}
#top .dropdown .dropdown-menu li{
	padding: 0;
}
#top {
	background: #c00505;
	border-color: #c00505;
	position:relative;
	margin: 0;
	padding: 14px 0;
	min-height: 50px;
}
#top .dropdown-item {
	font-size: 14px !important;
}
#top .dropdown-item:hover {
	background: #c00505;
	border-color: #c00505;
	color: #ffffff;
}
#top b, #top strong {
    font-weight: inherit;
}
.topelem {
	background-image: url(../image/headertop.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-size: cover;
}
#menu #category {
	color: #c00505;
	font-size: 16px;
}
#logo, #search, #cart{
	margin: 0;
}
#logo img {
    max-width: 100%;
}
#search {
    border: 1px solid #c00505;
    border-radius: 8px;
	overflow: hidden;
}
#search .form-control-lg {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	height: 50px;
	text-transform: none;
	font-size: 14px;
}
#search .btn-lg {
    padding: 0.57rem 15px;
    background: #fff;
    border-color: transparent;
    color: #c00505;
}
.headerbg {
	background: #f9eaea;
	padding: 20px 0px 35px;
}
#cart .dropdown-menu li div{
	padding: 0 10px;
}
#cart {
	text-align: center;
}
#banner-right .carousel {
	margin: 0;
}
#banner-right .carousel:first-child {
    margin-bottom: 24px;
}

/* == Shine == */
.tmdbanner .carousel-item {
	position: relative;
	overflow: hidden;
}
.tmdbanner .carousel-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.tmdbanner .carousel-item:hover::before{
	-webkit-animation: shine 2s;
	animation: shine 2s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#cart .btn-inverse{
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
	color: #ffffff;
}
#cart .cartbag {
	background-image: url('../image/cart.png');
	background-repeat: no-repeat;
	width: 85px;
	height: 107px;
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 20px 0 0;
    font-family: Roboto-Bold;
	margin:0 auto;
}
#cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #547734;
}
#cart .dropdown-menu p a strong{
	color: #C00;
    text-transform: uppercase;
	font-size: 14px;
}
#cart .dropdown-menu {
    background: #fff;
    overflow: auto;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 100% !important;
	padding: 0;
	border-color: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu.navbar {
	padding: 0;
	margin: 0;
}
#menu {
	background: transparent !important;
	border-color: transparent !important;
	background-image: none;
}
#menu .navbar-nav > li > a {
	color: #000000;
	text-shadow: none;
	font-size: 18px;
	font-family: 'RobotoCondensed-Light';
	border: 1px solid #e6e6e6;
	/* border-right: 0; */
	margin-left: -1px;
	padding: 20px 30px;
	display: block;
	transition: all .5s ease;
	text-transform: capitalize;
}
#menu .navbar-nav > li:last-child > a {
	border-right: 1px solid #e6e6e6;
}
#menu .navbar-nav > li > a:hover,
#menu .dropdown-inner ul li a:hover,
#menu .see-all:hover {
	background: #c00505;
	border-color: #c00505;
	color: #ffffff;
}
.navbar-light .navbar-toggler {
	background:#c00505;
	border-color: #c00505;
	padding:6px 18px;
}
/* == /header css == */

/* == footer css == */
footer {
	position: unset;
	background: #fffff7;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
	text-align: center;
}
footer .footerinner {
	padding: 25px 0;
}
footer h5 {
    font-family: Roboto-BoldCondensed;
    font-size: 18px;
    color: #c00505;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
footer li a {
	transition: all .5s ease;
}
footer li a, footer .payment p, footer li {
    color: #000;
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
}
footer li a:hover {
	color: #c00505;
}
footer li {
	margin-bottom: 15px;
}
footer .footerlogo {
	margin-bottom: 10px;
}
footer .payment ul li {
	margin: 0;
}
footer .payment ul li i{
	font-size: 40px;
}
footer .social_links ul li {
	display: flex;
    align-items: baseline;
}
footer .social_links ul li i {
	color: #c00505;
	margin-right: 5px;
}
.powered {
    /* background: #010101; */
	text-align: center;
	color: #000;
}
.powered p{
    margin: 0;
	font-family: Roboto-Regular;
	padding: 20px 0;
}
#gotoTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #9C1C1D;
    border: 1px solid #9C1C1D;
    color: #ffffff;
    width: 50px;
    height: 50px;
	padding: 3px;
	z-index: 1;
}
#gotoTop i {
	font-size: 25px;
	border: 1px solid #ffffff;
	height: 100%;
	width: 100%;
	display: block;
	line-height: 40px;
}
.footline {
	margin: 0;
    height: 5px;
    border: 0px;
    background-image: -webkit-linear-gradient(left, rgb(192, 5, 5), rgb(192, 5, 5) 55%, rgb(255, 255, 255) 35%, rgb(255, 255, 255));
    background-size: 18px 100%;
}
.addft {
	padding: 30px 0;
	background: #010101;
}
.social-media {
	margin: 0;
	text-align: right;
}
.social-media li a {
    background: #c00505;
    width: 35px;
	height: 35px;
	line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}
.social-media .list-inline-item:not(:last-child) {
	margin-right: 5px; 
}
.social-media a:hover {
	opacity: 0.9;
}
.social-media li a i {
	font-size:18px;
}
.social-media li .fb {
    background: #3C5B9B;
}
.social-media li .twet {
    background: #359CF7;
}
.social-media li .google {
    background: #E33729;
}
.social-media li .in {
    background: #027BA5;
}
.social-media li .pinterest {
    background: #D8484C;
}
.social-media li .youtube {
    background: #EE3637;
}
.social-media li .blogger {
    background: #EFA929;
}
/* == /footer css == */

/* == Home css == */
.sliders {
    overflow: hidden;
	margin-bottom: 30px;
}
#content {
    min-height: auto;
	padding-bottom: 15px;
}
.module-title {
	text-align: center;
}

.module-title h3 {
    /* font-family: SKETCHH; */
    font-family: "Arial Rounded MT", sans-serif;
	font-weight: 700;
    text-align: center;
    font-size: 30px;
    color: #c00505;
    margin: 20px 0 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #c00505;
    display: inline-block;
    padding-bottom: 10px;
}
.module-title .text-danger {
	color: #c00505;
	border-color: #c00505;
}

.bgcolor, #product-list {
    background: #f9eaea;
}
.bgcolor{
	position: relative;
    overflow: hidden;
    padding: 0 0 30px;
}
.product-thumb {
	border: 0;
	margin: 0;
	background: #ffffff;
}
.product-thumb .image {
	position: relative;
	margin: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.product-thumb .image:hover {
	background: #547734;
}
.product-thumb .image:hover .button-group{
	opacity: 1;
	z-index: 2;
	right: 15px;
}
.product-thumb h4 {
	font-family: Roboto-BoldCondensed;
	font-weight: 400;
}
.product-thumb h4 a {
	color: #000;
	text-transform: uppercase;
}
.product-thumb .price {
    font-family: 'Roboto-BoldCondensed';
    font-size: 22px;
	color:#000;
}
.product-thumb .price-old {
	color: #999999;
	font-size: 16px;
	margin-left: 2px;
}
.button-cart button {
	background: #547734;
	border: 1px solid #547734;
	color: #ffffff;
	font-family: RobotoCondensed-Regular;
	font-size: 22px;
	padding: 10px 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.button-cart button:hover {
	background: #c00505;
	border-color: #c00505;
	color: #ffffff;
} 
.product-thumb .content {
	text-align: center;
}
.product-thumb .button-group {
	display: inline-grid;
	position: absolute;
	right: -50px;
	top: 20px;
	background: transparent;
    border-color: transparent;
	opacity: 0;
	z-index: -1;
	transition: all .5s ease;
}
.product-thumb .button-group button i{
	font-size:14px;
}
.product-thumb .button-group button {
    background: #c00505;
    border: 1px solid #c00505;
	color: #ffffff;
	border-radius: 50%;
    padding: 0;
    display: block;
    flex: auto;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}
.product-thumb .button-group button:hover {
    background: #ffffff;
	color: #c00505;
}
.product-thumb .button-group button + button {
	border-color: #c00505;
}
.product-thumb .button-group button:last-child {
	margin: 0;
}
#review p {
	text-align: left !important;
}
.graphs {
	position: relative;
    overflow: hidden;
	padding-bottom: 60px;
}
.graphs:before, .graphs:after {
    content: "";
    background-image: url('../image/corner_graph.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 325px;
    height: 300px;
    display: block;
    position: absolute;
    z-index: 1;
}
.graphs:before {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}
.graphs:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
}
.tmd_slick {
    z-index: 1000;
	margin: 0 -12px;
}
#ourbrands .carousel-control-prev,
#ourbrands .carousel-control-next,
.tmd_slick .fa1, .tmd_slick .fa2 {
    position: absolute;
    top: 50%;
    background: #333;
    color: #fff;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
	padding: 0;
    transition: all .5s ease;
	opacity: 1;
}
.tmd_slick .fa1 {
    left: 12px;
}
#ourbrands .carousel-control-prev {
	left: 0;
}
.tmd_slick .fa2 {
    right: 12px;
}
#ourbrands .carousel-control-next {
	right: 0;
}
#ourbrands .carousel-control-prev:hover,
#ourbrands .carousel-control-next:hover,
.tmd_slick .fa1:hover, .tmd_slick .fa2:hover { 
	background: #e31433;
}
.tmd_slick .slick-slide {
	padding: 0 12px;
}
/* == /Home css == */

/* == product page css == */
#product-info h1 {
	font-family: Roboto-BoldCondensed;
	font-size: 22px;
	color: #000;
}
#product-info .bgcolor {
	padding: 5px;
}
#product-info .image {
	text-align: center;
	background: #ffffff;
}
#product-info .additional-images {
	margin: 5px 0;
}
#product-info .additional-images a {
	margin-right: 20px;
}
#product-info .related .bgcolor{
	padding: 40px 0;
}
.rating a {
	font-family: RobotoCondensed-Regular;
	font-size: 14px;
}
.nav-tabs .nav-link {
	font-family: RobotoCondensed-Regular;
    color: #333;
    text-transform: uppercase;
	background: #f5f5f6;
	border-radius: 0;
	font-size: 16px;
}
.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
	background: #c00505;
	border-color: #c00505;
	color: #ffffff;
}
.tab-content p {
    color: #5b5858;
    font-family: RobotoCondensed-Regular;
}
#button-cart {
	background-color: #222 !important;
    border-color: #222 !important;
    border-radius: 0;
    color: #fff;
    font-size: 20px!important;
    padding: 12px 27px;
    margin-bottom: 0px;
    font-family: RobotoCondensed-Regular;
	line-height:28px;
}
.btns-box .btn-group button {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 32px;
}
#form-product .btn-group button{
	padding: 10px 18px;
    font-size: 18px;
	line-height: 32px;
}
#form-product .btn-group button+button{
	margin-left: 3px;
}
.qtypara {
	display: flex;
}
.qtypara input{
	text-align: center;
	margin-left: 10px;
	width: auto;
	border-radius: 0;
	max-width: 43px;
	box-shadow: none !important;
}
.qtypara .minus,
.qtypara .add{
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	display: block;
	padding: 0 5px;
}
#product-info .offer-price a {
    font-family: RobotoCondensed-Regular;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
	padding:0 5px;
}
#product-info .pricestock {
    margin: 10px 0 30px;
    border-bottom: 1px solid #dfe9f6;
	font-size: 22px;
}
#product-info .pricestock .stock {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: auto;
	float: right;
    color: #f50000;
	font-family: Roboto-BoldCondensed;
}
#product-info .pricestock .price-new {
	font-weight: 400;
	color: #f50000;
}
#product-info .pricestock .price-old {
	color: #999;
	font-size: 16px;
}
#image {
	margin: 0;
	padding: 15px 10px;
}
#image .col {
    padding: 0 8px;
}
#image .carousel-inner .carousel-item.active, 
#image .carousel-inner .carousel-item-next, 
#image .carousel-inner .carousel-item-prev {
    display: flex;
    padding: 0;
}
#image .carousel-control-prev, 
#image .carousel-control-next {
    opacity: 1;
    font-size: 16px;
    color: #c00505;
    display: inline-block;
    width: auto;
    height: auto;
}
/* == /product page css == */

/* == category page css == */
.list-group {
	margin-bottom: 30px;
}
.list-group .heading {
    font-family: Roboto-Bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #c00505;
    margin: 0;
    padding: 10px 8px;
    font-weight: 400;
	margin:0;
}
#column-right .list-group a.list-group-item {
    color: #565656;
    padding: 8px 10px !important;
    background: 0 0;
    font-size: 15px;
    border: none;
    border-radius: 0 !important;
}
#column-right .list-group a+a{
    border-top: 1px solid #dddddd !important;
}
#column-right .list-group {
    color: #565656;
    background: #f8f8f8;
    text-shadow: none;
    border: none;
    padding: 0;
}
.list-group .list-group-item {
	font-family: Roboto-Regular;
    background: #f8f8f8;
    font-size: 15px;
    color: #565656;
    border: none !important;
	padding: 0;
	display: block;
}
.list-group li:last-child {
    border-bottom: 0;
}
.list-group .list-group-item.active,
.list-group .list-group-item:hover {
	background:transparent;
	color: #565656;
}
#product-list {
	padding: 20px 0;
	margin: 0 0 20px;
}
#display-control select {
    border: 1px solid #f0f0f0;
}
#display-control .input-group .input-group-text {
	background: none;
	border: none;
	font-size: 14px;
	font-family: Roboto-Regular;
}
#product-list .product-thumb {
	margin-bottom: 15px;
}
#product-category hr {
	display: none;
}
/* == /category page css == */
.topbanner {
	background-image: url('../image/topbanner.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: block;
	width: 100%;
	height: 167px;
}
.bread {
	background: #f2f5f8;
}
.listdesc,.product-list .griddesc{
	display:none;
}
.product-list .listdesc{
	display:block;
}
.swiper-viewport .swiper-pager div {
	background-image: none;
	width: auto;
	height: auto;
}
.product-thumb .description {
	padding: 15px 10px;
}
.product-thumb .button-cart {
    padding: 0 0 20px;
}
.sliders .carousel {
	margin-bottom:0;
}
.sliders .carousel-indicators {
    bottom: 25px;
}
.carousel .carousel-indicators [data-bs-target] {
    border: 1px solid #c00505;
	background: #fff;
	opacity: 1;
}
.carousel .carousel-indicators [data-bs-target].active {
	background: #c00505;
}
.shipping {
    margin: 0 0 30px;
    position: relative;
    background-image: url('../image/bg_ship.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px 0;
}
#shipping {
    padding: 0;
    text-align: center;
}
#shipping ul li {
	margin: 0;
}
#shipping ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap:20px;
}
#shipping .image {
    border-radius: 50%;
    border: 2px solid #666;
    width: 137px;
    height: 137px;
    line-height: 137px;
    display: block;
    margin: 0 auto 10px;
}
#shipping a {
	transition: all .5s ease;
}
#shipping .image .hoverimg,
#shipping .ship_body:hover .image .shipimg {
    display: none;
	transition: all .5s ease;
}
#shipping h4 {
    color: #666;
    font-family: Roboto-BoldCondensed;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#shipping p {
    color: #717171;
    font-family: RobotoCondensed-Light;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 23px;
}
#shipping .ship_body:hover .image{
	background: #c00505;
	border-color: #c00505;
	transition: all .5s ease;
}
#shipping .ship_body:hover .image .hoverimg {
    display: block;
}
#shipping .ship_body:hover a,
#shipping .ship_body:hover h4,
#shipping .ship_body:hover p{
	color: #c00505;
}
.btns-box{
	display:inline-block;
}

footer .payment ul li a {
    padding: 0;
    float: left;
    width: 52px;
    height: 36px;
    background: url('../image/payment.png') no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 10px;
}
footer .payment .paypal {
    background-position: 1px 0;
}
footer .payment .visa {
    background-position: -61px 0;
}
footer .payment .american {
    background-position: -123px 0;
}
footer .payment .master {
    background-position: -187px 0;
}
#latestpost #content img {
	width:100%;
	max-width:100%;
}
/* == custom page css == */
#account-login .border.rounded .text-end{
	text-align: left !important;
}

.tmdbanner img.img-fluid {
    width: 100% !important;
}

.footerbottom_text {
    font-size: 12px;
    text-transform: capitalize;
    color: #000;
	font-family: 'Open Sans', sans-serif;
}
.footerbottom_text a {
    color: #c00505 !important;
}
/* == /custom page css == */

/* == Responsive Start Here == */
@media(max-width: 1024px){ 
	#shipping ul li .ship_body .image{
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	#shipping ul li .ship_body .image img{
		max-width: 50px;
	}
	#shipping ul li .ship_body h4 {
		font-size: 16px;
	}
	#shipping p {
		line-height: inherit;
		font-size: 14px;
		margin: 0;
	}
	.product-thumb .image img {
		margin: 0px auto;
	}
	
	.headerbg, .addft {
		padding: 20px 0px;
	}
	#product-list .product-thumb {
		margin: 0;
	}
}
@media(max-width: 1000px){
	.graphs {
		padding-bottom: 30px;
	}
	.graphs:before, .graphs:after {
		background-size: 90%;
		width: 100px;
		height: 80px;
	}
	.tmd_slick {
		z-index: inherit;
	}
}
@media(max-width: 767px){
	#menu .navbar-nav > li > a{
		padding: 15px 15px;
		font-size: 18px;
	}
	.carousel,
	#banner-right .carousel:first-child,
	#banner-right .carousel {
		margin: 0 0 20px;
	}
	#shopping-cart table .input-group {
		min-width: 140px;
	}
	.inner.float-start {
		float: none !important;
	}
	#top .nav {
		float: none !important;
		text-align: center;
		justify-content: center;
		gap: 10px;
	}
	#top .nav > .list-inline > .list-inline-item, 
	#top .nav > .list-inline .list-inline-item > a, 
	#top .nav > .list-inline .list-inline-item .dropdown > a {
		font-size: 14px;
	}
	#logo {
		margin: 0 0 20px;
	}
	#search {
		margin: 0 0 15px;
	}
	#cart .cartbag {
		margin: 0px auto;
	}
	#menu.navbar {
		padding: 5px 0;
	}
	#menu .navbar-nav > li > a{
		border: 0;
		border-bottom: 1px solid #ddd;
	}
	#menu .navbar-nav > li:last-child > a {
		border: 0;
	}
	.social-media {
		text-align: center;
	}
	.shipping {
		margin-bottom: 30px;
		background-image: none;
		padding-bottom: 0;
	}
	.product-thumb .button-group {
		top: 10px;
	}
	.product-thumb .button-group button{
		width: 35px;
		height: 35px;
		margin-bottom: 6px;
	}
	.product-thumb .button-group button i {
		font-size: 13px;
	}
	.module-title h3 {
		margin: 20px 0 30px;
		font-size: 25px;
		padding-bottom: 15px;
	}
	.product-thumb .description {
		padding: 10px;
	}
	.product-thumb .price {
		font-size: 18px;
	}
	.button-cart button {
		line-height: inherit;
		font-size: 16px;
		padding: 8px 10px;
	}
	footer .footerinner, 
	#product-info .related .bgcolor{
		padding: 30px 0;
	}
	#product-info h1 {
		margin-top: 20px;
	} 
	.pagination {
		justify-content: center;
		margin: 0 0 20px;
	}
	#cart .dropdown-menu li {
		min-width: 100%;
	}
	#cart .dropdown-menu {
		width: 100% !important;
	}
}
@media(max-width: 399px){
	.row-cols-2 > * {
		width: auto;
	}
}
/* == Responsive End Here == */