/*!
 * Theme Style Sheet
 * Copyright 2017 Techizer info web.
 * Site Url:  http://www.techizer.co/
 *//*! */
 

/**** Fonts ****/

 
 body {
 	font-size: 14px;
 	color: #343434;
 	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
 }
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 	font-family: 'Oswald', sans-serif;
 }
 
 
 /*** Hover ***/
 
 * {
 	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
 }
 *:hover{
 	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
 }
 button:focus {
 	outline: none;
 }

/*** Background Color ****/

.themebgcolor {
	background-color: #4a0c56;
}
.themebgcolor2 {
	background-color: #e4388c;
}
.offwhitebg {
	background-color: #f1f1f1;
}
.whitebg {
	background-color: #fff;
}
.blackbgcolor {
	background-color: #000;
}
.nobackground {
	background-color: transparent;
	background-image: none;
}

/*** FOnt Color ***/

.themecolor {
	color: #800080;
}
.themecolor2 {
	color: #f33a7e;
}
.blackcolor {
	color: #000;
}
.offblack {
	color: #5a5a5a;
}
.offblack2 {
	color: #0f101c;
}
.whitecolor {
	color: #fff;
}

/**** Paragraph Font ***/
.bigfont_para {
	font-size: 20px;
	line-height: 30px;
}


/*** Font Name ***/

.themefontstyle {
	font-family: 'Open Sans', sans-serif;
}
.themefontstyle2 {
	font-family: 'Oswald', sans-serif;
}
.themefontstyle3 {
	font-family: 'Roboto', sans-serif;
}
.themefontstyle4 {
	font-family: 'Lato', sans-serif;
}


a:hover,
a:focus {
	color: #f33a7e;
}

.vh1 {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.vh2 {
	display: table;
    height: 100%;
    width: 100%;
}
.vh3 {
	display: table-cell;
    vertical-align: middle;
}

 /*** Header ***/



.header_top {
	background:#f3f3f3;	
	padding: 10px 0;
}
.hph {
	font-size: 18px;
	color: #343434;
	padding: 3px 0;
}
.hph i{
	color: #bebebe;
	font-size: 20px;
	margin-right: 4px;
    vertical-align: text-bottom;
}
.livechat_btn {
	font-size: 13px;
    padding: 4px 19px;
    border-radius: 20px;
}
.userlogin {
	text-align: right;
	padding: 4px 0;
}
.userlogin ul li{
	display: inline-block;
    line-height: 13px;
    font-size: 13px;
    border-right: 1px solid #343434;
}
.userlogin ul li:last-child {
	border-right: none;
}
.userlogin ul li a {
	color: #343434;
	padding: 0 10px;
}



.header_mid {
    padding: 18px 0;
}
.header_cart {
    padding: 14px 0;
}
.header_logo {
    padding-top: 5px;
}
.header_cart a{
	
}
.header_cart i,
.nav_extra a i,
.fixed_cart a i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('../images/icons/cart.png') center center no-repeat;
	background-size: contain;
	vertical-align: bottom;
}


.fixed-header .fixed_cart a i {background: url('../images/icons/cart-white.png') center center no-repeat; background-size: 100%;}

.header_cart span{
	color: #343434;
	text-transform: uppercase;
}
.header-search {
	display: table;
    width: 100%;
    padding: 0px 0;
}
.header-search .form-control{
	height: 44px;
	box-shadow: none;
	border-color: #bdbdbd;
	border-radius: 8px;
}

.header-search .btn {
	padding: 9px 12px;
    border-left: none;
    border-radius: 0 8px 8px 0;
}
.header-search .btn-default {
	border-color: #bdbdbd;
}
.header-search .btn-default:hover,
.header-search .btn-default:focus,
.livechat_btn:hover,
.livechat_btn:focus {
	background-color: #86184e;
	color: #fff;
	outline: none;
}
.header-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #acacac;
	font-size: 14px;
	font-style: italic;
}
.header-search .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #acacac;
	font-size: 14px;
	font-style: italic;
}
.header-search .form-control:-ms-input-placeholder { /* IE 10+ */
  	color: #acacac;
	font-size: 14px;
	font-style: italic;
}
.header-search .form-control:-moz-placeholder { /* Firefox 18- */
  	color: #acacac;
	font-size: 14px;
	font-style: italic;
}
.header-search .navbar-form {
	margin: 0;
}

.header_bottom.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 111;
	background: #800080;
}
.fixed_livechat {
	display: none;
	position: absolute;
    right: 4%;
    top: 8px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}
.fixed_livechat .tabletooltip .tooltiptext {
	top: 50px;
}
.fixed_livechat .tabletooltip .tooltiptext::after {
	border-color: transparent transparent #e4388c transparent;
	bottom: 100%;
} 
.header_bottom.fixed-header .fixed_livechat {
	display: block;
}

/********** Navigation ******/

.menu-mobile {
    display: none;
    padding: 12px 0;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}
.menu-mobile:focus,
.menu-mobile:hover {
	color: #86184e;
}
.hnav {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
}
.searchbtn {
    position: absolute;
    right: 9.5%;
    top: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchbtn a:hover,
.searchbtn a:focus {
	color: #fff;
}
.searchbtn .dropdown-menu {
	margin-top: 14px;
	min-width: 260px;
    padding: 15px 10px;
    left: -240px;
    border-radius: 0;
}
.fixedlogo {
    position: absolute;
    left: 15px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.fixedlogo img {
	width: 120px;
}
.fixed_cart {
	position: absolute;
    right: 15px;
    top: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.fixed_cart a {
	color: #000;
}
.fixed-header .fixed_cart a {
    color: #fff;
}

.fixed-header .fixedlogo,
.fixed-header .fixed_cart,
.fixed-header .searchbtn {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	visibility: visible;
}
/*.menu-mobile:after {
    content: "\f394";
    font-family: "fontawesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}*/
.header_bottom {
    background: rgba(128, 0, 128, 0.5);
    position: relative;
    z-index: 10;
}
.header_bottom.nobanner {
	background: rgba(128, 0, 128, 1);
}
.hnavbar {
	
}
 
.hnavbar li {
	
}
.hnavbar li a {
	padding: 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-right: 1px solid #e4388c;
}
.hnavbar li:last-child a {
	border-right: none;
}
.hnavbar li a:hover,
.hnavbar li a:focus,
.hnavbar li.active a {
	background: #cc347e;
}
.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "fontawesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 15px;
    background: #fff;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}

.hnav > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.hnav > ul:before,
.hnav > ul:after {
    content: "";
    display: table;
}

.hnav > ul:after {
    clear: both;
}

.hnav > ul > li {
    float: left;
    padding: 0;
    border-right: 1px solid #ae2c6c;
    margin: 0;
}
.hnav > ul > li:last-child {
	border-right: none;
}

.hnav > ul > li a {
    text-decoration: none;
    padding: 14px 22px;
    color: #fff;
    display: block;
}

.hnav > ul > li:hover,
.hnav > ul > li.active {
    background: #86184e;
}
.hnav > ul > li:hover > a,
.hnav > ul > li.active > a {
    color: #fff;
}

.hnav > ul > li > ul {
    display: none;
    width: 100%;
    padding: 0px;
    position: absolute;
    background: #f3f3f3;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.hnav > ul > li > ul:before,
.hnav > ul > li > ul:after {
    content: "";
    display: table;
}

.hnav > ul > li > ul:after {
    clear: both;
}

.hnav > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
    padding: 20px;
}
.hnav > ul > li > ul > li:last-child {
	padding: 0;
    height: 250px;
    overflow: hidden;
}
.hnav > ul > li > ul > li:last-child img {
	min-height: 250px;
    overflow: hidden;
    object-fit: cover;
}
.hnav > ul > li > ul > li > a {
	color: #e4388c !important;
    text-transform: uppercase;
}

.hnav > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
}

.hnav > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.hnav > ul > li > ul > li > ul:before,
.hnav > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.hnav > ul > li > ul > li > ul:after {
    clear: both;
}

.hnav > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.hnav > ul > li > ul > li > ul > li a {
    border: 0;
}

.hnav > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.hnav > ul > li > ul.normal-sub > li {
    width: 100%;
}

.hnav > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.nav_extra {
    display: inline-block;
    float: right;
    padding: 21px 0;
}
.nav_extra a {
	color: #fff;
	padding: 0 10px;
}
.nav_extra a i {
	vertical-align: top;
}

/****** Slider *****/
.banenr {
	border-bottom: 16px solid #4a0c56;
	margin-top: -48px;
	position: relative;
	z-index: 9;
}

.banner_item .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.banner_item.owl-carousel button.owl-dot {
	background: #ed2089;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 2px;
}
.banner_item.owl-carousel button.owl-dot.active {
	background: #fff;
}


/***** Shop Section *********/

.themetitle {
	position: relative;
}

.themetitle h2 {
	display: inline-block;
	position: relative;
	font-size: 27px;
}
.title_view_mmore {
    float: right;
    padding-left: 30px;
    color: #fff;
    z-index: 1;
    position: relative;
    background: #fff;
}
.title_view_mmore span {
	display: inline-block;
	padding: 7px 15px;
	background: #e4388c;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.title_view_mmore span:after {
	position: absolute;
    content: '';
    left: -32px;
    top: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid #e4388c;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.title_view_mmore:hover span{
	background: #800080;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.title_view_mmore:hover span::after {
	border-right: 16px solid #800080;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.themetitle:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 50%;
	z-index: 0;
}
.titlebgspam {
	position: relative;
	z-index: 1;
	padding-right: 20px;
}
.title_para {
	font-size: 15px;
	line-height: 20px;
}

.shop_post {
	
}
.shop_post .shoplist {
	
}
.shop_post .shoplist li{
	margin-bottom: 30px;
}
.shopcat_dtls {
    position: relative;
    overflow: hidden;
}
.shop_cat_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 40px;
    font-family: 'Rochester', cursive;
    line-height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.shop_catinner {
    display: table;
    width: 50%;
    height: 100%;
}
.shopcat_title {
    display: table-cell;
    vertical-align: middle;
}
.shopcat_title:hover {
	*color: #fff;
}
.shopcat_dtls:hover .shop_cat_name{
	height: 100%;
}
.shopcat_dtls:hover .shopcat_img img {
	-moz-transform: scale(1.5, 1.5) rotate(-15deg);
    -webkit-transform: scale(1.5, 1.5) rotate(-15deg);
    transform: scale(1.5, 1.5) rotate(-15deg);
}

/*** Home Shop Category ****/
.homeshop_cat .shopcat_dtls {
    position: relative;
    overflow: hidden;
}
.homeshop_cat .shop_cat_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 45px;
    background: rgba(228, 56, 140, 0.8);
    font-size: 22px;
}
.homeshop_cat .shop_catinner {
    display: table;
    width: 100%;
    height: 100%;
}
.homeshop_cat .shopcat_title {
    display: table-cell;
    vertical-align: middle;
	font-family: 'Roboto', sans-serif;    
}
.homeshop_cat .shopcat_title:hover {
	color: #fff;
}
.homeshop_cat .shopcat_dtls:hover .shop_cat_name{
	height: 100%;
}
.homeshop_cat .shopcat_dtls:hover .shopcat_img img {
	-moz-transform: scale(1.5, 1.5) rotate(-15deg);
    -webkit-transform: scale(1.5, 1.5) rotate(-15deg);
    transform: scale(1.5, 1.5) rotate(-15deg);
}



/************* Toys Section ****************/
.toys_dtls {
	padding: 10px 0;
}
.small_title {
	font-size: 22px;
}

.toys_name {
	font-size: 15px;
	font-weight: 600;
}
.review_pro {
	font-size: 12px;
	margin-bottom: 15px;
    margin-top: 5px;
}
.stock_avabality {
    font-size: 11px;
    color: #56b224;
}
.outoffstock {
	font-size: 11px;
    color: #b5b5b5;
}
.proprice {
    font-size: 15px;
}


/********************************/

.delivary_cat {
	color: #fff;
    font-size: 15px;
    font-weight: 600;
        line-height: 21px;
}
.delivary_cat li {
	padding: 15px 20px;
	line-height: 60px;
	display: table;
}
.delivary_cat li:nth-child(2),
.delivary_cat li:nth-child(4) {
	background-color: #3a0b43;
}
.delivary_cat li img {
	margin-right: 15px;
    display: table-cell;
}
.delivary_cat li p {
	margin-bottom: 0;
    display: table-cell;
    line-height: 22px;
    vertical-align: middle;
}


/*****************************/

.post_section .title_para {
	font-size: 18px;
	line-height: 25px;
}

.suscribe {
	padding: 35px 35px 0;
}
.suscribe .input-group {
	margin-bottom: 5px;
	background: #fff;
} 
.suscribe .form-control {
	height: 44px;
	box-shadow: none;
	font-size: 12px;
	color: #898989;
}
.suscribe .input-group-addon {
	font-size: 20px;
    color: #7f7f7f;
}
.suscribe .input-group:first-child .input-group-addon {
	font-size: 27px;
}
.suscribe_tittle {
    font-size: 27px;
}
.sucribe_btn {
	border: none;
    background: #a2003c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 36px;
    margin: 25px 0;
    border-radius: 30px;
}
.sucribe_btn:hover {
	background: #f65791;
}
.scr_text {
	font-size: 15px;
	line-height: 21px;
	padding: 0 25px;
	margin: 0;
}
.expert_list {
	color: #fff;
	padding-top: 25px;
}
.expert_list li {
	width: 20%;
	float: left;
}
.expert_list li img {
	width: 100%;
}
.expert_title {
	font-size: 21px;
    padding: 15px 0;
    clear: both;
}


/********** Blog ***************/

.title2  {
	font-size: 27px;
}

.blogtitle {
    font-size: 21px;
    line-height: 25px;
}
.blog_dtls {
	border: 1px solid #e4e4e4;
    padding: 20px;
}
.blog_desc {
    font-size: 15px;
    line-height: 21px;
    color: #5a5a5a;
    padding: 15px 0;
    margin-bottom: 0;
}







/**** Footer ******/


.footer_title {
	font-size: 22px;
}

.footer_navs {
	
}
.footer_navs li {
	line-height: 23px;
}
.footer_navs li a {
	font-size: 14px;
	color: #f1f1f1;
	font-family: 'Roboto', sans-serif;
}
.footer_navs li a:hover {
	color: #f33a7e;
}
.footer_widget {
    position: relative;
    min-height: 230px;
}
.footer_widget:after {
	position: absolute;
	content: '';
	top: 0;
	right: -8px;
	background: url('../images/icons/footer_border.png') top right no-repeat;
	background-size: cover;
	height: 100%;
	width: 1px;
}
.footer_widget.footer_payment:after {
	background: none;
}

.footer_contentdtls {
	padding: 25px;
    border-radius: 30px;
    border: 2px dashed rgba(224, 224, 224, 0.15);
    /*min-height: 340px;*/
    line-height: 20px;
    margin-bottom: 20px;
    color: #5a5a5a;
}
.footer_contentdtls h3 {
	font-size: 21px;
}
.footer_top {
	background: url('../images/footerbg.jpg') top center no-repeat;
	background-size: cover;
	color: #fff;
}
/********************/
.sticky_social {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}
.sticky_social li {
	width: 54px;
	height: 54px;
	background: #333;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	line-height: 54px;
	font-size: 25px;
	border-radius: 4px 0 0 4px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.sticky_social li.showicons {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.arrow_icon.expendand {
	right: 54px;
}
.arrow_icon {
    position: absolute;
    right: 0px;
    border: none;
    height: 50px;
    background: #e4388c;
    color: #fff;
    font-size: 25px;
    border-radius: 4px 0 0 4px;
    top: 61%;
}
.sticky_social li a {
	color: #fff;
}
.sticky_social li.fb_link {
	background: #3b579d;
}
.sticky_social li.twitter_link {
	background: #33ccff;
}
.sticky_social li.youtube_link {
	background: #c8312b;
}
.sticky_social li.gplus_link {
	background: #d44132;
}
.sticky_social li.live_chat_link {
	background: #fff;
	width: 163px;
	font-size: 14px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 0px 1px 2px rgba(123, 123, 123, 0.37);
}
.sticky_social li.live_chat_link a {
	color: #e4388c;
}
.sticky_social li.live_chat_link a i {
	font-size: 20px;
}

.tabletooltip {
    position: relative;
    display: inline-block;
}

.tabletooltip .tooltiptext {
    visibility: hidden;
    width: 258px;
    border-radius: 20px;
    padding: 10px;
    left: -170px;
    top: -94px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    white-space: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    -webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
.tooltiptext img {
	float: left;
	margin-right: 15px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}
.tooltiptext h4 {
	font-size: 15px;
}
.tabletooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -20px;
    margin-top: 0;
    right: 15%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #e4388c transparent transparent transparent;
}

.tabletooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #fcaf3a;
}
.tabletooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}



/********** Inner banner ******/

.banner_inner{ position: relative; }
.banner_inner img{ width:100%; display: block; height: auto; }
.banner_inner .inner_bannercontent{ position: absolute; top: 25%;  width: 100%; }
.banner_inner .inner_bannercontent h1{ color: #e4388c; font-size: 53px; line-height: 50px; text-transform: uppercase; margin:0; }
.banner_inner .inner_bannercontent p{ color: #fff; font-size: 27px; line-height: 35px; margin:15px 0 0;}
.banner_inner .inner_bannercontent p span{ color: #ff6c00; }
.banner_inner .inner_bannercontent .text_sec{ width:54%; }

/********** Breadcrumb ******/
.breadcrumb ul li{}
.breadcrumb{ background: none; padding: 19px 0 55px; margin:0; }
.breadcrumb > li + li:before{ content:"\f101"; font-family: 'FontAwesome'; color: #5a5a5a;  }
.breadcrumb li a{color: #5a5a5a;}
.breadcrumb li a:hover, .breadcrumb li a.active{color: #e4388c; }
.page_title{ color:#000000; font-size: 27px; line-height: 34px; margin:0 0 24px; text-transform: uppercase;}
.page_title span{ position: relative; display: inline-block; }
.page_title em{ font-style: normal; color: #e4388c; }
.page_title > span:after{content:""; background: #000; left:0; bottom: -10px; position: absolute; width: 100%; height: 1px;}
.sidebar_menu { margin-bottom: 35px; }
.sidebar_menu li a{text-transform: uppercase; color: #000000; position: relative;    padding: 10px 15px;   padding-left: 34px; border-right:10px solid transparent;     display: block;}
.sidebar_menu li a:before{ color: #e4388c;  content:"\f0da"; font-family: 'FontAwesome'; position: absolute; top:10px; left:15px; font-size: 15px; }
.sidebar_menu li a:hover, .sidebar_menu li a.active{border-right:10px solid #c0c0c0; background: #ececec;}
.sidebar_menu ul{ border:none; }
.sidebar_menu ul li{ border: none; padding: 0;}

.sort label{ font-weight: normal; text-transform: uppercase; color: #000000; }
.sort select{ border-radius:0; }


.sort_by label{ font-weight: normal; display: inline-block; vertical-align: top; padding-right: 5px; padding-top: 8px; color: #5a5a5a; font-style: 15px; }
.sort_by select{ border-radius:0; display: inline-block; width:230px; vertical-align: top;  background: #ccc;}


.prod_sec p.short_desc{ color: #5a5a5a; font-size: 15px; line-height: 20px; margin:0 0 15px; }
.prod_grid{ clear:both; border-top: 1px solid #000; padding-top: 20px; }
.prod_grid .content_sec{ text-align: center; }
.prod_grid img{ display: block; max-width: 100%; height: auto; }
.prod_grid h3{ font-weight: 300; color: #000; margin:0; text-transform: capitalize; font-size: 19px; }
.prod_grid em{ display: block; color: #000; font-size: 12px; margin:3px 0 13px; font-style: normal; }
.prod_grid span{color: #de4297; font-size: 20px; display: block;}
.prod_grid small{ font-size: 11px; display: block; color: #56b224; }
.prod_grid > div{ margin-bottom: 20px; padding-bottom: 20px; }

.prod_grid a:hover{ box-shadow: 0 0 10px #000000; display: block; }

.pagination > .active > a{background-color: #eee; border-color: #ddd;     color: #23527c;}




/************************/
.sidebar_menu ul.panel-collapse {
	background-color: #f3f3f3;
}
.sidebar_menu ul.panel-collapse li a {
    padding-left: 45px;
}
.sidebar_menu ul.panel-collapse li a:before {
	left: 32px;
}
.sidebar_menu li.panel {
	border: none;
	box-shadow: none;
}
.arrowlink {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    *background: #c0c0c0;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.sidebar_menu li.panel-default > .panel-heading {
	background-color: transparent;
    border: none;
    padding: 0;
}
/***************** Product Details ****************/
.blackline {
    width: 100%;
    height: 1px;
    background: #000;
}

.products_images {
	position: relative;
}
.products_images .lSSlideWrapper,
.lSSlideOuter .lSGallery li {
	border: 1px solid #a3a3a3;
}
.products_images .lSSlideOuter .lSGallery li {
	opacity: 1;
}
.products_images .lSSlideOuter .lSPager.lSGallery li.active, 
.products_images .lSSlideOuter .lSPager.lSGallery li:hover {
	border-color: #e4388c;
}
.prodtls_title {
	font-size: 27px;
}
.addontitle  {
	font-size: 20px;
	color: #5a5a5a;
}
.prodtls_brand {
	font-size: 16px;
	font-weight: normal;
}
.psavi {
	background: #ececec;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}
.psavi li {
	font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #b2b2b2;
}
.psavi li:last-child{
	border: none;
}
.psavi li span {
	display: inline-block;
    padding-right: 15px;
}
.psavi li .smallselect {
	min-width: 60px;
    font-size: 13px;
    height: 22px;
    margin-right: 10px;
}
.instock {
	font-size: 12px;
    background: #7cce78;
    padding: 3px 8px;
    border: 1px solid #078500;
    line-height: 16px;
    border-radius: 3px;
    color: #fff;
}
.outoff-stock {
	font-size: 12px;
    background: #fb9494;
    border: 1px solid #ff0707;
    line-height: 16px;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
}
.addtocart {
    border: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 20px;
    cursor: pointer;
}
.addtocart:hover,
.addtocart:focus,
.reviewsbtn:hover,
.reviewsbtn:focus {
	background: #000;
	outline: none;
}
.procontent {
    padding-right: 12%;
    line-height: 24px;
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 45px;
}
.addons {
	
}
.addons li {
	padding: 10px 0;
    border-bottom: 1px solid #b2b2b2;
    margin: 0;
}
.addons li:last-child {
	border-bottom: none;
}
.addons li input {
	
}
.addons li label {
	font-weight: 400;
	padding-left: 25px;
}
.addons li span {
	display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}
#selectall {
    cursor: pointer;
    text-decoration: underline;
}
.reviewsection {
	
}
.reviewtitle,
.ratingtitle {
	font-size: 20px;
}
.ratingtitle span {
	font-size: 15px;
}
.reviewsbtn {
    font-size: 20px;
    border-radius: 4px;
    padding: 8px 30px;
    margin-top: 10px;
}
.featureskey {
    font-size: 15px;
    width: 20%;
    float: left;
}
.featureskey li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.featureskey li:first-child{
	border-top: 1px solid #000;
	margin-top: 12px;
}
.featureskey li a{
	color: #5a5a5a;
}
.keyfeatur_dtls {
    width: 80%;
    float: left;
}
.keydeature_img {
    display: inline-block;
    float: left;
}
.keydtls_inner {
	font-size: 15px;
    color: #5a5a5a;
    display: inline-block;
    float: left;
    margin-top: 20%;
}
.keydtls_inner li {
	line-height: 30px;
}
.productcontent {
	font-size: 15px;
}



/**** Privacy Section *****/

.bannerimg {
    position: relative;
    overflow: hidden;
}
.inban_cont {
    bottom: 0;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.inbc_inn {
    display: table;
    height: 100%;
    width: 100%;
}

.bantaet {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.bantaet h1 {
	font-size: 84px;
	font-weight: 400;
}

.privacytitle {
    font-size: 27px;
}
.privacyarea {
	font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    color: #5a5a5a;
}
.privacyarea h4{
	font-size: 19px;
	font-weight: 300;
}


/*********** Advance Search *********/

.adsearchbtn {
	padding: 13px 25px;
    font-size: 19px;
    margin-left: 5px;
    text-transform: uppercase;
}
.adsearchbtn span {
	margin-right: 10px;
}
.advance_search_form {
    padding: 50px 0;
    background: #fff;
    display: table;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px #adadad;
    border: 1px solid #e0e0e0;
    margin: 40px 0 0;
}
.pricelist {
    padding-left: 6px;
}
select.form-control {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background: url('../images/icons/dropdown-arrow.png') 98% center no-repeat;
}
.datepicker {
	background: url('../images/calender-icon.png') 98% center no-repeat;
	cursor: pointer;
}
span.datetxt {
    padding-left: 15px;
}


/*********************/
.catdesc {
	*color: #fff;
}
.catdesc a {
	display: table;
    width: 100%;
    margin: 5px 0;
    padding-left: 10px;
}
.catdesc p {
	font-size: 14px;
    line-height: 17px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
}


/***********Term & Conditions *******/

.innerli_list {
	
}
.innerli_list li {
	padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}
.innerli_list li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	background: url('../images/title_left_icon.png') 0px 4px no-repeat;
	background-size: contain;
}

/*** Site Map ****/

.sitemap_listsetp_1 {
	
}
.sitemap_listsetp_1 li {
	
}
.sitemap_listsetp_2 .subsublist li,
.alllist_sitemap li {
	width: 25%;
	float: left;
}
ul.sublist {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}
ul.sublist > li {
	text-transform: uppercase;
}
ul.sublist > li > a {
	padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #000;
    text-decoration: underline;
}
.sitemap_listsetp_1 li a,
.sitemap_listsetp_2 .subsublist li a,
.alllist_sitemap li a {
	text-transform: capitalize;
    color: #000000;
    position: relative;
    padding: 10px 15px;
    padding-left: 34px;
    border-right: 10px solid transparent;
    display: block;
}
.sitemap_listsetp_1 li a:hover,
.sitemap_listsetp_1 li a:focus,
.sitemap_listsetp_2 .subsublist li a:hover,
.sitemap_listsetp_2 .subsublist li a:focus,
.alllist_sitemap li a:hover {
	color: #f33a7e;
	padding-left: 40px;
}
.sitemap_listsetp_1 li a:before,
.sitemap_listsetp_2 .subsublist a:before,
.alllist_sitemap li a:before {
    color: #e4388c;
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 15px;
}
.mainstep > a{
	color: #000;
	font-weight: 600;
}
.sitemap_listsetp_2 {
    position: relative;
    clear: both;
}


.inerban2 .bantaet h1{
	font-size: 53px;
    line-height: 50px;
}
.inerban2 .bantaet p {
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    margin: 15px 0 0;
    width: 54%;
}


/****** Faq ****/


.faq_question .panel {
    border: 1px solid #bfbfbf;
    background: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.faq_question .panel-group .panel {
	margin-bottom: 10px;
}

.faq_question .panel:last-child {
    border-bottom: none;
}

.faq_question .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.faq_question .panel-group .panel {
    border-radius: 0;
}

.faq_question .panel-group .panel + .panel {
    margin-top: 0;
}

.faq_question .panel-heading {
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.faq_question .panel-title a {
    display: block;
    color: #707070;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: url(../images/title_left_icon.png) 10px center no-repeat;
    background-size: 20px;
    padding-left: 40px;
}

.faq_question .panel-body {
    background: #fff;
}

.faq_question .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.faq_question .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.faq_question .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.faq_question .panel-heading a:before {
    content: '';
    position: absolute;
    background: url('../images/accplus.png') center center no-repeat;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 15px;
    font-size: 24px;
}

.faq_question .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
    background: url('../images/accminus.png') center center no-repeat;
    width: 18px;
    height: 18px;
}

.faq_question .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
}

.faq_question .panel-heading.active a:after {
    content: '';
    background: url('../images/accminus.png') center center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
}
/* #accordion rotate icon option */

.faq_question .panel-heading a:before {
    
}

.faq_question .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.faq_question .panel-title{
	font-family: 'Open Sans', sans-serif;
}
.faq_question .panel:last-child {
	border-bottom: 1px solid #bfbfbf;
}
.faq_question .panel-group .panel-heading + .panel-collapse > .panel-body, 
.faq_question .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
	padding-top: 0;
	color: #5a5a5a;
}
.faq_question .panel.active {
	border-color: #e4388c;
}
.faq_question .accordianli {
	padding-left: 15px;
}
.faq_question .accordianli li {
	position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.faq_question .accordianli li:after {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ddd;
}

/*** Contact Us ****/

.contshort_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
.helptopic {
	
}
.helptopic p{
	font-size: 15px;
    padding: 0 22%;
}

.contactbtn {
    background: #e4388c;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 15px 32px;
    border-radius: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.contactbtn:hover {

}
.conta_dtls {
    font-size: 18px;
}
.contactform {
	background: #e7e7e7;
	border-bottom: 4px solid #e4388c;
}

.captchacode {
    font-size: 40px;
    line-height: 27px;
}
.captchacode input[type="button"] {
	border: none;
    background: url(../images/contact/refress.png) center center no-repeat;
    float: right;
    width: 26px;
    height: 25px;
    background-size: 20px;
}
.contactmailid, .contactadd {
	font-size: 18px;
}





/****** Login Page *******/


.loginpage {
	border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.loginpage aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 20px;
    vertical-align: top;
}
.login_register {
	background: #f0f0f0;
    width: 50%;
}
.login_form {
	background:#e4e1e1;
    width: 50%;
}
.loginregister .advance_search_form{
	padding: 30px;
}
.loginbig_title {
	font-size: 55px;
}
.login_subheading{
	font-sze: 27px;
}
.smallpara {
	font-size: 15px;
}

.material_form .loginpage .form-group label {
	top: 0;
    position: relative;
    left: 0;
    padding-left: 25px;
    cursor: pointer;
    pointer-events: all;
}

.loginpage .checkbox input[type="radio"]:checked + label::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #bcf381;
	border-radius: 50%;
	left: 3px;
    top: 5px;
}
.loginpage .checkbox label::before {
	border-radius: 50%;
}

.loginpage .checkbox {
	padding-left: 20px; 
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px; 
	text-align: center;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -21px;
	border: 1px solid #e0dcd1;
	border-radius: 4px;
	background-color: #faf9f5;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: -23px;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 11px;
	color: #555555;
	margin-top: 0px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    display: none; 
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: none;
	outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\2714"; 
}

.loginregister .datepicker {
    background: #fff url(../images/calender-icon.png) 98% center no-repeat;
    cursor: pointer;
}

.forgot_psw {
    border-top: 1px solid #d0d0d0;
}


/******** Checkout *******/

.product-name {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.checkproduct {
	font-size: 13px;
	color: #5a5a5a;
}
.checkproduct h6 {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.quantity {
	position: relative;
}
.quantity input {
	text-align: center;
	width: 50%;
}
.quantity-button.quantity-up {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.quantity-button.quantity-down {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}
.removepro {
	font-size:13px;
	color: #000;
	cursor: pointer;
}
.checkproduct .panel-body{
	border: 1px solid #d1d1d1;
    padding: 15px 30px;
    margin-bottom: 15px;
}
.ordersummery {
    border: 2px solid #dadada;
    padding: 20px;
}
.subtotal {
	font-size: 21px;
}
.totaltxt {
	font-size: 20px;
}

.os_processlist {
	font-size: 13px;
	color: #5a5a5a;
}
.os_processlist li {
	padding-left: 15px;
    margin-bottom: 7px;
    background: url(../images/list_icon.png) 0px 3px no-repeat;
    background-size: 10px;
}

.onepagecheckout {
	background: #be0a62;
}



/******** Checkout Delivery *****/

.checkout-wrap {
  color: #444;
  font-family: 'Roboto', sans-serif;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar li {
	color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
    text-transform: uppercase;
}
ul.checkout-bar li:before {
  background: #e4388c;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 20px;
    line-height: 37px;
    height: 35px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 35px;
    z-index: 999;
    box-shadow: 0 0 0 6px #f28bbe;
}
ul.checkout-bar li.active {
	font-weight: bold;
}
ul.checkout-bar li.active:before {
	z-index: 99;
}
ul.checkout-bar li.visited {
	background: #ECECEC;
	z-index: 99;
}
ul.checkout-bar li.visited:before {
  z-index: 100;
}
ul.checkout-bar li:nth-child(1):before {
  content: "";
  background-image: url('../images/checkout-choice/cart.png');
  background-position: center;
  background-repeat: no-repeat;
}
ul.checkout-bar li:nth-child(2):before {
  content: "";
  background-image: url('../images/checkout-choice/deliveri.png');
  background-position: center;
  background-repeat: no-repeat;
}
ul.checkout-bar li:nth-child(3):before {
  content: "";
  background-image: url('../images/checkout-choice/payment.png');
  background-position: center;
  background-repeat: no-repeat;
}
ul.checkout-bar li:nth-child(4):before {
  content: "";
  background-image: url('../images/checkout-choice/complete.png');
  background-position: center;
  background-repeat: no-repeat;
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
	.checkout_process {
    position: relative;
}
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #fd9ecc;
    background-image:url('../images/checkout-choice/process_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 0px auto 80px;
  }

  ul.checkout-bar {
	background-size: 35px 35px;
	background-color: #9f9f9f;
	background-image:url('../images/checkout-choice/process_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #e4388c;
    background-image:url('../images/checkout-choice/process_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 24%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #e4388c;
    background-image:url('../images/checkout-choice/process_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
  ul.checkout-bar li.previous.last:after {
  	    background-color: #e4388c;
    background-image: url(../images/checkout-choice/process_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 15px;
    left: 13%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 9;
    border-radius: 20px;
  }
}

/**************************/

.mendatary {
    color: #e4388c;
}
.securebtn {
	padding: 15px 20px;
}
.normalfont {
    font-size: 13px;
    font-weight: 500;
}
.xtrasmallfont {
    font-size: 11px;
}

.ordetable {
	
}
.ordetable .table > tbody > tr > td {
	border-top: none;
    border-bottom: 1px solid #c0c0c0;
    vertical-align: middle;
}
.delivery_process {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 20px;
    padding-top: 10px;
}
.delivaryemail {
	
}
.delivaryemail .form-control {
	border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}
.delivaryemail .input-group-btn:last-child > .btn {
	margin-left: 5px;
    border-radius: 0;
    padding: 11px 30px;
}

/** Payment ****/

.payment_section {
    border: 1px solid #dadada;
}
.payment_section .panel-group {
	margin-bottom: 0;
}
.payment_section .title {
	border-bottom: 1px solid #dadada;
}
.payment_section .panel-title {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif; 
}
.payment_section .panel-title label {
	cursor: pointer;
	font-weight: 400;
}
.checkboxde {
	position: relative;
}

.checkboxde input {
	display: none;
}
.checkboxde span {
	width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px #cdcccc;
    margin-right: 10px;
}

.checkboxde input[type="radio"]:checked + span { 
    background:#def72c;
}

.payment_section .panel-group .panel-heading + .panel-collapse > .panel-body, 
.payment_section .panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
	padding: 3px 0 20px 35px;
}
.creditdebit {
	
}
.creditdebit ul {
	
}
.creditdebit ul li {
	width: 49%;
    margin-right: 1%;
    float: left;
    border: 1px solid #bdbdbd;
    padding: 10px;
    margin-bottom: 1%;
    position: relative;
}
.cardinput {
    border: none;
}
.cardselect {
    border: none;
    float: right;
}
.creditdebit ul li a {
	font-size: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #dadada;
}
.success_dadd {
    border-top: 1px solid #c0c0c0;
    padding: 15px 0;
}



/******************* Affilities *************************/
.themetitle2 {
	
}
.themetitle2 h3{
	font-size: 42px;
}
.affilities {
	background: url('../images/affilitybg.jpg') top center no-repeat;
}
.affilit_features li {
	margin-bottom: 23px;
}
.afflitiesinner {
	padding: 10px;
    background: #4a0c56;
    background: -moz-linear-gradient(-53deg, #4a0c56 0%, #4a0c56 50%, #3a0b43 50%, #3a0b43 100%);
    background: -webkit-linear-gradient(-53deg, #4a0c56 0%,#4a0c56 50%,#3a0b43 50%,#3a0b43 100%);
    background: linear-gradient(143deg, #4a0c56 0%,#4a0c56 50%,#3a0b43 50%,#3a0b43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a0c56', endColorstr='#3a0b43',GradientType=1 );
    max-height: 126px;
    min-height: 126px;
    height: 100%;
}
.afflitiesinner img {
	margin-bottom: 20px;
}
.afftitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.videoimg {
	position: relative;
}
.shippingoption {
    font-size: 12px;
    text-transform: capitalize;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000;
}
.conditiontxt {
    font-size: 11px;
    color: #e4388c;
}
.flip-box {
	width: 100%;
    height: 450px;
    border: 2px solid #d8d6d6;
    perspective: 1000px;
    overflow: hidden;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box .flip-box-inner {
	transform: rotateY(0deg);
}
.flip-box.flipped .flip-box-inner {
	transform: rotateY(180deg);
}
.flipclick {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 26px;
    background: rgba(228, 56, 140, 0.65);
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
}
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.flip-box-front:hover .proimg_zoom,
.flip-box-back:hover .proimg_zoom{
	opacity: 1;
}
a.proimg_zoom {
    font-size: 40px;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    opacity: 0;
}
.flip-box-front {
	color: black;
}

.flip-box-back {
	transform: rotateY(180deg);
}
.flip-box-front > img, .flip-box-back > img {
	height: 416px;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}



.modal-backdrop {
	background-color: #000;
}
.modal-backdrop.show {
    opacity: .99;
}
.adultwarningpopup .modal-dialog {
	max-width: 100%;
}
.adultwarningpopup .modal-content {
	background-color: transparent;
	background-image: url('../images/popupbg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	box-shadow: 0 0 54px 11px rgba(0, 0, 0, 0.55);
	background-size: cover;
}
.adultwarningpopup  .modal-body {
	padding: 0;
	margin: 0;
}
p.warcontenet {
	font-size: 15px;
    line-height: 26px;
    padding: 0 30px;
    font-weight: 300;
}
.popbtn {
	font-size: 20px;
    padding: 16px 20px;
    max-width: 180px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.extpopbtn {
	background-color: #ff0000;
}
.menupop_terms {
	
}
.menupop_terms li {
	padding: 0;
}
.menupop_terms a {
	font-size: 12px;
	color: #fff;
}

.showingpro {
	
}
.showingpro li {
	margin-bottom: 20px;
}



/****************** Listing Nav  *****************************/
#pornstarlist-nav .ln-letters a:hover, 
#pornstarlist-nav .ln-letters a.ln-selected {
    border-top: 2px solid red;
    background-color: #cc347e;
    color: #fff!important;
}

.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
	border-top: 2px solid #f9b0d4;
    border-right: none;
    display: block;
    float: left;
    font-size: .9em;
    padding: 8px 15px;
    text-decoration: none;
    color: #fff;
    background: rgba(128, 0, 128, 0.5);
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
#pornstarlist {
    margin-top: 30px;
    margin-bottom: 30px;
}
.porncat_dtls {
	position: relative;
    overflow: hidden;
}
.pornpcat_img {
	min-height: 60px;
}
.pron_cast_name {
	position: relative;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    /* height: 45px; */
    background: rgba(228,56,140,.8);
    font-size: 18px;
    border-radius: 4px;
}
.pron_cast_name:hover,
.pron_cast_name:focus {
	background: rgba(128, 0, 128, 0.5);
}
.porn_catinner {
	display: table;
    width: 100%;
    height: 100%;
}
.porncat_title {
	display: table-cell;
	padding: 15px 5px;
    vertical-align: middle;
    font-family: 'Roboto',sans-serif;
}
.porncat_title:hover,
.porncat_title:focus {
	color: #fff;
}
li.ln-no-match {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.innerbanner {
	position: relative;
}
.themebutton {
    font-size: 20px;
    padding: 15px 14px;
    border: 1px solid #800080;
    border-radius: 8px;
}
.themebutton:hover, .themebutton:focus {
    outline: none;
    background: #800080;
    color: #fff;
}

#header.wsmenucontainer {
    overflow: visible;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #cc347e;
}
.dropdown-menu .dropdown-item {
	padding: 15px;
	border: none;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background: rgba(128, 0, 128, 0.5);
}
.hnavbar li.nav-item:hover .dropdown-menu{
	display: block;
}
.paging-right {
	text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}
.pagination a:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > a {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    float: left;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > a.current {
    background: #e4388c;
    color: #fff;
}
.card-link {
    color: #000;
    font-weight: bold;
}
.card-link:hover{
	color: #f33a7e;
}

.bannertitle {
	font-size: 50px;
    font-family: 'Oswald', sans-serif;
}






.cardinput {
    border: 1px solid #abc;
    max-width: 100%;
}


/*************************
*		Extra style
*************************/

.latoys_img img {
	width: 100%;
} 