.below_section {
  margin-top: 25px !important;
}
.custombannernew .heading {
	font-size: 2.5em;
}
.custombannernew p {
  color: white !important;
}
.below_section .heading {
  font-size: 39px;
  margin-bottom: 24px;
}
.below_section .heading::before {
  content: "";
  width: 113px;
  background: white;
  display: block;
  height: 1px;
  position: absolute;
  top: 21px;
  left: 60px;
}
.below_section .heading::after {
  content: "";
  width: 113px;
  background: white;
  display: block;
  height: 1px;
  position: absolute;
  top: 21px;
  right: 60px;
}
.below_section.headbefore .heading::after {
  right: 20px;
}
.below_section.headbefore .heading::before {
  left: 20px;
}
.cntrowfrm {
  padding-bottom: 0 !important;
}
.cntrowfrm .col-inner {
  padding: 50px 87px !important;
  /* margin-top: 30px; */
}
.new-row {
  display: flex;
}
.new-row .col-50 {
  width: 50%;
  padding: 0 16px !important;
}
.new-row .col-50 .wpcf7-form-control.wpcf7-file {
  background: transparent !important;
  border-radius: 0 !important;
  margin-top: 5px;
}
.new-row-new {
  padding: 0 17px !important;
}
@media only screen and (max-width: 767px){
	.below_section .heading::before, 
	.below_section .heading::after {
		display: none;
	}
	.cntrowfrm .col-inner {
	  padding: 29px 15px !important;
	}
	.new-row {
	  display: block;
	}
	.new-row .col-50 {
	  width: 100%;
	  padding: 0 16px !important;
	}
	.intl-tel-input.allow-dropdown {
	  margin-bottom: 17px;
	}
	.h-600-mob {
		min-height: 600px;
	}
	.size_chart_popup_content {
		width: 100% !important;
	}
	.sizeChart {
		font-size: 9px;
	}

	.custom_support_icons .col-inner {
		padding: 5px 20px 5px 20px !important;
	}
	.custom_support_icons .icon-box {
		align-items: center;
	}
	.custom_support_icons .icon-box .icon-box-img {
		width: 30px !important;
	}
	.custom_support_icons .icon-box .icon-box-text h5 {
		margin-bottom: 0;
	}
	.custom_support_icons .icon-box .icon-box-text h6 {
		display: none;
	}
}

.pop-up .widget {
	margin: 0 !important;
}


.sg-popup-builder-content .tabbed-content h4.uppercase.text-left {
	display: none !important;
}

/* Size chart button css */
.aftercartbtn ul li {
	margin: 0;
}

.aftercartbtn ul li a {
	padding: 7px 18px !important;
	margin-right: 15px;
	border: 1px solid #333 !important;
	cursor: pointer;
}

.aftercartbtn ul {
	list-style: none;
	padding-left: 0 !important;
	display: flex;
	margin-left: 0 !important;
	margin-bottom: 15px !important;
	margin-top: 25px !important;
}

.sizeChart{
	color: #10173A;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
    border: 2px solid #000;
}

.sizeChart thead{
	background: #000;
	color: #fff;
}

.sizeChart thead tr td{
	color: #fff;
	text-align: center;
}

.sizeChart tr:nth-child(even){
	background: #777C8C; 
}

.sizeChart tbody tr td{
	text-align:center;
}

.sizeChart tr:nth-child(even) td {
    color: #fff;
}

.discount_box {
	align-items: center;
    background: #ffffff;
    padding: 7px;
/*     color: white; */
	margin-bottom: 20px;
	width: fit-content;
}

/* Mobile Stories */

.story-container{
    background: #F9F9F9;
}
.story-container ul{
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
}
.story-container ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.story-container ul li .story{
    width: 70px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    justify-content: center;
	display: flex;

}
.story-container ul li .user{
    color: black;
    font-weight: 500;
    font-family: 'Cantarell', sans-serif;
    font-size: 12px;
    max-width: 60px;
    overflow: hidden;
    margin: 5px 0px 0px 5px;
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 16.8px;
    height: 33.5px;
    width: 70px;
}

.story-container ul li .story img{
    border: 1px solid #e9e9e9;
    border-radius: 50%;
	background-color: white;
    width: 50px;
    height: 50px;
	padding: 5px;
}
.story-container ul li a {
    text-decoration: none;
}
/* *********** */
.cr-reviews-slider .cr-review-card .cr-review-card-inner {
    margin: 0 auto;
    padding: 10px;
    border-width: 1px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-color: transparent;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wishlist-icon {
	display: none !important;
}

/* sitemap list style */
.custom-sitemap {
    list-style-type: none;
    padding: 0;
}

.custom-sitemap li {
    margin: 5px 0;
}

.custom-sitemap a {
    text-decoration: none;
    color: #0073aa;
}

.custom-sitemap a:hover {
    text-decoration: underline;
	color: #0073aa;
}

.box-blog-post .is-divider {
	display: none;
}
.from_the_blog_excerpt {
    display: none;
}
