a, a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	line-height: normal;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.container {
	width: 100%;
}
}
.container-fluid {
	max-width: 1800px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
img {
	max-width: 100%;
	height: auto;
}
.top_menus {
	display: block;
	float: right;
	position: relative;
	right: 31px;
	top: 0px;
	font-size: 15px;
	color: #daa43e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#menu_popup {
	display: block
}
.menu-header-menu-container {
	float: none;
}
.menu ul {
	display: none;
}
#menu_popup.open {
	right: 0;
}
#menu_popup a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#menu_popup a:hover {
	color: white;
}
#page-content.open {
	right: 270px;
}
#menu_popup {
	background: rgba(0,167,169,0.95);
	padding-left: 23px;
	padding-right: 20px;
}
#menu_popup h2 {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 31px;
	color: #ffffff;
	float: left;
	margin-left: 3px;
	margin-top: 25px;
	margin-bottom: 25px !important;
}
#menu_popup {
	margin-right: -270px;
	right: 0;
	top: 0px;
	width: 270px;
	position: fixed;
	height: 100%;
	overflow: auto;
	z-index: 1000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #2a2929;
	padding-left: 23px;
	padding-right: 20px;
}
#menu_popup.active {
	right: 270px;
	width: 270px;
}
#page-content {
	position: relative;
	right: 0;
	z-index: 1;
	height: 100%;
}
#page-content.open {
	right: 270px;
}
#menu_popup, #page-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#menu_popup ul {
	list-style: none;
	padding: 0px;
}
.white_cl {
	float: right;
	margin-right: 35px;
	margin-top: 29px;
}
.top_menus {
	float: right;
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 999999;
	display: none;
}
.top_menus img {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
}
.top_menus h3 {
	margin: 0px;
	float: left;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #29aec5;
	margin: 11px 20px 0px 12px;
}
header {
	background: #000;
}
.header1 {
	border-bottom: solid 1px #464646;
	height: 40px;
}
.top_social {
	float: left;
	margin-top: 9px;
}
.tp_scl_txt {
	font-size: 14px;
	color: #fbfbfb;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin-right: 12px;
}
.top_social ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.top_social li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
}
.free_ship_txt {
	font-size: 22px;
	color: #fbfbfb;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
	text-align: center;
}
.free_ship_txt span {
	color: #1ec4f8;
}
.top_right {
	float: right;
	margin-top: 9px;
}
.top_right a {
	font-size: 14px;
	color: #fbfbfb;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.top_right a:hover {
	color: #1ec4f8;
}
a.top_cart {
	background: url(images/your_bag.png) no-repeat;
	padding-left: 33px;
	margin-left: 26px;
}
a.top_cart:hover {
	background: url(images/your_bag1.png) no-repeat;
}
a.sign_in {
	background: url(images/sign_in.png) no-repeat;
	padding-left: 27px;
}
a.sign_in:hover {
	background: url(images/sign_in1.png) no-repeat;
}
.header2 {
	height: 71px;
}
.logo_div {
	text-align:center
}
.logo_div img {
	max-height:81px;
	width:auto
}
.top_menu {
	margin-top: 23px;
	text-align:center
}
.top_menu ul {
	margin: 0px;
	padding: 0px;
}
.top_menu li {
	list-style: none;
	display: inline-block;
	margin-right: 53px;
}
.top_menu li:last-child {
	margin-right: 0px;
}
.top_menu a {
	font-size: 16px;
	color: #fbfbfb;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border-bottom: solid 4px transparent;
	padding: 0px 24px;
	padding-bottom: 24px;
}
.top_menu a:hover {
	/*color:#1ec4f8;*/
	border-bottom: solid 4px #1ec4f7;
}
.main-navigation {
}
.main-navigation ul {
	margin: 0;
	padding: 0px;
}
.main-navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
}
.main-navigation li a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
@-webkit-keyframes fadeInUp {
0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.main-navigation ul li:hover > ul {
	display: block;
	-moz-animation: fadeInUp .3s ease-in;
	-webkit-animation: fadeInUp .3s ease-in;
	animation: fadeInUp .3s ease-in;
}
.main-navigationul li:hover > ul {
	display: block;
	-moz-animation: fadeInUp .3s ease-in;
	-webkit-animation: fadeInUp .3s ease-in;
	animation: fadeInUp .3s ease-in;
}
.main-navigation ul li ul {
	display: none;
	position: absolute;
	z-index: 20000;
	left: 0%;
	width: 240px;
	border-radius: 0px;
	padding-top: 0px;
	margin-left: 0px;
	background: #000;
	text-align:left
}
.mainright ul li {
	text-align: left
}
.main-navigation ul li ul ul {
	left: 100%;
	top:0px
}
.main-navigation ul li ul li {
	position: relative;
	margin: 0px !important;
	width: 100%;
	padding-left: 0px;
}
.main-navigation ul li ul li a {
	border: 0 !important;
	font-size: 14px !important;
	border-radius: 0px !important;
	color: #fff;
	width: 100%;
	border-radius: 0;
	padding: 8px 15px !important;
	transition: all 0.3s ease-in-out;
}
.main-navigation ul li ul li a:hover {
	color: #1ec4f7;
}
.main-navigationul li ul li ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: auto;
	z-index: 99999999999;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #1ec4f7;
	border-bottom: solid 2px #1ec4f7;
}
.main-navigation ul li:hover > a {
	color: #1ec4f7;
	border-bottom: solid 2px #1ec4f7;
}
.search_tp {
	position: relative;
	width: 100%;
	max-width: 353px;
	float: right;
}
.srch1 {
	background: #2a2728;
	color:#FFF;
	width: 100%;
	height: 71px;
	padding-left: 23px;
	padding-right:50px;
	border-left: solid 1px #3f3f3f;
	border-right: solid 1px #3f3f3f;
	border: none;
	outline: none;
}
.srch2 {
	background: url(images/search.png) no-repeat;
	width: 21px;
	height: 21px;
	border: none;
	outline: none;
	position: absolute;
	right: 23px;
	top: 25px;
}
.home_banner_main {
}
.home_banner_main .slide_content {
	background: #111111;
	max-width: 446px;
	padding: 24px 27px 24px 0px;
	position: absolute;
	bottom: 126px;
}
.item img {
	width: 100%;
}
.home_banner_main .slide_content h2 {
	font-size: 31px;
	color: #fefefe;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 39px;
}
.home_banner_main .slide_content h5 {
	font-size: 18px;
	color: #fefefe;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-bottom: solid 1px #1db2e0;
	padding: 0px 0px 20px 38px;
	margin-top: 11px;
}
.carousel-indicators .active {
	background-color: #1ec4f7;
	border: none;
	width: 15px;
	height: 15px;
}
.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	background-color: #0d0d0e;
	border: none;
}
.carousel-indicators {
	bottom: 26px;
}
.we_offer_main {
	background: url(images/we_offer_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 124px;
	padding-bottom: 110px;
}
.we_offer_inner {
	text-align: center;
}
.we_offer_inner h3 {
	font-size: 34px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 44px;
}
.we_offer_inner p {
	font-size: 18px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 34px;
	    max-width: 1050px;
    margin: 33px auto 0;
}
.we_offer_inner a {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: solid 1px #231f20;
	padding: 19px 35px;
	display: inline-block;
	margin-top: 40px;
}
.we_offer_inner a:hover {
	color: #1ec4f8;
	border: solid 1px #1ec4f8;
}
.category_home_main {
	padding-top: 7px;
}
.category_home_inner {
	margin: 0px -15px;
}
.floral_decor {
	width: 44.485999999%;
}
.ins_cat {
	width: 54.304999999%;
}
.hm_decor {
	width: 59.7594661712%;
}
.kid_freind {
	width: 39.27461815%;
}
.category_left {
	float: left;
	width: 100%;
	/*max-width:533px;*/
	max-width: 29.5871171%;
}
.category_div {
	position: relative;
	margin-bottom: 9px;
}
.category_div img {
}
a.cat_cnt {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	background: url(images/cat_text_bg.png) no-repeat;
	width: 275px;
	line-height: 43px;
	text-align: center;
	position: absolute;
	bottom: 22px;
	left: 0px;
}
a.cat_cnt:hover {
	color: #1ec4f8;
}
.category_right {
	float: right;
	width: 100%;
	/*max-width: 1257px;*/
	max-width: 69.73899999%;
}
.cat_flt1 {
	float: left;
}
.cat_flt2 {
	float: right;
}
.nture_cat {
	margin-top: 12px;
}
.featured_home_main {
	padding-top: 43px;
	padding-bottom: 71px;
}
.featured_hm_inner {
	text-align: center;
	padding: 0px 51px;
}
.featured_hm_top {
}
.featured_hm_top h3 {
	font-size: 28px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.featured_hm_top h6 {
	font-size: 18px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	border-bottom: solid 1px #161207;
	margin-top: 10px;
	margin-bottom: 62px;
}
.featured_hm_top h6 span {
	background: #fff;
	padding: 0px 15px;
	position: relative;
	top: 7px;
}
.featured_home_mid {
}
.featured_div {
	margin: 0px 19px;
	text-align: center;
}
.featued_img {
	position: relative;
	height:280px;
	max-height:280px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5px
}
.featued_img img {
	max-height:100%
}
.featured_hvr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(22,18,7,0.75);
	display:flex;
	justify-content:center;
	align-items:center;
	opacity:0;
	transition:0.3s ease-in-out
}
.featured_div:hover .featured_hvr {
	opacity:1
}
.featured_cart {
	display: table;
	margin: 0px auto;
}
.featured_cart img {
	width: auto;
}
.featured_rating {
	margin-top: 20px;
}
.featured_rating img {
	width: auto;
}
.featured_cnt {
	margin-top: 20px;
}
.featured_cnt h5 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.featured_cnt h4 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 11px;
}
.featured_cnt h3 {
	font-size: 16px;
	color: #1ec4f7;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 17px;
}
a.fview_all {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: solid 1px #231f20;
	display: table;
	margin: 0px auto;
	padding: 18px 38px;
	margin-top: 45px;
}
a.fview_all:hover {
	color: #1ec4f7;
	border: solid 1px #1ec4f7;
}
.slick-slide img {
	display: inline-block;
}
.slick-slide {
	outline: none;
}
.slick-prev:before {
	content: '';
}
.slick-next:before {
	content: '';
}
.featured_home_main .slick-prev {
	left: -32px;
	background: url(images/arrow1.png) no-repeat;
	width: 16px;
	height: 38px;
	top: 37%;
}
.featured_home_main .slick-next {
	right: -32px;
	background: url(images/arrow2.png) no-repeat;
	width: 16px;
	height: 38px;
	top: 37%;
}
.featured_home_main .slick-prev:hover, .slick-prev:focus {
	background: url(images/arrow1.png) no-repeat;
}
.featured_home_main .slick-next:hover, .slick-next:focus {
	background: url(images/arrow2.png) no-repeat;
}
.our_video_main {
	background: url(images/video_slider_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 59px;
}
.our_video_top {
}
.our_video_top h3 {
	font-size: 28px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.our_video_top h6 {
	font-size: 16px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: right;
	max-width: 1208px;
	margin: 0px auto;
	padding: 0px 20px;
	margin-top: 9px;
}
.our_video_top h6 a {
	font-size: 18px;
	color: #1ec4f7;
	display: inline-block;
	margin-left: 5px;
}
.our_video_div {
	margin-top: 37px;
}
.our_video_main .slide_content {
	display:none;
	max-width: 530px;
	position: absolute;
	top: 228px;
	left: 50%;
	margin-left: -265px;
	text-align: center;
}
.our_video_main .slide_content h2 {
	font-size: 72px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 84px;
	margin-bottom: 50px;
}
.slide_content img {
	width: auto;
}
#carousel-custom {
	width: 1008px;
	margin: 0px auto;
}
.carousel-control.left {
	background-image: none;
	background: url(images/arrow3.png) no-repeat;
	width: 53px;
	height: 53px;
	left: -118px;
	background-size: cover;
}
.carousel-control.right {
	background-image: none;
	background: url(images/arrow4.png) no-repeat;
	width: 53px;
	height: 53px;
	right: -118px;
	background-size: cover;
}
.glyphicon-chevron-left:before {
	content: "";
}
.glyphicon-chevron-right:before {
	content: "";
}
.carousel-control {
	opacity: 1;
	top: 50%;
	margin-top: -26.5px;
}
.carousel-control:focus, .carousel-control:hover {
	opacity: 1;
}
#carousel-custom .carousel-indicators {
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	max-width: 870px;
	background: #ffffff;
	padding: 15px 9px;
	margin: 0px auto;
}
#carousel-custom .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0px 5px;
	width: auto;
	max-width: 200px;
}
#carousel-custom .carousel-indicators li img {
	display: block;
	outline: solid 2px transparent;
	outline-offset: -2px;
}
#carousel-custom .carousel-indicators li.active img {
	outline: solid 2px #1ec4f7;
}
#carousel-custom .carousel-indicators li:hover img {
	outline: solid 2px #1ec4f7;
}
#carousel-custom .carousel-outer {
	position: relative;
}
.video_sl_bt {
	bottom: -43px;
	position: relative;
}
.whats_new_main {
	background: url(images/read_bg.jpg) center top no-repeat;
	padding-top: 94px;
}
.whats_new_inner {
}
.what_new_top {
	text-align: center;
	max-width: 1138px;
	margin: 0px auto;
}
.what_new_top h3 {
	font-size: 28px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #ffffff;
	display: inline-block;
}
.what_new_top h4 {
	font-size: 22px;
	color: #1ec4f7;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-bottom: solid 1px #464646;
}
.what_new_top h4 span {
	padding: 0px 27px;
	background: #ffffff;
	position: relative;
	top: 12px;
}
.whats_new_mid {
	display: table;
	margin: 0px auto;
}
.what_new_mid_l {
	width: 326px;
	float: left;
}
.whats_brdr1 {
	width: 1px;
	height: 62px;
	margin: 0px auto;
	background: #464646;
}
.whats_brdr2 {
	width: 1px;
	height: 29px;
	margin: 0px auto;
	background: #464646;
}
.whats_brdr3 {
	width: 1px;
	height: 32px;
	margin: 0px auto;
	background: #464646;
}
.what_news_div {
	text-align: center;
}
.what_news_div img {
}
.whats_new_cnt {
	background: #ffffff;
	padding-top: 16px;
	padding-bottom: 32px;
}
.whats_new_cnt h3 {
	font-size: 18px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 26px;
}
.whats_new_cnt h3 a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.whats_new_cnt h3 a:hover {
}
.whats_new_cnt h4 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 13px;
}
.what_new_mid_m {
	width: 100%;
	max-width: 682px;
	float: left;
	margin-left: 69px;
	margin-right: 60px;
	margin-top: 60px;
	position: relative;
}
.what_new_mid_m img {
}
.whats_vcreate_cnt {
	position: absolute;
	top: 45px;
	right: 47px;
	bottom: 45px;
	left: 47px;
	border: dotted 3px #f7f7f7;
	text-align: center;
	padding: 38px 35px;
}
.whats_vcreate_cnt h2 {
	font-size: 72px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 82px;
}
.whats_vcreate_cnt h5 {
	font-size: 25px;
	color: #1ec4f7;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 22px;
}
.what_new_mid_r {
	width: 326px;
	float: left;
}
.whats_new_btm {
	text-align: center;
	max-width: 1138px;
	margin: 0px auto;
}
.whats_new_btm h5 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-top: solid 1px #464646;
}
.whats_new_btm span {
	background: #ffffff;
	padding: 30px 21px;
	position: relative;
	top: -33px;
}
.whats_new_btm a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: solid 1px #464646;
	padding: 17px 29px;
	display: inline-block;
	background: #ffffff;
}
.whats_new_btm a:hover {
	border: solid 1px #1ec4f7;
	color: #1ec4f7;
}
.instagram_main {
}
.instagram_top {
	background: #231f20;
	padding: 0px 15px;
}
.instagram_top h3 {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: url(images/insta1.png) no-repeat;
	background-position: 0px;
	padding: 3px 0px 2px 50px;
	float: left;
	margin-top: 18px;
}
.insta_arrow {
	float: right;
	margin: 16px 0px;
}
.insta_arrow img {
	display: inline-block;
	margin: 0px 4px;
}
.instagram_btm {
}
.instagram_btm img {
	float: left;
	width: 16.66%;
}
.stay_update_main {
	background: url(images/newsletter_bg.jpg) center top no-repeat;
	padding-top: 40px;
	padding-bottom: 66px;
}
.stay_update_inner {
	text-align: center;
	margin-top:40px
}
.stay_update_inner h3 {
	font-size: 28px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.stay_update_inner h5 {
	font-size: 18px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 16px;
}
.sty_newsletter {
	margin-top: 44px;
}
.news1 {
	font-size: 18px;
	color: #636363;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #f7f7f7;
	padding-left: 23px;
	width: 497px;
	height: 65px;
	border: solid 1px #b7b7b7;
	outline: none;
}
.news2 {
	font-size: 18px;
	color: #ececec;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #231f20;
	width: 172px;
	height: 65px;
	border: solid 1px #b7b7b7;
	outline: none;
	transition: all 0.3s ease-in-out;
	margin-left: 9px;
}
.news2:hover {
	background: #f7f7f7;
	color: #231f20;
}
footer {
	background: #231f20;
}
.ftr_inner {
	text-align: center;
}
.ftr_logo {
	margin-top: -28px;
}
.ftr_logo img {
}
.ftr_menu {
	margin-top: 27px;
}
.ftr_menu ul {
	margin: 0px;
	padding: 0px;
}
.ftr_menu li {
	list-style: none;
	display: inline-block;
	margin: 0px 48px;
}
.ftr_menu a {
	font-size: 16px;
	color: #fbfbfb;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.ftr_menu a:hover {
	color: #1ebaeb;
}
.ftr_social {
	border-bottom: solid 1px #464646;
	border-top: solid 1px #464646;
	margin-top: 30px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.ftr_social a {
	font-size: 14px;
	color: #8e8e8e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.ftr_social a:hover {
	color: #1ebaeb;
}
a.ftr_facebook {
	background: url(images/facebook1.png) no-repeat;
	background-position: 0px;
	padding: 7px 0px 7px 38px;
}
a.ftr_twitter {
	background: url(images/twitter1.png) no-repeat;
	background-position: 0px;
	padding: 6px 0px 7px 45px;
	margin-left: 52px;
	margin-right: 32px;
}
a.ftr_instagram {
	background: url(images/instagram1.png) no-repeat;
	background-position: 0px;
	padding: 6px 0px 7px 45px;
}
.copyright_txt {
	font-size: 14px;
	color: #8e8e8e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-top: 30px;
	padding-bottom: 25px;
}
.copyright_txt a {
	color:#1ebaeb
}
.braedcrmb_main {
	background: #f4f4f4;
	border-bottom: solid 1px #e8e8e8;
}
.braedcrmb_main .container {
	max-width: 1060px;
}
.braedcrmb_inner {
	font-size: 13px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 50px;
	text-align: center
}
.braedcrmb_inner a {
	color: #231f20;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.braedcrmb_inner a:hover {
	color: #1ec4f7;
}
.faq_main {
	padding-top: 34px;
	padding-bottom: 73px;
}
.faq_main .container {
	max-width: 1060px;
}
.faq_inner {
}
.faq_top {
	text-align: center;
}
.faq_top h2 {
	font-size: 38px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.faq_top h5 {
	font-size: 18px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 25px;
}
.faq_div {
	width: 100%;
	border: solid 1px #d7d7d7;
	border-bottom: none;
	margin-top: 41px;
}
.symp_tab_tp {
	line-height: 55px;
}
.symp_tab1 {
	cursor: pointer;
	width: 100%;
	border-bottom: solid 1px #d7d7d7;
}
.symp_tab_l {
	float: left;
	padding-left: 31px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.symp_tab_r {
	float: right;
	margin-right: 25px;
}
.symp_tab_hvr {
	display: none;
	background: #fff;
	padding: 15px 0px 44px 32px;
}
.symp_tab_hvr p {
	font-size: 14px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.faq_cnt {
	width: 100%;
	max-width: 605px;
	float: left;
}
.faq_img {
	width: 100%;
	max-width: 334px;
	float: left;
	text-align: center;
}
.faq_img img {
}
.faq_cnt h4 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
}
.faq_pad1 {
	padding-right: 35px;
}
.faq_pad2 {
	padding-left: 38px;
	max-width: 605px;
}
.faq_cnt_main {
	padding-top: 55px;
}
.product_single_main {
	padding: 57px 115px 54px 115px;
}
.product_singl_left {
	max-width: 714px;
}
.product_singl_right {
	padding-left: 50px;
}
.product_singl_right h2 {
	font-size: 38px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 50px;
}
.rate_rev {
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 23px;
	margin-top: 21px;
}
.prdct_rating {
	float: left;
}
.prdct_rating img {
}
.review_txt {
	float: left;
	font-size: 18px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	margin-left: 20px;
}
.review_txt a {
	color: #231f20;
}
.review_txt a:hover {
	text-decoration: underline;
}
.product_singl_right h3 {
	font-size: 32px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 33px;
}
.product_singl_right h3 span {
	font-size: 20px;
	color: #908b8d;
	font-weight: 400;
	text-decoration: line-through;
}
.size_div {
	margin-top: 25px;
}
.size_txt {
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	max-width: 147px;
}
.sel1 {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 100%;
	max-width: 349px;
	height: 50px;
	padding-left: 17px;
	border: solid 1px #d7d7d7;
	outline: none;
	background: url(images/arrow7.png) no-repeat;
	background-position: 95%;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
}
.directional_dv {
	margin-top: 20px;
}
.directional_dv ul {
	margin: 0px;
	padding: 0px;
}
.directional_dv li {
	list-style: none;
	display: inline-block;
	margin-right: 9px;
}
.directional_dv li:last-child {
	margin-right: 0px;
}
.directional_dv a {
	font-size: 13px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	border: solid 1px #231f20;
	padding: 16px 18px;
	display: inline-block;
}
.directional_dv a:hover {
	background: #231f20;
	color: #ffffff;
}
.color_dv {
	margin-top: 29px;
}
.clr_top {
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #ebebeb;
	line-height: 39px;
	padding-left: 19px;
}
.clr_top span {
	color: #000000;
	margin-left: 65px;
}
.clr_btm {
	padding-left: 20px;
	padding-top: 23px;
}
.clr_btm a {
	border: solid 1px transparent;
	display: inline-block;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}
.clr_btm a:hover {
	border: solid 1px #000;
}
.clr_dv {
	width: 47px;
	height: 47px;
	background: #000000;
	border: solid 2px #fff;
	border-radius: 100%;
}
.quanty_dv {
	margin-top: 30px;
}
.quantity_tx {
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	width: 111px;
	float: left;
	line-height: 50px;
}
.quantitiy_dv {
	float: left;
}
.quantitiy_dv input[type="button"].minus {
	float: left;
	background: #f4f4f4;
	border: 1px #d7d7d7 solid;
	width: 52px;
	height: 50px;
	font-size: 20px;
	outline: none;
}
.qty {
	font-size: 18px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 80px;
	height: 50px;
	text-align: center;
	border: solid 1px #d7d7d7;
	border-left: none;
	border-right: none;
	outline: none;
	float: left;
}
.quantitiy_dv input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
.quantitiy_dv input[type="button"].plus {
	float: left;
	background: #f4f4f4;
	border: 1px #d7d7d7 solid;
	width: 52px;
	height: 50px;
	outline: none;
	font-size: 24px;
}
.purchase_div {
	margin-top: 20px;
}
.ad_crt {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 184px;
	height: 60px;
	background: #1ec4f7 url(images/cart1.png) no-repeat;
	background-position: 20px 17px;
	border: none;
	outline: none;
	padding-left: 55px;
	margin-left: 4px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.ad_crt:hover {
	background: #1baedb url(images/cart1.png) no-repeat;
	background-position: 20px 17px;
}
.purchase_div a {
	transition: all 0.3s ease-in-out;
}
.purchase_div a:hover {
	opacity: 0.8;
}
.description_dv {
	border-top: solid 1px #e1e1e1;
	margin-top: 36px;
	padding-top: 24px;
}
.description_dv h5 {
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.description_dv ul {
	margin: 0px;
	padding: 0px;
	margin-top: 19px;
}
.description_dv li {
	list-style: none;
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 36px;
	background: url(images/arrow8.png) no-repeat;
	background-position: 0px 12px;
	padding-left: 28px;
}
.prdct_social {
	border: solid 1px #d7d7d7;
	display: table;
	margin: 0px auto;
	margin-top: 53px;
}
.prdct_social a {
	font-size: 14px;
	color: #8e8e8e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	border-left: solid 1px #d7d7d7;
}
.prdct_social a:hover {
	color: #1ebaeb;
}
.prdct_social a.ftr_facebook {
	padding: 21px 20px 19px 58px;
	background-position: 25px 14px;
}
.prdct_social a.ftr_twitter {
	padding: 21px 20px 19px 67px;
	background-position: 21px 17px;
	margin: 0px;
}
.prdct_social a.ftr_instagram {
	padding: 21px 26px 19px 66px;
	background-position: 20px 15px;
}
a.shr_txt {
	font-size: 16px;
	color: #000000;
	border-left: none;
	padding: 19px 38px;
}
a.shr_txt:hover {
	color: #000000;
}
.customer_review_main {
	background: url(images/customer_review_bg.jpg) no-repeat;
	padding-top: 45px;
	padding-bottom: 63px;
	padding-left: 35px;
	padding-right: 35px;
}
.customer_review_top {
	margin-bottom: 31px;
}
.customer_review_top h3 {
	text-align: center;
	font-size: 28px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.customer_review_top .review_txt {
	font-size: 16px;
	margin-left: 13px;
}
.customer_review_top .prdct_rating img {
	width: 16px;
	margin: 0px 1px;
}
.cst_rev_main {
	margin-top: 28px;
}
.cst_rev_main .rate_rev {
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 18px;
	float: left;
}
.wrte_rev {
	float: right;
}
a.write_review {
	font-size: 16px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: solid 1px #707070;
	text-align: center;
	display: inline-block;
	width: 175px;
	line-height: 51px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	float: left;
	margin-right: 19px;
}
a.write_review:hover {
	border: solid 1px #1ebaeb;
	color: #1ebaeb;
}
a.rv_mnu {
	display: inline-block;
}
.customer_div {
	background: #ffffff;
	padding: 28px 28px 37px 30px;
}
.customer_div h3 {
	font-size: 22px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.cst_str {
	margin-top: 8px;
}
.cst_str img {
	width: 14px;
	margin: 0px 1px;
}
.customer_div p {
	font-size: 15px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 32px;
	margin-top: 24px;
}
.shop_main {
}
.shop_left {
	padding-left: 40px;
	padding-top: 15px;
}
.category_div1 {
	margin-top: 24px;
}
.category_div1 h3 {
	font-size: 18px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.shp_catdiv {
	margin-top: 32px;
}
.shop_left .clr_btm {
	padding-left: 0px;
	padding-top: 15px;
}
.shop_left .clr_dv {
	width: 27px;
	height: 27px;
	border: solid 1px #fff;
}
.cat_list {
	margin-bottom: 11px;
	text-transform: capitalize;
}
.cat_list.selected {
	color: #231f20;
}
.cat_list a {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #231f20;
	text-decoration: none;
}
.cat_tx {
	position: relative;
	margin-left: 34px;
	line-height: 16px;
}
.cat_tx:before {
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	float: left;
	position: absolute;
	top: -1px;
	left: -34px;
	border: 1px solid #cccccc;
}
.cat_tx:hover, .cat_tx:active {
	color: #1ec4f8;
}
.cat_list.selected .cat_tx:before {
	padding-left: 2px;
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #231f20;
	font-size: 11px;
}
.cat_tx:hover:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #231f20;
	font-size: 11px;
	padding-left: 2px;
}
.price_filter {
	margin-top: 29px;
}
.price_fltr {
	width: 73px;
	height: 32px;
	border-radius: 20px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #010000;
	background: #fcdbd7;
	border: none;
	outline: none;
	float: left;
	margin-top: 18px;
}
.price_fltr_txt {
	float: right;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #6c6c6c;
	margin-top: 28px;
}
.sort_main {
	text-align:center
}
.view_select_main {
	float: right;
	padding-top: 6px;
	padding-bottom: 11px;
}
.sort_select {
	float: left;
	margin-left: 20px;
}
.sort_txt {
	float: left;
	font-size: 15px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-right: 9px;
}
.sel2 {
	width: auto;
	height: 25px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: url(images/arrow9.png) no-repeat;
	background-position: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 32px;
}
.view_div {
	float: left;
}
.view1 {
	float: left;
	margin-right: 10px;
}
.shop_right {
	border-left: solid 1px #e1e1e1;
	padding-left: 62px;
	padding-top: 49px;
	padding-right: 40px;
}
.shop_right .featured_div {
	margin: 0px;
}
h3.wall_txt {
	font-size: 28px;
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center
}
.blog_main {
	padding-top: 42px;
	padding-bottom: 24px;
	padding-left: 40px;
	padding-right: 40px;
}
.blog_div {
	margin-bottom: 63px;
}
.blog_div img {
	width: 100%;
}
.blog_div h3 {
	font-size: 22px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 31px;
}
.blog_date {
	font-size: 16px;
	color: #5f5f5f;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-bottom: solid 1px #d7d7d7;
	margin-top: 12px;
	padding-bottom: 17px;
}
.blog_date span {
	color: #1ec4f7;
	font-style: italic;
}
.blog_div p {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 32px;
	margin-top: 10px;
}
.blog_div a {
	font-size: 13px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border: solid 1px #231f20;
	display: inline-block;
	width: 131px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	margin-top: 19px;
}
.blog_div a:hover {
	color: #1ec4f7;
	border: solid 1px #1ec4f7;
}
.blog_single_main {
	padding-top: 51px;
	padding-bottom: 44px;
}
.blog_single_main .container {
	max-width: 1100px;
}
.blog_single_top {
	text-align: center;
}
.blog_single_top h2 {
	font-size: 37px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.blog_single_top .blog_date {
	margin-top: 19px;
	padding-bottom: 40px;
}
.blog_single_mid {
	border-bottom: solid 1px #d7d7d7;
	padding-top: 32px;
	padding-bottom: 23px;
}
.blog_single_mid img {
	width: 100%;
	margin-bottom: 45px;
}
.blog_single_mid p {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 15px;
}
.blog_single_main .prdct_social {
	float: left;
	margin-top: 37px;
}
.category_home_main .container {
	max-width: 100%;
}
.contact_page_main {
	padding-top: 76px;
	padding-bottom: 51px;
}
.contact_left {
	max-width: 794px;
	margin: 0px auto;
}
h3.cnt_ttile {
	font-size: 24px;
	color: #1ec4f8;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.contact_left h6 {
	font-size: 18px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin-top: 23px;
}
.cnt_form {
	padding-top: 14px;
}
.name_div {
	margin-top: 24px;
}
.name_div:last-child {
	margin-top: 12px;
}
.name_txt {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	float: left;
	width: 225px;
	padding-left: 4px;
	padding-top: 21px;
}
.cnt1 {
	font-size: 14px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 18px;
	width: 100%;
	max-width: 569px;
	height: 59px;
	border: solid 1px #cccccc;
	outline: none;
}
.cnt2 {
	height: 200px;
	padding-top: 10px;
	resize: none;
}
.cnt_sub {
	font-size: 20px;
	color: #013365;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 137px;
	height: 54px;
	border: solid 1px #1ec4f8;
	transition: all 0.3s ease-in-out;
	outline: none;
	background: linear-gradient(to left, #1ec4f8 50%, transparent 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	margin-top: 12px;
}
.cnt_sub:hover {
	background-position: left bottom;
}
.inner_page_main {
	padding-top: 47px;
	padding-bottom: 80px;
}
.inner_page_in {
	max-width: 1200px;
	margin: 0px auto;
}
.inner_page_in h1 {
	font-size: 40px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.inner_page_in h2 {
	font-size: 38px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.inner_page_in h3 {
	font-size: 36px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.inner_page_in h4 {
	font-size: 32px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.inner_page_in h5 {
	font-size: 28px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.inner_page_in h6 {
	font-size: 24px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.inner_page_in p {
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 33px;
	margin-top: 26px;
}
.inner_page_in ul {
	margin: 0px;
	padding: 0px;
}
.inner_page_in li {
	list-style: none;
	font-size: 16px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 33px;
}
.slick-dots {
	display: none !important;
}
.shop_right .featured_div {
	margin-top: 30px;
}

@media only screen and (min-width : 200px) and (max-width :767px) {
.top_menus {
	display:block
}
.contact_page_main {
	padding-top: 25px;
	padding-bottom: 25px;
}
h3.cnt_ttile {
	font-size: 16px;
	padding-bottom: 10px;
}
.contact_left {
	max-width: 353px;
	margin: 0px auto;
}
.contact_left h6 {
	font-size: 15px;
	line-height: 26px;
	margin-top: 15px;
}
.name_txt {
	font-size: 15px;
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.cnt1 {
	height: 40px;
}
.cnt2 {
	height: 200px;
}
.name_div {
	margin-top: 15px;
}
.cnt_form {
	padding-top: 0px;
}
.cnt_sub {
	font-size: 18px;
	width: 115px;
	height: 45px;
	margin-top: 0px;
}
.header1 {
	height: 100%;
	text-align: center;
}
.top_social {
	float: none;
	margin-top: 13px;
}
.tp_scl_txt {
	display: none;
}
.top_social ul {
	float: none;
}
.free_ship_txt {
	font-size: 14px;
	margin-top: 10px;
}
.top_right {
	float: none;
	margin-bottom: 13px;
}
.top_menu {
	display: none;
}
.search_tp {
	display: none;
}
.logo_div {
	position: inherit;
	text-align: center;
	top: 0px;
}
.header2 {
	height: 100%;
}
.home_banner_main .slide_content {
	display: none;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
}
.carousel-indicators {
	bottom: -40px;
}
.we_offer_inner h3 br {
	display: none;
}
.we_offer_inner h3 {
	font-size: 18px;
	line-height: 30px;
}
.we_offer_inner p br {
	display: none;
}
.we_offer_inner p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.we_offer_inner a {
	font-size: 15px;
	padding: 15px 25px;
	margin-top: 25px;
}
.we_offer_main {
	padding-top: 50px;
	padding-bottom: 35px;
}
.category_home_inner {
	margin: 0px;
}
.category_left {
	float: none;
	max-width: 353px;
	margin: 0px auto;
}
.category_right {
	float: none;
	max-width: 353px;
	margin: 0px auto;
}
.floral_decor {
	width: 100%;
}
.ins_cat {
	width: 100%;
}
.hm_decor {
	width: 100%;
}
.kid_freind {
	width: 100%;
}
.we_offer_inner {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
}
a.cat_cnt {
	font-size: 13px;
	width: 220px;
	line-height: 34px;
	bottom: 15px;
	background-size: cover;
}
.nture_cat {
	margin-top: 9px;
}
.category_home_main {
	padding-top: 30px;
}
.featured_hm_inner {
	padding: 0px 20px;
}
.featured_div {
	margin: 0px;
}
.featured_cart img {
	width: 65px;
}
.featured_cnt {
	margin-top: 15px;
}
.featured_cnt h3 {
	margin-top: 13px;
}
.featured_hm_top {
	margin: 0px -20px;
}
.featured_hm_top h3 {
	font-size: 22px;
}
.featured_hm_top h6 span {
	padding: 0px;
	top: 0px;
}
.featured_hm_top h6 {
	margin-top: 8px;
	margin-bottom: 30px;
	border: none;
}
.featured_home_main {
	padding-top: 30px;
	padding-bottom: 35px;
}
a.fview_all {
	font-size: 14px;
	padding: 15px 20px;
	margin-top: 30px;
}
.our_video_top h3 {
	font-size: 22px;
}
.our_video_top h6 {
	text-align: center;
}
#carousel-custom {
	width: 100%;
	margin: 0px auto;
}
.our_video_div {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
	margin-top: 25px;
}
#carousel-custom .carousel-indicators {
	max-width: 227px;
}
.our_video_main {
	padding-top: 30px;
}
.what_new_top h3 {
	font-size: 22px;
}
.what_new_top h4 span {
	padding: 0px;
	top: 0px;
}
.what_new_top h4 {
	font-size: 16px;
	margin-top: 7px;
	border: none;
}
.our_video_main .slide_content h2 {
	display: none;
}
.whats_new_mid {
	display: block;
}
.slide_content img {
	width: 40px;
}
.our_video_main .slide_content {
	max-width: 530px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.carousel-control.left {
	display: none;
}
.carousel-control.right {
	display: none;
}
.featured_home_mid {
	width: 100%;
	max-width: 251px;
	margin: 0px auto;
}
.whats_brdr1 {
	display: none;
}
.whats_brdr2 {
	display: none;
}
.whats_brdr3 {
	display: none;
}
.what_new_mid_l {
	width: 100%;
	float: none;
	margin-top: 25px;
}
.whats_new_cnt h3 {
	font-size: 17px;
	line-height: 24px;
}
.whats_new_cnt {
	padding-top: 12px;
	padding-bottom: 21px;
}
.whats_new_cnt h4 {
	font-size: 15px;
	margin-top: 10px;
}
.what_new_mid_m {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
}
.whats_vcreate_cnt {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 15px;
}
.whats_vcreate_cnt h2 {
	font-size: 22px;
	line-height: 32px;
}
.whats_vcreate_cnt h5 {
	font-size: 20px;
	margin-top: 14px;
}
.what_new_mid_r {
	width: 100%;
	float: none;
}
.whats_new_btm h5 {
	font-size: 13px;
	border: none;
}
.whats_new_btm span {
	padding: 0px;
	top: 0px;
}
.whats_new_main {
	padding-top: 85px;
	padding-bottom: 35px;
}
.instagram_top h3 {
	font-size: 16px;
	padding: 5px 0px 7px 40px;
}
.stay_update_inner h3 {
	font-size: 20px;
}
.stay_update_inner h5 {
	font-size: 16px;
	margin-top: 12px;
}
.sty_newsletter {
	margin-top: 25px;
}
.news1 {
	font-size: 15px;
	padding-left: 12px;
	width: 100%;
	height: 44px;
}
.news2 {
	font-size: 17px;
	width: 130px;
	height: 46px;
	margin-left: auto;
	margin-top: 12px;
}
.stay_update_main {
	padding-top: 30px;
	padding-bottom: 65px;
}
.ftr_menu {
}
.ftr_menu li {
    margin: 0px 5px;
}
.ftr_menu a {
    font-size: 12px;
}
.ftr_social {
	display: none;
}
.copyright_txt {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 18px;
}
.whats_new_inner {
	width: 100%;
	max-width: 260px;
	margin: 0px auto;
}
.stay_update_inner {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
	margin-top:40px
}
.faq_inner {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
}
.faq_top h2 {
	font-size: 26px;
}
.faq_top h5 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
.faq_div {
	margin-top: 25px;
}
.symp_tab_l {
	padding: 10px;
	font-size: 14px;
}
.symp_tab_tp {
	line-height: 26px;
}
.symp_tab_r {
	display: none;
}
.symp_tab_hvr {
	padding: 10px;
}
.faq_pad1 {
	padding-right: 0px;
}
.symp_tab_hvr p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.faq_cnt h4 {
	font-size: 14px;
	margin-bottom: 13px;
}
.faq_cnt_main {
	padding-top: 15px;
}
.faq_pad2 {
	padding-left: 0px;
	padding-top: 10px;
}
.faq_main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.product_singl_left {
	max-width: 353px;
	width: 100%;
	margin: 0px auto;
}
.product_single_main {
	padding: 30px 0px 30px 0px;
}
.product_singl_right {
	padding-left: 0px;
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
	margin-top: 20px;
}
.product_singl_right h2 {
	font-size: 18px;
	line-height: 26px;
}
.prdct_rating img {
	width: 15px;
	margin: 0px 1px;
}
.review_txt {
	font-size: 16px;
	margin-left: 12px;
}
.rate_rev {
	padding-bottom: 12px;
	margin-top: 12px;
}
.product_singl_right h3 {
	font-size: 24px;
	margin-top: 18px;
}
.product_singl_right h3 span {
	font-size: 17px;
}
.size_txt {
	line-height: 42px;
	width: 100%;
	max-width: 100%;
	float: none;
}
.size_div {
	margin-top: 10px;
}
.sel1 {
	font-size: 14px;
	max-width: 353px;
	height: 44px;
}
.directional_dv {
	margin-top: 5px;
}
.directional_dv li {
	margin-right: 3px;
}
.directional_dv a {
	font-size: 13px;
	padding: 12px 17px;
}
.color_dv {
	margin-top: 20px;
}
.clr_btm {
	padding-top: 10px;
}
.clr_dv {
	width: 35px;
	height: 35px;
}
.quantity_tx {
	font-size: 15px;
	width: 100%;
	float: none;
	line-height: 50px;
}
.quanty_dv {
	margin-top: 5px;
}
.ad_crt {
	font-size: 16px;
	width: 176px;
	height: 60px;
	padding-left: 50px;
	margin-left: 0px;
	margin-right: 10px;
}
.description_dv {
	margin-top: 25px;
	padding-top: 18px;
}
.description_dv li {
	font-size: 14px;
	line-height: 24px;
	background: url(images/arrow8.png) no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	margin-bottom: 2px;
}
.prdct_social {
	display: none;
}
.customer_review_main {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background-size: cover;
}
.customer_div {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
	padding: 12px 10px;
	margin-top: 12px;
}
.customer_div h3 {
	font-size: 18px;
}
.customer_div p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
}
.customer_review_top h3 {
	font-size: 20px;
}
.cst_rev_main .rate_rev {
	float: none;
	margin: 0px auto;
	display: table;
}
.cst_rev_main {
	margin-top: 18px;
}
.wrte_rev {
	float: none;
	display: table;
	margin: 0px auto;
	margin-top: 15px;
}
a.write_review {
	font-size: 16px;
	width: 150px;
	line-height: 45px;
	margin-right: 8px;
}
a.rv_mnu {
	width: 56px;
}
.customer_review_top {
	margin-bottom: 20px;
}
.shop_left {
	padding-left: 0px;
	padding-top: 0px;
	width: 100%;
	max-width: 260px;
	margin: 0px auto;
}
.shop_right {
	border-left: none;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
}
h3.wall_txt {
	font-size: 20px;
	float: none;
	text-align: center;
}
.view_select_main {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	margin: 0px auto;
}
.shop_right .featured_div {
	width: 100%;
	max-width: 260px;
	margin: 0px auto;
	margin-top: 20px;
}
.shop_main {
	padding-bottom: 30px;
}
.blog_main {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.blog_div {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
	margin-bottom: 25px;
}
.blog_div h3 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
}
.blog_date {
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 12px;
}
.blog_div p {
	font-size: 15px;
	line-height: 24px;
}
.blog_div a {
	font-size: 13px;
	width: 120px;
	line-height: 40px;
	margin-top: 12px;
}
.blog_single_inner {
	width: 100%;
	max-width: 353px;
	margin: 0px auto;
}
.blog_single_top h2 {
	font-size: 22px;
	line-height: 24px;
}
.blog_single_main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog_single_top .blog_date {
	margin-top: 15px;
	padding-bottom: 20px;
}
.blog_single_mid {
	padding-top: 24px;
	padding-bottom: 5px;
}
.blog_single_mid p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.blog_single_mid img {
	margin-bottom: 20px;
}
}

@media only screen and (min-width : 768px) and (max-width :991px) {
h3.cnt_ttile {
	font-size: 21px;
	padding-bottom: 15px;
}
.contact_left h6 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 17px;
}
.name_txt {
	font-size: 15px;
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
}
.name_div {
	margin-top: 15px;
}
.cnt_form {
	padding-top: 5px;
}
.cnt1 {
	height: 45px;
}
.cnt2 {
	height: 200px;
}
.cnt_sub {
	font-size: 19px;
	width: 125px;
	height: 50px;
	margin-top: 5px;
}
.contact_page_main {
	padding-top: 45px;
	padding-bottom: 45px;
}
.top_right a {
	font-size: 13px;
}
a.sign_in {
	padding-left: 24px;
	padding-bottom: 2px;
}
a.top_cart {
	padding-left: 30px;
	margin-left: 10px;
	padding-bottom: 2px;
}
.tp_scl_txt {
	font-size: 13px;
	margin-right: 8px;
	margin-top: 2px;
}
.top_social li {
	margin: 0px 1px;
}
.free_ship_txt {
	font-size: 16px;
	margin-top: 8px;
	margin-left: -25px;
	margin-right: -25px;
}
.logo_div img {
	width: 150px;
}
.header2 {
	height: 55px;
}
.srch1 {
	height: 55px;
	padding-left: 12px;
}
.srch2 {
	right: 10px;
	top: 17px;
}
.search_tp {
	max-width: 180px;
}
.top_menu li {
	margin-right: 1px;
}
.top_menu {
	margin-top: 18px;
	margin-left: -30px;
	margin-right: -45px;
}
.top_menu a {
	font-size: 10px;
	padding-bottom: 16px;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 0px 1px;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
}
.carousel-indicators {
	bottom: 0px;
}
.home_banner_main .slide_content {
	padding: 18px 15px 15px 0px;
	bottom: 50px;
}
.home_banner_main .slide_content h2 {
	font-size: 22px;
	padding-left: 16px;
}
.home_banner_main .slide_content h5 {
	font-size: 12px;
	padding: 0px 0px 15px 15px;
}
.we_offer_inner h3 {
	font-size: 22px;
	line-height: 30px;
}
.we_offer_inner p {
	font-size: 14px;
	line-height: 26px;
	max-width: 600px;
    margin: 18px auto 0;
}
.we_offer_inner a {
	font-size: 14px;
	padding: 12px 24px;
	margin-top: 24px;
}
.we_offer_main {
	padding-top: 60px;
	padding-bottom: 40px;
}
.featured_hm_inner {
	padding: 0px 22px;
}
.featured_hm_top h3 {
	font-size: 20px;
}
.featured_hm_top h6 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 30px;
}
.featured_div {
	margin: 0px 8px;
}
.featured_cart img {
	width: 60px;
}
.featured_rating {
	margin-top: 10px;
}
a.cat_cnt {
	font-size: 13px;
	width: 190px;
	line-height: 30px;
	bottom: 10px;
	background-size: cover;
}
.carousel-control.left {
	width: 40px;
	height: 40px;
	left: -65px;
}
.carousel-control.right {
	width: 40px;
	height: 40px;
	right: -65px;
}
#carousel-custom {
	width: 580px;
	margin: 0px auto;
}
.our_video_top h3 {
	font-size: 22px;
}
.our_video_top h6 {
	max-width: 580px;
}
.our_video_div {
	margin-top: 20px;
}
.our_video_main {
	padding-top: 30px;
}
.our_video_main .slide_content h2 {
	font-size: 50px;
	line-height: 58px;
	margin-bottom: 25px;
}
.our_video_main .slide_content {
	max-width: 400px;
	top: 65px;
	margin-left: -200px;
}
#carousel-custom .carousel-indicators {
	max-width: 441px;
}
.slide_content img {
	width: 65px;
}
.what_new_top {
	max-width: 546px;
}
.what_new_top h3 {
	font-size: 23px;
}
.what_new_top h4 {
	font-size: 17px;
}
.what_new_top h4 span {
	padding: 0px 20px;
	top: 9px;
}
.what_new_mid_l {
	width: 175px;
}
.whats_brdr1 {
	height: 40px;
}
.whats_brdr2 {
	height: 25px;
}
.whats_brdr3 {
	height: 25px;
}
.what_new_mid_m {
	max-width: 330px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 42px;
}
.what_new_mid_r {
	width: 175px;
}
.whats_new_main {
	padding-top: 76px;
}
.whats_new_btm {
	max-width: 546px;
}
.whats_new_cnt {
	padding-top: 8px;
	padding-bottom: 8px;
}
.whats_new_cnt h3 {
	font-size: 12px;
	line-height: 16px;
}
.whats_new_cnt h4 {
	font-size: 11px;
	margin-top: 8px;
}
.whats_vcreate_cnt {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	padding: 20px;
}
.whats_vcreate_cnt h2 {
	font-size: 28px;
	line-height: 42px;
}
.whats_vcreate_cnt h5 {
	font-size: 20px;
	margin-top: 9px;
}
.whats_new_btm h5 {
	font-size: 14px;
}
.whats_new_btm span {
	padding: 30px 18px;
	top: -25px;
}
.whats_new_btm a {
	padding: 15px 22px;
}
.instagram_top h3 {
	font-size: 18px;
	padding: 4px 0px 6px 40px;
}
.stay_update_inner h3 {
	font-size: 22px;
}
.stay_update_inner h5 {
	font-size: 16px;
	margin-top: 12px;
}
.sty_newsletter {
	margin-top: 30px;
}
.news1 {
	font-size: 16px;
	padding-left: 18px;
	width: 350px;
	height: 55px;
}
.news2 {
	font-size: 17px;
	width: 150px;
	height: 55px;
	margin-left: 5px;
}
.stay_update_main {
	padding-top: 35px;
	padding-bottom: 60px;
}
.ftr_menu a {
	font-size: 14px;
}
.ftr_menu li {
	margin: 0px 15px;
}
.ftr_menu {
	margin-top: 22px;
}
.ftr_social {
	margin-top: 30px;
}
.copyright_txt {
	padding-top: 15px;
	padding-bottom: 15px;
}
.braedcrmb_inner {
	padding-top: 17px;
}
.faq_top h2 {
	font-size: 24px;
}
.faq_top h5 {
	font-size: 15px;
	margin-top: 15px;
}
.symp_tab_hvr p {
	font-size: 13px;
	line-height: 24px;
}
.faq_cnt h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
.faq_cnt_main {
	padding-top: 20px;
}
.faq_main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.faq_div {
	margin-top: 30px;
}
.faq_pad1 {
	padding-right: 15px;
}
.faq_pad2 {
	max-width: 545px;
}
.faq_cnt {
	max-width: 450px;
}
.faq_img {
	max-width: 250px;
	padding: 20px;
}
.symp_tab_l {
	padding-left: 15px;
	font-size: 15px;
}
.symp_tab_tp {
	line-height: 50px;
}
.symp_tab_r {
	margin-right: 15px;
}
.symp_tab_hvr {
	padding: 15px 0px 15px 15px;
}
.product_single_main {
	padding: 35px 0px 35px 0px;
}
.product_singl_right {
	padding-left: 0px;
}
.product_singl_right h2 {
	font-size: 22px;
	line-height: 28px;
}
.prdct_rating img {
	width: 15px;
	margin: 0px 1px;
}
.review_txt {
	font-size: 16px;
	margin-left: 12px;
}
.rate_rev {
	padding-bottom: 10px;
	margin-top: 10px;
}
.product_singl_right h3 {
	font-size: 24px;
	margin-top: 14px;
}
.product_singl_right h3 span {
	font-size: 16px;
}
.size_div {
	margin-top: 20px;
}
.size_txt {
	font-size: 14px;
	line-height: 44px;
	max-width: 100px;
}
.sel1 {
	font-size: 14px;
	max-width: 245px;
	height: 42px;
	padding-left: 15px;
}
.directional_dv {
	margin-top: 15px;
}
.directional_dv a {
	font-size: 13px;
	padding: 12px 14px;
}
.clr_top {
	font-size: 14px;
	line-height: 36px;
	padding-left: 15px;
}
.clr_btm {
	padding-left: 15px;
	padding-top: 15px;
}
.clr_dv {
	width: 35px;
	height: 35px;
}
.color_dv {
	margin-top: 20px;
}
.quanty_dv {
	margin-top: 20px;
}
.description_dv {
	margin-top: 25px;
	padding-top: 20px;
}
.description_dv li {
	font-size: 14px;
	line-height: 25px;
	background: url(images/arrow8.png) no-repeat;
	background-position: 0px 7px;
	padding-left: 25px;
}
.prdct_social {
	margin-top: 30px;
}
.customer_review_top h3 {
	font-size: 22px;
}
a.write_review {
	font-size: 16px;
	width: 160px;
	line-height: 45px;
	margin-right: 10px;
}
a.rv_mnu {
	width: 56px;
}
.customer_review_main {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	background-size: cover;
}
.customer_div {
	padding: 10px;
}
.customer_div h3 {
	font-size: 16px;
}
.customer_div p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.featured_home_main {
	padding-top: 40px;
	padding-bottom: 30px;
}
.shop_left {
	padding-left: 0px;
}
h3.wall_txt {
	font-size: 22px;
}
.view_select_main {
	padding-top: 0px;
	padding-bottom: 30px;
}
.shop_right {
	padding-left: 15px;
	padding-top: 38px;
	padding-right: 0px;
	margin-left: -15px;
}
.shop_right .featured_div {
	margin-bottom: 25px;
}
.shop_right .featured_cart img {
	width: 65px;
}
a.fview_all {
	font-size: 15px;
	padding: 16px 28px;
	margin-top: 25px;
}
.blog_main {
	padding-left: 0px;
	padding-right: 0px;
}
.blog_div h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 12px;
}
.blog_date {
	font-size: 14px;
	margin-top: 12px;
	padding-bottom: 13px;
}
.blog_div p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.blog_div a {
	width: 120px;
	line-height: 42px;
}
.blog_div {
	margin-bottom: 40px;
}
.blog_single_top h2 {
	font-size: 28px;
}
.blog_single_top .blog_date {
	padding-bottom: 30px;
}
.blog_single_mid p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog_single_mid img {
	margin-bottom: 30px;
}
}

@media only screen and (min-width : 992px) and (max-width :1199px) {
h3.cnt_ttile {
	font-size: 21px;
	padding-bottom: 15px;
}
.contact_left h6 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 17px;
}
.name_txt {
	font-size: 15px;
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
}
.name_div {
	margin-top: 15px;
}
.cnt_form {
	padding-top: 5px;
}
.cnt1 {
	height: 45px;
}
.cnt2 {
	height: 200px;
}
.cnt_sub {
	font-size: 19px;
	width: 125px;
	height: 50px;
	margin-top: 5px;
}
.contact_page_main {
	padding-top: 45px;
	padding-bottom: 45px;
}
.free_ship_txt {
	font-size: 18px;
	margin-top: 7px;
}
.logo_div img {
	width: 185px;
}
.search_tp {
	max-width: 180px;
}
.top_menu {
	margin-top: 25px;
}
.top_menu li {
	margin-right: 5px;
}
.top_menu {
	margin-left: -30px;
	margin-right: -45px;
}
.top_menu a {
	font-size: 13px;
}
.home_banner_main .slide_content h2 {
	font-size: 28px;
	padding-left: 29px;
}
.home_banner_main .slide_content h5 {
	font-size: 16px;
	padding: 0px 0px 20px 28px;
}
.we_offer_inner h3 {
	font-size: 26px;
	line-height: 36px;
}
.we_offer_inner p {
	font-size: 16px;
	line-height: 30px;
    max-width: 750px;
    margin: 25px auto 0;
}
.we_offer_inner a {
	font-size: 15px;
	padding: 16px 30px;
	margin-top: 30px;
}
.we_offer_main {
	padding-top: 90px;
	padding-bottom: 70px;
}
a.cat_cnt {
	font-size: 13px;
	width: 190px;
	line-height: 30px;
	bottom: 10px;
	background-size: cover;
}
.carousel-control.left {
	width: 40px;
	height: 40px;
	left: -65px;
}
.carousel-control.right {
	width: 40px;
	height: 40px;
	right: -65px;
}
#carousel-custom {
	width: 805px;
	margin: 0px auto;
}
.our_video_top h6 {
	max-width: 805px;
}
.our_video_main .slide_content h2 {
	font-size: 61px;
	line-height: 75px;
	margin-bottom: 30px;
}
.our_video_main .slide_content {
	top: 90px;
}
#carousel-custom .carousel-indicators {
	max-width: 656px;
}
.slide_content img {
	width: 80px;
}
.what_new_top {
	max-width: 716px;
}
.what_new_mid_l {
	width: 225px;
}
.what_new_mid_m {
	max-width: 450px;
	margin-left: 20px;
	margin-right: 20px;
}
.what_new_mid_r {
	width: 225px;
}
.whats_new_btm {
	max-width: 716px;
}
.whats_new_cnt {
	padding-top: 12px;
	padding-bottom: 15px;
}
.whats_new_cnt h3 {
	font-size: 16px;
	line-height: 22px;
}
.whats_new_cnt h4 {
	font-size: 14px;
	margin-top: 8px;
}
.whats_vcreate_cnt {
	top: 38px;
	right: 38px;
	bottom: 38px;
	left: 38px;
	padding: 30px;
}
.whats_vcreate_cnt h2 {
	font-size: 40px;
	line-height: 46px;
}
.ftr_menu li {
	margin: 0px 25px;
}
.braedcrmb_inner {
	padding-top: 17px;
}
.faq_top h2 {
	font-size: 32px;
}
.faq_top h5 {
	font-size: 16px;
	margin-top: 18px;
}
.faq_pad2 {
	max-width: 545px;
}
.faq_cnt {
	max-width: 545px;
}
.product_single_main {
	padding: 57px 0px 54px 0px;
}
.product_singl_right {
	padding-left: 0px;
}
.product_singl_right h2 {
	font-size: 28px;
	line-height: 38px;
}
.rate_rev {
	padding-bottom: 15px;
	margin-top: 15px;
}
.product_singl_right h3 {
	font-size: 28px;
	margin-top: 20px;
}
.product_singl_right h3 span {
	font-size: 18px;
}
.size_txt {
	max-width: 135px;
}
.sel1 {
	max-width: 320px;
}
.customer_review_main {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	background-size: cover;
}
.customer_div {
	padding: 15px;
}
.customer_div h3 {
	font-size: 20px;
}
.customer_div p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.featured_home_main {
	padding-top: 40px;
	padding-bottom: 30px;
}
.shop_left {
	padding-left: 0px;
}
h3.wall_txt {
	font-size: 22px;
}
.view_select_main {
	padding-top: 0px;
	padding-bottom: 30px;
}
.shop_right {
	padding-left: 15px;
	padding-top: 38px;
	padding-right: 0px;
	margin-left: -15px;
}
.shop_right .featured_div {
	margin-bottom: 25px;
}
.shop_right .featured_cart img {
	width: 65px;
}
a.fview_all {
	font-size: 15px;
	padding: 16px 28px;
	margin-top: 25px;
}
.blog_main {
	padding-left: 0px;
	padding-right: 0px;
}
.blog_div h3 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
}
.blog_date {
	font-size: 14px;
	margin-top: 12px;
	padding-bottom: 13px;
}
.blog_div p {
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}
.blog_div a {
	width: 120px;
	line-height: 42px;
}
.blog_div {
	margin-bottom: 40px;
}
.blog_single_top h2 {
	font-size: 28px;
}
.blog_single_top .blog_date {
	padding-bottom: 30px;
}
.blog_single_mid p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog_single_mid img {
	margin-bottom: 30px;
}
}

@media only screen and (min-width : 1200px) and (max-width :1367px) {
.container {
	max-width: 1183px;
}
.logo_div img {
	width: 194px;
}
.top_menu a {
	font-size: 15px;
	padding:0 9px 24px;
}
.search_tp {
	max-width: 200px;
}
.top_menu li {
	margin-right: 15px;
}
.we_offer_main {
	padding-top: 80px;
	padding-bottom: 80px;
}
.we_offer_inner h3 {
	font-size: 30px;
	line-height: 40px;
}
.we_offer_inner p {
	font-size: 17px;
	line-height: 34px;
	max-width: 865px;
    margin: 28px auto 0;
}
.we_offer_inner a {
	font-size: 15px;
	padding: 18px 32px;
	margin-top: 40px;
}
.nture_cat {
	margin-top: 8px;
}
.featured_hm_inner {
	padding: 0px 32px;
}
#carousel-custom {
	width: 900px;
}
.carousel-control.left {
	left: -75px;
}
.carousel-control.right {
	right: -75px;
}
.our_video_main .slide_content h2 {
	font-size: 64px;
	line-height: 78px;
	margin-bottom: 40px;
}
.our_video_main .slide_content {
	top: 135px;
}
.what_new_top {
	max-width: 904px;
}
.what_new_mid_l {
	width: 250px;
}
.what_new_mid_r {
	width: 250px;
}
.what_new_mid_m {
	max-width: 593px;
	margin-left: 30px;
	margin-right: 30px;
}
.whats_new_btm {
	max-width: 904px;
}
.whats_vcreate_cnt h2 {
	font-size: 62px;
	line-height: 68px;
}
.instagram_btm img {
	width: 16.667%;
}
.braedcrmb_inner {
}
.product_single_main {
	padding: 57px 0px 54px 0px;
}
.product_singl_right {
	padding-left: 0px;
}
.customer_review_main {
	padding-left: 0px;
	padding-right: 0px;
	background-size: cover;
}
.braedcrmb_main .container {
	max-width: 1183px;
}
.shop_left {
	padding-left: 0px;
}
.shop_right {
	padding-left: 15px;
	padding-right: 0px;
	margin-left: -15px;
}
.featured_cart img {
	width: 65px;
}
.blog_main {
	padding-left: 0px;
	padding-right: 0px;
}
}

@media only screen and (min-width : 1368px) and (max-width :1550px) {
.top_menu li {
	margin-right: 17px;
}
	.we_offer_inner p {
    font-size: 16px;
    max-width: 900px;
    margin: 33px auto 0;
}
.top_menu {
	margin-right: -25px;
}
.search_tp {
	max-width: 210px;
}
#carousel-custom {
	width: 1020px;
}
.carousel-control.left {
	left: -85px;
}
.carousel-control.right {
	right: -85px;
}
.our_video_main .slide_content {
	top: 165px;
}
.what_new_top {
	max-width: 1022px;
}
.what_new_mid_l {
	width: 300px;
}
.what_new_mid_m {
	max-width: 641px;
	margin-left: 40px;
	margin-right: 40px;
}
.what_new_mid_r {
	width: 300px;
}
.whats_new_btm {
	max-width: 1022px;
}
.whats_vcreate_cnt h2 {
	font-size: 66px;
	line-height: 76px;
}
.instagram_btm img {
	width: 16.667%;
}
.braedcrmb_inner {
	padding-top: 45px;
}
.braedcrmb_main .container {
	max-width: 1271px;
}
.shop_left {
	padding-left: 24px;
}
.shop_right .featured_cart img {
	width: 70px;
}
.shop_right {
	padding-left: 30px;
	padding-right: 15px;
}
.product_single_main {
	padding: 57px 40px 54px 40px;
}
.customer_review_main {
	padding-left: 0px;
	padding-right: 0px;
	background-size: cover;
}
}

@media only screen and (min-width : 1551px) and (max-width :1700px) {
.customer_review_main {
	background-size: cover;
}
.top_menu li {
	margin-right: 30px;
}
.search_tp {
	max-width: 270px;
}
	.we_offer_inner p {
    margin: 33px auto 0;
}
}

@media only screen and (min-width : 1701px) and (max-width :1780px) {
.top_menu li {
	margin-right: 30px;
}
.search_tp {
	max-width: 300px;
}
}