/** Shopify CDN: Minification failed

Line 2482:0 Unexpected "}"
Line 4971:19 Expected ":"

**/
/*===================================================
						Fonts
====================================================*/

@font-face {
  font-family: 'BrandonGrotesque-Black';
  src: url('BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),  
  	   url('BrandonGrotesque-Black.otf')  format('opentype'),
	   url('BrandonGrotesque-Black.woff') format('woff'), 
	   url('BrandonGrotesque-Black.ttf')  format('truetype'), 
	   url('BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),  
  	   url('BrandonGrotesque-Bold.otf')  format('opentype'),
	   url('BrandonGrotesque-Bold.woff') format('woff'), 
	   url('BrandonGrotesque-Bold.ttf')  format('truetype'), 
	   url('BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),  
  	   url('BrandonGrotesque-Light.otf')  format('opentype'),
	   url('BrandonGrotesque-Light.woff') format('woff'), 
	   url('BrandonGrotesque-Light.ttf')  format('truetype'), 
	   url('BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Medium';
  src: url('BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),  
  	   url('BrandonGrotesque-Medium.otf')  format('opentype'),
	   url('BrandonGrotesque-Medium.woff') format('woff'), 
	   url('BrandonGrotesque-Medium.ttf')  format('truetype'), 
	   url('BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('BrandonGrotesque-Regular.otf')  format('opentype'),
	   url('BrandonGrotesque-Regular.woff') format('woff'), 
	   url('BrandonGrotesque-Regular.ttf')  format('truetype'), 
	   url('BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*===================================================
					General
====================================================*/

html body {
	background: #f7f4f0;
	font-family: 'BrandonGrotesque-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	font-size: 1.4rem;
	letter-spacing: .7px;
	color: #333;
}

html body a:hover{
	opacity: 1 !important;
}


body .page-width {
	max-width: 1360px;
	padding: 0 10px;
}

h4.mediatext__subheading {
	font-size: 14px;
	color: #526240;
	margin: 0 0 20px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
}


/*==================================================
			register page css start
=====================================================*/
div#CustomerLoginForm {
    margin: 30px 0 60px 0;
}
form#customer_login input.btn {
    background: #000;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    min-width: 260px;
    letter-spacing: 2px;
    font-size: 15px;
    opacity: 1;
}
form#customer_login label {
    font-size: 14px;
}
a#RecoverPassword {
    font-size: 14px;
    color: #9b9b9b;
}
a#customer_register_link {
    font-size: 16px;
}
form#customer_login input {
    outline: transparent;
    height: 50px;
}
a.site-header__account {
    z-index: 2;
}
form#create_customer input.btn {
    background: #000;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    min-width: 260px;
    letter-spacing: 2px;
    font-size: 15px;
    opacity: 1;
    margin-top: 20px;
}
form#create_customer label {
    font-size: 14px;
}
form#create_customer input {
    outline: transparent;
    height: 50px;
}
form#create_customer {
    margin: 30px 0 50px 0;
}
.cudt-register-headeing {
    background-color: #f9efe6;
}
.cudt-register-headeing h1 {
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 60px 0;
    text-transform: uppercase;
    margin: 0;
}
.cust-login-register-main {
    display: flex;
    padding: 50px 20px;
    background: #fff;
}
.cust-login-register-main .form-vertical {
    padding-right: 6rem;
    border-right: .5px solid #ddd;
    width: 50%;
}
.cust-login-register-main .personal_info h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.6px;
    margin: 0 0 40px 0;
}
.cust-login-register-main .image {
    width: 50%;
    padding-left: 6rem;
}
.custom-grister-tom span {
    vertical-align: top;
    display: inline-block;
    padding-top: 15px;
    font-size: 14px;
}
.custom-grister-tom input {
    margin: 0;
    line-height: normal;
}
.cust-login-register-main .singininfo h4 {
    font-weight: 600;
    margin: 30px 0;
}
.cust-login-register-main p.text-center {
    text-align: left !important;
}
.cust-login-register-main .fild input {
    flex: 1;
    flex-basis: 70%;
    border: 1px solid #ccc;
}
.cust-login-register-main .fild label {
    flex: 1;
    flex-basis: 30%;
}
.cust-login-register-main .fild {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-center.cust-ovet-Sec p {
    display: inline-block;
    width: 100%;
}
.cust-ovet-Sec span.cust-forget {
    float: right;
    margin-top: 30px;
}
.cust-ovet-Sec span.cust-btn {
    float: left;
    margin-top: 30px;
}
strong#block-new-customer-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 2px;
}
.block.block-new-customer .block-content p {
    font-size: 14px;
    color: #333;
}
.block.block-new-customer .actions-toolbar {
    display: inline-block;
    margin-top: 20px;
}	
.block.block-new-customer a.action.create.primary {
    background: #000;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    min-width: 260px;
    letter-spacing: 2px;
    font-size: 15px;
    opacity: 1;
    text-transform: uppercase;
}
.custom-grister-tom {
    display: inline-block;
    width: 100%;
}
.custom-grister-tom .cust-left {
    width: 30%;
    float: left;
} 	
.custom-grister-tom .cust-right {
    width: 70%;
    float: right;
}
.cust-login-register-main .tecv p {
    font-size: 14px;
    color: #333;
}
.cust-login-register-main .tecv h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 2px;
}
/*==================================================
			register page css end
=====================================================*/

/*===================================================
					Header
====================================================*/
/*****/
nav#AccessibleNav {
    text-align: center;
}
li.cust_mega_maenu_main {
    display: inline-block;
    margin: 0 6px;
}
li.cust_mega_maenu_main a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 0;
    letter-spacing: 0.9px;
}
nav#AccessibleNav li.cust_mega_maenu_main:hover .custom-menus {
    display: block;
}
.custom-menus {
    position: absolute;
    top: 78px;
    background: #fff;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    box-shadow: 0 4px 3px -3px rgba(51,51,51,0.1);
    transition: all .3s ease-in-out;
    z-index: 2;
    display: none;
}
.shw_mega1 {
    display: flex;
    visibility: visible;
    opacity: 1;
    padding: 2rem 0;
    max-width: 1360px;
}
.cus-menu-list {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 20px;
    text-align: center;
}
.main-menu__banner-container {
    text-align: center;
    margin-bottom: 10px;
}
li.main-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-top: 0rem;
    margin-bottom: 6px;
    font-size: 13px;
}
li.main-menu__line-break {
    border-top: 2px solid #333;
}
li.main-menu__stage {
    font-size: 10px;
    margin: 7px 0 0px 0;
    color: #333;
    font-weight: 700;
}
li.main-menu__age {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 10px;
    margin: 5px;
}
.cus-menu-list ul li a {
    font-size: 15px;
    color: #000;
}
.custom-menus ul.collection_mega {
    padding: 4rem 0rem 2rem 0rem;
    display: inline-block;
    visibility: visible;
    width: 100%;
    margin: 0;
} 
.custom-menus li.li_collection_mega {
    width: 33.333%;
    padding-left: 2%;
    margin-bottom: 2rem;
    float: left;
}
.custom-menus li.li_collection_mega a {
    padding: 0 0 0 10px;
    height: 88px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #333;
    background-color: #F7F4F0;
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 55%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-menus li.li_collection_mega a h4 {
    font-size: 13px;
    font-weight: 600;
}
.custom-menus li.li_collection_mega a span {
    font-size: 8px;
    font-weight: 400;
    max-width: 150px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 11px;
    margin-top: 3px;
}
.custom-menus li.li_collection_mega.first_one a {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/BOBUX_WEB_MENU_Coll_HeritageNH.png?v=1594888155);
}
.custom-menus li.li_collection_mega.second_one a {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/BOBUX_WEB_MENU_Coll_Active.png?v=1594888153);
}
.custom-menus li.li_collection_mega.third_one a {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/BOBUX_WEB_MENU_Coll_Quickdry.png?v=1594888155);
}
.custom-menus li.li_collection_mega.forth_one a {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/BOBUX_WEB_MENU_Coll_TrainerBrights.png?v=1594888155);
}
.custom-menus li.li_collection_mega.sixth_one a {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/BOBUX_WEB_MENU_Coll_BonnieMobS2.png?v=1594888155);
}
.menu-footer-wrapper {
    background-color: #F4F4F4;
    padding: 20px 0;
}
.menu-footer-wrapper a {
    color: #9b9b9b;
}
span.label-wrapper-2 img {
    margin-left: 40px;
    margin-right: 10px;
}
ul.lern_moremega {
    display: flex;
    visibility: visible;
    opacity: 1;
    padding: 4rem 0;
    max-width: 1360px;
}
li.learn_more_li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 2rem;
}
.heading_df {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 700;
}
.heading_df h4 {
    font-size: 15px;
    font-weight: 600;
}
.learn_morelinklist ul li a {
    font-size: 13px;
    padding: 0;
    color: #000;
}
.once_mr {
    display: flex;
    visibility: visible;
    opacity: 1;
    padding: 2rem 0;
}
.once_mr ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}
html.js.svg.flexbox.csstransforms {
    padding-bottom: 0px !important;
}
a.grid-view-item__link.grid-view-item__image-container {
    outline: transparent !important;
}
/*****/

.div_ffreg {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.div_one_ff {
    flex: 0 0 300px;
    width: 300px;
    text-align: left;
}
.div_one_ff h6 {
    color: #00a7cf;
    font-size: 15px;
    font-weight: 500;
}
.div_one_ff h5 {
    font-weight: 700 !important;
    font-size: 45px;
    letter-spacing: 2px;
}
.div_one_ff p {
    font-size: 14px;
}
.div_one_ff a button {
    background: #fff;
    border: none !important;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: 0.4s;
    cursor: pointer !important;
    margin: 0 auto;
    letter-spacing: 2.36px;
    padding: 18px 50px;
}
.div_scnd_dr {
    max-width: 880px;
    width: 80%;
} 
.slider.slick-initialized.slick-slider {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}
.slider-nav{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    margin-bottom: 20px;
}
.slider-nav div {
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
    padding: 0 !important;
    background: transparent !important;
}
.first_dot img {
    width: 90px;
    opacity: 0;
}
.first_dot:hover img {
    opacity: 1;
}
.first_dot h6:before {
    content: ' ';
    background: #fff;
    height: 3px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    right: 0;
}
.first_dot h6 {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #000;
    position: relative;
    font-weight: 600;
}
.first_dot h5 {
    font-size: 14px;
    letter-spacing: 1.6px;
    color: #000;
}
span.label-wrapper-1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 0;
    color: #9b9b9b;
}
.hding-ff {
    max-width: 1300px;
    margin: 0 auto;
}
.hding-ff span {
    margin-bottom: 20px;
    font-size: 14px;
    color: #526240;
}
/*********/
#shopify-section-header .announcement-bar {
	background: #000;
	padding: 11px 0;
}

#shopify-section-header .announcement-bar p {
	margin: 0;
	padding: 0 0;
	font-size: 15px;
	letter-spacing: .7px;
	font-family: 'BrandonGrotesque-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
}

header.site-header {
	padding: 20px 40px;
	letter-spacing: 2px;
	border: none;
	background: transparent;
}

header.site-header .site-header__logo {
	margin: 0;
}

header.site-header .site-header__logo a img {
	max-width: 120px !important;
}

header.site-header .site-header__logo a:hover{
	opacity: 1;
}

header.site-header nav ul#SiteNav {
	margin: 0;
}

header.site-header .site-header__icons-wrapper {
	margin-right: 0;
}

header.site-header nav ul#SiteNav li {
	margin: 0 15px;
}

header.site-header nav ul#SiteNav li a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
}

header.site-header nav ul#SiteNav li a:hover{
	opacity: 1;
	font-family: 'BrandonGrotesque-Bold';
}

header.site-header .site-header__icons-wrapper {
	margin-right: 0;
}

header.site-header nav ul#SiteNav li:last-child a{
	color: #EB6C73;
	border-bottom: 1px solid transparent;
}

header.site-header nav ul#SiteNav li:last-child a:hover{
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	border-bottom: 1px solid #333;
}

/*header.site-header .site-header__icons-wrapper a.site-header__account .show-xl.header-button.header-button__account {
	display: none;
}

header.site-header .site-header__icons-wrapper a.site-header__account {
	padding: 0;
	transform: none;
	cursor: pointer;
	position: initial;
	margin: 0 30px 0 0;
}

header.site-header .site-header__icons-wrapper a.site-header__account .icon__fallback-text {
	position: initial !important;
	margin: 0;
	clip: unset;
	color: #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'BrandonGrotesque-Bold';
}

header.site-header .site-header__icons-wrapper .site-header__search {
	padding: 0;
	width: auto;
	display: inline-block;
	text-align: left !important;
}

.site-header__icons-wrapper .cstm_wishlist_icon {
	display: inline-block;
	vertical-align: middle;
}

.site-header__icons-wrapper .cstm_wishlist_icon svg {
	fill: #000;
	width: 30px;
	height: 30px;
}*/

/*===================================================
					Banner
====================================================*/

#shopify-section-hero {
	padding: 0px 30px 30px;
}

#shopify-section-hero .hero.hero--small {
	height: 680px;
	background-position: center !important;
	background-size: cover;
}

#shopify-section-hero .hero.hero--small .h1.mega-title {
	font-size: 70px;
	font-weight: bold;
}

#shopify-section-hero .hero.hero--small .mega-subtitle p {
	font-size: 16px;
	line-height: 1.8;
}

#shopify-section-hero {
	position: relative;
}

#shopify-section-hero .Featured_banner_part {
	position: absolute;
	bottom: 60px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	z-index: 9;
}

#shopify-section-hero .Featured_banner_part .first_banner_icon {
	text-align: center;
	max-width: 160px;
	min-width: 130px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

#shopify-section-hero .Featured_banner_part .first_banner_icon svg {
	width: 80px;
	height: 80px;
	fill: #fff !important;
	margin-bottom: 10px;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.4));
}

.first_banner_icon h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 15px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 2px;
	line-height: 1.26;
	width: 100%;
	justify-content: center;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.3));
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
	flex: 1;
	-ms-flex-positive: 1;
}

.first_banner_icon a {
	background: white;
	color: #333;
	border-radius: 999px;
	border: none;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	transition: 0.3s;
	letter-spacing: 2px;
	font-size: 12px;
}

.first_banner_icon p {
	color: #fff;
	font-size: 14px;
}

.first_banner_icon a:hover{
	color: white;
}

.first_banner_icon a.btn_banner_first:hover{
	background: #00A7CF;
}


.first_banner_icon a.btn_banner_second:hover{
	background: #FFC52E;
}


.first_banner_icon a.btn_banner_third:hover{
	background:#AE24AB;
}


.first_banner_icon a.btn_banner_fourth:hover{
	background:#03BBB5;
}


.first_banner_icon a.btn_banner_fifth:hover{
	background:#FF5B34;
}


/*===================================================
					POPULAR ITEMS
====================================================*/


#shopify-section-1594626215187 {

	background: rgb(239, 234, 229);
	padding: 60px 40px;
}

.page-width.full-wdth-section {
	max-width: 100%;
	padding: 0;
}

.section-header.text-center {
	margin: 0 0 50px;
}

.section-header.text-center h2 {
	font-size: 14px;
	color: #526240;
	margin: 0 0 20px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#shopify-section-1594626215187 ul.grid--view-items {
	margin-left: 0;
	overflow: visible;
	padding: 0 20px;
}

.cust_pro_slick button.slick-arrow{
	width: auto;
	height: auto;
	cursor: pointer;
}


.cust_pro_slick button.slick-prev {
	left: -40px;	
}

.cust_pro_slick button.slick-prev::before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 50px;
	color: #000;
}


.cust_pro_slick .slick-next.slick-arrow {
	right: -40px;
}

.cust_pro_slick .slick-next.slick-arrow:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	color: #000;
}



.cust_pro_slick .slick-slide li {
	padding: 0 9px;
}

.cust_pro_slick .slick-slide .grid-view-item__image-wrapper {
	max-width: 100% !important;
	max-height: 100% !important;
	height: 360px;
}

.cust_pro_slick .slick-slide .grid-view-item__image-wrapper > div {
	padding-top: 100% !important;
}

.cust_pro_slick .slick-slide .grid-view-item__image-wrapper img {
	max-width: 100% !important;
	max-height: 100% !important;
	opacity: 1 !important;
	height: 100%;
}

.cust_pro_slick .slick-slide .grid-view-item__title {
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	float: left;
	width: 60%;
	min-height: 35px;
}

.cust_pro_slick .slick-slide .grid-view-item__meta {
	float: right;
	margin: -10px 0 0;
	width: 40%;
	text-align: right;
}

.cust_pro_slick .slick-slide .product-price__price {
	letter-spacing: 1px;
	color: #000;
	font-size: 14px;
	width: 100%;
}

.cust_pro_slick .slick-slide .product-price__sold-out {
	font-size: 14px;
}

.cust_pro_slick .slick-slide .grid-view-item__meta .swym-add-to-wishlist-view-product {
	display: none;
}


.cust_pro_slick .slick-slide .cstm_shop_now_btn {
	float: left;
	text-align: center;
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.4s;
	cursor: pointer;
	padding: 14px;
	margin-top: 40px;
	font-size: 14px;
	opacity: 0;
}

.cust_pro_slick .slick-slide .cstm_shop_now_btn:hover{
	background: rgba(0,0,0,0.1);
	border: 1px solid #333;
}

.cust_pro_slick .slick-slide a.grid-view-item__link:hover .cstm_shop_now_btn {

	opacity: 1;
}


/*===================================================
					NEW SOFT SOLE STYLES
====================================================*/


#shopify-section-1594628203712 {
	padding:70px 0 60px;
}

#shopify-section-1594628203712 h4 {
	font-size: 14px;
	color: #526240;
	margin: 0 0 20px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
}

.Custom_home_banner {
	margin:40px auto 0;
	height: 700px;
	text-align: center;
	background-size: cover;
	background-position: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.Custom_home_banner .inner-content {
	padding: 0 20px;
	width: 100%;
}

.Custom_home_banner .inner-content p.collectionherobanner-subheading {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.Custom_home_banner .inner-content h1 {
	margin: 0;
	font-size: 70px;
	color: #000;
	letter-spacing: 5px;
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
    max-width: 100%;
}


.Custom_home_banner .collectionherobanner-description-container {
	width: 100%;
	position: absolute;
	padding: 0 20px;
	bottom: 50px;
}

.Custom_home_banner  p.collectionherobanner-description {
	color: #000;
	font-size: 14px;
	margin: 0;
    max-width: 100%;
}

.Custom_home_banner a {
	display: inline-block;
	margin-top: 60px;
	background: white;
	border-radius: 0;
	padding: 15px;
	max-width: 195px;
	width: 90%;
	border: none;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	letter-spacing: 2.5px;
}

.Custom_home_banner a:hover{
	background: #DCDCDC;
}



/*===================================================
					OUR EXPERTISE
====================================================*/

#shopify-section-feature-row {
	padding-top: 0;
}

#shopify-section-feature-row .page-width.feature-row {
	background: #fff;
}

#shopify-section-feature-row #FeatureRowImageWrapper-feature-row {
	max-width: 100%;
	margin: 0;
	max-height: 100%;
}

#shopify-section-feature-row #FeatureRowImageWrapper-feature-row img {
	max-width: 100%;
	max-height: 100%;
}

#shopify-section-feature-row .feature-row__text {
	text-align: center;
	padding: 0px 60px;
}

#shopify-section-feature-row .feature-row__text .h3 {
	line-height: 1.3;
	padding: 0;
	margin-bottom: 30px;
	font-size: 58px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #333;
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
}
#shopify-section-feature-row p {
	color: #000;
	font-size: 14px;
	margin: 0 auto 15px;
	max-width: 420px;
	width: 90%;
	white-space: pre-line;
}

#shopify-section-feature-row a.btn {
	background: none;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 50px;
	font-weight: 700;
	transition: 0.4s;
	cursor: pointer !important;
	margin: 25px auto 0;
	letter-spacing: 2.36px;
	display: inline-block;
}

#shopify-section-feature-row a.btn:hover{
	border: 1px solid #333;
	background: rgba(0,0,0,0.1);
}


/*===================================================
					THE PERFECT FIT
====================================================*/

.cust_zig_zag_sec {
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	padding: 65px 0 0;
}

.cust_zig_zag_sec .cust_icontext__wrapper {
	flex-direction: row-reverse;
	display: flex;
	margin: 0 0 110px;
}

.cust_zig_zag_sec .cust_icontext__wrapper .cust_how_to_sec_img {
	display: flex;
	width: 100%;
	align-items: center;
}

.cust_zig_zag_sec .cust_icontext__wrapper .cust_how_to_sec_img img {
	width: 200px;
	height: auto;
}

.cust_zig_zag_sec .cust_icontext__wrapper .cust_how_to_sec_content {
	margin-right: 40px;
	text-align: right;
	width: 100%;
}

.cust_how_to_sec_content h4.icontext__subheading {
	filter: ;
	font-size: 14px;
	margin: 0 0 16px;
	color: #526240;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	line-height: 1.1;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.cust_how_to_sec_content h3 {
	font-size: 28px;
	margin: 0 0 30px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #333;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.cust_how_to_sec_content p.icontext__description {
	max-width: 320px;
	width: 90%;
	margin-left: auto;
	margin-bottom: 25px;
	font-size: 14px;
	color: #333;
}

.cust_how_to_sec_content a {
	background: none;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 50px;
	font-weight: 700;
	transition: 0.4s;
	cursor: pointer !important;
	margin: 0 auto;
	letter-spacing: 2.36px;
	display: inline-block;
}

.cust_how_to_sec_content a:hover{
	border: 1px solid #333;
	background: rgba(0,0,0,0.1);
}

.cust_zig_zag_sec .cust_icontext__wrapper:nth-child(2) .cust_how_to_sec_img {
	order: 1;
}

.cust_zig_zag_sec .cust_icontext__wrapper:nth-child(2) .cust_how_to_sec_img img {
	margin-left: auto;
}
.cust_zig_zag_sec .cust_icontext__wrapper:nth-child(2) .cust_how_to_sec_content {
	text-align: left;
	margin-left: 40px;
	margin-right: 0;
}
.cust_zig_zag_sec .cust_icontext__wrapper:nth-child(2) .cust_how_to_sec_content p.icontext__description {
	margin-left: 0;
	margin-right: auto;
}



/*===================================================
					NEWSLETTER
====================================================*/
div#shopify-section-newsletter {
    padding-bottom: 0;
    padding-top: 0;
}
.newsletter-section.index-section--newsletter-background {
	padding: 3rem 0;
	background-color: #323232;
}

.cstm_left_area {
	float: left;
	width: 30%;
	text-align: left;
	
}

.cstm_left_area img {
	max-width: 125px;
	margin: 0 0 15px;
}
.cstm_left_area .section-header.text-center {
	margin: 0;
}
.cstm_left_area p{
	color: #949495;
	font-size: 14px;
	font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: left;
}
.cstm_right_area {
	margin: 44px 0 0;
	width: 50%;
	float: right;
}
.cstm_right_area .input-group.password__input-group {
	max-width: 100%;
	margin: 0;
}
.cstm_right_area .input-group::before {
	position: absolute;
	content: "\f0e0";
	font-family: FontAwesome;
	color: #575757;
	line-height: 48px;
	font-size: 22px;
	left: 10px;
}
.cstm_right_area input#Email {
    width: 100% !important;
}
.cstm_right_area input[type="email"] {
	height: 50px;
	border: 1px solid #ccc;
	background: transparent;
	color: #fff;
	border-radius: 0;
	padding: 0 17px 0 38px;
	font-size: 12px;
	color: #fff;
}
.cstm_right_area input[type="email"] ::-webkit-input-placeholder { 
	color: #c3c3c3;
	opacity: 1;
}
.cstm_right_area input[type="email"]::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.cstm_right_area input[type="email"]:-ms-input-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.cstm_right_area input[type="email"]:-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.cstm_right_area .input-group__btn button {
	height: 50px;
	border-radius: 0 !important;
	text-transform: uppercase;
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
	transition: all .3s ease-in-out;
	font-size: 14px !important;
	font-weight: 500;
	letter-spacing: 2px;
	margin-left: 10px;
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.cstm_right_area .input-group__btn button:hover{
	opacity: 1;
}

#shopify-section-1594721166435 {
	padding: 0;
}


/*===================================================
					Footer
====================================================*/
footer.site-footer {
	background: #212121;
	margin: 0;
	padding: 80px 0 0;
}

footer.site-footer .grid.grid--no-gutters {
	width: 50%;
	float: left;
}

footer.site-footer .grid.grid--no-gutters .grid__item.text-center {
	text-align: left !important;
}

footer.site-footer .cust_footer_LOGo img {
	max-width: 70px;
}

footer.site-footer .grid.grid--no-gutters:nth-child(2) .grid__item.text-center {
	float: left;
	width: 50%;
	padding-right: 20px;
}

footer.site-footer .grid.grid--no-gutters:nth-child(2) .grid__item.text-center span,
.cstm_below_divs .cstm_beloow_footer span.footer__label {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	float: left;
	margin: 0 0 15px;
	 font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
}

footer.site-footer ul.site-footer__linklist {
	margin: 0;
}

footer.site-footer ul.site-footer__linklist li {
	padding: 0;
	width: 100%;
}

footer.site-footer ul.site-footer__linklist li a {
	color: #949494;
	text-transform: uppercase;
	font-size: 14px;
}

footer.site-footer ul.site-footer__linklist li a:hover{
	text-decoration: underline;
}

.cstm_below_divs {
	margin: 86px 0 0;
}

.cstm_below_divs .below_featured_footer_first {
	float: left;
	width: 50%;
}

.cstm_below_divs .below_featured_footer_first .site-footer__copyright--bottom {
	margin: 0;
}

.cstm_below_divs .below_featured_footer_first .site-footer__copyright--bottom small, 
.cstm_below_divs .below_featured_footer_first .site-footer__copyright--bottom small a {
	color: #BABABA;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.cstm_below_divs .below_featured_footer_first .site-footer__copyright--bottom small:nth-child(2) {
	display: none;
}

.cstm_below_divs .cstm_beloow_footer {
	float: left;
	width: 50%;
}

.cstm_below_divs .cstm_beloow_footer ul {
	float: left;
	width: 100%;
}

.cstm_below_divs .cstm_beloow_footer ul li {
	display: inline-block;
	margin: 0 40px 40px 0;
}
.cstm_below_divs .cstm_beloow_footer ul li i {
    color: #4a4a4a;
}

/*===================================================
				about css Start Here
====================================================*/

.pagebuilder-poster-overlay {
    height: 700px;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0 auto;
}
h1.collectionherobanner-heading {
    text-align: center;
    max-width: 740px;
    font-size: 70px;
    letter-spacing: 5px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
p.collectionherobanner-subheading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
    font-size: 14px;
}
.collectionherobanner-description-container {
    bottom: 50px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
p.collectionherobanner-description {
    text-align: center;
    max-width: 600px;
    width: calc(100vw - 60px);
    margin: 0 auto;
    font-weight: 400;
    text-transform: inherit;
    color: #fff;
    font-size: 14px;
}
.cust-about-Where {
    padding: 60px 0;
}
.cust-about-Where h4 {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
.cust-about-Where h2 {
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}
.ourstoreblock-background-clr {
    background-color: rgb(248, 233, 221);
    padding: 80px 80px;
}
.ourstoreblock__blocks-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ourstoreblock__block-wrapper {
    max-width: 320px;
    width: 100%;
}
h1.ourstoreblock__block {
    margin-bottom: 15px;
    color: #D97D82;
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 600;
}
h3.ourstoreblock__block__subheading {
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.ourstoreblock__block__description {
    letter-spacing: .7px;
    font-size: 14px;
}	
img.ourstoreblock__image {
    width: 33%;
    margin: 0 40px;
    max-width: 350px;
}
h1.ourstoreblock__block__heading {
    margin-bottom: 15px;
    color: #D97D82;
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 600;
}
h4.ourstoreblock__subheading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1.6px;
	text-transform: uppercase;
}
h2.ourstoreblock__heading {
    text-align: center;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
} 
.ourstoreblock-background-clr.cust-bg-over-2 {
    margin-top: 100px;
}
.ourstoreblock-background-clr.cust-over {
    background: linear-gradient(rgb(246, 241, 235), rgb(241, 229, 216));
}
button.ourstoreblock__block__button {
    border: 1px solid #000;
    background: none !important;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 195px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    letter-spacing: 2px;
    transition: 0.4s;
    cursor: pointer;
    margin-top: 35px;
}
.main-content {
    padding-top: 0;
}
.mediatext__wrapper {
    background-color: rgb(248, 233, 221);
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}
.mediatext__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mediatext__image-wrapper {
	width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.mediatext__copy-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
}
.mediatext__copy-wrapper  h4.mediatext__subheading {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}
img.mediatext__smallimage {
    margin: 50px auto 60px;
    display: block;
    max-width: 150px;
    max-height: 130px;
}
h1.mediatext__heading {
    margin-bottom: 50px;
    margin: 0 auto;
    line-height: 1.3;
    padding: 0 7px;
    font-weight: 600;
}
.mediatext__description {
    max-width: 360px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 40px;
    white-space: pre-line;
    font-size: 14px;
}
button.mediatext__button {
    background: none;
    border: 1px solid #333;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 50px;
    font-weight: 700;
    transition: 0.4s;
    cursor: pointer !important;
    margin: 0 auto;
    letter-spacing: 2.36px;
}
.cust-about-cont-over p {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.cust-about-cont-over p {
    font-size: 12px;
}
.mediatext__wrapper {
    margin-bottom: 60px;
}
h1.mediatext__heading {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.mediatext__wrapper.hrer {
    margin-bottom: 0;
}
/*===================================================
				about css end
====================================================*/



/*===================================================
				other pages (the-ultimate-foot-health-guide,)css start
====================================================*/
.cust-about-Where.cust-kids-foot-health {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}
.hsdfing {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.hsdfing h2 {
    font-size: 45px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 910px;
    text-align: center;
    font-weight: 600;
}
.dfdf_f .tabcontent {
    background-color: rgb(249, 238, 230);
}
.hello_df {
    max-width: 645px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    line-height: 1.8;
    padding: 30px 0;
    text-align: center;
}
.hello_df p {
    font-size: 14px;
    color: #000;
}
.cust-health-food-kids p {
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    margin: 0 auto;
    color: #000;
}
.cust-health-food-kids h4 {
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.cust-health-food-kids {
    background: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.mediatext__wrapper.dffdsf {
    flex-direction: row-reverse;
}

/*===================================================
				other pages css end
====================================================*/


/*===================================================
                Heritage Summer CSS
====================================================*/


div#shopify-section-heritage_section h1.collectionherobanner-heading {
    font-family: 'BrandonGrotesque-Bold';
}

div#heritage_collection .second_section .sub_hdnh p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #526240;
    letter-spacing: 1.6px;
    font-family: 'BrandonGrotesque-Medium';
}

div#heritage_collection .second_section {
    background: #f7f4f0;
    padding: 60px 0 0;
    text-align: center;
}

div#heritage_collection .second_section .text_inner {
    max-width: 645px;
    margin: 0 auto;
}

div#heritage_collection .second_section .text_inner p {
    font-size: 14px;
    font-family: 'BrandonGrotesque-Light';
    letter-spacing: 1.7px;
    color: #000;
    line-height: 1.8;
}

div#heritage_collection .thrd_section {
    margin: 40px 0 0;
}

div#heritage_collection .thrd_section > div {
    width: 50%;
    float: left;
    padding: 10px;
}

div#heritage_collection .thrd_section > div img {
    width: 100%;
}

div.inner-shp-collection-sec {
    text-align: center;
    padding: 60px 20px 0;
    display: table;
    width: 100%;
    background: #fff;
    margin: -10px 0 0 0;
}

div.inner-shp-collection-sec .sub_hdig,
div.inner-gallery-sec .sb_hdng {
    color: #526240;
    letter-spacing: 1.6px;
    font-size: 14px;
    margin: 0 0 20px;
}

div.inner-shp-collection-sec h3,
div.inner-gallery-sec h3 {
    margin: 0 0 30px;
    line-height: 1.2;
    font-size: 45px;
    letter-spacing: 2px;
    font-family: 'BrandonGrotesque-Bold';
}

div#shopify-section-active_feature_collection {
    background: #fff;
    padding: 0 40px 120px;
}

div#shopify-section-heritage_feature_collection,
#shopify-section-active_feature_collection {
    padding:30px 40px 120px;
}

div#shopify-section-heritage_feature_collection ul.grid,
#shopify-section-active_feature_collection ul.grid {
    margin-left: 0;
    padding: 0 40px;
}

div.inner-gallery-sec {
    background: #fff;
    padding: 60px 0 120px;
    text-align: center;
}

div#shopify-section-heritage_feature_collection ul.grid button.hover_show,
#shopify-section-active_feature_collection ul.grid button.hover_show{
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border-radius: 0;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1.5;
    background: transparent;
    color: #000 !important;
    font-size: 14px;
    padding: 10px 10px;
    opacity: 0;
    font-family: 'BrandonGrotesque-Medium';
}


div#shopify-section-heritage_feature_collection ul.grid button.hover_show:hover,
#shopify-section-active_feature_collection ul.grid button.hover_show:hover{
    background: rgba(0,0,0, 0.1);
}


div#shopify-section-heritage_feature_collection ul.grid li.grid__item:hover button.hover_show,
#shopify-section-active_feature_collection ul.grid li.grid__item:hover button.hover_show {
    opacity: 1;
}

.inner-gallery-sec .owl-carousel {
    padding: 0 40px;
    position: relative;
}

.inner-gallery-sec .owl-carousel .item .ddd_F {
    display: inline-block;
    width: 49%;
    padding: 0 10px;
}

.inner-gallery-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.inner-gallery-sec .owl-carousel .owl-nav .owl-prev {
    left: 20px;
    position: absolute;
}

.inner-gallery-sec .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
    position: absolute;
}

.inner-gallery-sec .owl-carousel .owl-nav i {
    font-size: 50px;
}

div.inner-video-sec {
    padding:0px 0 40px;
}

div.inner-video-sec .js-pagebuilder-video_hj {
    position:absolute;
    z-index: 2;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

div.inner-video-sec .js-pagebuilder-video_hj img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

div.inner-video-sec .js-pagebuilder-video_hj img.stars_image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    transform: translate(-50%,-50%);
    height: auto !important;
    transition: 0.4s;
    max-width: 130px;
}

div.inner-video-sec .js-pagebuilder-video_hj:hover img.stars_image {
        transform: translate(-50%, -50%) scale(1.1);
        transition: 0.4s;
}

div#shopify-section-heritage_feature_collection.active_featured_collection {
    background: #fff;
}

div#shopify-section-active_gallery_and_video {
    padding-top: 0;
}
div#shopify-section-heritage_feature_collection {
    background: #fff;
}
div#shopify-section-quick_dry_letther {
    background: #fff;
}
h4.infocard__subheading {
    color: #526240;
    font-size: 20px;
    letter-spacing: 1.6px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
h2.infocard__heading {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
p.infocard__description {
    color: #333;
    font-size: 14px;
    max-width: 645px;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}
div#shopify-section-quick_dry_letther img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inherit;
}



/*===================================================
                Active page CSS
====================================================*/

div#shopify-section-active_collection .second_section {
    background: transparent;
}

div#shopify-section-active_collection {
    background: rgb(242, 227, 219);
}

div#shopify-sections-active_collection .second_section {
    background: transparent;
}

div#shopify-section-active_collection .hdnfg h3 {
    font-size: 45px;
    letter-spacing: 2px;
    font-family: 'BrandonGrotesque-Bold';
}

div#shopify-section-active_collection .hdnfg:nth-child(2n+1) {
    margin-top: 100px;
}

.active_sole {
    padding: 60px 50px 50px;
    text-align: center;
}

.active_sole h3 {
    color: #333;
    font-size: 45px;
    letter-spacing: 2px;
    margin: 0 0 30px;
    font-family: 'BrandonGrotesque-Bold';
}

.active_sole .text_part p {
    color: #333;
    font-size: 14px;
    letter-spacing: .7px;
}

.active_sole > div:nth-child(2) {
    display: table;
    margin: 0 auto;
}

.active_sole > div:nth-child(2) .point_s, 
.active_sole > div:nth-child(2) .imgas {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
}

.active_sole > div .imgas img {
    max-width: 800px !important;
    width: 100%;
    height: auto;
}

.active_sole > div .point_s ul li {
    margin: 0 0 50px;
}

.active_sole > div .point_s ul li p.sf_hed {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .7px;
    margin: 0;
}

.active_sole > div .point_s p.none_bl {
    color: #333;
    font-size: 14px;
    letter-spacing: .7px;
}

div#shopify-section-active_heading {
    background: #fff;
}
.custdff_pro_sliffck {
    display: inline-block;
    width: 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/download.png?v=1595912524);
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position-y: 101%;
    background-size: 101%;
}
.ddd_F {
    display: flex;
    padding-top: 60px;
}
.ddd_F .fsrt_pr {
    text-align: center;
    flex: 0 0 500px;
    max-width: 500px;
    width: calc(100% - 30px);
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 20px;
}
.ddd_F h3.title_pr {
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.ddd_F p.text_pr {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}
.ddd_F .fsrt_pr a {
    background: white;
    border: 1px solid #fff;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 50px;
    font-weight: 700;
    transition: 0.4s;
    cursor: pointer !important;
    margin: 0 auto;
    letter-spacing: 2.36px;
    display: inline-block;
}
.ddd_F .snd_pr {
    width: 90%;
    margin: 90px auto 0;
    margin-top: 200px;
    margin-bottom: 60px;
    margin-left: -150px;
    max-width: none;
}
.pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.pagebuilder-video-container .video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imgss img {
    width: 130px;
    margin: 0 auto;
}
.ddd_F .imgss {
    margin-bottom: 30px;
}
div#section-cta .section-header h3 {
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
}
div#section-cta {
    padding: 40px 0 0 0;
    display: inline-block;
    width: 100%;
}
.cust_pro_sliffck.slick-slider {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/download.png?v=1595912524);
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position-y: 101%;
    background-size: 101%;
}
div#section-cta .slick-prev {
    left: 40px;
    top: 23%;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: transparent;
    z-index: 2;
}
div#section-cta button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    background-size: 20px;
    position: absolute;
    top: 0;
}
div#section-cta button.slick-next.slick-arrow {
    right: 63%;
    top: 23%;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: transparent;
}
div#section-cta button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 20px;
    height: 38px;
    background-size: 20px;
    position: absolute;
    top: 0;
}
div#section-cta .cust_pro_sliffckcxc button.slick-next {
    top: 10%;
}
div#section-cta .cust_pro_sliffckcxc .slick-prev {
    top: 10%;
}
h3.sfn_heding {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}
.cust_pro_sliffckcxc.slick-initialized.slick-slider {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/download.png?v=1595912524);
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position-y: 101%;
    background-size: 101%;
}
div#shopify-section-Trainer_collectionheading {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: -10px 0 0 0;
}
.product_slide_sf.slick-initialized.slick-slider {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/download.png?v=1595912524);
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position-y: 101%;
    background-size: 101%;
}
div#section-cta .product_slide_sf button.slick-next.slick-arrow{
    top: 10%;
}
div#section-cta .product_slide_sf .slick-prev {
    top: 10%;
}

/*====================================================
			faq page css start
===========================================================*/
.rtfag_opioe {
    max-width: 1360px;
    width: calc(100vw - 60px);
    margin: 0 auto;
}
.cust-FAQ {
    margin-top: 50px;
}
.cust-faq-main-cont {
    display: flex;
}
.page-info__sticky-column {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    align-self: flex-start;
    top: 80px;
    padding-right: 90px;
    max-width: 300px;
    flex: 0 0 300px;
}
h6.page-info__sticky-column-mobile__heading {
    display: none;
}
.page-info__sticky-column ul li {
    padding: 0 0 20px 0;
}
.page-info__sticky-column ul li a {
    font-size: 14px;
    color: #9b9b9b;
    text-transform: uppercase;
}
.page-info__content-container {
    width: 100%;
}
.cust-FAQ-conr-ovr {
    margin-bottom: 30px;
}
h4.page-info__heading__title {
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cust-faq-content {
    margin-bottom: 30px;
}
.cust-faq-content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}
.cust-FAQ-conr-ovr button.accordion {
	border-top: 1px solid rgba(151,151,151,0.3);
    background: transparent !important;
    padding: 20px 0;
    font-family: 'BrandonGrotesque-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    position: relative;
    border-bottom: 1px solid rgba(151,151,151,0.3);
    margin: -1px 0 0px 0;
}
.cust-FAQ-conr-ovr button.accordion.active:before {
    content: ' \f077';
}   
.cust-FAQ-conr-ovr button.accordion:before {
    content: ' \f078';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.cust-FAQ-conr-ovr .panel {
    padding: 0;
    margin: 20px 0;
    color: #333;
    font-size: 14px;
}
.cust-FAQ-conr-ovr .panel p {
    font-size: 14px;
    color: #333;
}
.top_menu ul {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.top_menu ul li {
    display: inline-block;
    padding: 0 20px;
}
.top_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
}
.page-info__heading p {
    font-size: 14px;
    color: #333;
}
.page-info__heading h5 {
    font-weight: 600;
    font-size: 14px;
}
/*=======================================
		faq page css end
==============================================*/




/*=================================================
				shoe-design page css
===================================================*/
div#shopify-section-shoes_design_second_section {
    padding-top: 50px;
}
div#shopify-section-shoes_design_second_section h4 {
    width: calc(100vw - 30px);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #526240;
    font-weight: 600;
}
div#shopify-section-shoes_design_second_section h2 {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
}	
.cloudquote__wrapper {
    display: flex;
    margin: 60px auto;
    align-items: center;
    width: calc(100vw - 60px);
    max-width: 100%;
}
.cloudquote__quote-container {
    margin-right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cloudquote__quote-wrapper {
    padding: 30px;
    max-width: 400px;
    text-align: center;
    position: relative;
}
.cloudquote__cloud {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 170%;
    transform: translate(-50%, -50%);
    width: 120%;
}
.cloudquote__cloud-ball-one {
    width: 80px;
    height: 80px;
    bottom: -44px;
    right: -70px;
    background: #7CBAD5;
    border-radius: 50%;
    position: absolute;
}
.cloudquote__cloud-ball-two {
    width: 50px;
    height: 50px;
    bottom: -70px;
    right: -130px;
    background: #0181BA;
    border-radius: 50%;
    position: absolute;
}
}
h6.cloudquote__quote-title {
    color: white;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1.6px;
}
div#shopify-section-shoes_design_second_section h4.cloudquote__quote {
    font-size: 17px;
    letter-spacing: 1.6px;
    font-weight: normal;
    text-transform: inherit;
    width: 100%;
    color: #000;
    opacity: 1;
}
.cloudquote__description-container {
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.cloudquote__description {
    max-width: 320px;
    font-size: 14px;
}
div#shopify-section-shoes_design_third_section {
    margin-top: 80px;
    display: inline-block;
    width: 100%;
}
div#shopify-section-shoes_design_third_section h2 {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
div#shopify-section-shoes_design_third_section div p {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}
.pagebuilder-column-group {
    display: flex;
}
.pagebuilder-column {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    width: 33.3333%;
    margin: 0px;
    padding: 10px;
    align-self: center;
}
.class_all p {
    width: 100% !important;
    display: inline-block;
}
.pagebuilder-column:nth-child(2) {
    width: 8.33333%;
    align-self: stretch;
}
.pagebuilder-column:nth-child(3) {
    width: 58.3333%;
    align-self: center;
}
div#shopify-section-shoes_design_section_fourth {
    margin-top: 60px;
}
.DESIGN.PROCESS-headding h4 {
    width: calc(100vw - 30px);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #526240;
    font-weight: 500;
}
.DESIGN.PROCESS-headding h2 {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.DESIGN.PROCESS-headding p {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.design-process-container {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.design-process-container:nth-child(3) {
    flex-direction: inherit;
}
.design-process__image {
    max-height: 500px;
    max-width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    width: 35vw;
    height: 35vw;
    flex: 0 0 35vw;
    margin-left: 140px;
}
.background-image-5f22726d8dbad {
    margin-right: 140px;
    max-height: 500px;
    max-width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    width: 35vw;
    height: 35vw;
    flex: 0 0 35vw;
}
.desig.background-image-5f22726d8db93m {
    margin-left: 140px;
    max-height: 500px;
    max-width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    width: 35vw;
    height: 35vw;
    flex: 0 0 35vw;
}
.design-process__block-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.design-process__block-wrapper {
    flex: 1;
    margin-right: 60px;
    width: 100%;
}
.design-process__block-wrapper:nth-child(2) {
    margin-right: 0;
}
.design-process__block.design-process__block--one {
    max-width: 270px;
    margin: 0 auto;
}
h1.designprocess__block__heading {
    color: #D97D82;
    margin-bottom: 25px;
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 600;
}
h5.designprocess__block__subheading {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.designprocess__block__description {
    font-size: 14px;
}
.esignprocess__block__description {
    font-size: 14px;
}
div#shopify-section-shoes_design_section_fifth {
    background: linear-gradient(to bottom, #f7f4f0, #dddbd7 50%, #ebe8e5 50%, #e8e5e2);
    padding: 80px 0;
}
.sidegiantshoedivider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100vw - 60px);
    max-width: 1360px;
    margin: 0 auto;
}
.sidegiantshoedivider__image-container {
    margin-right: 80px;
    width: 60vw;
    height: 60vw;
    flex: 0 0 60vw;
    max-width: 950px;
    max-height: 950px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    position: relative;
}
.sidegiantshoedivider__copy-container {
    min-height: 450px;
}
.sidegiantshoedivider__copy-wrapper {
    max-width: 380px;
}
h4.sidegiantshoedivider__heading {
    color: #333;
    text-transform: none;
    font-weight: normal;
    position: relative;
    line-height: 1.3;
    margin-bottom: 150px;
    font-size: 17px;
}
p.sidegiantshoedivider__caption {
    letter-spacing: .7px;
    color: #333;
    font-size: 14px;
}
div#shopify-section-shoes_design_sixth {
    padding-top: 80px;
}
h2.shoedforadventure {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
    text-align: center;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
}
.splashingin p {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    max-width: 645px;
    line-height: 1.8;
    letter-spacing: .7px;
}
.fromimage {
    display: flex;
}
.puddlesstomp {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    width: 58.3333%;
    margin: 0px;
    padding: 10px;
    align-self: stretch;
}
.puddlesstomp figure {
    margin: 0;
}	
.puddlesstomp p {
    font-size: 14px;
    color: #333;
}
div#shopify-section-shoes_design_seventh {
    background-color: rgb(248, 233, 221);
    padding: 50px;
    margin-top: 80px;
}
div#shopify-section-shoes_design_seventh .puddlesstomp {
    align-self: center;
}
div#shopify-section-shoes_design_eight {
    margin-top: 80px;
}
.inner_price h2 {
    text-align: center;
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
}
.testimonialss {
    text-align: center;
    background: #F8E9DD;
    padding: 40px;
    padding-bottom: 70px;
}
.testimonialss .ddd_fdfF img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonialss .ddd_fdfF svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.testimonialss h6.quote__author {
    color: #526240;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 60px;
}
.testimonialss .quote__quote {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 24px;
}
div#shopify-section-shoes_design_eight ul.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    padding: 15px 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 80px;
}
.image_slider_custom {
    padding-bottom: 40px !important;
    width: calc(100vw - 80px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1360px;
}
.image_slider_custom button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
}
.image_slider_custom button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
.image_slider_custom button.slick-prev.slick-arrow {
    left: -33px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
.image_slider_custom button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
}
.designaward_reco {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto !important;
    box-sizing: border-box;
    background-color: rgb(248, 233, 221);
    padding: 50px;
}
h2.infocard__heading {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
p.infocard__description {
    color: #333;
    font-size: 14px;
    max-width: 645px;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}
.cust-over-shoe-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.colicontext-container1 {
    width: calc((100% / 4) - 70px);
    margin-right: 70px;
    margin-bottom: 70px;
}
.colicontext-container1 img {
    margin-bottom: 10px;
    height: 80px;
    width: auto;
}
.colicontext__description p {
    color: #333;
    margin: 0;
    letter-spacing: .7px;
    line-height: 1.42857143;
}



/*================================================
		stages-overview page css start
==================================================*/
div#shopify-section-stage_over_tabslider {
    padding-top: 40px;
}
div#shopify-section-stage_over_tabslider .hesding h5 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
}
div#shopify-section-stage_over_tabslider ul#tabsedlk {
    display: flex;
    width: 100%;
    height: 100%;
    border: none;
    padding-bottom: 30px;
}
div#shopify-section-stage_over_tabslider ul#tabsedlk li {
    float: none;
    display: inline-block;
    width: 100%;
    border: none;
}
div#shopify-section-stage_over_tabslider ul#tabsedlk li a {
    background: transparent !important;
    border: none !important;
	position: relative;
}
div#shopify-section-stage_over_tabslider ul#tabsedlk li a:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 40px 0 40px;
    border-color: #f7f4f0 transparent transparent transparent;
    transition: 0.5s;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}
div#shopify-section-stage_over_tabslider #tabsedlk li a.inactive:before {
    display: none;
}
div#shopify-section-stage_over_tabslider .containeredlk {
    background: #fff;
    padding-top: 60px;
    border: none;
}
.musibt_hsi .third_heading {
    background-color: rgb(249, 239, 230);
    padding: 50px;
    margin-top: 40px;
}
.musibt_hsi .toodler_preshoolers h5 {
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 600;
    margin-bottom: 30px;
}
.musibt_hsi .toodler_preshoolers h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
}
.musibt_hsi .toodler_preshoolers p {
    color: #333;
}	
.mobile_hudeshow {
    display: none;
}
div#shopify-section-stag_tab_last .stag_tab {
    display: inline-block;
    width: 100%;
    background: #fff;
	padding-bottom: 60px;
}
ul#tabsed li a {
    padding: 20px !important;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2.19px;
    border-bottom: 3px solid #526240;
    text-transform: uppercase;
	background: transparent !important;
}
ul#tabsed li a:hover {
    color: #000 !important;
}
#tabsed li a.inactive {
    border-bottom: none !important;
    background: transparent !important;
}
div#shopify-section-stag_tab_last .containered p {
    max-width: 645px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    line-height: 1.8;
    text-align: center;
    color: #333;
    font-size: 14px;
}
div#shopify-section-stag_tab_last .containered img.colicontext__icon {
    max-width: 800px !important;
    width: 100%;
    margin: 0 auto !important;
    height: auto !important;
}
.cust-over-mobile-tab-seC {
    display: none;
}

/*===================================================
		foot-health-guide page css start
=====================================================*/
div#shopify-section-ultimate_foothealth_second .containered p {
    max-width: 645px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    line-height: 1.8;
    text-align: center;
    color: #333;
    font-size: 14px;
}
div#shopify-section-ultimate_foothealth_second .containered img.colicontext__icon {
    max-width: 800px !important;
    width: 100%;
    margin: 0 auto !important;
    height: auto !important;
}
div#shopify-section-ultimate_foothealth_third ul.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    padding: 15px 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 80px;
}
div#shopify-section-ultimate_foothealth_second {
    background: #fff;
}
.made_groethdv h2 {
    width: calc(100vw - 30px);
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
div#shopify-section-ultimate_foothealth_third {
    background: #fff;
    padding-top: 60px;
}
.image_slider_custom .inner_price p {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
div#shopify-section-ultimate_foothealth_fourth {
    background: #fff;
}
.text_above_tabs h2 {
    width: calc(100vw - 30px);
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
.text_above_tabs p {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
ul#tabsedfr {
    background: transparent;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: none;
    height: auto;
}
ul#tabsedfr li {
    border: none;
    background: transparent;
}
ul#tabsedfr li a {
    border: none;
    background: transparent;
    padding: 20px !important;
    color: #000 !important;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2.19px;
    border-bottom: 3px solid #526240;
    text-transform: uppercase;
}
ul#tabsedfr li a.inactive {
    background: transparent !important;
    border: none !important;
}
.containeredfr {
	padding: 50px !important;
    max-width: 1320px;
    margin: 0 auto !important;
    background-color: rgb(248, 233, 221);
    border: none !important;
}
.containeredfr .first_one p {
    text-align: left;
    max-width: 430px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}
.containeredfr .kya_hai {
    display: flex;
    text-align: center;
    flex-direction: row-reverse;
}
.containeredfr .first_one {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
.containeredfr .first_ondds {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
div#shopify-section-ultimate_foothealth_fifth {
    background: #fff;
    padding-top: 80px;
}
.ultimate_secondlast_section h2 {
    text-align: center;
    max-width: 930px;
    margin: 0 auto 25px;
    line-height: 1.2;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
}
.ultimate_secondlast_section p {
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.ultimate_secondlast_section h5 {
    margin-top: 70px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.6px;
    font-weight: 600;
    margin-bottom: 40px;
}
.ultimate_secondlast_section {
    background: #fff;
    display: inline-block;
    width: 100%;
}
li.js-arrowtabs__nav-item {
    text-align: center;
}
div#shopify-section-ultimate_health_sixthsecton li.js-arrowtabs__nav-item:hover button {
    opacity: 1;
}
div#shopify-section-ultimate_health_sixthsectonli.js-arrowtabs__nav-item a button:hover {
    background: rgba(0,0,0,0.1);
}
div#shopify-section-ultimate_health_sixthsecton li.js-arrowtabs__nav-item a button {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 55px;
    padding: 16px 20px;
    letter-spacing: 2px;
    transition: 0.4s !important;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    margin-top: 20px;
	opacity: 0;
} 
div#shopify-section-ultimate_health_seventhseciton {
    background: rgb(249, 239, 230);
    padding-top: 30px;
	padding-bottom: 80px;
}
.ultimate_seventsection_inner {
    text-align: center;
    padding: 60px 0;
}
.ultimate_seventsection_inner img {
    max-height: 70px;
    max-width: 100%;
}
.ultimate_seventsection_inner h5 {
    margin-bottom: 30px;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 600;
}
.ultimate_seventsection_inner h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.4;
}
.cust-seven-over-text-img-sec {
    display: flex;
}
.left_seven_textcontact {
    width: 40%;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
}
.right_seven_contact {
    width: 60%;
    max-width: 670px;
    margin: 0 auto;
}
.right_seven_contact input {
    background: none;
    border: 1px solid #979797;
    border-radius: 0;
    outline: transparent;
}
.right_seven_contact textarea {
    background: none;
    border: 1px solid #979797;
    border-radius: 0;
    outline: transparent;
}
.right_seven_contact input.btn { 
    background: #000;
    border: none;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
}
div#shopify-section-ultimate_health_sixthsecton {
    background: #fff;
    padding-bottom: 60px;
}
.right_seven_contact label {
    font-size: 16px;
}
.cust-over-mobile-tab-seC li.tbrepeated .hello {
    background-color: rgb(249, 238, 230);
    padding: 30px;
    text-align: center;
}
.cust-over-mobile-tab-seC li.tbrepeated p {
    text-align: center;
    font-size: 12px;
    color: #333;
    max-width: 390px;
    margin: 0 auto;
}

.right_seven_contact textarea#ContactFormMessage {
    width: 100% !important;
}
.right_seven_contact .contact-form.form-vertical {
    border: none;
    padding: 0;
}
/*
.text_above_tabs h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.text_above_tabs p {
    font-size: 12px;
}
.tbrepeat .hello p {
    text-align: center;
    font-size: 12px;
    color: #333;
}
.tbrepeat .hello {
    background-color: rgb(249, 238, 230);
    padding: 30px;
    text-align: center;
}
.ultimate_secondlast_section h2 {
    font-size: 20px;
}
.ultimate_secondlast_section p {
    font-size: 12px;
}
div#shopify-section-ultimate_health_sixthsecton li.js-arrowtabs__nav-item a button {
    opacity: 1;
}
div#shopify-section-ultimate_health_sixthsecton .js-arrowtabs__nav-item.arrowtabs__nav-item:before{
	display:none;
}
.ultimate_seventsection_inner h2 {
    font-size: 18px;
}
.cust-seven-over-text-img-sec {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.left_seven_textcontact {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.right_seven_contact {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.made_groethdv h2 {
    font-size: 20px;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
    right: 10px;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
}
div#shopify-section-ultimate_foothealth_third ul.slick-dots {
    bottom: 0;
} */
/*===================================================
		foot-health-guide page css end
=====================================================*/


/*=====================================================
			contact page css start 
=======================================================*/
.page-widths.cust-contactus .section-header.text-center {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #f9efe6;
    text-align: center;
    padding: 50px 0;
}
.page-widths.cust-contactus .section-header.text-center h1 {
	margin: 0;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
div#shopify-section-contact_form_first {
    background: #fff;
    padding: 50px 0;
}
.page-widths.cust-contactus .heaidng_under p {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.custom_form {
    display: flex;
    max-width: 1250px;
    margin: 0 auto 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
    margin-top: 40px;
}
.page-widths.cust-contactus .inner_first1 {
    float: left;
    width: 50%;
}
.page-widths.cust-contactus .inner_first {
    float: right;
    width: 44%;
    padding-top: 15px;
    padding-left: 80px;
}
.contact-form.form-vertical {
    float: left;
    width: 100%;
    padding-right: 88px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding-top: 15px;
}
.inner_first1 form#contact_form label {
    float: left;
    width: 30%;
    font-size: 14px;
    vertical-align: middle;
}
.inner_first1 form#contact_form input, select, textarea {
    float: right;
    width: 70% !important;
    font-size: 14px;
    height: 50px;
    border: 1px solid #ccc;
}
.contact-form.form-vertical .field {
    display: flex;
    align-items: center;
}
.inner_first1 form#contact_form input.btn {
    background: #000;
    border: none;
    font-weight: 600;
}
.inner_first .rigth_text p a {
    text-decoration: underline;
}
.inner_first .rigth_text p {
    font-size: 14px;
    color: #333;
}
.inner_first .rigth_text h6 {
    font-size: 14px;
    letter-spacing: 1.6px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_first .rigth_text h4 {
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-widths.cust-contactus {
    background: #fff;
}

/*=====================================================
			contact page css end 
=======================================================*/
			
/*========================================================
		   sizing-fitting-guide page css start
===========================================================*/
.page-width_newclass {
    background: #fff;
    padding: 50px 0;
}
.sizing-and-fitting-guids h4 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #526240;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.sizing-and-fitting-guids h2 {
    margin-bottom: 30px;
    font-size: 70px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.sizing-and-fitting-guids p {
    max-width: 645px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.sizing-and-fitting-guids .buttons ul {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.sizing-and-fitting-guids .buttons ul li {
    display: inline-block;
    margin: 0 10px;
}
.sizing-and-fitting-guids .buttons ul li a {
    padding: 16px 20px;
    border: 1px solid #000;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
}
.sizing-full-bleed-sec {
    background: rgb(249, 239, 230);
    padding: 60px 0;
    margin-top: 40px;
    position: relative;
}
.sizing-full-bleed-sec:after {
    content: ' ';
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 33px 30px 0 30px;
    border-color: #f9eee6 transparent transparent transparent;
    transition: 0.5s;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: -33px;
    z-index: 0;
    right: 0;
}
.sizing-full-bleed-sec h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #526240;
    font-weight: 600;
    text-transform: uppercase;
}	
.sizing-full-bleed-sec h2 {
    font-size: 45px;
    letter-spacing: 2px;
    max-width: 830px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.sizing-full-bleed-sec p {
    max-width: 645px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.sizing-full-bleed-sec .fitting-header {
    margin: 50px 0 0 0;
}
.sizing-full-bleed-sec .fitting-header-wrapper {
    display: flex;
}
.sizing-full-bleed-sec .fitting-header__item {
    text-align: center;
    margin-right: 25px;
    background: white;
    padding: 35px;
    border-radius: 7px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sizing-full-bleed-sec .fitting-header__icon {
    width: 90%;
    max-width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.sizing-full-bleed-sec h5.fitting-header__heading {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.sizing-full-bleed-sec .size-content-container {
    height: 46px;
    background-color: #f2f2f2;
    color: #232323;
    align-content: space-around;
    border-width: 2px!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px;
    font-family: Brandon Grotesque!important;
    font-weight: 600;
}
.sizing-full-bleed-sec img.glpyh-logo {
    max-height: 20px;
    margin-right: 9.5px;
}	
.size-content-container span {
    color: #333;
    font-size: 14px;
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
}
.fitting-header__video-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
    height: 50px;
    margin-top: 20px;
    color: #6f6f6f;
    text-align: center;
}
.sizing-full-bleed-sec svg.fitting-header__video-button-icon {
    margin-right: 10px;
    width: 11px;
    flex: 0 0 11px;
}
.sizing-full-bleed-sec .fitting-header__video-button p {
    width: auto;
    max-width: inherit;
    margin: inherit;
    line-height: normal;
    margin-top: 0;
}
button.fitting-header__button.fitting-header__button--black {
    border-radius: 0;
    border: 1px solid #000;
    background: none;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700 !important;
    width: 100%;
    padding: 16px 20px;
    letter-spacing: 2px;
    transition: 0.4s;
    cursor: pointer;
    outline: transparent;
}
.slider_snippet {
    max-width: 1360px;
    margin: 0 auto;
    padding: 70px 0;
}
.slider_snippet .use_pen_and {
    max-width: 1360px;
    margin: 0 auto;
    width: calc(100vw - 80px);
}
.slider_snippet .use_pen_and h2 {
    font-size: 45px;
    letter-spacing: 2px;
    max-width: 830px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
}
.slider_snippet .inner_fit_tct p {
    width: 90%;
    max-width: 645px;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
    line-height: 1.8;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.slider_snippet .slider_fit_section {
    padding: 0 30px;
}
.slider_snippet .slider_fit_section img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    margin-bottom: 35px;
}
.slider_snippet .hding_text h4 {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider_snippet .hding_text p {
    font-size: 14px;
    color: #333;
}
.slider_snippet .slider_three_fitings {
    padding-bottom: 30px;
}
.slider_snippet ul.slick-dots {
    left: 0;
    right: 0;
    bottom: -40px;
}
.slider_snippet button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
}
.slider_snippet button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
.slider_snippet button.slick-prev.slick-arrow {
    left: -33px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
.slider_snippet button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
}
.cust-overfit-suze-sec h5 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}
.sizing-full-bleed-sec .arrow-tabs-content {
    background: #fff;
    margin-top: 40px;
    padding-top: 60px;
}
.arrow-tabs-content p.mobile_img {
    display: none;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range {
    background: #fff;
    padding: 30px 0;
}
.sizing-full-bleed-sec.cust-over-SHOE {
    padding-bottom: 0;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range li.js-arrowtabs__nav-item a button {
    padding: 16px 40px;
    background: transparent;
    border: 1px solid #000;
    letter-spacing: 2px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    color: #000;
    outline: transparent;
    border-radius: 0;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range li.js-arrowtabs__nav-item:hover button {
    opacity: 1;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range li.js-arrowtabs__nav-item a button:hover {
    background: rgba(0,0,0,0.1);
}
.sizing-full-bleed-sec.cust-over-SHOE:after {
    opacity: 0;
}

/*========================================================
		   sizing-fitting-guide page css end
===========================================================*/


/*===================================================
				tab css start
====================================================*/
.dfdf_f ul.tab {
    text-align: center;
    background: #fff;
    border: none;
}
.dfdf_f a.tablinks.active {
    border-bottom: 3px solid #526240;
}
.dfdf_f ul.tab li a {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: .7px;
}
.dfdf_f ul.tab li {
    display: inline-block;
}
.dfdf_f .tab {
    border: none;
}
/*===================================================
				tab css end
====================================================*/

/****  popup css start  **********/
div#popup {
    position: relative;
    max-width: 1024px;
    top: 19%;
    left: 0;
    right: 0;
    background: white;
    width: 80%;
    max-height: 60vh;
    overflow: auto;
    padding: 40px;
}
div#popup h2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 40px 0;
}
.right_jao {
    width: 35%;
    padding-right: 60px;
    float: left;
}
.right_jao p {
    text-align: left;
}
.lefyt_jao {
    overflow: auto;
    max-height: 500px;
    height: calc(100vh - 310px);
    width: 65%;
    float: right;
}
table.size-conversion__table {
    font-size: 14px;
}
div#popuped {
    position: relative;
    max-width: 1024px;
  	top: 17%;
}
div#popuped iframe {
    width: 100%;
}
div#overlayed {
    z-index: 1;
}
div#overlay {
    z-index: 1;
}
/********* css end  **************/



/*===================================================
				collection page css start
====================================================*/

.category-header__container.top-container {
    display: inline-block;
    width: 100%;
}
.category-header__image.sidebar-main {
    padding-right: 2.5%;
    width: 17%;
    float: left;
}
.category-header__content.column.main {
    padding-left: 2%;
    width: 83%;
    float: left;
}
.category-header__container h1.catalog-header__title {
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 600;
}
.category-header__container .category-header__description {
    width: 60%;
    letter-spacing: .7px;
    font-size: 14px;
}
.filters-toolbar-wrapper {
	border: none;
}
ol.breadcrumbs__list li {
    padding: 0 10px 0px 0;
}
ol.breadcrumbs__list {
    text-transform: uppercase;
    font-size: 10px;
    color: #707070;
    margin: 10px 0 0 0;
}
.spf-product-card, .spf-product-card.spf-product-card__template-3 .spf-product__info.hover {
    background: transparent !important;
}
.spf-product__info {
    width: 100%;
    display: inline-block;
}
.h4.spf-product-card__title {
    width: 60%;
    float: left;
    color: #000;
	height: 60px;
    overflow: hidden;
}
.h4.spf-product-card__title a {
    font-weight: 600;
    font-size: 15px;
}
.spf-product-card__price-wrapper {
    width: 40%;
    float: right;
    text-align: right;
}
span.spf-product-card__saleprice {
    color: #e31e29 !important;
}
span.spf-product-card__price {
    color: #000 !important;
}
button.spf-product__form-btn-addtocart {
    width: 100%;
    padding: 5px 0 !important;
    height: auto !important;
}
.bottom_text_collection {
    background: #526240;
    padding: 4rem 15px;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: -5%;
    display: inline-block;
    width: 100%;
}
#gf_pagination_wrap .pagination>span>a, #gf_pagination_wrap .pagination>span>span, #gf_pagination_wrap .pagination>span.deco {
    background-color: transparent !important;
    border: none !important;
}

/*===================================================
				collection page css end
====================================================*/


/*===============================
	manufacturing page css
=====================================*/
.cust-about-cont-over h4 {
    color: #D97D82;
}
.cust-about-cont-over h3 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
ul#tabsed {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: none;
    height: auto;
}
ul#tabsed li {
    border: none;
    background: transparent;
}
div#shopify-section-manufacturing_tab_slider ul#tabsed li a {
    padding: 20px;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 17px;
    color: #000;
    letter-spacing: 2.19px;
    border-bottom: 3px solid #d97d82;
}
div#shopify-section-manufacturing_tab_slider ul#tabsed li a.inactive {
    border-bottom: none;
}
h2.inner_onece {
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
h4.inner_hding {
    margin-bottom: 20px;
    font-size: 14px;
    color: #D97D82;
    text-align: center;
}
.inner_seconfd {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}
.manufacturing .inner_manufrt {
    margin-top: 100px;
}
.containered {
    padding: 50px !important;
    max-width: 1320px;
    margin: 0 auto !important;
    background-color: rgb(248, 233, 221);
    border: none !important;
}
.containered .kya_hai {
    display: flex;
    text-align: center;
    flex-direction: row-reverse;
}
.containered .first_one {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
.containered .first_one h4 {
    color: #526240;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.containered .first_one h3 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.containered .first_one p {
    max-width: 360px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 40px;
    color: #333;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.42857143;
}
.containered .first_ondds {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.first_ondds img.colicontext__icon {
    height: auto !important;
    margin: 0 !important;
}
div#display_none_fm {
    display: none;
}
figure.imgar_ninnr {
    width: 100%;
    margin: 40px 0;
}
.secnd_mnfslide {
    padding: 90px 0;
}
.manufacturing_secondslide{
    position: relative;
    padding-bottom: 20px;
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}
.secnd_mnfslide .width_new {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}
.secnd_mnfslide .ok_sir_lo {
    width: 100%;
    position: relative;
    align-self: stretch;
    margin-right: 80px;
}
.secnd_mnfslide h1.manufacturingsteps__heading {
    margin-bottom: 35px;
    color: #D97D82;
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 600;
}
h5.manufacturingsteps__subheading {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
}
.manufacturingsteps__description {
    font-size: 14px;
}
.manufacturingsteps__copy-wrapper {
    flex: 0 0 280px;
    width: 280px;
}
.secnd_mnfslide .ok_sir_lo2 {
    flex: 0 0 380px;
    width: 380px;
}
.secnd_mnfslide ul.slick-dots {
    text-align: center;
    left: 0;
    right: 0;
}
.slick-slider .slick-dots li button::before {
    width: 8px;
    height: 8px;
    color: #000;
    opacity: 0.3;
}
.secnd_mnfslide button.slick-prev.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.secnd_mnfslide button.slick-prev.slick-arrow {
    outline: transparent;
    z-index: 2;
    left: -40px;
}
.secnd_mnfslide button.slick-next.slick-arrow {
    right: 0;
    outline: transparent;
}
.secnd_mnfslide button.slick-next.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}







/*===================================================
				product page css start
====================================================*/
.product-accreditations__inner {
    display: flex;
}
.product-accreditations__row {
    display: flex;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    justify-content: space-around;
}
.product-accreditations__wrapper {
    background: #53623f;
    padding: 50px 0 100px 0;
    margin-top: 40px;
}
.product-accreditations__wrapper h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
}
/*
.product-form__cart-submit {
    background: #000;
}
.product-form__item.product-form__item--submit {
    display: inline-block !important;
    width: 100% !important;
    flex: 100%;
    margin-top: 20px;
}
.product-price__price {
    font-size: 16px;
    color: #000;
}
h1.product-single__title {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
}
.custom_divthumb {
    width: 20%;
    float: left;
    display: inline-block;
    height: 100%;
}
.feature_imght {
    width: 80%;
    float: left;
    display: inline-block;
}
.custom_divthumb ul.product_page.common_slider_cls.custom_howto_slider {
    transform: rotate(90deg);
    width: 100%;
    margin-top: 60px;
}
.custom_divthumb .owl-item {
    transform: rotate(-90deg) !important;
}
.custom_divthumb .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 43px);
}
.product-form-product-template {
    position: relative;
}
.product-form .header {
    text-transform: uppercase;
    font-size: 10px;
    color: #9b9b9b;
    margin: 0 0 5px 0;
}
.product-form .swatch-element {
    float: left;
    height: 25px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 25px;
    padding: 4px 8px;
    cursor: pointer;
}
.tooltip {
    display: none;
}
.product-form .swatch_radio {
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    opacity: 0;
}
.ltmstck {
    position: absolute;
    left: 80px;
    top: -1px;
    font-size: 12px;
}
*/


/*============================
	stages-overview css
=============================*/
.secton_first {
    background: #f7ebe1;
    padding: 100px 0;
}
.secton_first h5 {
    width: calc(100vw - 30px);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    font-size: 14px;
    color: #526240;
    text-align: center;
    font-weight: 600;
}
.secton_first h2 {
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 600;
    text-align: center;
}
.secton_first p {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}
.arrowtabs__nav__icon-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
img.arrowtabs__nav__icon {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 15px;
}
h6.arrowtabs__nav__heading {
    font-size: 14px;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
p.arrowtabs__nav__stages-label {
    max-width: 105px;
    width: 100%;
    padding: 5px;
    color: white;
    font-size: 12px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0 auto 10px;
    text-align: center;
}
p.arrowtabs__nav__subheading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #979797;
    text-align: center;
}
div#shopify-section-sider_learn_pages {
    padding: 80px 0;
}
.toodler_preshoolers {
    text-align: center;
}
.third_heading {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}	
.colicontext-container {
    width: calc((100% / 3) - 70px);
    margin: 0 70px 70px 0px;
}
img.colicontext__icon {
    height: 120px !important;
    margin: 0 auto 40px !important;
    display: block;
}
h5.colicontext__heading {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.colicontext__description {
    letter-spacing: .7px;
    font-size: 14px;
    color: #333;
}
.button_slidre {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.button_slidre div {
    display: inline-block;
}
.button_slidre a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 195px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    letter-spacing: 2px;
    transition: 0.4s;
    margin: 0 10px 10px 0;
    background: #fff;
    border: 1px solid #fff;
}
.made_groeth {
    background: #fff;
    padding: 80px 0;
}
.made_groeth h5 {
    color: #03a6cf;
    font-size: 20px;
    letter-spacing: 1.6px;
    text-align: center;
    font-weight: 600;
}
.made_groeth h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 910px;
}
.made_groeth p {
    width: calc(100vw - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 645px;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.duplic_add_tocart{
	margin: 15px 0px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.duplic_add_tocart .btn{
	background-color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 14px 10px;
    font-weight: 700;
  	display: block;
	width: 100%;
	line-height: 1.4;
	white-space: normal;
}


/*product page lt starts*/
.xplorer_cstm .product-detail__number > span{background-color:#ffc52e;}
.xplorer_cstm .product-stage > span{background-color:#ffc52e;}
.kid_cstm .product-detail__number > span{background-color:#ff5b34;}
.kid_cstm .product-stage > span{background-color:#ff5b34;}
.iwalk_cstm .product-detail__number > span{background-color:#03bbb5;}
.iwalk_cstm .product-stage > span{background-color:#03bbb5;}
.step_cstm .product-detail__number > span{background-color:#ae24ab;}
.step_cstm .product-stage > span{background-color:#ae24ab;}
.soft_cstm .product-detail__number > span{background-color:#00a7cf;}
.soft_cstm .product-stage > span{background-color:#00a7cf;}
.bobux-product-view{
	padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
.bobux-product-view .page-main{
	max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.bobux-product-view .product-detail__header .product-detail__stage .product-stage{
	text-align: center;
}
.bobux-product-view .product-detail__header .product-detail__stage .product-stage span{
	font-weight: 500;
    font-size: 12px;
  border-radius: 15px;
  min-width: 60px;  
  color: #fff;
  letter-spacing: 1px;
  padding: 9px 15px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.bobux-product-view .product-detail__name {
  margin: 30px 0 25px;
}
.bobux-product-view .product-detail__name h2{
	font-size: 45px;
	letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.bobux-product-view .product-detail__colour {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.bobux-product-view .product-detail__header{
	margin-bottom: -40px;
}
.bobux-product-view .owl-item{
	background-color: rgba(255,255,255,0) !important;
}
.bobux-product-view .product-detail__number{
	text-align: center;
}
.bobux-product-view .product-detail__number .stage-xplorer{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  position: relative;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 0px auto 30px;
}
.bobux-product-view .product-detail__column-inner-two{
	margin-top: 110px;
}
.bobux-product-view .product-detail__title h3{
	margin: 0 0 30px 0;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.bobux-product-view .product-detail__column-inner-two{
	padding-left: 40px;
  padding-right: 40px;
}
.bobux-product-view .product-detail__column-inner-one{
	padding-right: 80px;
}
.bobux-product-view .product-detail__column-inner-three{
	padding-left: 80px;
}
.bobux-product-view .product-detail__image{
	text-align: center;
}
.bobux-product-view .product-detail__column-inner-three .product-detail__image{
	background: #f5ede6;
	border-radius: 50%;
}
.bobux-product-view .product-detail__content p{
	font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  letter-spacing: .7px;
  color: #333;
  margin: 0;
}
.bobux-product-view .product-detail__content ul{
	padding: 20px 0px 0px;
  margin: 0;
  list-style: disc;
}
.bobux-product-view .product-detail__content ul li{
	font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.42857143;
  letter-spacing: .7px;
  color: #333;
  position: relative;
}
.bobux-product-view .product-detail__content{
	padding: 20px 30px 30px;
}
.bobux-product-view .product-detail__content ul li:before{
  color: #ffc52e;
  content: "\2022";
  display: inline-block;
  left: -26px;
  position: absolute;
  top: -10px;
  font-size: 26px;
}
.bobux-product-view .product-detail__wrapper .owl-item:last-of-type .product-detail__image img {
  transform: scale(1.1);
  position: relative;
  top: 10px;
}
.bobux-product-view .learn-more-link {
  padding-top: 20px;
}
.bobux-product-view .learn-more-link a{
	border-bottom: 1px solid #9b9b9b;
  color: #9b9b9b;
text-decoration: none;
}
.bobux-product-view .learn-more-link a:hover{
	opacity: .7;
}

.product-single .custom-right .sku-tag{
	display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-single .custom-right .sku-tag .custom-sku{
	font-size: 10px;
    color: #9b9b9b;
  margin-right: 8px; 
}
.product-single .custom-right .sku-tag .custom-tag{
	color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  padding: 9px;
  display: inline-block;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 999px;
  background-color: #ffc52e;
}
.product-single .custom-right .extra-info{
	font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  margin-bottom: 15px;
}
.bbx-cst-product-single .custom-right .product-single__title{
	margin-bottom: 6px;
}
.custom-right .bbx-pro-title-wishlist button.swym-button{
	border: none !important;
  width: 20px;
  height: 20px;
  background: url('heart-i.svg') 0 0 no-repeat;
  background-size: 100%;
  opacity: .35;
  top: 34px;
}
.custom-right .bbx-pro-title-wishlist button.swym-button:hover{
	opacity: 1;
}
.bbx-cst-product-single .custom-right .product-single__price{
	margin-top: 10px;
  text-align: left;
}
.bbx-cst-product-single .custom-right .product-single__price  #ProductPrice-product-template{
	color: #575757;
}
.bbx-cst-product-single .custom-right .custom-description{
	font-size: 14px;
  letter-spacing: 0.7px;
  color: #333;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 20px;
}
.bbx-cst-product-single .custom-right .custom_reviews{
	font-size: 11px;
  letter-spacing: 0.7px;
  color: #9b9b9b;
  font-weight: 400;
  text-align: right;
  padding: 0 5px;
	margin-left: auto;
	cursor: pointer;
}

.bbx-cst-product-single .custom-right .product-single__description .panelen ul{
	padding: 20px 0px 0px;
  margin: 0;
  list-style: disc;
}
.bbx-cst-product-single .custom-right .product-single__description .panelen ul li{
	font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.42857143;
  letter-spacing: .7px;
  color: #333;
  position: relative;
}
.bbx-cst-product-single .custom-right .product-single__description .panelen ul li:before{
  color: #ffc52e;
  content: "\2022";
  display: inline-block;
  left: -26px;
  position: absolute;
  top: -10px;
  font-size: 26px;
}
.bbx-cst-product-single .custom-right .drawer-wrap{
	padding: 5px 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
  position: relative;
}
.bbx-cst-product-single .custom-right .drawer-wrap > div{
	cursor: pointer;
}
.bbx-cst-product-single .custom-right .drawer-wrap:before{
	content: "|";
  position: absolute;
  left: 50%;
  top: 4px;
  color: #333;
}
#slidingcartmain{
	padding: 30px 40px 0px;
}
.bobux-pro-slide-info-close{
	position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 16px;
}
.bobux-pro-slide-info-close img{
	opacity: 0;
  cursor: pointer;
  position: absolute;;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  
}
.bobux-pro-slide-info-close:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%234A4A4A' stroke-linecap='square'%3E%3Cpath d='M0.5,0 L19.5,19'/%3E%3Cpath d='M0.5,0 L19.5,19' transform='matrix(-1 0 0 1 20 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 17px;
    height: 16px;
    content: '';
  display: block;
}
.bobux-pro-slide-info-box{
	overflow-y: auto;
  margin-bottom: 40px;
}
.bobux-pro-slide-info-box,
.bobux-pro-slide-info-box p{
	font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.42857143;
  letter-spacing: .7px;
  color: #333;
}
div.inline-cart{
	max-width: 500px;
  bottom: 0px;
  right: -500px;
}
.bobux-side-drawyer-open{
	overflow: hidden !important;
}
/*product page lt ends*/



@media (min-width: 576px) {
  #shopify-section-hero .Featured_banner_part {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #shopify-section-hero .Featured_banner_part {
    max-width:680px;
  }
}

@media (min-width: 992px) {
  #shopify-section-hero .Featured_banner_part {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #shopify-section-hero .Featured_banner_part{
    max-width: 1200px;
  }
}


/*===================================================
				Media Query Start Here
====================================================*/

@media(max-width: 1199px){

	header.site-header nav ul#SiteNav li {
		margin: 0 8px;
	}

	.cust_pro_slick .slick-slide .grid-view-item__image-wrapper {
		height: 250px;
	}

	.cust_pro_slick button.slick-arrow {
		top: 30%;
	}

	#shopify-section-feature-row .feature-row__text {
		padding: 0px 20px;
	}

	h4.mediatext__subheading {
		margin: 0 0 10px;
	}

	#shopify-section-feature-row .feature-row__text .h3 {
		margin-bottom: 20px;
		font-size: 38px;
		letter-spacing: 3px;
	}

	#shopify-section-feature-row a.btn {
		margin: 10px auto 0;
	}

	.cust_zig_zag_sec {
		padding: 15px 0 0;
	}

	.cust_zig_zag_sec .cust_icontext__wrapper {
		margin: 0 0 70px;
	}

	.cstm_below_divs .cstm_beloow_footer ul li {
		margin: 0 20px 30px 0;
	}

    div#shopify-section-heritage_feature_collection ul.grid button.hover_show,
    #div#shopify-section-active_feature_collection  ul.grid button.hover_show{
        opacity: 1
    }

    .cust_pro_slick .slick-slide .grid-view-item__title {
        width: 100%;
    }

    .cust_pro_slick .slick-slide .grid-view-item__meta {
        margin: 0;s
        width: 100%;
        text-align: left;
    }

}

@media(max-width:1023px){
  .bobux-product-view .product-detail__title h3{
  	font-size: 22px;
  }
  .bobux-product-view .product-detail__column-inner-two{
	padding-left: 20px;
    padding-right: 20px;
  }
  .bobux-product-view .product-detail__column-inner-one{
      padding-right: 40px;
  }
  .bobux-product-view .product-detail__column-inner-three{
      padding-left: 40px;
  }
}
@media(max-width:991px){

	.cust_pro_slick .slick-slide .grid-view-item__image-wrapper {
		height: 200px;
	}

	.Custom_home_banner{
		background-image:url("https://cdn.shopify.com/s/files/1/0004/6540/3961/t/7/assets/BOBUX_MWEB_HOME_Promo_SoftSoles_1.png?v=1594785529") !important;
		height: 550px;
	}

	.Custom_home_banner .inner-content p.collectionherobanner-subheading {
		font-family: 'BrandonGrotesque-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
	}

	.Custom_home_banner .inner-content h1 {
		font-size: 40px;
		letter-spacing: 3px;
	}

	#shopify-section-feature-row .page-width.feature-row {
		padding: 50px 0 0;
	}

	#shopify-section-feature-row .page-width.feature-row .feature-row {
		display: table;
	}

	#shopify-section-feature-row .page-width.feature-row .feature-row__item {
		display: table-footer-group;
	}

	#shopify-section-feature-row .page-width.feature-row .feature-row__item.feature-row__text {
		display: table-header-group;
	}

	#shopify-section-feature-row a.btn {
		margin: 10px auto 50px;
	}

	footer.site-footer .grid.grid--no-gutters {
		width: 100%;
	}

	footer.site-footer .grid.grid--no-gutters:nth-child(2) .grid__item.text-center {
		width: 100%;
		border-bottom: 1px solid #595959;
		margin-bottom: 2.4rem !important;
		padding-bottom: 2rem !important;
	}

	footer.site-footer .cust_footer_LOGo img {
		margin: 0 0 30px;
	}

	footer.site-footer .grid.grid--no-gutters:nth-child(2) .grid__item.text-center span	{
		letter-spacing: 2px;
	}

	footer.site-footer ul.site-footer__linklist li a {
		font-family: 'BrandonGrotesque-Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	}

	.cstm_below_divs {
		margin: 0;
		display: table;
		width: 100%;
	}

	.cstm_below_divs .below_featured_footer_first {
		float: none;
		display: table-footer-group;
	}

	.cstm_below_divs .cstm_beloow_footer {
		float: none;
		display: table-header-group;
	}

	.cstm_below_divs .cstm_beloow_footer span.footer__label {
		display: none;
	}

	footer.site-footer .grid.grid--no-gutters .grid__item.text-center:nth-child(2) {
		margin-bottom: 1.2rem !important;
	}

	.cstm_below_divs .cstm_beloow_footer .below_featured_footer_first {
		display: block !important;
		float: left;
		border-bottom: 1px solid #595959;
		margin-bottom:1.4rem;
		width: 100%;
	}

	.cstm_below_divs .cstm_beloow_footer ul li {
		margin: 0 20px 20px 0;
	}

	.cstm_below_divs .cstm_beloow_footer .below_featured_footer_first:nth-child(2) {
		border: none;
		margin: 0;
	}
	.cstm_below_divs .below_featured_footer_first .site-footer__copyright--bottom {
		text-align: center;
		padding: 0 0 50px;
	}

    div#shopify-section-heritage_video {
        height: auto;
    }

    div.inner-video-sec {
       padding-top:30px;
    }
 .ddd_F {
    display: inline-block;
}
.ddd_F h3.title_pr {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.ddd_F p.text_pr {
    font-size: 12px;
}
.ddd_F .fsrt_pr {
    padding: 0;
}
.ddd_F .snd_pr {
    width: 100%;
    margin: 0 auto 0;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
}
.active_sole > div .point_s ul li {
    margin: 0 0 30px;
}
.point_s {
    text-align: center !important;
    margin-top: 30px;
}
  div#heritage_collection .second_section .text_inner p {
    font-size: 12px;
    padding: 0 10px;
}
div#section-cta .slick-prev {
    left: 3%;
}
div#section-cta button.slick-next.slick-arrow {
    right: 8%;
}
h3.sfn_heding {
    font-size: 20px;
    letter-spacing: 1.6px;
}

}

@media (max-width: 767px){
	.bobux-product-view {
      padding-top: 50px;
      padding-bottom: 50px;      
    }
  .bobux-product-view .product-detail__name h2{
  	font-size: 20px;
  }
  .bobux-product-view .product-detail__header {
    margin-bottom: 30px;
  }
  .bobux-product-view .product-detail__column-inner-two {
    margin-top: 0px;
  }
  .bobux-product-view .product-detail__column-inner-three {
    padding-left: 0px;
  }
  .bobux-product-view .product-detail__column-inner-two {
    padding-left: 0px;
    padding-right: 0px;
  }
  .bobux-product-view .product-detail__column-inner-one {
    padding-right: 0px;
  }
  .bobux-product-view .product-detail__image{
  	width: 80vw;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .bobux-product-view .product-detail__content{
  	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .bobux-product-view .product-detail__content ul li,
  .bobux-product-view .product-detail__content p{
  	font-size: 12px;
  }
  .bobux-product-view .owl-nav > div{
  	position: absolute;
    border: none;
    width: 20px;
    bottom: 50%;
    height: 40px;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    background-size: 15px;
    display: block;
    font-size: 0px;
  }
  .bobux-product-view .owl-nav > div:hover{
  	opacity: .6;
  }
  .bobux-product-view .owl-nav > div.owl-prev{
  	background: url('prev-btn.svg') 0 0 no-repeat;
    left: 5px;
  }
  .bobux-product-view .owl-nav > div.owl-next{
  	background: url('next-btn.svg') 0 0 no-repeat;
    right: 5px;
  }
  .bobux-product-view .product-detail__name {
    margin: 20px 0 15px;
  }
}


/*===================================================
				Media Query max 749px
====================================================*/

@media (max-width: 749px) {
.cudt-register-headeing h1 {
    padding: 30px 0;
    font-size: 20px;
    letter-spacing: 1.6px;
}
.cust-login-register-main .image {
    display: none;
}
.cust-login-register-main .image.cust-over-img-sec {
    display: block;
    width: 100%;
    padding-left: 0;
}
.cust-login-register-main .form-vertical {
    padding-right: 0;
    border-right: none;
    width: 100%;
}
.cust-login-register-main {
    display: inline-block
}
.cust-ovet-Sec span.cust-forget {
    float: none;
}
.cust-ovet-Sec span.cust-btn {
    float: none;
}
/*============================================
             about responsive css
  =============================================*/
  .h4.spf-product-card__title {
    width: 60%;
    float: left;
    color: #000;
    height: 84px;
    overflow: hidden;
}
.pagebuilder-poster-overlay {
    height: 450px;
}
h1.collectionherobanner-heading {
    font-size: 30px;
    letter-spacing: 2px;
}
.collectionherobanner-description-container {
    bottom: 30px;
}
p.collectionherobanner-description {
    font-size: 12px;
}
.cust-about-Where h4 {
    margin-bottom: 10px;
}
.cust-about-Where h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.ourstoreblock-background-clr {
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.ourstoreblock__blocks-container {
    display: inline-block;
}
.ourstoreblock__block-wrapper {
    margin: 0 auto;
}
h1.ourstoreblock__block {
    font-size: 30px;
    letter-spacing: 2px;
}
img.ourstoreblock__image {
    width: 80%;
    margin: 30px 0;
    max-width: 300px;
}
h1.ourstoreblock__block__heading {
    font-size: 30px;
    letter-spacing: 2px;
}
.ourstoreblock-background-clr.cust-bg-over-2 {
    margin-top: 50px;
}
h4.ourstoreblock__subheading {
    margin-bottom: 5px;
}
h2.ourstoreblock__heading {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.ourstoreblock-background-clr.cust-over {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
}
button.ourstoreblock__block__button {
    margin: 25px auto 0;
} 
.mediatext__wrapper {
    margin-bottom: 0px;
    display: inline-block;
}  
.mediatext__image-wrapper {
    width: 100%;
    min-height: 100vw;
    height: 100%;
}
.mediatext__copy-wrapper {
    width: 100%;
}

/* =====================
    about css end
  ========================*/
  
    
/*============================================
  		shoe-design page css start
  ============================================*/
div#shopify-section-shoes_design_second_section h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.cloudquote__wrapper {
    display: inline-block;
    margin: 40px auto;
    width: calc(100vw - 0px);
}
.cloudquote__quote-wrapper {
    padding: 15px;
    max-width: 300px;
}
.cloudquote__cloud-ball-one {
    width: 50px;
    height: 50px;
    bottom: -24px;
    right: -50px;
}
.cloudquote__cloud-ball-two {
    width: 30px;
    height: 30px;
    bottom: -50px;
    right: -80px;
}
div#shopify-section-shoes_design_second_section h4.cloudquote__quote {
    font-size: 12px;
}
.cloudquote__description {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    width: calc(100vw - 60px);
    margin-top: 80px;
}
div#shopify-section-shoes_design_third_section {
    margin-top: 30px;
}
div#shopify-section-shoes_design_third_section h2 {
    font-size: 20px;
}
.pagebuilder-column-group {
    display: inline-block;
}
.pagebuilder-column:nth-child(3) {
    width: 100%;
}
div#shopify-section-shoes_design_third_section div p {
    margin-bottom: 0;
    line-height: normal;
}
.cloudquote__description-container {
    margin: 0 auto;
}
.pagebuilder-column figure {
    margin: 0;
}
.DESIGN.PROCESS-headding h2 {
    font-size: 20px;
}
.DESIGN.PROCESS-headding p {
    font-size: 12px;
}
.design-process-container {
    display: inline-block;
    width: calc(100vw - 0px);
    margin-top: 40px;
	margin-bottom: 0;
}
.design-process__image {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}
.design-process__block-container {
    display: inline-block;
    margin-top: 40px;
}
.design-process__block.design-process__block--one {
    max-width: 400px;
    text-align: center;
}
.design-process__block.design-process__block--two {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
.background-image-5f22726d8dbad {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}
.design-process__block.design-process__block--one {
    margin-top: 40px;
}
.desig.background-image-5f22726d8db93m {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}
.sidegiantshoedivider-container {
    display: inline-block;	
    width: calc(100vw - 0px);
}
.sidegiantshoedivider__image-container {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
    margin: 0 auto 40px;
}
.sidegiantshoedivider__copy-wrapper {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}
.pagebuilder-column {
    display: inline-block;
    width: 100%;
}
h4.sidegiantshoedivider__heading {
    font-size: 14px;
    font-family: 'BrandonGrotesque-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
}
.sidegiantshoedivider__copy-container {
    min-height: auto;
}
div#shopify-section-shoes_design_sixth {
    padding-top: 40px;
}
h2.shoedforadventure {
    font-size: 20px;
}
.splashingin p {
    font-size: 12px;
}
.fromimage {
    display: inline-block;
}
.puddlesstomp {
    width: 100%;
}
.splashingin p {
    width: 100%;
}
h2.shoedforadventure {
    width: 100%;
}
div#shopify-section-shoes_design_seventh .puddlesstomp {
    text-align: center;
}
.puddlesstomp p {
    font-size: 12px;
}
.image_slider_custom {
    width: calc(100vw - 60px);
}
div#shopify-section-shoes_design_eight ul.slick-dots {
    bottom: 0;
}
.inner_price h2 {
    font-size: 20px;
    width: 100%;
}
.designaward_reco {
    padding: 30px;
    padding-bottom: 0;
}
h2.infocard__heading {
    font-size: 20px;
}
p.infocard__description {
    font-size: 12px;
}
.cust-over-shoe-sec {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.colicontext-container1 {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
div#shopify-section-shoes_design_ninth {
    margin-bottom: 30px;
}
.testimonialss .quote__quote {
    font-size: 12px;
}
.testimonialss {
    padding-bottom: 0;
}
  
/*==========================
    shoe-design page css end
  ===============================*/
 
/*=============================================
  		sizing-fitting-guide page css start
  ================================================*/
  
.sizing-and-fitting-guids h2 {
    font-size: 30px;
    letter-spacing: 2px;
}
.sizing-and-fitting-guids p {
    font-size: 12px;
    padding: 0 20px;
}
.sizing-and-fitting-guids .buttons ul {
    padding: 0 10px;
}
.sizing-and-fitting-guids .buttons ul li {
    margin: 0;
    width: 100%;
}
.sizing-and-fitting-guids .buttons ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}
.sizing-full-bleed-sec h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.sizing-full-bleed-sec p {
    font-size: 12px;
    padding: 0 10px;
}
.sizing-full-bleed-sec .fitting-header-wrapper {
    display: inline-block;
    padding: 0 5px;
}
.sizing-full-bleed-sec .fitting-header__item {
    margin-bottom: 20px;
}
.slider_snippet .use_pen_and h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.slider_snippet .inner_fit_tct p {
    font-size: 12px;
}
.arrowtabs__nav .slick-slider .slick-dots {
	display: none !important;
}
img.pagebuilder-mobile-hidden {
    display: none;
}
.arrow-tabs-content p.mobile_img {
    display: block;
}
div#stage_range .js-arrowtabs__nav-item.arrowtabs__nav-item:before {
    opacity: 0;
}
.arrowtabs__nav:after {
    content: ' ';
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 33px 30px 0 30px;
    border-color: #f9eee6 transparent transparent transparent;
    transition: 0.5s;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 0;
    right: 0;
}
.arrowtabs__nav {
    position: relative;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range li.js-arrowtabs__nav-item a button {
    opacity: 1;
}
.slider_snippet {
    padding-bottom: 0;
}
.arrowtabs__nav button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
    right: 5px;
}
.arrowtabs__nav button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
.arrowtabs__nav button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
.arrowtabs__nav button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
    right: 5px;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
} 
.sizing-full-bleed-sec.cust-over-SHOE div#stage_range ul.slick-dots {
    display: none !important;
}
.sizing-full-bleed-sec.cust-over-SHOE {
    margin-top: 70px;
}
  
  /*=============================================
  		sizing-fitting-guide page css end
  ================================================*/
  
  
  /*===========================================
  				faq page css start
  =============================================*/
h6.page-info__sticky-column-mobile__heading {
    display: block;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.cust-faq-main-cont {
    display: inline-block;
}
.page-info__sticky-column {
    padding-right: 0;
    max-width: 100%;
    flex: 1;
    text-align: center;
}
.page-info__sticky-column ul li {
    padding: 0 0 10px 0;
}
.page-info__sticky-column ul li a {
    color: #000;
    background: #f9efe6;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
}
.page-info__content-container {
    margin-top: 30px;
}
 
   
 
  /*===========================================
  				faq page css end
  =============================================*/ 
  
  
/*==================================
  	contact us page css start
  =====================================*/
.page-widths.cust-contactus .section-header.text-center h1 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.page-widths.cust-contactus .section-header.text-center {
    padding: 30px 0;
}
.page-widths.cust-contactus .heaidng_under p {
    font-size: 12px;
    padding: 0 20px;
}
.custom_form {
    display: inline-block;
    margin-top: 40px;
}
.page-widths.cust-contactus .inner_first1 {
    width: 100%;
}
.contact-form.form-vertical {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding: 0 20px;
}
.contact-form.form-vertical .field {
    display: inline-block;
    width: 100%;
}
form#contact_form label {
    width: 100%;
    margin-bottom: 10px;
}
form#contact_form input, select, textarea {
    width: 100% !important;
}
.page-widths.cust-contactus .inner_first {
    width: 100%;
    padding-left: 0;
    padding: 0 20px;
    margin-top: 40px;
    text-align: center;
}
  
/*==========================
  		contact page css end
  ===============================*/
  
/*==============================================
  		manufacturing pafe css start
  ================================================*/
.hello_taabslider {
    display: block !important;
}
h5.heading-cust-mobile {
    border-bottom: 3px solid #d97d82;
    width: calc(100vw - 120px);
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.hello_taabslider .containered.tbrepeat {
    display: block !important;
    padding: 0 !important;
    background: transparent;
}
.hello_taabslider .kya_hai {
    flex-direction: column-reverse;
    padding: 50px !important;
    max-width: 1320px;
    margin: 0 auto !important;
    background-color: rgb(248, 233, 221);
}
.hello_taabslider ul.slick-dots {
    display: none !important;
}
.hello_taabslider button.slick-prev.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.hello_taabslider button.slick-prev.slick-arrow {
    outline: transparent;
    z-index: 2;
    left: 1%;
    top: 0;
}
.hello_taabslider button.slick-next.slick-arrow {
    right: 7%;
    outline: transparent;
    top: 0;
}
.hello_taabslider button.slick-next.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.desktop-cust-main-sec{
	display: none;
}
  
/*==========================================
  				css end
  ===========================================*/
  
/*=============================================
  		stages-overview page css start
  =============================================*/ 
.secton_first h2 {
    font-size: 30px;
    letter-spacing: 2px;
}
.cust-over-desktop-seCE {
    display: none;
}
div#shopify-section-stage_over_tabslider .hesding h5 {
    font-size: 14px;
    letter-spacing: 1.6px;
}
.mobile_hudeshow {
    display: block;
}
.js-arrowtabs__nav-item.arrowtabs__nav-item {
    padding: 0 0 40px 0;
    position: relative;
}
.js-arrowtabs__nav-item.arrowtabs__nav-item:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 40px 0 40px;
    border-color: #f7f4f0 transparent transparent transparent;
    transition: 0.5s;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}
.mobile_hudeshow button.slick-prev.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.mobile_hudeshow button.slick-prev.slick-arrow {
    outline: transparent;
    z-index: 2;
    left: 0;
    top: 80px;
}
.mobile_hudeshow button.slick-next.slick-arrow {
    right: 30px;
    outline: transparent;
    top: 80px;
}
.mobile_hudeshow button.slick-next.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.musibt_hsi {
    background: #fff;
    padding: 50px 0;
}
.musibt_hsi .toodler_preshoolers h5 {
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1.6px;
}
.musibt_hsi .toodler_preshoolers h2 {	
    font-size: 20px;
    letter-spacing: 1.6px;
}
.musibt_hsi .toodler_preshoolers p {
    font-size: 12px;
    padding: 0 40px;
}
.musibt_hsi .third_heading {
    display: inline-block;
    text-align: center;
}
.colicontext-container {
    width: 100%;
}
h5.colicontext__heading {
    font-size: 14px;
}
.colicontext__description {
    font-size: 12px;
}
.button_slidre div {
    display: block;
}
div#shopify-section-stag_tab_last {
    margin: -60px 0 0 0;
}
.made_groeth h5 {
    font-size: 15px;
    letter-spacing: 1.6px;
}
.made_groeth h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.made_groeth p {
    font-size: 12px;
}
.made_groeth {	
    padding: 20px 0;
}
div#shopify-section-stag_tab_last .stag_tab {
    padding-bottom: 10px;
}
.cust-stag-tab-desktop {
    display: none;
}
.cust-over-mobile-tab-seC {
    display: block;
    background: #fff;
}
.cust-over-mobile-tab-seC h5 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
}
.cust-over-mobile-tab-seC .cust-bg {
    background-color: rgb(249, 239, 230);
    padding: 30px;
    text-align: center;
}
.cust-over-mobile-tab-seC .cust-bg p {
    font-size: 12px;
    color: #333;
}
.cust-over-mobile-tab-seC button.slick-prev.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.cust-over-mobile-tab-seC button.slick-prev.slick-arrow {
    outline: transparent;
    z-index: 2;
    left: 0;
    top: 0;
}
.cust-over-mobile-tab-seC button.slick-next.slick-arrow {
    right: 30px;
    outline: transparent;
    top: 0;
}
.cust-over-mobile-tab-seC button.slick-next.slick-arrow:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    content: ' ';
    position: absolute;
    width: 30px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
div#popup {
    padding: 15px;
}
div#popup h2 {
    margin: 0 0 20px 0;
    font-size: 17px;
    letter-spacing: 1px;
}
div#popup .right_jao {
    width: 100%;
    padding-right: 0;
}
div#popup .right_jao p {
    padding: 0;
}
div#popup .lefyt_jao {
    height: calc(100vh - 0px);
    width: 100%;
}
table.size-conversion__table {
    font-size: 12px;
}
  .ultimate_secondlast_section h2 {
    font-size: 20px;
}
.ultimate_secondlast_section p {
    font-size: 12px;
}
div#shopify-section-ultimate_health_sixthsecton li.js-arrowtabs__nav-item a button {
    opacity: 1;
}
div#shopify-section-ultimate_health_sixthsecton .js-arrowtabs__nav-item.arrowtabs__nav-item:before{
	display:none;
}
.ultimate_seventsection_inner h2 {
    font-size: 18px;
}
.cust-seven-over-text-img-sec {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.left_seven_textcontact {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.right_seven_contact {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.made_groethdv h2 {
    font-size: 20px;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-next.slick-arrow {
    outline: transparent;
    opacity: 1;
    right: 10px;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-next.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: 18px;
    position: absolute;
    left: 0;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 2;
    outline: transparent;
    opacity: 1;
}
div#shopify-section-ultimate_health_sixthsecton button.slick-prev.slick-arrow:before {
    content: ' ';
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: 18px;
}
div#shopify-section-ultimate_foothealth_third ul.slick-dots {
    bottom: 0;
}
  .text_above_tabs h2 {
    font-size: 20px;
    letter-spacing: 1.6px;
}
.text_above_tabs p {
    font-size: 12px;
}
.tbrepeat .hello p {
    text-align: center;
    font-size: 12px;
    color: #333;
}
.tbrepeat .hello {
    background-color: rgb(249, 238, 230);
    padding: 30px;
    text-align: center;
}
  /*=============================================
  		stages-overview page css end
  =============================================*/
  
  
.category-header__image.sidebar-main {
    padding-right: 0;
    width: 100%;
    text-align: center;
}
.category-header__image.sidebar-main img {
    max-width: 70px;
}
.category-header__content.column.main {
    padding-left: 0;
    width: 100%;
}
.category-header__container h1.catalog-header__title {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}
.category-header__container .category-header__description {
    width: 100%;
    font-size: 12px;
    text-align: center;
}
div#Collection {
    padding: 0;
}
body .page-width { 
    padding: 0 20px;
}
button.btn--link.site-header__menu.js-mobile-nav-toggle.mobile-nav--open {
    padding: 0;
    line-height: normal;
    margin: -12px 0 0px 0;
    outline: transparent;
    color: #000;
}
button.btn--link.site-header__menu.js-mobile-nav-toggle.mobile-nav--close {
	padding: 0;
    margin: -12px 0 0 0;
    outline: transparent;
    color: #fff;
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 30px;
}
body.template-index button.btn--link.site-header__menu.js-mobile-nav-toggle.mobile-nav--close {
    top: -20px;
}
button.btn--link.site-header__menu svg.icon.icon-close {
    width: 30px;
}
.over_layert .d_trr {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.h2.site-header__logo { 
    display: inline-block;
    padding: 0 0 0 5px;
}
header.site-header {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #ccc;
}
.site-header__icons--plus .site-header__menu, .site-header__icons--plus .site-header__search-toggle, 
.site-header__icons--plus .site-header__cart, .site-header__icons--plus .site-header__account {
    padding: 0px 6px;
}
.site-header__icons {
    padding-right: 0;
}
#shopify-section-hero {
    padding: 0;
}
.site-header .site-header__icons-wrapper {
    display: flex;
    float: right;
    margin: -7px 0 0 0;
    padding: 0;
}
#shopify-section-feature-row .feature-row__text .h3 {
    font-size: 28px;
}
.cust_pro_slick .slick-slide .grid-view-item__image-wrapper > div {
    padding-top: 0 !important;
    display: inline-block;
}
.cust_pro_slick .slick-slide .grid-view-item__image-wrapper img {
    max-width: inherit !important;
    max-height: inherit !important;
    opacity: 1 !important;
    height: auto !important;
    position: static;
    display: inline-block;
}
.cust_pro_slick .slick-slide .grid-view-item__image-wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    display: inline-block;
}
.cust_zig_zag_sec .cust_icontext__wrapper {
    display: inline-block;
}
.cust_zig_zag_sec .cust_icontext__wrapper .cust_how_to_sec_img {
    display: inline-block;
    text-align: center;
}
.cust_zig_zag_sec .cust_icontext__wrapper .cust_how_to_sec_content {
    margin-right: 0;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
.cust_how_to_sec_content h4.icontext__subheading {
    font-size: 12px;
    margin: 0 0 14px;
}
.cust_how_to_sec_content h3 {
    font-size: 18px;
    margin: 0 0 20px;
}
.cust_how_to_sec_content p.icontext__description {
    max-width: 100%;
    width: 100%;
}
.cust_zig_zag_sec .cust_icontext__wrapper:nth-child(2) .cust_how_to_sec_content {
    margin-left: 0;
}
.newsletter-section.index-section--newsletter-background {
    padding: 2rem 0;
}
.cstm_left_area {
    width: 100%;
    text-align: center;
}
.cstm_right_area {
    margin: 20px 0 0 0;
    width: 100%;
    float: none;
    display: inline-block;
}
.cstm_below_divs .cstm_beloow_footer ul {
    display: flex;
}
.cstm_below_divs .cstm_beloow_footer ul li {
    display: inline-block;
    width: 100%;
}  
.div_ffreg {
    display: inline-block;
}  
.div_one_ff {
    flex: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 30px;
}
.div_one_ff img {
    display: inline-block;
}
.div_scnd_dr {
    max-width: 880px;
    width: 100%;
}
.cust_pro_slick .slick-slide .grid-view-item__title {
    width: 100%;
    min-height: auto;
} 
.cust_pro_slick .slick-slide .grid-view-item__meta {
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
}
#shopify-section-1594626215187 ul.grid--view-items {
    padding: 0 0px;
}
#shopify-section-1594626215187 .page-width.full-wdth-section {
    padding: 0;
}
#shopify-section-1594626215187 {
    padding: 60px 0px;
}
.hding-ff {
    display: none;
}
.Featured_banner_part.slick_one.slick-initialized.slick-slider {
    display: inline-block !important;
    text-align: center !important;
}
.Featured_banner_part {
    display: none !important;
}
#shopify-section-hero .Featured_banner_part .first_banner_icon {
    margin: 0 auto;
    max-width: 80%;
}
.sfj {
    max-width: 1100px;
    overflow-x: auto;
}
.slider-nav {
    width: 1400px;
    overflow-x: scroll;
}
div#panel {
    padding: 0;
    text-align: left;
}
.main-menu__banner-container ul li:last-child {
    display: none;
}
.main-menu__banner-container ul li:first-child {
    padding-top: 3px;
}
.cust_mega_maenu_main:before {
    content: ' ';
    position: absolute;
    right: 5px;
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/right.png?v=1595827544);
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 15px;
    top: 16px;
}
h3.arrowback:before {
    content: ' ';
    position: absolute;
    right: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0004/6540/3961/files/left.png?v=1595828586);
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 15px;
    top: 2px;
}
h3.arrowback {
    margin: 15px 10px;
    position: relative;
}
.ul_df ul:last-child li {
    border: none;
}
.ul_df {
    background: #fff !important;
    border: none !important;
}
nav.mobile-nav-wrapper {
    width: 83.3333vw;
    left: -83.3333vw;
    border-right: 1px solid #f2f2f2;
    display: /*none*/block !important;
    position: fixed;
    overflow: scroll;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    max-width: 95%;
    z-index: 99999999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
}
nav.mobile-nav-wrapper.medium-up--hide.js-menu--is-open {
    display: block !important;
    border-top: 0px solid #ccc;
    transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    z-index: /*12*/99999999;
    left: 0px;
    height: 1005 !important;
    padding-top: 15px;
}
li.cust_mega_maenu_main {
    background: #ccc;
    background-color: #f7f4f0;
    padding: 15px;
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.mobile-nav-wrapper::after {
    border-bottom: none;
}
.custom-menusss {
    display: none;
}
.cus-menu-listss {
    text-align: left;
    margin-bottom: 10px;
    background-color: #f7f4f0;
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
} 
body.changeCursor:before {
    content: ' ';
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 9;
}
li.cust_mega_maenu_main.activewe {
    background: transparent;
    padding: 0;
}
li.cust_mega_maenu_main .custom-menusss {
    display: block;
    width: 100vw;
    left: -83.333vw;
    border-right: 1px solid #f2f2f2;
    display: /*none*/block !important;
    position: fixed;
    overflow: scroll;
    top: 0px;
    bottom: 0;
    padding: 0 15px;
    max-width: 100%;
    z-index: 99999999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    min-height: 550px;
}
li.cust_mega_maenu_main.activewe .custom-menusss {
    left: 32px;
}
.main-menu__banner-container {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0;
}
li.main-menu__link {
    justify-content: left;
}
li.main-menu__line-break {
    border-top: none;
}
li.main-menu__age {
    font-size: 9px !important;
    margin: 2px 0 0 0;
}
.cust_image {
    width: 30%;
    float: left;
    text-align: center;
    border: none;
}
.cus-menu-listss:before {
    content: ' ';
    font-family: FontAwesome;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 30px;
    background: url(Plus.svg) 50% 50% no-repeat;
    width: 30px;
    height: 20px;
}
.cus-menu-listss.activewedfdf:before {
    content: ' ';
    background: url(Minus.svg) 50% 50% no-repeat;
}
div#shop {
    padding: 10px 0;
}
/*.learn_morelinklist {
    display: block;
    width: 100vw;
    left: -83vw;
    border-right: 1px solid #f2f2f2;
    display: /*noneblock !important;
    position: fixed;
    overflow: scroll;
    top: 0px;
    bottom: 0;
    padding: 0 15px;
    max-width: 100%;
    z-index: 99999999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    min-height: 550px;
} */
.learn_morelinklist ul {
    border-bottom: 1px solid #f8e9dd;
    padding: 15px 10px;
}
/*li.learn_more_li.third .learn_morelinklist {
    left: 0;
} */
.cust_image img {
    width: 60px;
}
.main-menu__banner-container ul {
    text-align: left;
    width: 70%;
    float: left;
    padding: 10px 0 0 20px;
}
.main-menu__banner-container ul li {
    height: auto !important;
    font-size: 12px;
}
span.label-wrapper-1 {
    padding: 20px 20px;
    color: #000;
    display: block;
}
span.label-wrapper-2 {
    padding: 20px;
    background: #F4F4F4;
    display: flex;
}
/*.ul_df {
    width: 100vw;
    left: -83vw;
    border-right: 1px solid #f2f2f2;
    display: /*noneblock !important;
    position: fixed;
    overflow: scroll;
    top: 90px;
    bottom: 0;
    padding: 0 15px;
    max-width: 100%;
    z-index: 99999999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    min-height: 550px;
} */
.ul_df ul li {
    display: inline-block;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #f8e9dd;
    width: 100%;
}
/*.cus-menu-listss.activewedfdf .ul_df {
    left: 0;
} */
.custom-menus li.li_collection_mega {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
}
.custom-menus li.li_collection_mega a {
    padding: 0 0 0 10px;
    height: 70px;
}
.custom-menus li.li_collection_mega a span {
    display: none;
}
.custom-menus li.li_collection_mega a h4 {
    margin: 0;
    padding-right: 155px;
}
.custom-menus ul.collection_mega {
    padding: 20px 0 0 0px;
}
.menu-footer-wrapper {
    background-color: transparent;
    padding: 0;
}
.custom-menus.custom-menusss .page-width {
    padding: 0;
}
ul.lern_moremega {
    display: inline-block;
    padding: 1rem 0;
    max-width: 1360px;
    width: 100%;
}
li.learn_more_li {
    background-color: #f7f4f0;
    padding: 20px !important;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
}
.heading_df {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.heading_df h4 {
    margin: 0;
}
.once_mr {
    display: inline-block;
    padding: 1rem 0;
    width: 100%;
}
.once_mr ul{
    background-color: #f7f4f0;
    padding: 20px;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: left;
}

div#shopify-section-heritage_headng .sub_hdig, div#shopify-section-heritage_gallery .sb_hdng {
    margin: 0 0 10px;
}

div#shopify-section-heritage_headng h3, div#shopify-section-heritage_gallery h3 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
}

div#heritage_collection .thrd_section > div {
    width: 100%;
    padding: 10px 10px 0;
}

.custom_home_ssblghr.owl-carousel .item .ddd_F {
    width: 100%;
}

.custom_home_ssblghr.owl-carousel .owl-nav i {
    font-size: 32px;
}

div#shopify-section-heritage_gallery {
    padding: 30px 0 40px
}

div#shopify-section-active_collection .second_section {
    padding: 60px 10px 0;
}

div#heritage_collection .second_section .sub_hdnh p {
    margin-bottom: 10px;;
}

div#shopify-section-active_collection .hdnfg h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

div#shopify-section-active_collection .hdnfg:nth-child(2n+1) {
    margin-top: 50px;
}

.active_sole h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.active_sole > div:nth-child(2) {
    display: block;
}

.active_sole > div:nth-child(2) .point_s, .active_sole > div:nth-child(2) .imgas {
    display: block;
    width: 100%;
}

.active_sole {
    padding: 60px 10px 50px;
}

.inner-gallery-sec .owl-carousel .item .ddd_F {
    width: 100%;
    padding: 0 10px;
}

div.inner-shp-collection-sec .sub_hdig, div.inner-gallery-sec .sb_hdng {
    margin: 0 0 10px;
}

div.inner-shp-collection-sec h3, div.inner-gallery-sec h3 {
    margin: 0 0 20px;
    font-size: 20px;
    letter-spacing: 1px;
}

div.inner-gallery-sec {
    padding: 60px 0 50px;
}

div#shopify-section-heritage_feature_collection, 
#shopify-section-active_feature_collection {
    padding: 30px 10px 120px;
}

.cust_pro_slick button.slick-prev::before {
    font-size: 30px;
}

.cust_pro_slick .slick-next.slick-arrow::before {
    font-size: 30px;
}

.cust_pro_slick .slick-list {
    padding: 0 0px !important;
}

.cust_pro_slick .slick-list li .grid-view-item .grid-view-item__image-wrapper > div {
    width: 100%;
}

}


@media(max-width:479px){


header.site-header .site-header__logo a img {
    max-width: 100px !important;
}
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
  *:focus {outline:none !important}
  a.tooddken {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline:none !important
  }
.product-accreditations__inner {
    display: inline;
}
.product-accreditations__row {
    margin-bottom: 40px;
}
.product-accreditations__row img {
    width: 26%;
}
.product-accreditations__wrapper {
    padding: 50px 0 20px 0;
}

}

.grid__item.grid__item--collection-template {
    opacity: 1 !important;
    visibility: visible !important;
}


.spf-filter-loading #gf-products > *:not(.spf-product--skeleton){
    opacity: 1 !important;
    visibility: visible !important;
}


