/*
Theme's main style.

@author Vee W.
*/
@import 'flexvideo.css';


.pagination {
    margin: 0;
}
.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}


.page-header {
    margin-bottom: 20px;
}


.page-header-top-right {
    margin-top: 10px;
}


.post-view-attachment .entry-attachment .attachment {
    text-align: center;
}
.post-view-attachment .entry-attachment .attachment .card {
    margin: 0 auto;
    width: 400px;
}
.post-view-attachment .entry-attachment .attachment .wp-video {
    margin: 0 auto;
}


.row-with-vspace {
    margin-bottom: 5px;
}


.site-footer {
    background-color: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}


.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}


.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}


.widget_calendar .calendar_wrap table {
    font-size: 14px;
    margin: 0;
}
.widget_calendar .calendar_wrap table caption {
    caption-side: top;
}
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap .table th {
    padding: 8px;
}
.widget_calendar .calendar_wrap .table #next {
    text-align: right;
}


#comments .comment-navigation,
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .comment-navigation {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
#comments .comment-respond {
    margin-top: 20px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 4em;
    padding-left: 0;
}


#main .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main .attachment .entry-content {
    margin-bottom: 20px;
}
#main .attachment .entry-content .attachment {
    text-align: center;
}
#main .attachment .entry-meta {
    margin-bottom: 20px;
}
/* fix auto img responsive */
#main .post .entry-content img {
    height: auto;
    max-width: 100%;
}
#main .post,
#main .page {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow-x: auto;
    padding: 10px;
}
#main .post .entry-header .entry-meta {
    color: #999;
    font-size: 0.8rem;
}
#main .post .entry-header .entry-meta a {
    color: inherit;
}
#main .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main .post .entry-meta .categories-icon {
    cursor: default;
}
#main .post .entry-meta .comments-link a {
    color: #333;
}
#main .post .entry-meta .comments-link a .comment-total,
#main .page .entry-meta .comments-link a .comment-total {
    color: #555;
}
#main .attachment .edit-post-link a, 
#main .attachment .entry-meta .edit-post-link a, 
#main .post .entry-meta .edit-post-link a,
#main .page .entry-meta .edit-post-link a {
    color: #333;
}
#main .post .entry-meta .tags-icon {
    cursor: default;
}
#main .attachment .entry-title, 
#main .post .entry-title,
#main .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}


#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}


/* Fix Bootstrap 4 */
.navbar {
    min-height: 54px;/* With this, we can use navbar without navbar-brand */
	
	/*   Bhaskar added   */
	position:relative;
}
/*   Bhaskar added  
#bootstrap-basic4-topnavbar{
	position: absolute;
	top: 5px;
	left:13px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(238, 238, 238);
	z-index: 5000;
	line-height: 1.5em;
	padding: 7px;
} */



/*   Bhaskar added   */
#campaign-main ul{list-style: none;}
#campaign-main li::before {content: "•"; color: #d24f3c; margin-right: 5px; font-size:18px;}


.headerwidgets{
	list-style:none;
}
.headerwidgets li{
	display:inline-block;
	width:100%;
	/*padding-left:20px;*/
}

.bordered{
	border:1px solid #eee;
	padding:10px;
}

.campaign header{
	position: relative;
	z-index: 999;
	/*top:-13px;*/
}

/*.campaign .page{ padding: unset !important;border: none !important; transform: translateY(-54px);}*/

.carousel-indicators li{
	height: 10px;
width: 10px;
border-radius: 50%;
background-color:#5C5C5C;
}

.carousel-indicators li.active{
	background-color:#eeeeee;
}

#carouselcampaign .carousel-inner{
	min-height: 160px;
}
h4 span{
	background-color:#598109;
	color:#ffffff;
	padding: 5px 10px;
	font-size:16px;
	font-family:Arial;
	/*margin-left:5px;*/
}

#advantages .greenbak{
	margin-left:-10px;
}

.topborder{
	border-top:1px solid #ddd;
	padding-top:20px;
}

.teadetails p.text-right{
	/*padding-right:25px;*/
	padding-top:3px;
}

.mrp{
	font-size:x-large;
	color:#d24f3c;
}

small{color:#333; font-size:13px; padding-right:0px}
.greyback{background-color:#ebebec; margin:0 !important;}

/*  bhaskar added */
.wholesale{margin-top:5px;}
#carouselwholesale .carousel-inner{min-height:320px;}
#carouselwholesale .carousel-inner .carousel-item{border:1px solid #eee;}
#carouselwholesale .carousel-inner .carousel-item{padding-left:5px; min-height:301px;}
#carouselwholesale .carousel-control-next, .carousel-control-prev{width:5%; display:unset; margin-top:22%;}
#carouselwholesale .carousel-control-next{right:10px !important;}
#carouselwholesale .carousel-control-prev{left:10px !important;}
#carouselwholesale .carousel-control-next img, .carousel-control-prev img{height:40px; opacity:0.5;}

#carouselwholesale .carousel-inner .row{
	padding-bottom:10px;
}

#carouselwholesale .carousel-control-next-icon, #carouselwholesale .carousel-control-prev-icon{
background-color: #4449;	
padding: 40px 20px;
}

a.blind{color:#000000;}
a.blind:hover{text-decoration: none;}

.campaignlinks{
	color: #598109;
	text-decoration: none;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 10px 18px;
	text-transform:uppercase;
	font-weight: 500;
	text-align: center;
	font-size:11px;
}

.border-right{
	border-right:1px solid #000 !important;
}

.border-left{
	border-left:1px solid #000 !important;
}

.teadetails h6{
	line-height:16px; font-size:14px; margin-bottom:0;
}

.teadetails h6 a{
	/*font-weight:600;*/
	color:#666;
	text-decoration:none;
	font-size:14px;
}
.teadetails p, .teadetails ul{
	font-size:12px;
	line-height:16px;
	color:#666;
	margin-bottom:1px;
}

/*.teadetails h6 a::after{
	content: "  \f0c1";
	font-family:"Font Awesome 5 Free";
	color: blue;
}*/



@media only screen and (max-width: 768px) {
    #carouselcampaign .carousel-inner{
		min-height: 160px;
	}
	/*.campaign .page{ transform: translateY(-24px);}*/
}

/* Large devices (tablets  768 - 992) */
@media only screen and (max-width: 992px) {
	
}

hr{
	height:0px;
	/*background-color:#ccc;*/
	margin: 0 0 5px 0;
}


#products .card{border-radius:unset; border:1px solid #eee; margin-bottom:16px; min-height:460px;}
#products.ru .card{min-height:451px;}
#products .card .card-header{background-color:unset; padding:0; border-bottom:unset;}
#products .card .card-body{padding:0.25rem;min-height:140px;}
#products .card .card-body.sub{min-height:90px;}
#products .card .card-footer{padding: .75rem 0.25rem; background-color: unset;border-top: unset;}
#products .card .card-footer p{margin-bottom:0;}
#buttons{margin-bottom: 7px !important;}


img.textaround{float:left; margin-right:15px; margin-bottom:15px;}
.de-sign{position:relative; height:45px;}
.de-sign .signimg{width: 200px;position: absolute;bottom: 15px;right: 30px;}