.tmd-videothumb .thumbnails .image-additional {
	float: left;
	margin-right: 8px;
}
.tmd-videothumb h3 {
	padding: 10px;
}
.tmd-videothumb .image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.tmd-videothumb .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.tmd-videothumb .image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.tmd-videothumb .popup-youtube {
	position: relative;
}
.tmd-videothumb .popup_youtube {
	position: relative;
}
.tmd-videothumb .popup-youtubee {
	position: relative;
}
.tmd-videothumb .thumbnails i {
	left: 38%;
	position: absolute;
	top: 38%;
    background: red;
    color:#fff;
}
.footer_videos .thumb-nails i {
    font-size: 40px;
    left: 42%;
    top: 42%;
}
.footer_videos .thumb-nails a {
    border: 1px solid #ddd;
}

.tmd-videothumb .image-additional a:hover{border: 1px solid #1091ED;}
.popup-youtube:hover i{opacity: 1;}
.popup_youtube:hover i{opacity: 1;}
.popup-youtubee:hover i{opacity: 1;}
.popup-youtube:hover{opacity: 0.8;}
.popup_youtube:hover{opacity: 0.8;}
.popup-youtubee:hover{opacity: 0.8;}
.tmd-videothumb .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	/*height: auto;*/
}
.thmbimg img {
	width:100px;
	height:98px;
}
/*.modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}*/
.player-poupupmain{
	position:absolute;
	top:50px;
	left:10px;
	z-index:99;
	cursor:pointer;
}
.player-holder-modal{
}
.player-holder-modal .thumbprg .image-additional {
	float: left;
	margin-right: 8px;
}
.player-holder-modal h3 {
	padding: 10px;
}
.player-holder-modal .thumbprg {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.player-holder-modal .image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.player-holder-modal .popup-youtube {
	position: relative;
}
.player-holder-modal .popup_youtube {
	position: relative;
}
.player-holder-modal .popup-youtubee {
	position: relative;
}
.player-holder-modal .thumbprg i {
	font-size: 40px;
	left: 40%;
	position: absolute;
	top: 36%;
	color: #229ac8;
}
.player-holder-modal .thumbprg {
	height:450px;
	overflow: auto;
}
.player-holder-modal .popimg img{
    display: block;
    width: 100%!important;
    height: 120px!important;
}
.tmd-video-player iframe{	
	width:100%;
	height:450px;
	min-height:450px;
	padding:0;
	margin:0;
}
.pro_name {
	text-align: center;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.playcircle {
	color:#232323;
}

#tmdvideoform .form-group + .form-group {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
#tmdvideoform .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
}
#tmdvideoform .panel li.active a, #tmdvideoform .panel li.active a:focus, #tmdvideoform .panel li.active a:hover {
    background-color: #fff;
    border-top: 3px solid #00a4e4;
    margin-bottom: -2px;
}
#tmdvideoform .nav-tabs>li>a:hover {
    background: #fff;
}
#tmdvideoform #video_tabs li a {
    border-bottom: 0px;
    border-left: none;
    border-right: none;
}
.video-content {
    border: 0px!important;
    box-shadow: none!important;
}
#tmdvideoform .panel-heading #sbmt_btn {
    padding: 8px 20px!important;
    border-radius: 4px;
    background-color: #28B779;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px!important;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: -8px;
    line-height: 1.5;
}
#tmdvideoform .panel-heading #sbmt_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
#tmdvideoform .panel-heading #sbmt_btn span i:after {
    content: '\e161';
    position: absolute;
    opacity: 0;
    top: 0;
    font-size: 20px;
    right: -20px;
    transition: 0.5s;
}
#tmdvideoform .panel-heading #sbmt_btn:hover span {
    padding-right: 25px;
}
#tmdvideoform .panel-heading #sbmt_btn:hover span i:after {
    opacity: 1;
    right: 0;
}
#tmdvideoform .panel-heading #sbmt_btn:hover {
    background-color: #1a935f;
}
#tmdvideoform .panel .panel-heading #cancel_btn {
    padding: 8px 20px!important;
    border-radius: 4px;
    background-color: #d9534f;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px!important;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: -10px;
    line-height: 1.5;
}
#tmdvideoform .panel .panel-heading #cancel_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #cancel_btn span i:after {
    content: '\e5c9';
    position: absolute;
    opacity: 0;
    top: 0;
    font-size: 20px;
    right: -20px;
    transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #cancel_btn:hover span {
    padding-right: 25px;
}
#tmdvideoform .panel .panel-heading #cancel_btn:hover span i:after {
    opacity: 1;
    right: 0;
}
#tmdvideoform .panel .panel-heading #cancel_btn:hover {
    background-color: #bf4334;
}
#tmdvideoform .panel .panel-heading #add-video {
	padding: 8px 16px!important;
    border-radius: 4px;
    background-color: #25b9d7;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px!important;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: -10px;
    line-height: 1.5;
}
#tmdvideoform .panel .panel-heading #add-video span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #add-video span i:after {
	content: '\e148';
	position: absolute;
	opacity: 0;
	top: 0;
	font-size: 20px;
	right: -20px;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #add-video:hover span {
	padding-right: 25px;
}
#tmdvideoform .panel .panel-heading #add-video:hover span i:after {
	opacity: 1;
	right: 0;
}
#tmdvideoform .panel .panel-heading #save-bttn {
	padding: 8px 16px!important;
	border-radius: 0px;
	background-color: #28B779;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px!important;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: -8px;
	line-height: 1.5;
}
#tmdvideoform .panel .panel-heading #save-bttn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #save-bttn span i:after {
	content: '\e161';
	position: absolute;
	opacity: 0;
	top: 0;
	font-size: 20px;
	right: -20px;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #save-bttn:hover span {
	padding-right: 25px;
}
#tmdvideoform .panel .panel-heading #save-bttn:hover span i:after {
	opacity: 1;
	right: 0;
}
#tmdvideoform .panel .panel-heading #save-bttn:hover {
	background-color: #1a935f;
}
#tmdvideoform .panel .panel-heading #cancel-bttn {
	padding: 8px 16px!important;
	border-radius: 0px;
	background-color: #e3503e;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px!important;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: -10px;
	line-height: 1.5;
}
#tmdvideoform .panel .panel-heading #cancel-bttn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #cancel-bttn span i:after {
	content: '\e5c9';
	position: absolute;
	opacity: 0;
	top: 0;
	font-size: 20px;
	right: -20px;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #cancel-bttn:hover span {
	padding-right: 25px;
}
#tmdvideoform .panel .panel-heading #cancel-bttn:hover span i:after {
	opacity: 1;
	right: 0;
}
#tmdvideoform .panel .panel-heading #cancel-bttn:hover {
	background-color: #bf4334;
}
#tmdvideoform .panel .panel-heading #setting-bttn {
	padding: 8px 16px!important;
	border-radius: 0px;
	background-color: #25b9d7;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px!important;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: -10px;
	line-height: 1.5;
}
#tmdvideoform .panel .panel-heading #setting-bttn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #setting-bttn span i:after {
	content: '\e8b8';
	position: absolute;
	opacity: 0;
	top: 0;
	font-size: 20px;
	right: -20px;
	transition: 0.5s;
}
#tmdvideoform .panel .panel-heading #setting-bttn:hover span {
	padding-right: 25px;
}
#tmdvideoform .panel .panel-heading #setting-bttn:hover span i:after {
	opacity: 1;
	right: 0;
}
#tmdvideoform .panel .panel-heading #setting-bttn:hover {
	background-color: #1e94ab;
}
#tmdvideoform .panel-heading {
	padding: 15px!important;
}
#tmdvideoform .btn-icons {
	font-size: 16px;
	vertical-align: middle;
}
.del-bttn {
	cursor: pointer;
	/*background-color: #e3503e;*/
	padding: 3px;
	color: #e3503e;
	border: solid 1px #e3503e;
}
.del-bttn:hover {
	background-color: #fbc6c3;
}
#tmdvideoform .btn-outline-primary {
    color: #25b9d7;
    background-color: transparent;
    background-image: none!important;
    border-color: #25b9d7!important;
    border-radius: 0px;
}
#tmdvideoform .btn-outline-primary:hover {
	color:#fff;
	background-color:#7cd5e7;
	border-color:#7cd5e7
}
.quickview .images-container .product-images>li.thumb-container>a .thumb {
    width: 100%;
    max-width: 4.938rem;
    height: auto;
    margin-bottom: 0.8125rem;
    background: #fff;
}
.quickview .tmdvideo {
	display: none!important;
}
.product-images>li.thumb-container>a .thumb.selected, .product-images>li.thumb-container>a .thumb:hover {
    border: #24b9d7  3px solid;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #24b9d7 3px solid;
}
.images-container .product-images>li.thumb-container>a .thumb {
    margin-right: 0.8125rem;
}
.product-images>li.thumb-container>a .thumb {
    margin-bottom: 0.625rem;
    cursor: pointer;
}
.videoicon{position: absolute;left: 33%;bottom: 4px; color:#fff; background: red;}
.tmdvideo{position: relative;}
.tmdvideo img{border:solid 1px #ddd;}

.tmdvideo img{opacity: 0.8;}
.tmdvideo img:hover{opacity:1;}
.videoicon{z-index: 10;}

.footer_videos .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.footer_videos .image-additional a:hover{border: 1px solid #1091ED;}
.tmd-videothumb .video-additional .image-additional, .tmd-videothumb .video_footer .image-additional {
	/*margin: 0 0 0 12px;*/
}

.tmd-videothumb .owl-carousel  .owl-buttons .fa, .tmd-videothumb .video_footer  .owl-buttons .fa{
	font-size:25px;
	background-color: #0ca5cf;
}
.tmd-videothumb .owl-carousel  .owl-buttons .fa:hover, .tmd-videothumb .video_footer  .owl-buttons .fa:hover{
	font-size:25px;
	background-color: #0ca5cf!important;
}
.tmd-videothumb .owl-carousel .owl-buttons .fa, .tmd-videothumb .video_footer .owl-buttons .fa {
  	color: #fff;
  	background: #229ac8!important;
  	left: 0!important;
	position: absolute;
    top: 0!important;
  	padding: 5px;
}
.tmd-videothumb  .owl-carousel {
	margin-bottom:0px;
	background:transparent;
}
.tmd-videothumb .owl-wrapper-outer{
	border:none;box-shadow:none;
}
.tmd-videothumb  .owl-carousel .owl-buttons div{
	opacity:0.5;
	transition: 0.4s;
}
.tmd-videothumb  .owl-carousel .owl-buttons div:hover{
	opacity: 1;
}
.tmd-videothumb .owl-carousel .owl-buttons .owl-prev{
	left:-5px;
	top:40%!important;
}
.tmd-videothumb .owl-carousel .owl-buttons .owl-next{
	right:-5px;
	top:40%;
}
.tmd-videothumb .owl-carousel .owl-buttons .owl-next {
	right: 25px;
	top: 30%;
	position: absolute;
	color:#fff;
}
.tmd-videothumb .owl-carousel .owl-buttons .owl-prev {
	left: 0px;
	top: 30%!important;
	position: absolute;
	color:#fff;
}
.tmd-videothumb .video_footer .owl-buttons .owl-next {
	top: 40%;
	position: absolute;
	color:#fff;
}
.tmd-videothumb .video_footer .owl-buttons .owl-prev {
	left: 0px;
	top: 40%!important;
	position: absolute;
	color:#fff;
}
.tmdheading {
	padding: 10px;
}

#form_list .panel .panel-heading .btnn {
    margin-top: -8px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
}

#form_list .iconcheck {
    color: #72c279;
}
#form_list .iconremove {
    color: #e08f95;
}

#form_list .dataTables_wrapper .dataTables_length {
    float: left;
    width: 25%;
}
#form_list .dataTables_wrapper .dataTables_length select {
    float: left;
    width: 150%;
}
#form_list .dataTables_wrapper .dataTables_filter {
    float: left;
    width: 50%;
}
#form_list .dataTables_wrapper .dataTables_filter input{
    float: left;
    width: 100%;
}
#form_list .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
#form_list .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
#form_list .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
#form_list .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
#form_list .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
}
#form_list .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #cacaca;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: right;
}
.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
    cursor: not-allowed;
}
.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    float: right;
    margin-left: 0px;
    background-color: transparent;
    border: 0px;
}
.simple-pagination .current {
    font-weight:bold;
    font-size: 20px;
}
.simple-pagination .prev {
    font-weight:bold;
    font-size: 24px;
}
.simple-pagination .next {
    font-weight:bold;
    font-size: 24px;
}
.vid_total {
    background: #24b9d7;
    padding: 2px 7px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
}
