body {color: #797979; font-size: 14px; line-height: 24px;}
.padding-zero {padding: 0}.margin-zero {margin: 0}
.mt10 {margin-top: 10px;}.mt5 {margin-top: 5px}.mt20 {margin-top: 20px;} .mt30 {margin-top: 30px;} .mg50 {margin-top:50px;} .mt40 {margin-top:40px;}
.mb25 {margin-bottom: 25px;}.mb40 {margin-bottom: 40px;}
.white {color: #fff;}
.black {color: #000;}
.bold {font-weight: bold}
.red {color: #cc223c}
a {color: inherit}
a:hover {text-decoration: none;}
.font14 {font-size: 14px;}
.font12 {font-size: 12px;}
.font16 {font-size: 16px;} 
.font18 {font-size:18px;} 
.font24{font-size:24px}
.clear {clear:both}
.uppercase {text-transform: uppercase}
.lowercase {text-transform: lowercase}
input {border: none}
p, ul, li, input, h1, h2, h3, h4, h5, h6 {
	padding: 0; 
	margin: 0;
}
h2 {
	font-size: 30px;
	font-weight: bold;
}
.yellow {color: #f6e339;font-size:48px}
header {
	background:
	radial-gradient(#d23552 5%, transparent 30%) 0 0,
	radial-gradient(#d23552 5%, transparent 30%) 8px 8px,
	radial-gradient(rgba(210,51,82,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(210,53,82,.1) 15%, transparent 20%) 8px 9px;
	background-color:#cd233d;
	background-size:16px 16px;
}
.top_link ul {
	padding: 5px 0;
	margin: 0;
}
.top_link li {
	display: inline;
	padding-left: 15px;
	text-align: right;
}
.top_link li:first-child {
	padding-left: 0;
}
.btn-primary {
    color: #fff;
    background: none;
    border-color: #fff;
}
header .btn {
	margin: 5px 0;
}
.logo {
	background : #232323;
	padding: 10px 0;
}
.search {
	position: relative;
}
.search input {
	width: 100%;
	padding: 9px;
	background: #333333;
	border: 0
}
.search_icon {
	content: "";
	border-bottom: 42px solid #0671b5;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
	display: block;
	z-index: 5;	
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
}
.search_icon i {
	padding: 9px 5px 5px 5px;
	font-size: 22px;
}
.logo .social li {
	display: inline;
	font-size: 42px;
}
.logo .social li i {
	color: #333;
}
.logo .social li i:hover {
	color: #0671b5;
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/*menu-start*/
.menu {
	margin: 10px 0;
	list-style:none;
}
/*menu-end*/
.heading {
	padding: 80px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.heading h1 {
	font-size: 52px;
	text-transform: uppercase;
	font-weight: bold;
}
.heading h2 {
	font-size: 28px;
	padding: 5px 0;
}
.shoes_header {
  	margin-top: -170px;
	margin-bottom: -120px;
	z-index: -1;
}
.shoes_header img {
  	width: 100%;
}
.banner {
	margin: 45px 0;
}
.banner .shadow {box-shadow: 0 12px 25px rgba(0,0,0,0.24), 0 15px 12px rgba(0,0,0,0.18);}
span.line, span.line2 {
	border-bottom: 4px solid #cc223c;
	color: #cc223c;
	padding: 0 50px;
	display: block;
	width: 100px;
	margin: auto;
}
span.line2 {
	margin: 0!important;
}
.news {
	background: #0083c3;
	padding: 40px 50px;
}
.news input {
	background: #f5e339;
	padding: 5px 10px;
	width: 100%;
}
.hot_deals {
	border: 1px solid #d7d7d7;
	padding: 10px;
}
.raiting {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 8px
}
.hot_deals .h5 {
}
.hot_deals .hot_img {
	width: 160px;
	margin: 30px auto;
}
.best_deals {
	background: #f2f2f2;
	padding: 45px 0;
}
.best_deals .box {
	border: 1px solid #b7b7b7;
	padding: 0 25px 45px 25px;
	background: #fff;
	margin-bottom: 9px;
}
.tag {
	background: url(../images/tag.png);
	width: 35px;
	height: 39px;
	padding: 8px 5px 5px 5px;
}
.best_deals_img img {
	padding-right: 25px;
}
.best_deals_text {
	padding: 35px 0 25px 25px;
}
h1 {
	font-size: 36px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #383838;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 36px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #383838;
	text-transform: uppercase;
}
.red {
	color: #8d8d8d;
	font-style: italic;
}
.gray_bg {
	background: #ebebeb;
	padding: 20px 10px;
	max-height: 78px;
	overflow: hidden;
}
.best_deals2 {
	border: 1px solid #b7b7b7;
	background: #fff;
	margin-bottom: 9px;
}
.best_deals2 .raiting2 {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 8px 0;
	margin: 0 10px;
}
.best_deals2 .hot_img {
	width: 160px;
	margin: 57px auto 56px auto;
}
.blog {
	padding: 45px 0;
}

.blog_text h4 {
	color: #cc223c;
}
.footer_stripe {
	background: #0083c2;
	padding: 30px 0;
}
.footer_stripe i {
	font-size: 48px;
	color: #f6e339;
	display: block;
	min-width: 55px;
	height: 55px;
	max-width: 55px;
}

.footer_stripe ul li {
	float: left;
	width: 235px;
}
.footer_stripe ul li a:hover {
	color: #f6e339;
}
/*FindYourShoes_Section*/

.find_shoes {
	background: #cc223c;
	padding: 45px 0;
}
.find_shoes .line {
	border-color: #fff;
}
.find_shoes .find_shoes_icon li {
	float: left;
	padding-right: 56px;
}
.find_shoes .find_shoes_icon li:last-child {
	padding-right: 0;
}
.find_shoes .find_shoes_icon .find_shoes_img {
	height: 70px;
}
.find_shoes .find_shoes_icon h5 {
	margin-top: 20px;
}
.find_shoes .btn {
	padding: 10px 25px;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/*INSIDE-CSS-START*/
.inside_breadcrum {
	background: #ebebeb;
}
.inside_breadcrum li {
	display: inline;
	padding-right: 5px;
}
.inside_breadcrum li:last-child {
	color: #282828;
}
.inside_main {
	padding-top: 50px; 
}
/*Gallery_img*/
.gallery {
}
.gallery .previews, .gallery .full, .gallery .desc {
float: left;
margin-right: 2%;
width: 18%;
}
.gallery .desc, .gallery .full {
width: 80%;
font-size: 12px;
margin-right: 0!important;
}
.gallery .desc h2 {
margin-top: 0;
}
.gallery .previews a {
display: block;
margin-bottom: 10px;
}
.gallery .full, .gallery .full {
height: 565px;
}
.gallery .full, .gallery .full img {
padding-top: 25px

}
.gallery .previews a, .gallery .full {
border: 4px solid #eee;
}
.gallery .previews a:hover, .gallery .previews a.selected {
border: 4px solid #777;
}
.gallery .full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
/*Gallery_img*/
.inside_page_find_shoes .find_shoes {
	padding: 25px 85px 0 85px;
}
.inside_page_find_shoes .find_shoes {
	
}

.inside_page_find_shoes .find_shoes li {
	width: 25%;
}
.inside_page_find_shoes .find_shoes h5 {
	margin-bottom: 45px;
}
.inside_page_find_shoes p, .inside_text p {
	text-align: justify;
}
.inside_page_find_shoes a:hover {
	color: #f6e339;
}
.inside_text ul {
	padding-left: 15px;
}
.inside_text ul li {
	padding: 5px 0 5px 15px;
}
.blue {color: #0083c2;}
.border-top {border: 1px solid #d7d7d7;}
/*RightNavStart*/
.right_raiting {
	background: #0083c2;
	padding: 25px;
}
.right_raiting ul.right {
	border: 1px solid #0096de;
}
.right_raiting .right li:first-child {
	border-top: 0;
}
.right_raiting .right li {
	clear: both;
	padding: 6px 5px 30px 5px;
	border-top: 1px solid #0096de;
}
.right_raiting2 {
	background: #0096de;
	padding: 10px;
}
.right_tab .tab-pane ul {
	padding-left: 15px;
}
.right_tab .tab-pane ul li a:hover {
	color: #f6e339;
}
.buy1 {
	background: #cc223c;
	padding: 20px;
}
.buy2 {
	border: 1px solid #cc223c;
	background: #fff;
	padding: 20px;
}
.buy3 {
	border: 1px solid #cc223c;
	background: #fff;
	padding: 10px 20px;
	border-top: 0;
}
#sticky {

}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
	width: 26.7%;
}
.icon_circle {
	background: #0083c2;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	text-align: center;
	position: relative;
	margin-right: 25px;
}
.icon_circle img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 70%;
	padding: 5px;
}
/*RightNavStart*/

/*Brand_Page*/
.brand {
	margin: auto;
}
.brand li {
	float: left;
	border: 1px solid #b7b7b7;
	margin: 5px;
	width: 19.1%;
}
.container_hover {
  position: relative;
  width: 100%;
	height: 180px
}

.image {
	display: block;
	width: 70%;
	height: auto;
	margin: auto;
	padding-top: 10px;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #cc223c;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container_hover:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  /* white-space: nowrap;  */
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	width: 100%;
}
.brand_circle {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background: #fff;
	margin: auto;
	padding: 5px;
}
.circle_img {
	border-radius: 25%;
	background:#ffffff;
}
.brand .btn-default {
    color: #fff;
    background: none;
    border-color: #ccc;
	font-size: 11px;
}
.brand .btn {
    padding: 4px 12px;
}
.brand_best_deals {
	padding: 65px 0;
	margin: 65px 0 0 0;
	background: #ebebeb;
}
.brand_best_deals .hot_deals {
	background: #fff;
}
/*Brand_Page_End*/
/*Brand_Category_Page*/
.category .img img {
	width: 100px;
}
.category .category_box {
	border: 1px solid #b7b7b7;
	background: #fff;
	margin-bottom: 30px;
}
.category .category_box .category_heading {
	text-overflow: hidden;
	margin: 20px 14px 0 14px;
}
.category .category_box .category_heading2 {
	min-height: 35px;
	max-height: 35px;	
}
.category .raiting2 {
	border-bottom: 1px solid #e8425c;
	padding: 0 0 8px 0;
	margin: 0 10px;
}
.category .category_img {
	width: 160px;
	height: 160px;
	margin: auto
}
.category .category_img img {
	width: 160px;
	margin: 30px auto 30px auto;
}
.category .category_box .tag {
	margin-right: 10px;
}
.category .category_box .blue_bg {
	background: #0083c2;
	padding: 20px 20px;
	max-height: 78px;
	overflow: hidden;
}
.category .container_hover {
	height: auto;
}
.category .category_table {
	border: 1px solid #e8425c;
	margin: 0 15px;
	width: 88.5%;
}
.category .table tr, td {
	border: 1px solid #e8425c;
	padding: 2px 15px;
}
.category .table tr {
	border: 1px solid #e8425c;
}
.category .social {
	margin: 15px;
	/*background: #fff; */
}
/*Brand_Category_End*/
/*SearchResult*/
.search_result p span {
	font-style: italic;
}
.search_result .bg {
	background: #ebebeb;
}
.search_result .bg:hover {
	background: #fff;
}
.search_result .padding {
	padding: 25px;
}
.search_result img {
	height: auto;
	max-height: 80px;
	margin: auto;
	text-align: center;
	width: 155px;
}
.search_result .img_height {
	min-height: 80px;
	max-height: 80px;
	float: left;
	width: 155px;
	margin-right: 25px;
}
/*SearchResult*/
/*INSIDE-CSS-END*/
footer {
	background: #282828;
	padding: 45px 0 0 0;
	font-size: 13px;
	color: #a1a1a1;
	line-height: 26px;
}
footer .search_footer {
	position: relative;
}
footer button {
	position: absolute;
	top:0;
	right:0;
}
footer .btn {
	background: #cc223c;
	border-radius: 0px 5px 5px 0;
	padding: 7px 17px;
	margin-right: -5px;
}
footer h4 {
	color: #fff;
	margin-bottom: 25px;
}
footer  .search_footer input {

}

footer .copyright {
	border-top: 1px solid #3c3c3c;
	padding-top: 15px;	
}
footer .copyright ul li {
	
}

/*Ranking*/
.table-filter tbody tr:hover {
	cursor: pointer;
	background-color: #eee;
}
.table-filter tbody tr td {
	padding: 5px 10px;
	vertical-align: middle;
	border-top-color: #eee;
}
.table-filter tbody tr.selected td {
	background-color: #eee;
}
.table-filter tr td:first-child {
	width: 38px;
}
.table-filter tr td:nth-child(2) {
	width: 35px;
}

.media_height {
	height: 60px;
}
.table-filter .media-photo {
	width: 85px;
}
.table-filter .media-photo1 {
	width: 55px;
}
.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
	font-size: 11px;
	color: #999;
}
.panel-body tr td, th {
	border: 1px solid #ddd;
}
.panel-body th {
	background: #0083c3;
	color: #fff;
	text-align: center;
}
.panel-body {
	padding: 0;
}
.panel {
	border: none;
}
.ranking-circle {
	background: #f5e339;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	
}
.review_box .category_brand_circle {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background: #fff;
	margin: auto;
	padding: 5px 5px 5px 5px;
}
.ranking_view ul li {
	display: inline;
	padding: 0 2px;
}
.ranking_view i {
	font-size: 20px;
}
.ranking_view button {
	background: none;
	border: none;
	padding: 0;
}
#div2 {
    display:none;
}
/*Ranking_end*/

/*BLOG Page CSS*/
.blog h3 {
	font-size: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #383838;
	text-transform: uppercase;
	font-weight: bold;
}

.blog h4 {
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #383838;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}
.font11 {font-size: 11px;}
.blog .blog_right_box {
	margin-bottom: 25px;
}
.blog p.underline {
	text-decoration: underline;
}

.blog .blog_right_box .clear_right {
	clear:right;
}
.blog .blog_right_box li {
	margin: 0 0 40px 0;
	clear: both;
}

.width2 li {
	display: inline;
}
.width2 li:last-child {
	float: right;
}
.blog h2 {
	font-size: 24px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #828282;
	text-transform: uppercase;
}
/*BLOG Page End*/

/*404_Page*/
.four_zero_four h1 {
	font-size: 80px;
	color: #979799;
	font-weight: normal;
}
.four_zero_four h2 {
	font-size: 35px;
	color: #979799;
	font-weight: normal;
}
.four_zero_four img {
	margin: auto
}
/*404_Page*/

/*Blog_Details_Page*/

/*Blog_Details_Page*/

span.ct_img_width img {
   width:100%
}

#ddmenu .black_white .column li:last-child:hover
{
    background: #fff;
}

/*comparison*/
.comparison tr td {
    border: 1px solid #c0c0c0;
    font-size: 13px;
    color: #2e2b2b;
}

.comparison tr th {
    border: 1px solid #D0D0D0!important;
}
.comparison table thead tr th {
    background: #e8e8e8;
    color: #282828
}
.comparison tr th .red {
    color: #ff0000;
}
.comparison tr th .green i {
    color: #017A29;
}
.comparison-img {
    padding: 15px;
}
.comparison-img .img {
    margin: auto;
    
}
.comparison-img h4 {
    background: #118a4a;
    padding: 3px 5px;
    color: #fff;
}
.comparison-img .raiting {
    border: 0
}
.btn1 {
    background: #f54f29;
    border: 0;
    margin-bottom: 5px;
}
.comparison-img .btn2 {
    background: #0083c2;
    border: 0;
    margin-bottom: 5px;
}
.comparison-img .btnnn {
    margin-top: 15px;
}
.comparison .strong {
    font-weight: bold;
}
.comparison-h4 {
    background: #0083c2;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 6px 0;
    font-weight: 700;
}
.hot_img2 {
    margin: 15px auto!important;
}
/*comparison*/