.header-container .site-header .site-header-inner {
	max-width: none;
}
.site-header .search-wrapper {
	width: 400px;
}
.nav-menu {
	max-width: none;
	justify-content: flex-start;
}
.nav-menu a {
	margin: 0 10px;
}
.nav-menu a:last-child {
	margin-left: auto;
	margin-right: 0;
}
.site-header-filler {
    height: 85px;
}
		.header-container,
		.site-header-filler {
			height: 133px;
		}
		#container {
			padding-top: 0 !important;
		}
		.submenu {
			display: block;
		}
		#menu-item1     {
			background-image: url(/site/_images/common/main_menu_selected_gradiant_bg.jpg);
			color: Black
		} 
		#menu-item1 a {   
			color: Black
		}

#container {
	background: #f8f9fb;
}
#main_body {
	width: 90%;
	max-width: none;
	padding: 40px 0;
}
#footer{
	padding-top: 0;
}
#footer_strip2{
	margin-top: 0;
}

/*--- GENERAL ---*/
.icon{
	cursor: pointer;
}
.icon svg{
	width: 100%;
}
.inner{
	box-sizing: border-box;
}
/*--- STORE ---*/
.store_wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
/*--- INFO BAR ---*/
.store_info_bar{
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	margin-bottom: 20px;
	width: 100%;
}
.store_info_bar .inner{
	display: flex;
	justify-content: flex-start;
}
.store_info_btn>a{
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.store_info_btn i{
	margin-right: 5px;
}
/*--- SIDEBAR ---*/
.store_sidebar{
	width: 100%;
	max-width: 300px;
	margin-right: 1.64%;
}
.store_sidebar>div{
	margin-bottom: 10px;
}
.store_sidebar>div .sidebar_title{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.store_sidebar>div .sidebar_title .down_arr{
	display: none;
}
.store_sidebar>div .sidebar_title.active .down_arr{
	transform: rotate(180deg);
}
.store_sidebar .sidebar_categories .sidebar_title, .store_sidebar .sidebar_categories .category_list,
.store_sidebar .sidebar_themes .sidebar_title, .store_sidebar .sidebar_themes .theme_list{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);	
}
.store_sidebar .sidebar_categories .sidebar_title,
.store_sidebar .sidebar_themes .sidebar_title{
	margin-bottom: 10px;
    text-transform: none;
    font-size: 16px;
    padding: 10px 15px;
}
.store_sidebar .sidebar_trending, .store_sidebar .sidebar_categories .category_list,
.store_sidebar .sidebar_themes .category_list{
	margin-bottom: 9.5%;
}
.category_list ul, .theme_list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.category_list a, .theme_list a{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.category_list a:hover, .theme_list a:hover{
	text-decoration: underline;
}
.category_list .selected>a, .theme_list .selected>a{
	font-weight: 700;
}
.category_list .selected>a:hover, .theme_list .selected>a:hover{
	cursor: default;
	text-decoration: none;
}
.category_list li[data-id="22"]{
	margin-top: 10px;
}
.category_list ul li ul, .theme_list ul li ul{
	margin-left: 20px;
}
.quick_picks_more{
	display: none;
}
.quick_picks_more.active{
	display: block;
}
.quick_picks_show_more .btn{
	color: #3773b0;
	cursor: pointer;
}
.quick_picks_show_more .btn:hover{
	text-decoration: underline;
}
.quick_picks_show_more .btn.less{
	display: none;
}
.quick_picks_show_more.active .btn.less{
	display: block;
}
.quick_picks_show_more.active .btn.more{
	display: none;
}

/*--- STORE HOME ---*/
.store_home_sec{
	width: 100%;
	flex: 1;
}
.store_home_sec .sec .products{
	width: calc(100% + 2%);
	margin: 1.05% 0;
	margin-top: 0px;
	transform: translateX(-1%);
}
.featured.sec .products{
	margin-top: -10px;
	margin-bottom: 40px;
}
.store_home_sec .sec_title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
.store_home_sec .sec_title h2 {
    font-size: 26px;
    text-transform: none;
    letter-spacing: -0.02em;
}
.store_home_sec .sec_title h2 .descriptor {
    display: inline-block;	
    color: #316eb8;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-right: 4px;
}
.store_home_sec .sec_title a{
	margin-left: 10px;
	color: #3773b0;
	text-decoration: none;
}
.store_home_sec .sec_title a:hover{
	text-decoration: underline;
}
.store_home_sec .sec_title a.view-more {
	margin-left: 15px;
	white-space: nowrap;
}
/*--- CATEGORY ---*/
.category_sec{
	width: 100%;
	flex: 1;
	overflow-x: hidden;
}
.category_sec .inner{
	width: 100%;
}
.category_sec .sec{
	width: 100%;
	margin: 1.05% 0;
}
.category_sec>.inner>.details{
	margin: 0;
}

/* CATEGORY FEATURES */
.category_feature {
	position: relative;
	color: #fff;
	margin: 0 0 30px 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40adbb+0,2a589b+100 */
	background: rgb(64,173,187); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(64,173,187,1) 0%, rgba(42,88,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(64,173,187,1) 0%,rgba(42,88,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(64,173,187,1) 0%,rgba(42,88,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40adbb', endColorstr='#2a589b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.category_feature > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	height: 100%;
	max-height: 300px;
	margin: 0 auto;
	padding: 110px 0;
}
.category_feature > .inner > .col1 {
	width: 47%;
}
.category_feature > .inner > .col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 47%;
	max-width: 600px;
	margin-bottom: -8%;
}
.category_feature > .inner > .col2 > a {
	width: 31%;
	max-width: 180px;
	max-height: 280px;
}
.category_feature > .inner > .col2 img {
	width: 100%;
	transition: all 0.15s ease;
}
.category_feature > .inner > .col2 img:hover {
	transform: scale(1.05);
	/*
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.2);	
	*/
	transition: all 0.15s ease;
}
.category_feature h1 {
	font-size: 43px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	margin: 0 0 5px 0;
}
.category_feature h1 strong {
	font-weight: 600;
	white-space: nowrap;
}
.category_feature h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
}
@media (max-width:1650px) {
	.category_feature > .inner > .col2 {
		position: absolute;
		left: 51%;
		bottom: -7%;
		margin-bottom: 0;
	}
}
@media (max-width:1100px) {
	.category_feature {
		margin-bottom: 50px;
	}
	.category_feature > .inner {
		flex-direction: column;
		max-height: none;
		padding: 40px 0 0 0;
	}
	.category_feature > .inner > .col1 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.category_feature > .inner > .col2 {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-bottom: -30px;
	}
}

/*--- TITLE ---*/
.category_sec>.inner>.details .title{
	padding: 50px 20px;
	padding: 20px;
	background-position: center;
	background-size: cover;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dadba+0,207cca+52,1e5799+100 */
	background: rgb(29,173,186); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(29,173,186,1) 0%, rgba(32,124,202,1) 52%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(29,173,186,1) 0%,rgba(32,124,202,1) 52%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(29,173,186,1) 0%,rgba(32,124,202,1) 52%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dadba', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.category_sec>.inner>.details .title h2{
	font-size: 50px;
	padding: 0;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,.25);
	text-transform: none;
	letter-spacing: -0.02em;
}

/*--- BREADCRUMBS ---*/
.breadcrumbs{
	display: block;
	padding: 15px 0;
}
.breadcrumbs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumb_arr{
	margin-left: 5px;
}
.breadcrumbs a{
	color: #3773b0;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs .selected a{
	font-weight: 700;
	cursor: default;
	color: rgba(0,0,0,1);
}
.breadcrumbs .selected a:hover{
	text-decoration: none;
}

/*--- SORT BAR ---*/
.category_sec .sort_bar{
	background: #fff;
	width: 100%;
	margin: 0;
}
.sort_bar .inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.pagination{
	display: flex;
	justify-content: center;
}
.pagination>div{
	margin: 0 10px;
}
.pagination>div a, .pagination>div span, .pagination>div i{
	font-size: 16px;
}
.pagination>div i{
	margin: 0 5px;
}
.pagination .prev_page a, .pagination .next_page a{
	text-decoration: none;
	color: #3773b0;
}
.pagination .disabled *{
	color: rgba(100,100,100,1)!important;
}
.pagination .pages > *{
	margin: 0 5px;
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.pagination .page_link{
	color: #3773b0;
}
.pagination .page_link.ellipsis{
	color: rgba(0,0,0,1);
}
.pagination .page_link.active{
	color: rgba(0,0,0,1);
	font-weight: bold;
}
.view_options{
	display: flex;
	justify-content: center;
	align-items: center;
}
.view_options>div{
	margin-left: 5px;
}
.results_data {
	margin: 0;
}
.filter_options{
	display: flex;
	justify-content: center;
	align-items: center;
}
.filter_options select{
	margin-left: 5px;
	background-color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
	outline: none;
}
.layout_options{
	display: flex;
	justify-content: center;
}
.layout_options .icon{
	width: 17.5px;
	height: 17.5px;
	margin-left: 10px;
	font-size: 22px;
}
.layout_options .icon.active svg{
	fill: rgba(55,115,176,1);
}
.sort_bar.top .pagination{
	display: none;
}

/*--- PRODUCTS ---*/
.products{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.product{
	display: flex;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	transition: all .25s ease-out;	
}
.product .inner{
	width: 100%;
	min-height: 100%;
	display: flex;
}
.product a{
	text-decoration: none;
	color: #3773b0;
}
.product a:hover{
	text-decoration: underline;
}
.product .image{
	position: relative;
	height: 100%;
	width: 100%;
	max-height: 200px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}
.product .image a{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .image img{
	/*height: 100%;*/
	min-height: 100%;
	max-height: 200px;
	
	max-width: 110%;
	height: auto;
}
.product .image .digital_download_image {
    position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
}
.product .image .digital_download_image img {
	width: 100%;
	height: auto;
}
.product .details{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	flex: auto;
}
.product .details .row{
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	max-width: 100%;
}
.product .details .row:first-child{
	flex: auto;
	align-items: flex-start;
}
.product a.link{
	position: relative;
}
.product .details .row:nth-child(2){
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #fafafa;
	border-bottom: 1px dotted #fafafa;
}
.product .details .row>div{
	display: flex;
}
.product .details .title{
	width: 100%;
	justify-content: flex-start;
}
.product .details .title h2{
	color: #3773b0;
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
	line-height: 1.5em;
}
.product.medium .details .title h2 .digital_product_label {
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #333333;
}
.product .details .price{
	width: 50%;
	justify-content: flex-start;
	color: #819c01!important;
	text-decoration: none!important;
	font-weight: 700;
	font-size: 16px;
}
.product .details .price a{
	color: #819c01!important;
	text-decoration: none!important;
	font-size: 16px;
}
.product .details .social{
	width: 50%;
	justify-content: flex-end;
}
.product .details .add_to_cart{
	width: 100%;
	justify-content: center;
}
.product .details .social>div{
	display: flex;
}
.product .details .social a:hover{
	text-decoration: none;
}
.product .details .social .small a{
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2.5px;
	border-radius: 30px;
}
.product .details .social .link{
	background-color: #fafafa;
	color: #454545;
	
    background: #717171;
    color: #fafafa;
}
.product .details .social .facebook{
	background-color: rgba(59,89,152,1);
	color: rgba(255,255,255,1);
}
.product .details .social .favorite{
	background-color: #fafafa;
	color: #454545;
}
.product .details .social .favorite i{
	color: #999;
}
.product .details .social .favorite.active i{
	color: #bd0000;
}
.product .details .social .favorite .favorited, .product .details .social .favorite.active .add_favorite{
	display: none;
}
.product .details .social .favorite.active .favorited{
	display: inline;
}
.product .details .row:nth-child(4){
	width: 100%;
	justify-content: center;
	padding: 0;
	margin-top: 10px;
	flex-wrap: wrap;
}
.product .details .row:nth-child(4) > div{
	padding: 5px 10px;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 1 50%;
	margin: 0 5px;
	margin-bottom: 5px;
	cursor: pointer;
	max-width: 150px;
}
.products.grid_view .product .details .row:nth-child(4) > div{
	max-width: none;
}
.product .details .learn_more a{
	color: rgba(255,255,255,1);
	color: #3773b0;
}
.product .details .learn_more a:hover{
	text-decoration: none;
}

.product .checkout_btn{
	cursor: pointer;
	width: 100%;
	max-width: 150px;
	background-color: #e27401;
	color: #fff;
	border-radius: 30px;
	padding: 7.5px 20px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
}
.product .checkout_btn i{
	margin-right: 5px;
}
.product[data-premium="true"] .checkout_btn{
	background-color: #009900;
}
.product.medium[data-premium="true"][data-free="false"] .checkout_btn span{
	display: none;
}
.product.medium[data-premium="true"][data-free="false"] .checkout_btn:after{
	content: 'Request Now';
}
.product .request_value{
	display: none;
}
.product[data-premium="true"][data-free="false"] .price .value{
	display: none;
}
.product[data-premium="true"][data-free="false"] .request_value{
	display: inline;
}
/*
.grid_view .product{
	flex: 1 25%;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	background: #fff;
}
*/
.grid_view.sec, .rows_view.sec{
	width: calc(100% + 2%);
	transform: translateX(-1%);
}
.grid_view .product {
    width: 100%;
	max-width: 23%;
    justify-content: center;
    margin: 1%;
    align-items: center;
    padding: 40px 20px;
    background: #fff;
}
.grid_view .product:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.grid_view .product .inner{
	max-width: 225px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.rows_view.products{
	justify-content: space-between;
}
.rows_view .product{
	width: 100%;
	max-width: 48%;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
    padding: 40px 20px;
	margin: 1%;
}
.rows_view .product .inner{
	max-width: none;
	justify-content: center;
}
.rows_view .product .image{
	width: 150px;
	margin-right: 15px;
}

.rows_view .grid_only{
	display: none!important;
}
.grid_view .rows_only{
	display: none!important;
}

.product.small{
	background-color: #fff;
	margin-top: 10px;
	padding: 20px;
}
.product.small .inner{
	
}
.product.small .image{
	max-height: none;
	width: 100%;
	height: auto;
	max-width: 75px;
	margin-bottom: 0;
	margin-right: 10px;
}
.product.small .image a{
	height: auto;
	width: 100%;
}
.product.small .image img{
	max-height: none;
	min-height: 0;
	height: auto;
	width: 100%;
}
.product.small .price{
	margin-bottom: 5px;
}
/*PRODUCT PAGE*/
.product.page{
	border: none;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	padding: 60px 40px;
	align-items: flex-start;
	margin-bottom: 2.1%;
	box-sizing: border-box;
	width: 100%;
}
.product.page .image{
	width: 350px;
	min-width: 350px;
	max-height: none;
	height: auto;
}
.product.page  .image a{
	width: 100%;
	height: auto;
}
.product.page .image img{
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
}
.product.page .details{
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin: 0 50px;
	justify-content: flex-start;
}
.product.page .details>div:not(.checkout_btn){
	width: 100%;
	max-width: 100%;
}
.product.page .details .social{
	width: 100%;
}
.product.page .details .checkout_btn{
	margin-right: auto;
}
.product.page .request_subtitle{
	font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
	text-transform: uppercase;
}
.product.page .details>div{
	margin-bottom: 20px;
}
.product.page .title h1{
	color: #454545;
	font-weight: 700;
	font-size: 36px;
}
.product.page .title h2{
	color: rgba(0,0,0,1);
	font-weight: 700;
	font-size: 28px;
}
.product.page .title .digital_product_label {
	display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #528bc5;
    letter-spacing: 0.02em;
}
.product.page .digital-product-note {
    font-size: inherit;
    color: #528bc5;
    font-weight: bold;
    margin: 20px 0;
}
.product.page .digital-product-note a {
	font-size: inherit;
	color: #528bc5 !important;
	text-decoration: underline;
}
.product.page .long_description{
	line-height: 1.75em;
	font-size: 16px;
	font-weight: 300;
}
.product.page .social .large a{
	background: none;
	color: #000;
	margin-right: 7.5px;
	border-radius: 25px;
	padding: 5px 15px;
	font-weight: 600;
	text-align: center;
}
.product.page .social .large a:first-child {
	padding-left: 0;
}
.product.page .social .large a i {
	border-radius: 100%;
	background: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px auto;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
}
.product.page .social .large a.physical-version i,
.product.page .social .large a.digital-version i{
	background: #819c1d;
	color: #fff;
}
.product.page .copy_message {
	left: 0!important;
}
.copy_message {
	color: #000;
}
.product.page .social .large a.link i {
    background: #717171;
    color: #fafafa;
}
.product.page .social .large a.favorite i {
	background: #fafafa;
	color: #454545;
}
.product.page .social .large a.facebook i {
	background: rgba(59,89,152,1);
	color: #fff;
}
.product.page .checkout_box{
	background-color: #fafafa;
	padding: 20px 80px;
	position: relative;
}
.checkout_box >.inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.checkout_box >.inner>div{
	margin-bottom: 25px;	
}
.checkout_box .currency{
	position: absolute;
	top: 10px;
	right: 10px;
}
.checkout_box .currency_drop{
	display: none;
	position: absolute;
	top: 40px;
	right: 10px;
}
.checkout_box .price_container h3{
	color: #000;
	font-size: 32px;
	text-transform: none;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.025em;
}
.checkout_box .price_container h4{
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
.checkout_box .price{
	color: #819c01!important;
	text-decoration: none!important;
}
.checkout_box .quantity{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.checkout_box .quantity label{
	font-size: 18px; 
	font-weight: 700;
	margin-bottom: 5px;
}
.checkout_box .quantity select{
	border-radius: 30px;
	width: 75px;
	background-color: #fff;
	border: 1px solid #dadada;
	text-align: center;
	padding: 5px 20px;
	font-size: 18px;
	outline: none;
}
.checkout_box .quantity select:focus{
	box-shadow: 0px 0px 4px rgba(77, 144, 254, 1);
}
.product.page .checkout_box .checkout_btn{
	margin-bottom: -37.5px;
}
.related_products_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.related_products_title{
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	padding: 15px;
	margin-bottom: .5125%;
}
.related_products_title h3{
	font-size: 14px;
}
.related_products{
	width: calc(100% + 2%);
	min-width: calc(100% + 2%);
	transform: translateX(-1%);
}
.related_products .product{
	max-width: 18%;
	
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.product.page .details>.image{
		display: none;
}
.product.page .details>.checkout_box{
		display: none;
}
@media(max-width: 1475px){
	.product.page{
		padding: 40px 5%;
	}
	.product.page .details{
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.product.page>.image{
		display: none;
	}
	.product.page>.checkout_box{
		display: none;
	}
	.product.page .details>.image,
	.product.page .details>.checkout_box{
		display: block;
		width: 50%!important;
		min-width: 0;
		box-sizing: border-box;
		min-width: 250px;
		flex: 1 auto;
	}
	.product.page .details>.image a{
		display: block;
		max-width: 350px;
		min-width: 0;
		width: 100%;
		margin: 0 auto;
	}
	.product.page .details .social>div{
		justify-content: center;
	}
	.product.page .details .checkout_btn{
		margin-left: auto;
	}
	.product.page .details .price{
		font-size: 32px
	}
	.product.page .checkout_box{
		padding: 20px 0px;
	}
}
@media(max-width: 1380px){
	.grid_view .product.medium{
		max-width: 31.333%;
	}
	.sort_bar.sec.bottom .inner{
		flex-wrap: wrap;
	}
	.sort_bar.sec.bottom .inner>div{
		width: 100%;
		min-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media(max-width: 1110px){
	.layout_options{
		display: none;
	}
	#main_body .product.medium{
		max-width: 48%;
		justify-content: center;
		
	}
	#main_body .product.medium .inner{
		max-width: 225px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#main_body .product.medium .image{
		margin: 0 auto;
		width: 100%;
	}
	#main_body .product.medium .rows_only{
		display: none;
	}
}
@media(max-width: 880px){
	.store_wrapper{
		width: 100%!important;
	}
	.store_sidebar .sidebar_trending, .store_sidebar .sidebar_top_searches, .store_sidebar .sidebar_djo1, .store_sidebar .sidebar_djo3, .store_sidebar .sidebar_djo3{
		display: none;
	}
	.store_sidebar, .category_sec{
		width: 100%;
		min-width: 100%;
	}
	.store_sidebar .sidebar_categories .category_list{
		margin-bottom: 0;
	}
	.store_sidebar>div .sidebar_title .down_arr{
		display: inline-block;
	}
	.product.page .details>.image,
	.product.page .details>.checkout_box{
		width: 100%;
		min-width: 100%;
	}
	.product.page .details>.checkout_box{
		margin-bottom: 50px;
	}
	.product.page .social .large a{
		padding: 0 5px;
		font-size: 14px;
	}
}
@media(max-width: 550px){
	.breadcrumbs{
		padding: 15px 10px;
	}
	.sort_bar.sec.top .inner{
		flex-wrap: wrap;
	}
	.sort_bar.sec.top .inner>div{
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
		min-width: 100%;
	}
	#main_body .product.medium{
		/*max-width: 98%;*/
	}
	.product.page .title h1{
		font-size: 32px;
	}
	#main_body {
		padding: 0;
		width: 100%;
	}
	.product.medium .checkout_btn {
		font-size: 14px;
	}
	.store_home_sec {
		overflow-x: hidden;
	}
	.store_home_sec .sec_title {
		flex-direction: column;
	}
	.store_home_sec .sec_title h2 {
		padding-left: 0;
		text-align: center;
		padding: 0 15px;
	}
	.store_home_sec .sec_title a.view-more {
		margin-top: 7px;
		margin-bottom: 15px;
	}
}
@media(max-width: 400px){
	.product.page .title h1{
		font-size: 28px;
	}
	.checkout_box .price_container h3{
		font-size: 26px;
	}
}