.container{
	max-width: 1600px;
	margin: 0 auto;
}
.small_container{
  max-width: 88%;
  margin: 0 auto;
}
.topbar{
	background-color: #e7e7e7;
	padding: 10px 0;
}

.blogmobile{
display: none;
}

.mobile_logo{
	display: none;
}
.full_banner_section{
	width: 100%;
	float: left;
}
.main_slider{
	width: 100%;
	float: left;
	position: relative;
	top: 5px;
}
.main_slider img{
	float: left;
	width: 100%;
}
.logo{
	position: absolute;
	top: -102px;
	left: 50%;
	margin-left:-132px; 
}
.top_menu li{
 float: left;
 margin: 0 25px 0 0;
}
.top_menu li a{
	font-size: 14px;
	color: #000;
	font-family: 'CenturyGothic';
}
.top_menu li a:hover{
	color: #015ea4;
}
.top_menu li:last-of-type{
	margin: 0;
}
.country_dropdown li{
   font-size: 15px;
   margin-right:15px;
   text-transform: uppercase;
   color: #000;
   cursor: pointer;
   position: relative;
}
.countrydropdown .list_iteam li a img{
  float: left;
  margin-right: 10px;
}

.countrydropdown .list_iteam li button img{
  float: left;
  margin-right: 10px;
}


.country_dropdown li i{
	margin: 0 0 0 5px;
}
.countrydropdown {
    visibility: hidden;
    width: 125px;
    display: none;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.countrydropdown.open {
    visibility: visible;
    display: block;
}
.countrydropdown .list_iteam li {
    display: block;
    border-bottom: 1px #f9f9f9 solid;
    margin: 0;
}
.countrydropdown .list_iteam li:last-of-type{
	border-bottom: 0;
}
.countrydropdown .list_iteam li a{
	color: #000;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
	line-height: 20px;
}

.countrydropdown .list_iteam li button{
	color: #000;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
	line-height: 20px;
}
.countrydropdown .list_iteam li a:hover{
	color: #015ea4;
}
.social_icon li{
	float: left;
	margin: 0 0 0 10px;
}
.social_icon li a{
	display: block;
	width: 22px;
	height: 22px;
}
.fb_icon{
	background-position: -129px 0;
}
.fb_icon:hover{
	background-position: -129px -67px;
}
.insta_icon{
	background-position: -191px 0;
}
.insta_icon:hover{
	background-position: -191px -67px;
}
.social_icon li a.youtube_icon{
	background-position: -253px 2px;
	width: 25px;
}
.social_icon li a.youtube_icon:hover{
	background-position: -253px -66px;
}
.whtup_icon{
	background-position: -318px 0;
}
.whtup_icon:hover{
	background-position: -318px -67px;
}
.topbar_right{
	display: flex;
}
.language_btn{
	margin:0 10px 0 10px;
	padding: 0 5px;
	cursor: pointer; 
}
.language_btn span,.language_btn a{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
.header{
	padding:20px 0 0 0;
	min-height: 190px;
background: #0b1c2e; /* Old browsers */
background: -moz-linear-gradient(left,  #0b1c2e 0%, #28435e 50%, #4b6a87 100%);
background: -webkit-linear-gradient(left,  #0b1c2e 0%,#28435e 50%,#4b6a87 100%);
background: linear-gradient(to right,  #0b1c2e 0%,#28435e 50%,#4b6a87 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1c2e', endColorstr='#4b6a87',GradientType=1 );
}
.search_bar{
	display: flex;
	justify-content: flex-end;
}
.header_search{
	width: 25%;
	position: relative;
}
.header_search .color_dropdown{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	cursor: pointer;
	width:40px;
	background-image: url(../images/color_img.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header_search input[type="text"]{
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  border-color: #fff;
  padding-left: 35px;
}
.header_search .submit_btn{
	height: 30px;
	line-height: 30px;
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    text-align: center;
    padding: 0px;
    margin: 0;
    width: 40px;
}
.header_search i{
	font-size: 15px;
}
.color_items{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.65);
	display: flex;	
	justify-content: space-between;
	flex-flow: wrap;
	width: 110px;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	top: 35px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}
.color_items.open{
	opacity: 1;
	visibility: visible;
}
.color_items li{
	width:25%;
	text-align: center;
}
.color_items button[type="submit"]{
	width: 17px;
	height: 17px;
	border-radius: 17px;
	display: inline-block;
	padding: 0;
	margin: 0;
	border:0;
}
.account_info{
	margin: 0 0 0 20px;
}
.account_info li{
	float: left;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 26px;
	position: relative;
	margin:0 0 0 5px; 
}
.account_info li .cart_count{
  background-color: #f00000;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  font-size: 11px;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: -5px;
  top:-3px;
}
.account_info li a.user_icon{
	background-position: 0 0;
	width: 30px;
	height: 26px;
}
.account_info li a.user_icon:hover{
	background-position: 0 -66px;
}
.account_info li a.cart_icon{
	background-position: -65px 2px;
	width: 30px;
	height: 26px;
}
.account_info li a.cart_icon:hover{
	background-position: -65px -65px;
}
.banner_caption{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	text-align: center;
	z-index: 1;
}
.menu{
	position: relative;
	z-index: 3;
}



.left_image{
	width: 40%;
	text-align: center;
	position: relative;
	bottom: -5px;
}
.right_image{
	position: relative;
	right: 0;
	width: 40%;
	bottom: -13px;
}
.caption_heading{
	width: 20%;
	padding-top: 50px;
}
.banner_category{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	float: left;
	margin-top: 14px;
}
.category_product{
	width:101%;
	position: relative;
	overflow: hidden;
}

.category_product img{
	width: 100%;
	max-height: 317px;
}
.category_product span{
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	font-family: 'gothambook';
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	text-shadow: 16px 4px 24px rgba(0, 0, 0, 0.9);
}
.shop_categoty{
	padding: 60px 0;
	width: 100%;
	float: left;
}
.shop_categoty_div{
	display: flex;
	position: relative;
	justify-content: space-between;
}
.shop_categoty_list{
	position: relative;
}
.material_category{
	width: 40%;
}
.ocasion_category{
	width: 32%;
}
.season_category{
	width: 16%;
}
.shop_categoty_list:after{
	content: '';
	width: 1px;
	height: 100px;
	background-color: #7f7f7f;
	position: absolute;
	top: 60px;
	right: -46px;
}
.shop_categoty_list:last-child:after{
	content: none;
}
.shop_bylist{
	width: auto;
	text-align: center;
}
.shop_bylist li{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin: 0 0px 0 0;
}
/*.shop_bylist li:last-of-type{
	margin: 0;
}*/
.shop_bylist li a{
	font-size: 15px;
	color: #000;
	display: block;
	text-align: center;
}
.shop_bylist li a span{
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.shop_bylist li a:hover span, .category_product a:hover span{
	color: #76bc42;
	transition: all .2s ease-in-out;
}
.shop_bylist li a .category_prod{
	width: 106px;
	height: 106px;
	border-radius: 100%;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.shop_bylist li .category_prod img{
	vertical-align: middle;
}
.shop_bylist li a:hover .category_prod img, .category_product a:hover img{
	opacity: 0.8;
	transition: all .5s ease-in-out;
}
.popularity_section{
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
}
.popularity_img{
	position: relative;
	width: 28%;
}
.popularity{
	width: 100%;
	float: left;
	padding:20px 0 50px 0; 
}
.btn_box{
	border: 1px #fff solid;
	background-color: transparent;
	padding: 5px;
	position: absolute;
	width: 84%;
	margin: 0 8%;
	bottom: 43px;
}
.popularity_slider_part{
	position: relative;
	padding: 20px 50px 10px 70px;
	border-bottom: 1px #e8e8e8 solid;
	border-right: 1px #e8e8e8 solid;
	border-top: 1px #e8e8e8 solid;
	width: 72%;
	margin: 15px 0;
	background-image: url(../images/pattern_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.popularity_slider_part .select_popularity_part{
   display: block;
}
.popularity_slider_part .select_popularity_part .view_all{
	float: right;
	margin-bottom: 5px;
}
.popularity_slider_part:after{
	content: '';
	width: 23px;
	height: 22px;
	background-image: url(../images/corder_border.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	right: -1px;
	top: -1px;
}
.popularity_slider_part:before{
	content: '';
	width: 22px;
	height: 22px;
	background-image: url(../images/corder_border02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	right: -2px;
	bottom:-2px;
}
.select_popularity_part{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.popularity_carousel{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.popularity_item{
	width: 100%;
	text-align: center;
	padding:1px; 
}
.img_section{
	border:1px #e8e8e8 solid;
	text-align: center;
	background-color: #fff;
	padding-top: 0px;
	overflow: hidden;
	width: 100%;
	position: relative;
	/*max-height: 320px;
	min-height: 320px;*/
}
.img_section img{
	vertical-align: bottom;
	max-height: 400px;
}
.product_info{
	width: 100%;
	padding:5px 20px;
}
.product_id{
  display: block;
  color: #939393;
  font-size: 14px;
  margin:0;	
  font-family: 'gothambook';
}
.produc_name{
  display: block;
  color: #000;
  font-size: 17px;
  margin:0 0 5px 0;
}
.produc_name:hover{
	color: #76bc42;
}
.product_price{
	color: #005ea4;
	display: block;
	font-family: 'CenturyGothic-Bold';
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.explore_section{
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 50px 0;
}
.sale_tag{
	color: #fff;
	padding:5px 10px;
	background-color: #f00;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 10px;
}
.explore_div{
	background-image: url(../images/explore_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;	
	padding: 50px 0 40px 0;
	width: 100%;
	float: left;
}
.esplore_text{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}
.shiping_section{
	width: 100%;
	float: left;
	padding:0px 0 50px 0;
}
.shiping_innerdiv{
	width: 72%;
	margin: 0 auto;
	border:1px #ebebeb solid;
	padding:0px;
	display: flex;
}
.icon_div{
	margin-right: 20px;
}
.icon_div img{
	vertical-align: middle;
}
.shipping_info{
	width: 33%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	align-items: center;
	border-right: 1px #ebebeb solid;
}
.shipping_info:last-of-type{
	border-right: 0;
}
.shipping_info .shiping_infodiv strong{
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.shipping_info .shiping_infodiv span{
	font-size: 16px;
	color: #000;
}
.newsletter{
	width: 100%;
	float: left;
	background-color: #005ea4;
	background-image: url(../images/newsletter_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:cover;
	padding: 40px 0;
	text-align: center;
}
.newsletter_inner{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
.newsletter_inner h5{
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	margin:0 20px 0 0; 
}
.newsletter_inner input[type="email"],.newsletter_inner input[type="text"]{
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	border:0;
	color: #000;
	margin: 0 10px 0 0;
}
.newsletter_inner input[type="submit"]{
background-color: #004375;
border:0;
text-transform: uppercase;
font-size: 17px;
height: 44px;
line-height: 44px;
border-radius: 0;
margin:0 0 0 0px;
}
.newsletter_inner .newsletter_form{
	display: flex;
	width: 60%;
}
footer{
	width: 100%;
	float: left;
	background-color: #191919;
	padding:45px 0 30px 0;
}
.footer_inner{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	max-width: 70%;
	margin: 0 auto;
}
.sara_logo{
	width: 20%;
	text-align: center;
}
.sara_part{
	width: 50%;
	text-align: center;
}
.sara_text{
	font-size: 105px;
	color: #fff;
	font-family: 'Didot LT Std';
	text-transform: uppercase;
	display: block;
}
.footer_social_icon{
	margin-top: 20px;
}
.social_icon_footer li{
 display: inline-block;
 margin-right: 5px;
}
.social_icon_footer li a{
	width: 25px;
	height: 25px;
	display: block;
}
.fb_icon_footer{
	background-position: 0 -131px;
}
.insta_icon_footer{
    background-position: -68px -131px;
}
.tube_icon_footer{
    background-position: -129px -131px;
}
.whtsup_icon_footer{
	background-position: -190px -131px;
}
.fb_icon_footer:hover{
	background-position: -129px -65px;
}
.insta_icon_footer:hover{
	background-position: -190px -65px;
}
.tube_icon_footer:hover{
	background-position: -253px -65px;
}
.whtsup_icon_footer:hover{
	background-position: -316px -65px;
}
.linkedin_icon{
	background-position:-378px -133px;
}
.linkedin_icon:hover{
	background-position:-317px -133px;
}


.tiktok_icon_footer {
    background-position: 0px -182px;
}
.tiktok_icon_footer:hover {
    background-position: -69px -182px;
}

.tiktok_icon_header {
    background-position: 0px -235px;
}
.tiktok_icon_header:hover {
    background-position: -69px -184px;
}


.social_icon_footer .linkedin_icon {
    background-position: -255px -131px;
}
.social_icon_footer .linkedin_icon:hover {
    background-position: -316px -131px;
}
.footer_menu{
	width: 30%;
	display: flex;
}
.footer_menu h5{
	color: #fff;
	font-size: 15px;
	margin:0 0 5px 0;
}
.footer_menu_div{
	width: 50%;
}
.footer_link li{
	display: block;
}
.footer_link li a{
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 29px;
}
.footer_link li a:hover{
	color: #fff;
}
.copyright{
	width: 100%;
	float: left;
	background-color: #191919;
	border-top: 1px #303030 solid;
	padding: 16px 0;
}
.copyright_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 70%;
}
.copyright p, .copyright p a{
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
.copyright_right li{
	display: inline-block;
	margin-left: 10px;
}
.innerpage_caption{
	overflow: hidden;
	margin: 0;
}
.innerpage_caption .left_image{
	bottom: -33px;
}
.breadcrumb{
  padding: 40px 0 30px 0;
}
.breadcrumb_menu{
	width: 100%;
	float: left;
}
.breadcrumb_menu li{
 display: inline-block;
 position: relative;
 font-size: 15px;
 font-family: 'gothambook';
 text-transform: uppercase;
 color: #000;
}
.breadcrumb_menu li a{
 font-size: 15px;
 text-transform: uppercase;
 font-family: 'gothambook';
 color: #8a8a8a;
}
.breadcrumb_menu li a:hover{
	color: #000;
}
.breadcrumb_menu li:after{
	content: '/';
	font-size: 15px;
	color: #8a8a8a;
	margin: 0 0 0 5px;
}
.breadcrumb_menu li:last-of-type:after{
	content: none;
}
.categorypage_section{
border-bottom: 1px #f0f0f0 solid;
margin-bottom: 30px;
}
.category_innerdiv{

}
.checkbox_div{
	width: 100%;
	float: left;
	padding: 20px 0 0px 0px;
	border-top: 1px #f0f0f0 solid;
}
.leftfilter_part{
	width: 19%;
	border-right: 1px #f0f0f0 solid;
}
.checkbox_div .color_items{
	position: relative;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	width: 100%;
	background-color: transparent;
	display: block;
	padding: 0;
}
.checkbox_div .color_items li{
	width: 20px;
	margin-bottom: 2px;
	display: inline-block;
}
.filter_bar{
	width: 19%;
}
.productssort_by strong{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'gothambook';
}
.productssort_by select{
	background-image: url(../images/popularty_select.jpg);
}
.right_productsection{
	width: 81%;
	padding: 40px 40px 20px 40px;
	background-image: url(../images/pattern_bg02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	border-top: 1px #f0f0f0 solid;
	border-right: 1px #f0f0f0 solid;
}
.product_listing .popularity_item{
 text-align: left;
 width: 23.5%;
 margin-bottom: 10px;
 margin-right: 2%;
}
.product_listing .popularity_item:nth-child(4n+4){
	margin-right: 0;
}
.product_listing .product_info{
	padding:15px 0;
}
.product_listing .product_id{
 font-size: 16px;
 color: #646464;
}
.product_listing .product_price {
	margin-top: 7px;
}
.product_listing .produc_name{
 /*font-weight: bold;*/
 font-size: 16px;
 font-family: 'gothambook';
}
.product_listing{
	flex-flow: wrap;
	justify-content: flex-start;
}
.pagination{
	width: 81%;
	float: right;
	text-align: center;
	margin-bottom: 50px;
}
.pagination li{
	display: inline-block;
}
.pagination li a{
	font-size: 18px;
	font-family: 'gothambook';
	color: #000;
	padding: 5px 10px;
}
.pagination li a i{
	font-size: 24px;
	color: #bcbfc5;
}
.pagination li a:hover, .pagination li a:hover i{
	color: #005ea4;
}
.product_detailsection{
	background-image: url(../images/pattern_bg02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	margin-bottom: 35px;
	border-bottom: 1px #f0f0f0 solid;
	padding-bottom: 30px;
}
.shadow_box{
	width: 100%;
	background-color: #fff;
	max-width: 90%;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 2px 0 13px rgba(0, 0, 0, 0.08);
}
.product_details{
	width: 50%;
}
.product_details h1{
	color: #000;
	font-family: 'gothambook';
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: normal;
	margin: 0 0 5px 0;
}
.size_width{
	max-width: 40%;
}
.cartbtn_box{
	width: 100%;
	margin: 15px 0;
	display: flex;
}
.cartbtn_box .btn{
	height: 44px;
	line-height: 44px;
	background-color: #005ea4;
	font-weight: 300;
	border-radius: 0;
	margin-right: 10px;
	border:1px #005ea4 solid;
}
.cartbtn_box .btn:hover{
	border-color: #005ea4;
	color: #005ea4;
	background-color: #fff;
}
.cartbtn_box .wishlist_btn{
 background-color: #005ea4;
 color: #fff;
 padding: 0;
 width: 50px;
}
.cartbtn_box .wishlist_btn:hover{
	background-color: #fff;
	color: #005ea4;
	opacity: 1;
}
.cartbtn_box .checkouts_btn{
	background-color: #a4d10d;
	color: #fff;
	border-color: #a4d10d;
}
.cartbtn_box .checkouts_btn:hover{
	color: #a4d10d;
	background-color: #fff;
	border-color: #a4d10d;
}
.cartbtn_box .btn_edit {
    position: relative;
    padding: 0 20px;
}
.product_detaillarge{
	border-top: 1px #ebebeb solid;
	width: 100%;
	float: left;
	padding: 20px 0;
	margin-top: 10px;
}
.product_detaillarge .filter_heading{
	margin-bottom: 15px;
}
.product_lilist{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.product_lilist li{
	width: 29%;
	border-bottom: 1px #eaeaea solid;
	padding: 5px 0;
	margin-bottom: 15px;
}
.product_lilist li span{
	display: block;
	text-transform:uppercase;
	color: #646464;
	font-size: 15px;
	font-family: 'gothambook';
	line-height: 20px;
}
.product_lilist li strong{
	display: block;
	color: #000;
	font-size: 15px;
	font-family: 'gothambook';
	line-height: 20px;
}
.similar_product{
	margin-bottom: 40px;
}
.cartsimilar_product{
	border-top: 1px #f0f0f0 solid;
	padding-top: 30px;
}
.similar_product .filter_heading{
	font-size: 16px;
	margin-bottom: 20px;
}
.similar_product .product_listing .popularity_item{
 width:100%;
 margin: 0;
}
.similar_product .product_listing .product_info{
  padding: 15px 5px;
}
.product_slider{
	width: 46%;
	text-align: center;
}
.lSPager.lSGallery{
 margin-top: 10px !important;
}
.cart_section{
	margin:40px 0;
}
.product_addcart{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	background-color: #0f834d;
	border-left: 8px #0d6f42 solid;
	padding:15px 20px;
}
.product_addcart p{
	color: #fff;
	margin: 0;
}
.product_addcart .btn{
	margin: 0;
	height: 30px;
	line-height: 30px;
	border:0;
	text-transform: none;
	border-left: 1px #4ba27a solid;
	font-weight: bold;
}
.product_addcart .btn:hover{
	background-color: transparent;
}

.table_structure {
    width: 75%;
    float: left;
    margin-top: 20px;
    border:1px #eaeaea solid;
}
.table_structure li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    float: left;
    padding: 0px;
    border-bottom: 1px #eaeaea solid;
}
.table_structure li .product_name {
    width: 40%;
    display: flex;
    position: relative;
}
.table_structure li span {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: 'gothambook';
    display: block;
    font-weight: bold;
    padding: 15px 20px;
}
.table_structure li .sale_tag{
	padding: 5px 10px;
	font-size: 10px;
	color:#fff; 
}
.table_structure li span strong{
	margin-top: 10px;
	display: block;
}
.table_structure li .number{
	margin: 0;
}
.table_structure li .number span{
	padding: 0;
	color: #000;
	font-size: 22px;
}
.table_structure li .number input[type="text"]{
	width: 40px;
}
.table_structure li .product_price, .table_structure li .product_qty, .table_structure li .product_total {
    width: 15%;
    border-left: 1px #eaeaea solid;
}
/*.table_structure li.table_row:last-of-type{
	border-bottom: 0;
}*/
.table_structure li.table_row span strong{
	font-size: 18px;
	color: #005ea4;
}
.table_structure li.table_row .product_img, .table_structure li.table_row .product_sortdiscton, .table_structure li.table_row .delete_icon{
   padding: 0;
}
.table_structure li.table_row .product_img img{
	max-width: 100px;
}
.table_structure li.table_row .product_sortdiscton{
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #646464;
}
.table_structure li.table_row .delete_icon i{
	font-size: 20px;
	color: #7f7f7f;
	cursor: pointer;
	margin:0 10px 0 0;
}
.table_structure li.table_row .delete_icon i:last-of-type{
	margin: 0;
}
.table_structure li.table_row .delete_icon i:hover{
	color: #000;
}
.table_structure li.table_row .product_detail .product_name{
 width: auto;
 font-size: 16px;
 text-transform: capitalize;
 margin-bottom: 10px;
}
.table_structure li.table_row .product_detail .product_name:hover{
	color: #2c445c;
}
.minicart_section{
	border:1px #eaeaea solid;
	width: 24%;
	padding: 0;
	margin-top: 20px;
	float: right;
}
.miniCart__checkout{
	width: 100%;
	float: left;
	padding:25px 15px;
	border-bottom:1px #eaeaea solid;
}
.miniCart__row{
	text-align: center;
	padding: 10px 15px;
	display: block;
	font-size: 16px;
	border-bottom:1px #eaeaea solid;
}
.miniCart__row .miniCart__price{
  text-transform: uppercase;
  margin-left: 10px;
}

.shoppingLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    width: 100%;
    padding:15px 15px 0 15px;
    margin-bottom: 0;
}
.shoppingLogos li {
    margin-right: 25px;
    padding: 0 6px;
    margin-bottom: 15px;
    text-align: left;
    max-width: 25%;
}
.shoppingLogos li img {
    max-height: 25px;
    max-width: 55px;
    vertical-align: middle;
}
.shopping_section{
	padding: 30px 0;
	margin-top: 20px;
	border-top:1px #eaeaea solid;
}
.shopping_section h3{
	margin: 0;
}
.delivery_option {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0px 0;
    border: 1px #ddd solid;
    margin: 5px 0 30px 0;
}
.delivery_option .form_row {
    margin: 0;
    cursor: pointer;
    padding:10px 15px;
    border-bottom: 1px #ddd solid;
}
.delivery_option .form_row:last-child {
    border: 0;
}
.delivery_option label {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.user_detail_section {
    width: 100%;
    float: left;
    flex-flow: wrap;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.user_detail_form {
    width: 70%;
    float: left;
    padding:0;
    background-color: #fff;
}
.summary_div {
    width: 28%;
}
.user_detail_form input[type="text"], .user_detail_form input[type="email"], .user_detail_form select {
    height: 40px;
    line-height: 40px;
    border-color: #d9d9d9;
    font-size: 14px;
    border:1px #a7a7a7 solid;
    width: 100%;
    border-radius: 0;
}
.user_detail_form select{
	padding: 0 40px 0 10px;
	text-transform: none;
}
.form_row_half {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.form_row_half .form_row {
    width: 48%;
}
.user_detail_form .btn {
    height: 40px;
    background-color: #005ea4;
    border-color: #005ea4;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 0;
}
.user_detail_form .btn:hover{
	background-color: #fff;
	color: #005ea4;
}
.cart_summary {
    background-color:#fff;
    padding: 20px;
    width: 100%;
    border:1px #eaeaea solid;
    float: left;
    font-family: 'gothambook';
}
.summary_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: block;
    clear: both;
    border-bottom: 1px #ecf0f1 solid;
    padding: 0 0 15px 0;
}
.shopping-cart{
	width: 100%;
	float: left;
}
.shopping-cart .img-holder {
    float: left;
    width: 65px;
    margin-right: 15px;
}
.shopping-cart .descr {
    overflow: hidden;
    position: relative;
}
.shopping-cart .title_cartproduct {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
}
.descr p{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.descr .shiping_box li{
 width:49%;
 display: inline-block;
 border-top: 0;
 padding: 5px 0 0 0;
}
.descr .shiping_box li.right_text{
 text-align: right;	
}
.descr .shiping_box li span{
	font-weight: 400;
	font-size: 13px;
}
.descr .shiping_box{
	margin-top: 0;
}
.descr .shiping_box li strong{
	font-size: 13px;
}
.payment_part .summary_title{
  margin: 0;
  border:0;
  padding: 0;
}
.shiping_box {
    width: 100%;
    float: left;
    border-bottom: 1px #fff solid;
    padding: 0px 0 0px 0;
    margin-top: 10px;
}
.shiping_box li {
    width: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    border-top: 1px #ddd solid;
}
.shiping_box li span {
    font-size: 14px;
    font-weight: bold;
}
.shiping_box li .total_price, .order_total .total_price {
    text-transform: uppercase;
    color: #005ea4;
}
.order_total {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: left;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0 15px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 15px 0;
}
.code_dropdown{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.coupondiv1{
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
.coupondiv1.open{
	display: block;
}
.code_dropdown span{
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
}
.apply_code .remove_btn{
  border-color: #fff;
  color: #f00;
  background-color: #fff;
  margin: 0 0 0 0px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 115px;
	top: 2px;
}
.click_text{
	color: #a94442;
	font-size: 15px;
}
.apply_code .remove_btn:hover{
	background-color: transparent;
	color: #f00;
}
.code_dropdown span i{
	font-size:16px;
	font-weight: bold;
}
.coupondiv {
    visibility: hidden;
    width: 100%;
    display: none;
    z-index: 99;
    background-color: #fff;
    padding: 15px 0 0 0;
}
.coupondiv.open {
    visibility: visible;
    display: block;
}
.apply_code{
	display: flex;
	width: 30%;
	justify-content: space-between;
	position: relative;
}
.apply_code input[type="text"], .apply_code input[type="submit"],.apply_code input[type="button"]{
	border-radius: 0;
	height: 40px;
	line-height: 40px;
}
.checkout_btn input[type="submit"]{
	float: right;
}
.apply_code input[type="submit"],.apply_code input[type="button"], .checkout_btn input[type="submit"]{
	margin-left:10px;
	background-color: #005ea4;
	border-color: #005ea4;
	color: #fff;
	border-radius:0px;
	font-size: 16px;
	font-weight: bold;
}
.apply_code input[type="submit"]:hover,.apply_code input[type="button"], .checkout_btn input[type="submit"]:hover, .clear_cartbtn .btn:hover{
	background-color: #fff;
	border-color: #005ea4;
	color: #005ea4;
}
.clear_cartbtn{
	text-align: center;
	margin: 20px 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.clear_cartbtn .btn{
	background-color:#005ea4;
	border-color:#005ea4;
	color: #fff;
	font-weight:600;
	padding: 0 15px;
	font-size: 16px;
        border-radius:0;
}
.clear_cartbtn .btn.cartclear_btn{
	background-color: #a4d10d;
	border-color: #a4d10d;
        border-radius:0;
}
.clear_cartbtn .btn.cartclear_btn:hover{
	color: #a4d10d;
	background-color: #fff;
}
.logins_section{
	padding: 50px 0 0 0;
}
.login_section{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}
.login_container{
	max-width: 70%;
	margin: 0 auto;
	box-shadow: 2px 0 13px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.loginimg_section{
	width: 45%;
}
.login_part{
	width: 52%;
	padding: 30px 30px 30px 0px;
}
.login_part h3{
	text-transform: none;
	color: #015ea5;
	font-size: 30px;
	font-family: 'gothambook';
	text-align: center;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.login_form{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.login_form:last-of-type{
	margin: 0;
}
.login_form label{
	font-size: 16px;
	font-family: 'gothambook';
}
.login_form .form_row{
	margin: 0;
}

.login_form .form_row.remember_div{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 12px 0 8px 0;
}
.register_form .form_row.remember_div{
margin: 5px 0 8px 0;
}
.login_form .form_row.remember_div label{
   font-size: 12px;
   color: #646464;
   display: flex;
   align-items: center;
   line-height: normal;
}
.login_form .form_row.remember_div input[type="checkbox"]{
	margin-right: 5px;
}
.form_row .input-row{
   margin: 0 0 10px 0;
   font-family: 'gothambook';
}
.form_row .input-row:last-of-type{
	margin: 0;
}
.password_lost{
	color: #005ea4;
	font-size: 12px;
	font-family: 'gothambook';
	font-weight:bold;
}
.password_lost:hover{
	color: #000;
}
.login_form .btn{
	margin-left:0px;
	background-color: #005ea4;
	border-color: #005ea4;
	color: #fff;
	border-radius: 0;
	padding: 0 50px;
}
.login_form .btn:hover{
	background-color: #fff;
	border-color: #005ea4;
	color: #005ea4;
}
.abouts_section{
	padding:30px 0 80px 0;
}
.similars_pages h2{
 color:#000;
 font-size: 27px;
 font-weight: bold; 
}
.page_contentlist, .page_content_innerlist{
	display: block;
	margin-left: 50px;
}
.page_contentlist li{
	color: #000;
	font-size: 14px;
	font-family: 'gothambook';
	display: block;
	line-height: 24px;
	margin: 0 0 5px 0;
}
.page_contentlist li ul li{
	margin: 0;
}
.leftcontent_div{
	width: 79%;
	border-right: 1px #e5e5e5 solid;
	padding-right: 50px;
}
.right_linklist{
	width: 17%;
}
.menu_linklist{
	width: 100%;
	float: left;
}
.menu_linklist li{
	width: 100%;
	float: left;
}
.menu_linklist li a{
	background-color:#f5f5f5;
	font-family: 'gothambook';
	font-size: 17px;
	color: #000;
	display: block;
	padding:30px;
	font-weight: bold; 
}
.menu_linklist li a:hover, .menu_linklist li.active a{
	color: #fff;
	background-color: #005ea3;
}
.thanks_pages{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'gothambook';
	margin-top:30px;
}
.thanks_pages h2{
	text-transform: uppercase;
	font-size: 43px;
	color: #015ea5;
	font-weight: bold;
}
.thanks_pages img{
	margin: 20px 0 40px 0;
}
.thanks_pages strong{
	font-size: 19px;
	color: #000;
	display: block;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.thanks_pages p{
	font-size: 19px;
	color: #000;
	display: block;
}
.privacy_div{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.privacy_div .bold_text{
	font-size: 18px;
	color: #005ea3;
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.privacy_div strong, .privacy_div a{
	font-size: 14px;
	color: #5a5a5a;
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.privacy_div a{
	line-height: 24px;
	margin: 0;
}
.privacy_div a:hover{
	color: #005ea3;
}
.privacy_div p{
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 20px;
	color: #5a5a5a;
}

.privacy_div p:last-of-type{
	margin: 0;
}
.map_div{
	 display: flex;
	 flex-flow: wrap;
	 justify-content: space-between;
	 width: 100%;
}
.user_detail_form .map_view{
  width: 100%;
  margin-bottom: 20px;
}
.map_view{
	width: 77%;
}
.map_view iframe{
	width: 100%;
	height: 420px;
	border:0;
}
.aboutbanner_img p{
	font-family: 'gothambook';
	color: #5a5a5a;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 0 0;
}
.with_quoto{
	display: flex;
	width: 100%;
	align-items: center;
	flex-flow: wrap;
	margin-top: 30px;
}
.quote_imgitem{
	width: 20%;
}
.quote_imgitem2{
	width: 40%;
}
.quote_imgitem2 span{
	display: block;
	font-family: 'gothambook';
	color: #5a5a5a;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
.vision_text h3{
	font-size: 18px;
	text-transform: none;
	color: #005ea3;
	font-weight: bold;
	font-family: 'gothambook';
	display: block;
	margin-bottom: 10px
}
.dot_listing li{
	display: block;
	font-family: 'gothambook';
	color: #5a5a5a;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 15px;
}
.dot_listing li:before{
	content: '';
	background-color: #5a5a5a;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 10px;
	margin: -2px 0 0 0;
	left:0;
}
.vision_div, .vision_div03{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.vision_text{
	width: 60%;
	margin-right: 20px;
}
.vision_div02 .vision_text{
   width: 100%;
   margin: 0;
}
.vision_div02 .vision_img{
 width: 50%;
}
.vision_div02 .vision_text{
  width: 100%;
}
.breah_text{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Didot LT Std';
	color: #005ea3;
	display: block;
	font-weight: bold;
}
.vision_text p{
	margin: 0;
	font-size: 14px;
	font-family: 'gothambook';
	color: #5a5a5a;
}
.vision_div03{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.vision_div03 .dot_listing li{
 margin:0;
}
.dot_listing_space{
	margin-left: 30px;
}
.dot_listing_space li{
	margin: 0;
}
.vision_div strong{
	display: block;
	font-family: 'gothambook';
	color: #5a5a5a;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	font-style: italic;
	font-weight: bold;
}
.dashboard_section{
	padding: 120px 0 30px 0;
	margin-bottom: 30px;
	background-color: #f1f3f6;
}
.order_section{
	width: 25%;
}
.username_div{
	width: 100%;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.username_div img{
	width: 50px;
	height: 50px;
}
.user_info{
	padding: 0px 0 0 16px;
    width: calc(100% - 50px);
}
.user_info span{
	font-size: 14px;
	line-height: 20px;
	display: block;
	font-family: 'montserratregular';
}
.user_info strong{
	font-size: 16px;
	font-family: 'montserratregular';
	display: block;
	line-height: 20px;
}
.user_infosection{
	width: 74%;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    margin-bottom:0px;
    padding:0px;
}
.order_section .tabs{
    width: 100%;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    margin-bottom: 0px;
}
.order_section .tabs li{
 width: 100%;
 margin: 0;
 border:0;
 border-bottom: 1px #f7f7f7 solid;
 text-align: left;
 padding:15px 15px;
 font-size: 16px;
 font-family: 'montserratregular';
}
.order_section .tabs li a{
	 font-size: 16px;
    font-family: 'montserratregular';
    color: #6c6e6f;
    display: block;
}
.order_section .tabs li a:hover,.order_section .tabs li:hover{
	color: #005ea4;
}
.order_section .tabs li i{
	font-size: 18px;
	color: #005ea4;
	margin-right: 10px;
}
.order_section .tabs li.current{
	color: #005ea4;
}
.order_section .tab_submenu{
	width: 100%;
	float: left;
	margin-top: 5px;
	transition: all .2s ease-in-out;
	overflow: hidden;
	box-shadow: none;
	border-bottom: 1px #f7f7f7 solid;
	display: none;
}
.order_section .tab_submenu.open{
	display: block;
}
#accordian_menu{
	position: relative;
}
#accordian_menu:after{
	content: '\f107';
	font-size: 20px;
	color:#6c6e6f;
	font-family: FontAwesome; 
	position: absolute;
	right: 15px;
	top: 15px;
}
.order_section .tabs.tab_submenu li{
	display: block;
	padding:10px 10px 10px 60px;
	border:0;
	position: relative; 
}
.order_section .tabs .tab_submenu li:after{
	content: '\f101';
	font-size: 14px;
	color: #000;
	font-family: FontAwesome;
	position: absolute;
	left: 45px;
	top: 10px;
}

.order_section .tabs .tab_submenu li:hover:after,.order_section .tabs .tab_submenu li:hover,.order_section .tabs li.current:after{
	color: #005ea4;
}
/*.order_section .tabs li.current .tab_submenu{
  display: block;
}*/
.tab_heading{
    font-size: 18px;
	color: #666;	
	display: block;
	border-bottom: 1px #f7f7f7 solid;
	padding: 15px 20px;
	font-weight: 600;
	margin: 0 0 0px 0;
	font-family: 'montserratregular';
}
.tabinner_content{
	padding: 15px 20px;
	font-family: 'montserratregular';
	color: #666;
	align-items: center;
	border-bottom: 1px #f7f7f7 solid;
}
.tabinner_content:last-of-type{
	border-bottom: 0;
}
.order_product{
	width: 60%;
	display: flex;
	align-items: center;
	padding:0 20px 0 0; 
	margin-bottom: 10px;
}
.order_price{
	width: 15%;
}
.delivery_info{
	width: 25%;
	padding:0 20px;
}
.produt_image{
	width: 100px;
	min-width: 100px;
	border:1px #ddd solid;
	margin-right: 20px;
}
.produt_image img{
	vertical-align: bottom;
}
.produt_name{
    font-size: 16px;
	color: #000;	
	display: block;
	margin: 0 0 10px 0;	
}
.specifi_info,.item_deliver{
	display: block;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #000;
}
.item_deliver{
	margin: 10px 0 0 0;
	color: #84db6a;
}
.delivery_heading{
	color: #000;
}
.order_price span{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.account_form .form_row{
   width: 49%;
}
.account_form .submit_btn{
	margin: 0;
}
.delivery_info .btn{
	border-radius: 0;
	background-color: transparent; 
	color: #005ea4;
	font-size: 20px;
	border:0;
	padding: 0 10px;
	margin: 0;
	float: right;
}
.red_text{
	color: #f00000 !important;
}
.payment_container {
    width: 36%;
    margin: 0 auto;
    box-shadow: 2px 0 13px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
}
.payment_section {
    background-image: url(../images/pattern_bg02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    border-bottom: 1px #f0f0f0 solid;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment_section .logo{
   top: -30px;
}
.payment_section .logo img{
	max-height: 200px;
}
.payment_container .loginimg_section img{
  float: left;
}
.payment_container .loginimg_section{
	width: 45%;
}
.merchant_row{
	width: 55%;
	padding:10px 15px;
}
.input[type="radio"]{
	margin: -2px 0 0 0;
}
.merchant_name{
	font-size: 22px;
	color: #333;
	display: block;
	margin: 0 0 20px 0;
}
.merchant_pay{
	width: 100%;
	float: left;
}
.merchant_pay li{
	margin: 0 0 15px 0;
	width: 100%;
	float: left;
	font-family: 'montserratregular';
	font-size: 16px;
}
.merchant_pay li strong{
	text-transform: uppercase;
	display: inline-block;
	margin-left: 5px;
}
.merchant_row .btn {
    height: 44px;
    line-height: 44px;
    background-color: #005ea4;
    font-weight: 300;
    border-radius: 0;
    margin: 15px 0 0 0;
    border: 1px #005ea4 solid;
}
.merchant_row .btn:hover{
	background-color: #fff;
	color: #005ea4;
	border-color: #005ea4;
	opacity: 1;
}
.old_price{
	text-decoration: line-through;
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}
.contact_row{
	width: 100%;
	float: left;
	background-color: #fff;
	padding:20px;
	margin: 20px 0 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contactcity_row{
	justify-content: flex-start;
	align-items: center;
}
.icon_round{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #015ea4;
	font-size: 30px;
	text-align: center;
	border-radius: 100%;
	margin: 0 20px 0 0px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}
.contactcity_row strong{
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.contact_listing{
	padding: 20px;
	background-color: #f6f6f6;
}
.map_div iframe{
	width: 100%;
	height: 190px;
	border: 0;
}
.contact_infoslider{
	margin-top: 20px;
}
.contact_menulist li{
	font-size: 16px;
	display: block;
	color: #000;
	margin: 0 0 15px 0;
}
.contact_menulist li img{
	vertical-align: middle;
}
.contact_menulist li i{
	color: #0060a6;
	margin-right: 10px;
	font-size: 18px;
}
.contact_menulist li:last-child i{
	font-size: 20px;
}
.constration_pages{
	text-align: center;
}
.constration_pages h4{
	color:#005ea4;
	font-size:24px;
	letter-spacing: 1px;
	line-height: 24px;
}
.constration_pages h5{
	color: #000;
	letter-spacing: 1px;
	font-size:20px;
}
.constration_pages img{
	margin-top: 20px;
	max-height: 150px;
}
.modal-box img{
	display: block;
}
.close_btn {
    position: absolute;
    right: 22px;
    top: 22px;
}
.popbox {
  display: none;
}
.popbox .dimmer {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background:rgba(0,0,0,.85); /*#252525*/
}
.popbox .modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 999;
}
.popbox .outgap {
  margin: 2% auto 0 auto;
  max-width: 600px;
  min-height: 110px;
  outline: 0;
  position: relative;
}
.checkbox_div .clear_btn{
	margin-top: 10px;
	display: block;
	margin-bottom:5px;
}
.white_color{
	border:1px #ccc solid !important;
}
.contact_toppart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    flex-flow: wrap;
}
.contact_infosec {
    float: left;
    width: 100%;
    padding-top: 0px;
}
.web_sitename {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin: 0 0 10px 0;
}
.tel_info {
    float: left;
    margin-right: 15px;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 190px;
    width: 48.5%;
}
.location_text {
    color: #000;
    font-size: 15px;
    display: inline-block;
}
.contact-form{
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;	
}
.contact-form .form_row {
    width: 48.5%;
    float: left;
    margin: 0 0 20px 0;
}
.contact-form .form_row label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    line-height: 20px;
}
.contact-form .form_row.full_width{
	width: 100%;
}
.contact-form textarea{
	border:1px #a7a7a7 solid;
	border-radius: 0;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="submit"], .contact-form button[type="submit"],.contact-form button[type="button"]{
  border-radius:0;
}
.contact-form input[type="submit"]{
 background-color: #005ea4;
 border-color: #005ea4;
 text-transform: uppercase;
} 
.contact-form input[type="submit"]:hover{
	background-color: #fff;
	color: #005ea4;
}
.contact-form button[type="button"]{
	text-transform: uppercase;
}
.contact-form button[type="button"]:hover{
  background-color: #fff;
  border-color: #c3c3c3;
  color: #000;
}
.contact_infosec h3{
	margin: 0 0 15px 0;
}
.success{
	width: 100%;
	margin-bottom: 15px;
}
.success .alert{
	width: 70%;
	float: none;
	margin: 0 auto;
}
.price_filter_row{
	flex-flow: row;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:0px;
	padding-right: 15px;
}
.price_filter_row input[type="text"]{
	width: 42%;
	height: 34px;
	border-radius: 0;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  display:none;
  padding: 10px 0px;
}
.content p{
	margin: 0;
}
.set > a{
  display: block;
  padding:15px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set a i{
  float: right;
  margin-top: 2px;
}
.set a.active{
  color: #005ea4;
}
.popup_header {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 85vh;
    float: left;
    padding-bottom: 50px;
    margin-top: 40px;
}
.checkbox_div input[type="submit"]{
	margin-top: 15px;
	border-radius: 0;
	background-color: #005ea4;
    border-color: #005ea4;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 26px;
}
.order_notes{
	padding: 20px;
	margin:20px 0;
	position: relative;
}

.order_notes .summary_title {
    margin: 0;
    padding: 0;
    border: 1px #ddd solid;
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #fff;
}
.user_detail_form .order_notes textarea{
	margin-top: 20px;
	border-color: #ddd;
}
.whatsapp_icon{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: block;
	background-color: #0dc152;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	padding: 14px;
}
.whatsapp_icon img{
	vertical-align: middle;
	max-width: 32px;
}
.product_slider .lightSlider iframe{
   width: 100% !important;
   height: 100% !important;
   min-height:850px;
}
.lSPager li{
	position: relative;
}
/*.lSPager li:last-of-type a:after{
	content: '';
	background-image: url(../images/play_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	width: 36px;
	height: 36px;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}*/



.blog_section{
	padding:20px 0 50px 0;
	background-color: #fff;
}
.blog_right{
	width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Controls spacing */
    justify-content: flex-start; /* Prevents uneven spacing */
}

.list_blog{

 font-family: inherit;  /* Use the editor’s font, not the global styles */
    font-size: inherit;    /* Use the editor’s font size */
    line-height: inherit;  /* Use the editor’s line height */

}

.blog_detail .blog_right1{
	width: 70%;
	/*display: flex;*/
	justify-content: space-between;
	flex-flow: wrap;
}


.blog_list{
	width: 32.5%;
	margin-bottom:20px;
	border:1px #ddd solid;
}
.blog_caption{
	width: 100%;
	float: left;
	padding:10px 15px;
}
.blog_list p{
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 22px;
}
.blog_left{
	width: 27%;
}
.blog_title_right {
    font-size: 16px;
    font-weight: 600;
    color: #005ea3;
    margin: 0 0 0px 0;
    display: -webkit-box;             /* Makes the element a flex container */
    -webkit-box-orient: vertical;    /* Specifies the box orientation */
    -webkit-line-clamp: 2;           /* Limits the text to 2 lines */
    overflow: hidden;                /* Hides any text that overflows */
    text-overflow: ellipsis;         /* Adds ellipsis (...) at the end if text is truncated */
}


.blog_title {
    font-size: 16px;
    font-weight: 600;
    color: #005ea3;
    margin: 0 0 10px 0;
    display: -webkit-box;             /* Makes the element a flex container */
    -webkit-box-orient: vertical;    /* Specifies the box orientation */
    -webkit-line-clamp: 2;           /* Limits the text to 2 lines */
    overflow: hidden;                /* Hides any text that overflows */
    text-overflow: ellipsis;         /* Adds ellipsis (...) at the end if text is truncated */
}
.read_morebtn{
	color: #005ea3;
	font-size: 14px;
}
.blog_title:hover,.read_morebtn:hover{
	color: #000;
}
.publish-detail{
	margin: 0 0 10px 0;
}
.publish-detail li {
    color: #777;
    font-size: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.publish-detail .article__author span {
    color: #111;
}
.bloglist_title{
	font-size: 16px;
	display: block;
	color: #000;
	font-weight: 600;
}
.blog_cat li a,.blog_cat li{
   font-size: 14px;
   color: #777;
   display: block;
   margin: 7px 0 0 0;
}
.left_div{
	margin-bottom: 20px;
}
.blog_left .blog_img{
	width: 30%;
	float: left;
}
.left_itemlist{
	width: 66%;
	float: right;
}
.left_itemlist .blog_title{
	font-size: 12px;
	margin: 0;
}
.left_itemlist .publish-detail li{
	font-size: 12px;
	padding: 0;
	border: 0;
	margin: 0;
}
.blogsmall_list li{
	width: 100%;
	float: left;
	border-bottom: 1px #ddd solid;
	padding: 15px 0;
}
.blogsmall_list li:last-of-type{
	border-bottom: 0;
}
.tag_list{
	display: flex;
	flex-flow: wrap;
	margin-top: 15px;
}
.tag_list li a{

}
.tag_list li a {
    display: inline-block;
    background-color: #005ea3;
    font-size: 9px;
    line-height: 16px;
    display: block;
    height: 16px;
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0 7px 9px 0;
    padding: 0 10px;
    transition: all .3s ease-in-out;
}
.tag_list li a:hover{
	color: #000;
}
.blog_pagination{
	text-align: center;
}
.blog_pagination li{
	display: inline-block;
}
.blog_pagination li a{
    font-size: 12px;
    color: gray;
    height: 34px;
    width: 34px;
    line-height: 32px;
    display: inline-block;
    border: 2px solid #eeeeee;
    transition: all 0.3s ease-in-out;
}
.blog_pagination li a:hover{
	background-color: #005ea3;
	border-color: #005ea3;
	color: #fff;
}
.default_div {
	width: 100%;
	float: left;
}
.blog_detail h3{
	font-size: 30px;
	text-transform: none;
}
.blog_detail .blog_right1 .blog_img{
	margin: 10px 0;
}
.blog_detail .blog_img img{
	width: 100%;
}
.blog_detail h4{
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}
.blog_detail h1,.blog_detail h2,.blog_detail h3,.blog_detail h5,.blog_detail h6{
	color: #000;
}
.blog_detail .blog_right1 a{
	color: #005ea3;
	font-size: 15px;
}
.blog_detail .blog_right1 a:hover{
	color: #000;
}
.meta {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}
.meta li {
    display: inline-block;
    margin: 0 6px;
    font-size: 15px;
    position: relative;
}
.meta li:before {
    content: '\f111';
    color: #9f9f9f;
    font-family:FontAwesome;
    font-size: 5px;
    padding-right: 15px;
    float: left;
    margin-top: 9px;
    display: inline-block;
}
.meta li:first-child,.meta li:first-child:before{
    margin-left: 0;
    content: none;
}
.meta li.post-categories a{
	font-weight: bold;
}
.comment_div{
	box-shadow: 2px 0 13px rgb(0 0 0 / 8%);
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
}
.comment_div h2{
	color: #000;
	font-size: 24px;
	margin: 0 0 5px 0;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{
	font-size: 14px;
}
.catalogue_item{
	box-shadow: 0px 0 10px rgba(0,0,0,0.1);
	width: 32%;
	background-color: #fff;
	margin:0 2% 20px 0;
}
.catalogue_item img{
	display: block;
}
.catalogue_item:nth-child(3n+3){
	margin-right: 0;
}
.catalogue_name{
	display: block;
	margin:15px 0;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	color: #28435e; 
}
.catalogue_item:hover .catalogue_name{
	color: #000;
}
.catalogue_row{
	justify-content: flex-start;
}
.blog_share{
	justify-content: flex-start;
	align-items: center;
}
.blog_social{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
}
.blog_detail .blog_right1 .blog_social li{
	margin: 0 10px 0 0;
}
.share_text{
	font-weight: bold;
}
.blog_detail .blog_right1 .blog_social li a{
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	display: block;
}
.facebook_icon{
    background-color: #3b5998;
}
.twitter_icon{
   background-color: #5da9dd;
}
.blog_social li .linkedin_icon{
   background-color: #0077b5;
}
.maller_icon{
   background-color: #e34133;
}
.blog_detail .blog_right1 .blog_social li a:hover{
	opacity: 0.8;
}
.comment_row{
	margin:0px 0 20px 0;
}
.comment_row li{
	flex-flow: nowrap;
	background-color: #f5eeee;
	padding: 10px;
	margin: 10px 0;
	justify-content: flex-start;
}
.comment_row li p{
	margin: 0;
}
.comment_row li .avtar_img{
	width: 60px;
	min-width: 60px;
	margin-right: 20px;
}
.comment_row li .commentor_name{
    font-size: 16px;
    font-weight: 600;
}
.content_div h3{
	margin: 0;
	text-transform: none;
	font-size: 20px;
}
.content_div h2,.content_div h1,.content_div h4,.content_div h5,.content_div h6{
	margin: 0;
	color: #000;
	text-transform: none;
	font-weight: 600;
	line-height: 30px;
}
.content_div h1{
	font-size: 26px;
}
.content_div h2{
	font-size: 23px;
}
.content_div h4{
	font-size: 18px;
}
.content_div h5{
	font-size: 16px;
}
.content_div h6{
	font-size: 14px;
}
.content_div h1{
	font-size: 24px;
}
/* -- responsive css start here --*/
@media (max-width: 1749px){
.container{
	max-width: 1170px;
}
.apply_code{
	width: 40%;
}
.table_structure li.table_row span strong{
  font-size: 15px;
}
.size_width{
	max-width: 56%;
}
.logo{
	margin-left:-75px;
}
.logo img{
	max-width: 150px;
}
.shop_bylist li a .category_prod{
	width: 80px;
	height: 80px;
}
.shop_categoty_list:after{
	right:-30px;
}
.left_image{
	width: 30%
}
.left_image img{
	max-width:290px;
}
.caption_heading{
	width: 26%;
}
.popularity_slider_part{
	padding:0px 50px 10px 70px;
	margin:10px 0;
}
.popularity_slider_part .select_popularity_part .view_all{
	margin: 5px 0;
}
.produc_name{
	font-size: 15px;
}
.popularity_carousel{
	margin-top:0;
}
.large_btn{
	font-size: 30px;
}
.btn_box{
	bottom: 35px;
}
.explore_div{
	padding: 30px 0;
}
.sara_text{
	font-size: 80px;
}

.footer_inner{
	max-width: 80%;
}
.map_view{
	width: 70%;
}
.menu_linklist li a{
	padding: 20px;
}
.product_listing .produc_name,.product_listing .product_id{
	font-size: 14px;
}
.product_listing .product_price{
	margin-top: 0;
}
.login_part{
	padding: 10px 20px 10px 0px;
	width: 49%;
}
.login_part h3{
	font-size: 22px;
}
.login_container{
	max-width: 80%;
}
.loginimg_section{
	width: 48%;
}
.breah_text{
	font-size: 24px;
}
.vision_div03 {
	margin-bottom: 30px;
}

.table_structure li .number input[type="text"]{
	width: 30px;
}
.summary_div{
	width: 35%;
}
.user_detail_form{
	width: 63%;
}
.tabs li{
	padding: 15px 10px;
	font-size: 12px;
}
.shopping_section{
	margin-top: 0;
}
.table_structure li.table_row .product_img img{
	max-width: 120px;
}
.cart_section{
	margin: 0 0 30px 0;
}
.dashboard_section{
	padding: 30px 0;
}
.username_div{
	margin-bottom: 13px;
}
.payment_container{
	width: 45%;
}
.category_product img{
	max-height: 204px;
}
.product_slider .lightSlider iframe{
   min-height:615px;
}
/*.img_section{
	max-height: 250px;
	min-height: 250px;
}*/
}
@media (max-width:1239px){
.container{
	max-width:950px;
}
.left_image img{
	max-width: 230px;
}
.logo{
	margin-left: -70px;
}
.logo img{
	max-width: 140px;
}
.caption_heading{
	width:30%;
}
.shop_bylist li a .category_prod{
	width: 60px;
	height: 60px;
}
.shop_categoty_list:after {
	height: 60px;
    right: -30px;
    top: 40px;
}
.category_product span{
	font-size: 36px;
}
.shop_categoty{
	padding:50px 0 30px 0;
}
.shop_bylist li a{
	font-size: 13px;
}
/*.img_section{
	max-height: 190px;
}*/
.btn_box{
	bottom: 30px;
}
.explore_div, .explore_section,.popularity{
	padding: 20px 0;
}
.esplore_text{
	font-size: 26px;
}
.shiping_innerdiv{
	width: 95%;
	margin-top: 20px;
	flex-flow: wrap;
}
.shiping_section{
	padding: 0 0 20px 0;
}
.sara_part,.footer_menu{
	width: 40%;
}
.banner_caption{
	margin-top: 20px;
}
.map_view{
	width: 65%;
}
.map_view iframe{
	height: 250px;
}
.abouts_section{
	padding:0 0 30px 0;
}
.right_productsection{
	padding: 20px;
	width: 77%;
	background-size: cover;
}
.leftfilter_part,.filter_bar{
	width: 23%;
}
.size_width{
	max-width: 70%;
}
.table_structure li.table_row .delete_icon i,.table_structure li.table_row .product_detail .product_name{
	font-size: 14px;
}
.table_structure li.table_row .product_sortdiscton,.table_structure li span{
	font-size: 13px;
}
.table_structure li .product_price, .table_structure li .product_qty, .table_structure li .product_total,.table_structure li.table_header .product_name{
	padding: 10px 15px;
}
.table_structure li.table_row .product_img img{
	max-width: 80px;
}
.miniCart__row{
	font-size: 14px;
}
.delete_icon{
	white-space: nowrap;
}
.apply_code input[type="submit"], .checkout_btn input[type="submit"]{
	padding: 0 20px;
	font-size: 16px;
}
/*.delivery_option{
	margin: 20px 0;
}*/
.descr .shiping_box li{
	width: 48%;
}
.table_structure li.table_row span strong{
	font-size: 16px;
}
.table_structure li span.product_detail{
  padding: 0px 10px 42px 10px;
}
.shopping-cart .img-holder{
	width: 50px;
	margin-right: 10px;
}
.shoppingLogos li{
	margin-right: 15px;
}
.miniCart__checkout{
	padding: 15px;
}
.table_structure,.minicart_section{
	margin-top: 20px;
}
.order_price{
	width: 20%;
}
.order_product{
	width: 50%;
}
.payment_container {
    width: 55%;
}
.category_product img{
	max-height: 162px;
}
.apply_code {
    width: 50%;
}
.product_slider .lightSlider iframe{
   min-height:490px;
}
/*.img_section{
	max-height: 200px;
	min-height: 200px;
}*/
}
@media (max-width:991px){
.container{
	max-width:700px;
}
.logo{
	position: relative;
	margin-left: 0;
	top: 0;
	left: 0;
}	
.search_bar{
	width: 70%;
	float: right;
	position: relative;
	z-index: 9;
}
.merchant_name{
	font-size: 18px;
}
.merchant_pay li{
	font-size: 16px;
}
.header_search{
	width: 66%;
}
.logo img{
	max-width: 100px;
}
.banner_caption{
	margin-top: -50px;
}
.caption_heading{
	padding-top: 0;
}
.left_image img{
	max-width: 175px;
}
.left_image{
	width: 40%;
}
.right_image{
	bottom: -30px;
}
.shop_bylist li{
	margin: 0 5px 0 0;
}
.shop_categoty_list:after{
	right: -10px;
	top: 30px;
}
.shop_categoty{
	padding: 15px 0;
	margin-top: 15px;
}
.popularity_img img{
	min-height: 300px;
}
.popularity_slider_part {
    padding: 0px 30px 0px 40px;
}
.img_section{
	max-height: inherit;
}
.produc_name{
	margin: 0;
}
.esplore_text{
 font-size: 20px;    
}
.explore_div{
	padding: 20px 0 0 0;
}
.icon_div{
	margin-right: 10px;
}
.shipping_info .shiping_infodiv span,.shipping_info .shiping_infodiv strong{
	font-size: 14px;
}
.newsletter_inner input[type="submit"]{
	padding: 0 15px;
}
.footer_inner,.copyright_inner{
	max-width: 90%;
}
.sara_text{
	font-size: 50px;
}
.copyright p, .copyright p a{
	font-size: 13px;
}
.copyright_right li{
	margin-left: 0;
}
.leftcontent_div{
	width: 60%;
	padding-right: 35px;
}
.right_linklist{
	width: 35%;
}
.map_view{
	width:100%;
	margin-bottom: 10px;
}
.right_productsection{
	width: 70%;
}
.leftfilter_part,.filter_bar{
	width: 30%;
}
.product_listing .popularity_item{
	width: 48%;
}
/*.product_listing .popularity_item .img_section{
 max-height: 250px;
}*/
.breadcrumb{
	padding: 20px 0;
}
.shadow_box{
	max-width: 100%;
}
.product_slider,.product_details{
	width: 100%;
}
.product_details{
	margin-top: 10px;
}
.size_width{
	max-width: 44%;
}
.similar_product{
	margin-bottom: 0;
}
.page_contentlist, .page_content_innerlist{
	margin-left: 20px;
}
.quote_imgitem2{
	width: 70%;
	margin-left: 5%;
}
.vision_div, .vision_div03{
	flex-flow: wrap;
	margin-top: 15px;
}
.height_space{
	min-height: 10px;
}
.breah_text{
	font-size: 20px;
}
.vision_text{
	width: 100%;
margin-right: 0;
}
.shopping_section .small_container,.cart_section .small_container{
	max-width:100%;
}
.product_addcart{
	padding: 10px;
}
.delete_icon{
	white-space: normal;
}
.table_structure li.table_row .delete_icon i{
	margin: 0 0 10px 0;
}
.table_structure li.table_row .product_img img{
	max-width: 70px;
}
.table_structure li.table_row .product_sortdiscton, .table_structure li span{
	font-size: 13px;
}
.table_structure li .number input[type="text"]{
	width: 30px;
}
.clear_cartbtn{
	margin: 0;
}
.clear_cartbtn .btn{
	font-size: 14px;
}
.cart_section{
	margin: 0 0 20px 0;
}
.summary_div{
	width: 41%;
}
.table_structure{
	margin-top: 20px;
}
.shopping_section{
	margin-bottom: 0px;
	padding: 20px 0 0 0;
}
.user_detail_form{
	width: 56%;
	margin-bottom:0px;
}
.apply_code{
	width: 70%;
}
.descr p{
	font-size: 12px;
	line-height: 14px;
}
.table_structure,.minicart_section{
	width: 100%;
}
.newsletter_inner .newsletter_form{
	width: 90%;
	margin-top: 15px;
}
.order_section {
    width: 33%;
}
.user_infosection {
    width: 65%;
}
.produt_image{
	min-width: 70px;
	margin-right: 10px;
}
.order_product,.tabinner_content{
	align-items:flex-start;
}
.order_section .tabs li,.order_section .tabs li a{
	font-size: 14px;
}
.season_category{
	width: 22%;
}
.popbox .outgap{
	max-width: 700px;
}
.blog_list{
	width: 100%;
}
.blog_right{
	width: 60%;
}
.blog_left {
    width: 37%;
}
.blog_detail h3,.comment_div h2{
	font-size: 20px;
}

}
@media (max-width:767px){
.container{
	max-width:94%;
}
.cursorshade{
	width: 70px !important;
	height: 70px !important;
}
.product_slider .lightSlider iframe{
   min-height:430px;
}
.right_productsection{
	padding: 20px 0;
}
.popup_header{
	height: auto;
	padding-bottom: 0;
}
.similars_pages h2{
	margin:20px 0px;
	font-size: 24px;
}
.contact_infosec,.mapouter,.contact-form .form_row{
	width: 100%;
}
.contact-form input[type="submit"], .contact-form button[type="submit"], .contact-form button[type="button"]{
	padding: 0 20px;
}
.user_detail_section{
	flex-flow: wrap;
}
.user_detail_form,.summary_div{
	width: 100%;
}
.shopping_section{
	padding: 20px;
	margin:0;
}
.breah_text{
	font-size: 16px;
}
.login_part {
	width: 100%;
	padding: 20px;
}
.vision_text p{
	line-height: 18px;
}
.login_container{
	max-width: 100%;
}
.loginimg_section{
	display: none;
}
.logins_section{
	padding:30px 0 0 0;
}
.product_detailsection{
	margin-bottom: 15px;
}
.thanks_pages h2{
	font-size: 24px;
}
.thanks_pages p{
	font-size: 16px;
	line-height: 20px;
}
.thanks_pages img{
	margin: 20px 0;
	max-width: 50px;
}
.abouts_section{
	padding: 0;
}
.language_btn{
	margin: 0 0 0 20px;
}
.country_dropdown li{
	font-size: 13px;
	line-height: 22px;
}
.language_btn span{
	font-size: 12px;
}
.social_icon,.left_image,.right_image{
	display: none;
}
.countrydropdown{
	top: 32px;
}
.search_bar,.caption_heading{
	width: 100%;
}
.search_bar{
	flex-flow: wrap;
	width: 80%;
}
.header_search {
    width: 75%;
    position: absolute;
    bottom: -40px;
    right: 0;
}
.category_product span{
	font-size: 20px;
}
.shop_categoty_div{
	width: 100%;
	flex-flow: wrap;
}
.shop_categoty_list:after{
	right: 10px;
}
.shop_bylist{
	width: 100%;
	padding-right: 15px;
}
.shipping_info{
	width: 100%;
	border-bottom: 1px #ebebeb solid;
	border-right: 0;
}
.shipping_info:last-of-type{
	border-bottom: 0;
}
.esplore_text{
	display: none;
}
.explore_div{
	padding: 10px 0 0 0;
}
.header{
	/*padding: 20px 0;*/
	min-height: 130px;
}
.popularity_img,.popularity_slider_part{
	width: 100%;
}
.popularity_slider_part{
	margin: 0;
	border-left: 1px #e8e8e8 solid;
	padding: 0 30px;
}
.popularity_img img{
	min-height: inherit;
	display: none;
}
/*.img_section{
	max-height: 350px;
}*/
.btn_box{
	position: relative;
	bottom: 0;
	margin: 0 0 10px 0;
	width: 100%;
	border-color: #e8e8e8;
}
.explore_section{
	padding: 20px 0 0 0;
}
.newsletter_inner .newsletter_form{
	width: 90%;
}
.newsletter_inner h5{
	margin: 0 0 20px 0;
}
.sara_logo,.sara_part, .footer_menu{
	width: 100%;
}
.sara_text{
	display: none;
}
footer{
	padding: 25px 0;
}
.footer_social_icon{
	margin: 20px 0;
}
.copyright p, .copyright p a{
	line-height: 16px;
}
.newsletter_inner input[type="submit"]{
    font-size: 14px;
}
.leftcontent_div{
	width: 100%;
	border-right:0;
	padding: 0;
}
.right_linklist{
	width: 100%;
	margin-top: 20px;
}
.right_productsection{
	width: 60%;
}
.leftfilter_part, .filter_bar{
	width: 40%;
}
/*.product_listing .popularity_item{
	width: 100%;
}*/
.pagination {
	margin-bottom: 0;
	width: 100%;
}
.categorypage_section {
	margin-bottom: 20px;
}
.size_width{
	max-width: 100%;
}
.shadow_box{
	padding-bottom: 0;
}
.table_structure{
	overflow-x: auto;
	overflow-y: hidden;
}
.table_structure li{
	min-width: 750px;
}
.apply_code{
	width: 100%;
}
.product_addcart p{
	line-height: 18px;
}
.newsletter_inner .newsletter_form{
	margin: 0;
	flex-flow: wrap;
}
.order_section, .user_infosection{
	width: 100%;
}
.order_section{
	margin-bottom: 15px;
}
.payment_container .loginimg_section{
	display: block;
}
.payment_container {
    width: 80%;
}
.merchant_pay li {
    font-size: 14px;
}
.merchant_name {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.merchant_row .btn{
	margin: 0;
}
.shop_categoty_list{
  width: 100%;
  margin-bottom: 20px; 
}
.popbox .outgap{
	max-width: 450px;
}
.leftfilter_part, .filter_bar,.right_productsection,.blog_right,.blog_left{
	width: 100%;
}
.product_listing{
  justify-content: space-around;
}
.blog_left{
	margin-top: 20px;
}
.catalogue_item{
	width:100%;
	margin: 0 0% 20px 0;
}





}
@media (max-width:479px){
.container{
	position: relative;
}
.catalogue_row{
	margin-top: 20px;
}
.catalogue_name{
	font-size: 14px;
	margin: 10px 0;
}
.apply_code .remove_btn{
	right: 2px;
}
.payment_container .loginimg_section{
	display: none;
}
.minicart_section{
	margin-bottom: 20px;
}
.merchant_row{
	width: 100%;
}
.productssort_by{
	display: none;
}
.view_all{
	display: none;
}
.newsletter_inner input[type="email"], .newsletter_inner input[type="text"]{
	margin: 0 0 10px 0;
	height: 34px;
	line-height: 34px;
}
.newsletter_inner input[type="submit"]{
	height: 34px;
	line-height: 34px;
}
.form_row_half .form_row{
	width: 100%;
}
.product_details h1{
	font-size: 20px;
}
.product_short_descption,.modal_id{
	font-size: 14px;
}
.cartbtn_box,.form_row_half,.apply_code,.product_addcart{
	flex-flow: wrap;
	margin-bottom: 0;
}
.apply_code input[type="submit"], .checkout_btn input[type="submit"]{
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.product_addcart{
	margin: 20px 0 0 0;
}
.table_structure{
	overflow-x: auto;
	overflow-y: hidden;
}
.table_structure li{
	min-width: 850px;
}
.table_structure li.table_row .product_sortdiscton, .table_structure li span{
	font-size: 12px;
}
.table_structure li.table_row span.product_detail{
 padding:0 10px;
}
.table_structure li.table_row span strong{
	font-size: 15px;
}
.product_addcart .btn{
	border-left: 0;
	padding: 0;
}
 .checkout_btn input[type="submit"]{
 	margin: 0;
 }
.product_lilist li{
	width: 46%;
}
.shadow_box{
	padding: 20px;
}
.stock_text{
	margin: 0 0 0 10px;
	font-size: 12px;
}
.cartbtn_box .btn{
	width: 100%;
	margin: 0 0 10px 0;
}
.cartbtn_box .wishlist_btn{
	padding: 0 15px;
}
.cartbtn_box{
	justify-content: space-between;
}
.product_listing .popularity_item .img_section{
	max-height: inherit;
}
.filter_bar{
	padding-bottom: 10px;
}
.right_productsection{
	border-left: 1px #f0f0f0 solid;
}
.leftfilter_part{
	border: 0;
}
.category_product span{
	font-size: 30px;
}
.breadcrumb{
	display: none;
}
.category_innerdiv{
	padding-top: 20px;
}
.search_bar{
	width: 70%;
}
.product_listing .popularity_item{
	margin: 0;
}
.top_menu{
	display: none;
}
.blogmobile{
	display: block;
}
.topbar_right{
	width: 100%;
	justify-content: center;
}
.dasktop_logo{
	display: none;
}
.mobile_logo{
	display: inline-block;
}
.logo{
	left: -10px;
}
.logo img{
	max-width: 40px;
	margin-top: 15px;
}
.header_search{
	width: 100%;
	bottom: -55px;
	min-width: 385px;
	z-index: 1;
}
.shop_categoty_list:after{
	content: none;
}
.shop_categoty_list:last-of-type{
	margin: 0;
}
.shop_bylist{
  text-align: left;	
  padding-left: 0;
}
.explore_div{
	background-size: cover;
}
.copyright_inner,.footer_menu{
	flex-flow: wrap;
	text-align: center;
}
.footer_menu_div{
	width: 100%;
	margin-top: 20px;
}
.copyright_right{
	width: 100%;
	margin-top: 15px;
}
.footer_social_icon {
    margin: 20px 0 0 0;
}
.menu > ul > li > ul.normal-sub > li .mega_memu_img{
	display: none;
}
.clear_cartbtn .btn{
	margin: 0 0 10px 0;
	width: 100%;
}
.order_product{
	width: 100%;
}
.order_price{
	width: 100%;
	margin: 10px 0;
}
.delivery_heading{
	display: block;
	margin-bottom: 5px;
}
.delivery_info{
	width: 100%;
	padding: 0;
}
.wishlist_info .delivery_info, .wishlist_info .order_price{
  width: 40%;
}
.dashboard_section{
	padding: 20px 0;
}
.account_form .form_row{
	width: 100%;
}
.specifi_info, .item_deliver{
	margin: 0 0 5px 0;
}
.cartbtn_box a{
	width: 82%;
}
.clear_cartbtn a{
	display: block;
	width: 100%;
}
.user_detail_form .btn{
	width: 100%;
}
.close_btn {
    right: 10px;
    top: 10px;
}
.popbox .outgap{
	max-width: 90%;
}
}
@media (max-width:390px){
	.header_search{
		min-width: 355px;
	}
}
@media (max-width:375px){
.header_search{
		min-width: 350px;
	}
}
@media (max-width:360px){
.header_search{
		min-width: 330px;
	}
.table_structure li .product_name{
		width: 35%
	}
}
@media (max-width:339px){
.header_search{
		min-width: 300px;
	}
.cartbtn_box a{
	width: 79%;
}
}



.top-bar {
    width: 100%;
    background-color: #f81b1b;
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
/*    position: fixed;*/
    top: 0;
    left: 0;
    z-index: 1000;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-animation 10s linear infinite;
}

@keyframes marquee-animation {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}