.page-body{
    background: #cc0000; /* Old browsers */
    background: -moz-linear-gradient(top, #cc0000 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc0000 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc0000 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
    overflow: hidden;
}

.carousel-inner .item .bf-img-soldout{
	position: absolute;
    right: 45%;
    top: 7%;
    padding: 10px;
    background-color: darkred;
    color: white;
    z-index: 10;
    transform: rotateX;
    font-size: 16px;
    width: 95px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.row-c-2{
	height: 70px;
}

.bf-imgh-r2 i{
	color: white
}

.bf-imgh-r4{
	min-height: 75px;
    overflow: auto;
}

.bf-imgh-r4.logedind{
	min-height: 54px;
    overflow: auto;
}

.bg-banner{
    position: absolute;
    top: 0;
    width: 100%;
}
.row-1,.row-2{
    margin-bottom: 1rem;
}

#myCarousel .carousel-inner{
    border-radius: 5px 5px 0 0;
}

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.carousel-caption .row-c-2 h2 {
	font-size:25px;
}

/* #myCarousel .nav-justified > li:first-child a{
    border-radius: 0 0 5px 0
}  */

/* #myCarousel .nav-justified > li:last-child a{
    border-radius: 0 0 0 5px;
}  */


#myCarousel .nav-justified > li > a
{
    border-radius: 0px;
}

#myCarousel .nav-pills>li a { 
    background-color: #282828;
    color: white;
}

#myCarousel .nav-pills>li.active a { 
    background-color: #C9AD76;
}

#myCarousel .carousel-inner .item img{
    width: 100%;
	height:310px;
}

#myCarousel .carousel-caption{
    width: 45%;
    background-color: #fff;
    /* position: absolute; */
    height: 100%;
    right: 0;
    top: 0;
    text-shadow: none;
    color: #111;
    text-align: inherit
}

.row-c-1,.row-c-2,.row-c-3,.row-c-4{
    margin-bottom: 1rem;
}


.row-c-1 ul li i{
   margin-right: 5px;
}

.row-c-4 ul.rating-box{
    position: relative;
    padding-top: 5px
}

.row-c-4 ul.rating-box li span{
    position: absolute;
    top:3px;
}

.rateYo{
    display: inline-block;
}

.row-3 > .col-md-3{
    padding-left: 0;
    margin-top: 10px;
}
/*
.row-3 > .col-md-3:nth-child(4){
    padding-left: 15px
}
*/
.row-c-5 .challange li:first-child span.superColor{
    position: absolute;
    top:0;
    margin-right: 30px;
    padding: 0 5px;
    background-color: #fff;
	right: 12%;
}

.row-c-5 .challange li:first-child hr{
    position: absolute;
    top:0;
    width: 10%;
    position: absolute;
    top: -8px;
    width: 30%;
    right: 70px;
    border-top-width: 3px;
    z-index: -1;
    border-top-color:#C9AD76;
}


.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 129%;
    margin: -3.2em;
    display: inline-block;
    right: 0px;
    top: -65px;
}

.flip-clock-divider .flip-clock-label {
    right: -110px;
    font-family: 'BYekan';
    display: none;
}

.flip-clock-divider.minutes .flip-clock-label{
    right: -120px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -120px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 2.9em;
    color: black;
    text-shadow: none;
    font-size: 35px;
}

.row-c-5 .challange li:last-child button{
    position: absolute;
    top: 15px;
    width: 45%;
    left: 15px;
}

.bf-img{
    position: relative;
}

.bf-img .bf-img-badgeoffer{
    position: absolute;
    left: 20px;
    top: 0;
    padding: 10px;
    color: white;
    text-align: center;
    border-bottom-right-radius: 10px;
    z-index: 0;
}

.bf-img .bf-img-soldout{
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 10px;
    background-color: darkred;
    color: white;
    z-index: 0;
    font-size: 16px;
    width: 95px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.bf-img img{
    height: 180px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.bf-img .bf-img-hovered{
    display: none;
    position: absolute;
    background-color: #00000094;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 0;
    transition:all .3s;
    color:white;
    padding: 15px;
    border-radius: 5px 5px 0 0;
}

.box-fest-main:hover .bf-img-hovered{
    display: block;
}

.bf-img .bf-img-hovered > div{
    margin-bottom: 5px;
}

.bf-img .bf-img-hovered .bf-imgh-r1 ul li i{
    font-size: 16px;
}

.bf-img .bf-img-hovered .bf-imgh-r1 ul li:last-child{
    float: left;
}

.bf-img .bf-img-hovered .bf-imgh-r1.logedind ul li:last-child
{
	margin-left: 7rem;
}
.bf-img .bf-img-hovered .bf-imgh-r1 ul li:last-child a{
    float: left;
    color:white
}

.bf-imgh-r6 span{
	position: absolute;
    right: 45%;
    bottom: 5%;

}

.bf-imgh-r3{
	height: 19px;
}

.bf-imgh-r1 ul li a{
    color:white
}

.bf-img .bf-img-hovered .bf-imgh-r5{
    margin-bottom: 10px
}

.bf-img .bf-img-hovered .bf-imgh-r5 p{
    font-size: 12px;
}

.bf-pricelike{
    background-color: #e7e7e7;
    padding:5px 15px;
}

.bf-imgh-r4 a{
    color: white;
}


.bf-pricelike ul li{
    font-size: 16px;
}

.bf-pricelike ul li:first-child{
    margin-left: -5px;
    color:gray;
}

.bf-det-2{
	height: 77px;
    max-height: 77px;
    overflow: auto;
}

.bf-pricelike ul li:nth-child(2){
    color:gray;
}

.bf-pricelike ul li:last-child{
    float: left;
}

.bf-details{
    padding:10px 15px;
    background-color: #fff;
	min-height: 200px;
}

.bf-details .clearfix{
      margin-bottom: 5px;
}

.bf-details .bf-det-2 h4{
    line-height: 25px;
	color: black !important;
}

.bf-timeremain{
    padding:10px 15px;
    background-color: rgb(209, 139, 54);
    color: white
}

.bf-timeremain{
    position: relative;
}

.bf-timeremain .clock{
    position: absolute;
    top: 38px;
    right: 130px;
    zoom: .45;
    width: 110%;
    transform: scale(.45);
    -ms-transform: scale(.43);
}

.row-4 .ads{
    margin: 1rem 0;
}

.row-4 .ads img{
    width: 100%;
    border-radius: 5px;
}

.row-5 .ads-in-row img{
    height: 452px;
	border-radius: 5px;
}

.row-5 {
    margin-bottom: 1rem;
}

.row-5 > .col-md-3{
    padding-left: 0;
}

.row-5 > .col-md-3:nth-child(4){
    padding-left: 15px
}

.row-6 > .col-md-3{
    padding-left: 0;
}

.row-6 > .col-md-3:nth-child(4){
    padding-left: 15px
}

.row-7 .col-md-9 .row{
    margin-bottom: 1rem;
}

.row-7 .col-md-9 .row .col-md-4{
    padding-left: 0
}

.row-7 .col-md-3 .superlarge-ads img{
    width: 100%;
    height: 881px;
	border-radius: 5px;
}

.row-8 .pagination{
    width: 60%;
    margin: 1rem auto;
}

.pagination li a {
    font-family: BYekan;
    color: #333;
    font-size: 15px;
    color: white;
	border-radius: 2px;
    padding: 5px 10px;
    background: black;
	transition: all .1s;
}

.pagination li:hover a,.pagination li.active a  {
	background: #c9ad76;
	color:black;
}

.bf-img-badgeoffer-2{
    position: absolute;
    top: 0;
    left: 40px;
    padding: 10px;
    color: white;
    text-align: center;
    border-bottom-right-radius: 10px;
    z-index: 1;
}


.flip-clock-wrapper.firefoxed {
	text-align: center;
	position: relative;
	width: 108%;
	margin: -3.2em;
	display: inline-block;
	right: -148px;
	top: -34px;
	width: 266%;
}


.clock-remain.flip-clock-wrapper.firefoxed {

    text-align: center;
    position: relative;
    width: 108%;
    margin: -3.2em;
    display: inline-block;
    right: -113px;
    top: -22px;
    width: 258%;

}

.bf-timeremain.firefoxed{
    padding-bottom: 0;
    height: 45px;
}

.bf-timeremain .clock.firefoxed{
    transform: scale(.23);
}

.row-new{
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-new i , .row-new span{
    font-size: 18px;
    font-weight: bold;
}

.row-new i{
    margin-left: 10px;
}

.row-new span{
    color: darkred
}

.row-6 .ads-in-row img {
    height: 435px;
	    border-radius: 5px;
}

.row-3 .col-md-3:last-child .clock-remain.firefoxed,
.row-5 .col-md-3:last-child .clock-remain.firefoxed
{
	right: -103px;
}

.row-5 .col-md-3.firefoxed .ads-in-row img,.row-6 .col-md-3.firefoxed .ads-in-row img {
    height: 458px;
}

.row-7 .col-md-3.firefoxed img{
	height: 895px;
}

.bg-banner img {
	width: 100%;
}

.row-c-3{
	height: 65px;
    min-height: 30px;
    max-height: 65px;
}

.scrolltop {
	bottom: 40%;
}

/*-------------- TIMETO PLUGIN -------------------------*/
figure, figcaption {
	display: block;
}


.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	/* font-family: Tahoma, Verdana, Aial, sans-serif; */
	font-size: 30px;
	line-height: 108%;
	font-weight: bold;
	height: 20px;
    margin-top: 3px;
	direction: ltr;
    float: left;
}

.timeTo span {
	vertical-align: top;
	color: black
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	font-size: 12px;
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	/* border-top: 1px solid silver; */
	/* border-right: 1px solid silver; */
	/* border-bottom: 1px solid silver; */
	overflow: hidden;
}
.timeTo div.first {
	border-right: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clock-countdown.timeInCarousel{
	position: absolute;
    right: 16%;
    bottom: 20%;
}

/*---------------------------- End -----------------------------------*/

@media only screen and (max-width: 768px) {
	#myCarousel .carousel-inner,
	#myCarousel .item.active,
	#myCarousel .carousel-inner .item img {
	      height: 360px;
	}

	#myCarousel .carousel-caption {
	  width: 100%;
	  background-color: rgba(255, 255, 255, 0.918);
	}

	h4.bold.gray.pull-right {
	  float: right !important;
	}

	h2.bold.green.pull-right {
	  font-size: 19px;
	}

	.row-c-4 ul.rating-box {
	  text-align: center;
	}

	.row-c-4 .col-md-8.col-xs-12.text-right {
	  text-align: center !important;
	  margin: 10px 0;
	}

	.row-c-5 .challange li:first-child hr {
	  width: 38%;
	}

	.row-c-5 .challange li:first-child {
	  width: 71%;
	}

	.row-c-5 .challange li:last-child button {
	  width: 23%;
	}

	.row-c-5 .challange li:first-child span.superColor {
	      right: 15%;
	}

	.bf-img-badgeoffer-2 {
	  right: 115px;
	  padding: 5px;
	  z-index: 99;
	  font-size: 7px;
	  width: 40px;
	}

	#myCarousel .nav-pills > li + li {
	  margin: 0;
	}
	
	#myCarousel .nav-justified > li > a{
		margin-bottom: 0;
	}

	.row-3 > .col-md-3,
	.row-5 > .col-md-3,
	.row-6 > .col-md-3,
	.row-7 .col-md-9 .row .col-md-4 {
	  padding-left: 15px;
	  margin-bottom: 1rem;
	}

	.row-3 > .col-md-3:last-child,
	.row-5 > .col-md-3:last-child,
	.row-7 > .col-md-3:last-child
	{
		 margin-bottom: 0rem !important;
	}
	
	.row-8 .pagination {
	  width: 63%;
	  margin: 1rem auto;
	  text-align: center;
	  float: none !important;
	}
	
	/*--- About header --*/
	.narrow-nav-top.scrolled{
		position: relative;
		padding: 15px 0;
	}
	
	#my-nav.scrolled{
		position:relative;
		top: 0;
		padding-top:0;
	}
	
	#my-nav.scrolled .navbar {
		width: 100%;
		margin: 0 auto;
	}
	
	.shop-btn-div.btn-block ul.dropdown-menu {
		width: 80%;
		border: none;
	}
	
	.shop-btn-div.btn-block button .onscroll-price-count {
		content:''
	}
	
	#my-nav.scrolled .navbar .menu-btn-div .btn-dark {
		width: 100%;
	}
	
	.shop-btn-div .btn-buy span.basket-counter {
		left: 3px;
	}
	
	.shop-btn-div .btn-buy i {
		font-size: 15px;
	}
	
	.shop-btn-div button .onscroll-price-count {
		display: none !important;
	}
	
	.page-body{
		margin-top: 0 !important;
	}
	
	#tb-right ul li:last-child {
		padding-right: 0px;
	}
	
	.sabtenam{
		margin-bottom: 1rem;
	}
	
	.col-md-9.no-padding-left{
		padding-right: 0 !important;
	}
	
	.box-33page ul.last-modified li, .box-33page ul.last-modified li a {
		font-size: 11px;
	}
	
	.col-md-5.col-xs-12{
		margin-top:10px;
	}
	
	.copyright-text{
		text-align: center;
	}
	
	.row-c-1 p.gray{
		font-weight: bold;
	}
	
	.flip-clock-wrapper {
		width: 121%;
	}
	
	.row-4 .ads img {
		height: 120px;
	}
	
	.bf-timeremain .clock {
		position: absolute;
		top: 22px;
		right: 110px;
		zoom: 0.55;
		width: 110%;
		transform: scale(.55);
		-ms-transform: scale(.65);
	}
	
	.flip-clock-wrapper.firefoxed {
		text-align: center;
		position: relative;
		width: 228%;
		margin: -3.2em;
		display: inline-block;
		right: -103px;
		top: -31px;
		transform: scale(0.32);
	}


	.clock-remain.flip-clock-wrapper.firefoxed {
		text-align: center;
		position: relative;
		width: 108%;
		margin: -3.2em;
		display: inline-block;
		right: -113px;
		top: -22px;
		width: 258%;
	}

	.bf-timeremain.firefoxed{
		padding-bottom: 0;
		height: 45px;
	}

	.bf-timeremain .clock.firefoxed{
		transform: scale(.25);
	}
	
	.btn.btn-block.btn-success{
		font-weight: bold;
	}
	
	#myCarousel{
		border-radius: 0;
		box-shadow: none;
	}
	
	#myCarousel .nav {
		background: transparent;
	}
	
	.row-c-4 {
		margin-bottom: 0;
	}
	
	.row-1 h4{
		font-size: 14px;
	}
	
	.bg-banner img {
		height: 200px;
	}
	
	#myCarousel .nav-pills > li a {
		border-bottom: 1px solid #c9ad76;
	}
	
	.row-5 {
		margin-bottom: 0rem;
	}
	
	.scrolltop {
		bottom: 25%;
	}
	
	.bf-imgh-r6 span {
		right: 36%;
	}
	
	.clock-countdown.timeInCarousel {
		right: 21%;
	}
	
	.carousel-inner .item .bf-img-soldout {
		position: absolute;
		right: 0%;
		top: 46%;
	}
	
}



