
p, b {
	color:#6d596b !important;
}
.btn_1 {
    background-color: #349bb1;
    border: 2px solid #227f93;
}
.btn_1_cart {
    padding:13px 25px !important;
}

.btn_1:hover {
    color: #349bb1;
}
.btn_11 {
    padding:12px 24px;
	margin-top: 20px;
    margin-right: 300px;
	box-shadow: 3px 3px #898785;
}

.btn_12 {
    padding:6px 12px;
	box-shadow: 1px 1px #898785;
}


.tss_wrapper {
    position: relative;
    max-width: 1200px;
    margin:0 auto;
    background-color: #f3e7d9;
    padding:0 10px;
}

.container {
    position:relative;
	width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.top_menu {
    background-image: url('/images/header.jpg?v=2');
    background-repeat: no-repeat;
    background-size: 1200px 150px;
    height:150px;
    max-width:1200px;
    border-bottom: 1px solid #846c57;
    margin-bottom:40px;
    margin-left: -10px;
    margin-right: -10px;
}
.top_fixed {
    padding-top:255px;
}

.main_menu .navbar {
    display: inline-block;
}
.main_menu .main-menu-item ul li {
    padding:20px 0px 5px 16px !important;
    color: #124b5e !important;
}

.main_menu .main-menu-item ul li .nav-link, 
.main_menu .navbar-icons ul li .nav-link, 
.signed ul li .nav-link {
    color: #f2f109 !important;
    text-shadow: 1px 1px #353434;
    font-size:1.3rem !important;
    font-weight: normal;
    padding:0 0 0.2em 0;
    position:relative;
}
.main_menu .main-menu-item ul li .nav-link::after,
.main_menu .navbar-icons ul li .nav-link::after, 
.signed ul li .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #f68013;
  opacity: 0;
  transition: opacity 300ms, transform 500ms;
  transform: translate3d(-100%, 0, 0);
}
.main_menu .main-menu-item ul li .nav-link:hover::after,
.main_menu .main-menu-item ul li .nav-link:focus::after, 
.main_menu .navbar-icons ul li .nav-link:hover::after,
.main_menu .navbar-icons ul li .nav-link:focus::after, 
.signed ul li .nav-link:hover::after, 
.signed ul li .nav-link:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  /*transform: translate3d(0, 0, 0);*/
}

.main_menu .main-menu-item ul li .nav-link:hover, 
.main_menu .navbar-icons ul li .nav-link:hover, 
.signed ul li .nav-link:hover {
    color: #f68013 !important;
}

.main_menu .main-menu-item ul li .nav-link-active, 
.main_menu .navbar-icons ul li .nav-link-active, 
.signed ul li .nav-link-active {
    font-weight: 500;
}

.navbar-icons ul li {
	display:inline-block;
	padding: 20px 15px 5px 15px !important;
}
#msearch {
	font-size:1.3rem !important;
	cursor:pointer;
}
#mcart {
	position:relative;
	font-size:1.4rem !important;
	cursor:pointer;
}
#mcartnb {
	position:absolute;
    top: 2px;
    left: -5px;
    color: #fff;
    background-color: red;
    width: 14px;
    height: 14px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
}
#msignin, #msigned {
	font-size:1.3rem !important;
	cursor:pointer;
}
.nav-link span {
	padding-left: 5px;
	font-size:1.1rem;
}


.dropdown .dropdown-menu {
    background-color: #24a4b2 !important;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 1.2rem;
    padding: 5px 20px !important;
    color: #fff !important;
    text-shadow: 2px 2px grey;
    background-color: transparent !important;
    text-transform: none !important;
}

.navbar-collapse {
    margin-left:100px;
}

.hearer_icon {
    margin-top: 13px;
}
.main_menu a i {
    color: #fff !important;
    text-shadow: 2px 2px grey;
    font-size: 1.2rem !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    top: 0;
}


#dsignin {
	position: absolute;
    width: 300px;
    height: 100px;
    top: 50px;
    right: 30px;
	display:none;
	z-index:1000;
}
#dsigned {
	position: absolute;
    width: 300px;
    height: 100px;
    top: 50px;
    right: 30px;
	display:none;
	z-index:1000;
}
#dsearch {
	position: absolute;
    width: 300px;
    height: 100px;
    top: 50px;
    right: 150px;
	display:none;
	z-index:1000;
}
#dcart {
	position: absolute;
    width: 300px;
    height: 100px;
    top: 50px;
    right: 120px;
	display:none;
	z-index:1000;
}
#dexpiring {
	position: absolute;
    width: 300px;
    height: 100px;
    top: 10px;
    right: 10px;
	display:none;
	z-index:1000;
}

.feature_part_content p {
	line-height:1.5;
	margin-bottom:5px;
}
.feature_part_content b {
	color:#4b3049;
}
.feature_part_content ul {
	margin-bottom:5px;
}
.feature_part_content li {
	line-height:1.5;
}

.section_padding {
	padding:80px 0 !important;
}

.section_faq {
	padding:50px 0;
}
.section_faq h3 {
	margin-top: 10px;
    margin-bottom: -20px;
}
.section_faq .ol2 {
	list-style-type:disc;
}

.section_contact {
	max-width:960px;
	margin:0 auto;
}

.contact_form, .admin_form, seeshell_form {
	/*background-color: #10578b;*/
	background-color: #349bb1;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.seeshell_form, .contact_form_contact {
	position:relative;
	background-color: #70a1b0;
	border-radius:unset;
	box-shadow:none;
	padding:0 10px 10px 10px;
}
.seeshell_form label {
	color: #fff;
    margin-bottom: 2px;
    text-shadow: 1px 1px #373636;
    font-size: 1.2rem;
}
#popup1_content .btn_close, #popup2_content .btn_close, #popup3_content .btn_close, #popup4_content .btn_close {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	font-size:20px;
}
.top-family, .top-letters {
	background-color: #70a1b0;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.top-family h6 {
	color:#fff;
	font-style: italic;
}
.other-family, .other-countries {
	max-height:500px;
	overflow-y:scroll;
}
.other-family h6, .other-countries h6 {
	font-style: italic;
}
.other-letters {
	max-height:190px;
}
.top-letters, .other-letters {
	text-align:center;
}
.list-family, .list-countries {
	display:inline-block;
	margin-right:20px;
	cursor:pointer;
	width: 172px;
	padding:0 4px;
}
.list-countries {
	width: 212px;
}
.list-letters {
	display:inline-block;
	margin-right:20px;
	cursor:pointer;
	width: 40px;
	padding:0 4px;
	text-align:center;
}
.list-active {
	color: #fff;
	background-color: #2c7c95;
	border-radius: 3px;
}
.top-family .list-family:hover {
	color: #70a1b0;
	background-color: #fff;
}
.other-family .list-family:hover, .other-countries .list-countries:hover {
	background-color: #70a1b0;
	color: #fff;
}

.signed {
	background-color: #489daf !important;
	border-radius: 10px;
}
.signed ul li {
	padding: 10px 15px !important;
}
.signed ul li a {
	display: inline-block;
	font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    line-height: 16px;
	padding: 5px 15px !important;
	color: #ebeff4 !important;
    text-shadow: 2px 2px grey;
    font-size: 1.1rem !important;
    font-weight: normal;
    padding: 0 0 0.2em 0;
    position: relative;
}

.signin {
	max-width:320px;
	margin:0 auto;
}
.admin_form {
	background-color: #229993 !important;
}
#dsignin-in, #dsearch-in, #dcart-in, #dexpiring-in {
	position: relative;
	padding: 20px;
	border: 3px solid #fff;
	border-radius: 20px;
}


#dsignin-in h3, #dsearch-in h3, #dcart-in h3, #dsigned-in h3, #dexpiring-in h3 {
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin-left: 0px;
}
#dsigned-in h3 {
	text-align: center; 
    margin: 15px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    font-size: 16px;
}
#msignoff, #msignedoff, #msearchoff, #mcartoff {
	position:absolute;
	top:-10px;
	right:10px;
	cursor:pointer;
}
#msignoff:hover, #msearchoff:hover, #mcartoff:hover {
	font-weight:500;
}

.contact_form input::placeholder, .contact_form textarea::placeholder {
  color: #fff;
}

.contact_form input {
	font-size: 15px;
	color: #fff;
	outline: none;
	height: 46px;
	border: none;
	/*background-color: transparent;*/
	background-color: #298599;
    border-top: 1px solid #78afed;
    border-right: 1px solid #fff;
    border-left: 1px solid #78afed;
    border-bottom: 1px solid #fff;
    border-radius: 7px;
    padding-left: 5px;  width: 100%;
	margin-bottom: 20px;
}

.contact_form input.wcheckbox {
    position: relative;
    top: 3px;  
	font-size: 15px;
	width: 26px;
	color: #fff;
	outline: none;
	height: 15px;
	border: 1px solid #fff;
	background-color: transparent;
	margin-bottom: 20px;
}

.contact_form textarea {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border: 1px solid #6bb4f3;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.contact_form input::selection {
	background-color:#063252;
	color:#fff;
}

.contact_form button, .seeshell_form button {
    display: block;  
	max-width: 110px;
    margin: 0 auto;
	height: 46px;
	border-radius: 10px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	width: 100%;
	transition: all .5s;
}

.contact_form button:hover, .seeshell_form button:hover {
  background-color: #fff;
  color: #4b8ef1;
}

.contact_form span {
	display:inline-block;
	color:#fff;
	font-size:12px;
}

.contact_form span a{
	color:#fff;
}

.breadcrumb_part {
    height: 161px;
    background-color: #70a1b0;
}
.breadcrumb_part .breadcrumb_iner h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
	text-shadow: 3px 5px 2px #474747, 2px 2px 2px rgba(206,89,55,0);
}
.h1_shipping {
	position:absolute;
	top: -38px;
    right: 3px;
    font-size: 17px;
    color: #ff0000;
	text-shadow: 1px 1px 1px #939191;
}
.reviews {
	background-color: #70a1b0;
	margin: 50px 0;
    padding: 10px 0 !important;
}
.reviews h2 {
	color:#fff;
}
.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 275px;
}
.owl-carousel.owl-drag .owl-item p {
	font-style:italic;
}
.client_review .owl-nav button.owl-prev, .client_review .owl-nav button.owl-next {
	top:25%;
	border: 1px solid #115d8f;
    color: #115d8f;
}
.client_review .owl-nav button.owl-prev:hover, .client_review .owl-nav button.owl-next:hover {
  background-color: #115d8f !important;
  color: #fff;
}

.family_part {
    position: relative;
}
.banner_family_text {
    position: relative;
    float:left;
    width:360px;
    padding-top:100px;
}
.banner_family_text h1 {
    font-size: 50px !important;
}
.banner_family_text .btn_1 {
    margin:30px !important;
}
.banner_families {
    position: :relative;
    float:right;
    width: calc(100% - 360px);
    /*border:1px solid grey;*/
    text-align:center;
}
.banner_part .banner_img {
    top: 0 !important;
}
.banner_family li {
    display:inline-block;
    /*border:1px solid grey;*/
    width:24.6%;
    min-width:150px;
    /*height:300px;*/
    background-color: #fff;
	margin-bottom:12px;
}
.banner_family li:hover {
    border:1px solid grey;
}
.banner_family li p{
	font-size: 0.9rem;
    font-style: italic;
    font-weight: 500;
    color: #105c8e;
}

.shell-list {
	position:relative;
	width:960px;
	margin: 0 auto;
	margin-top:50px;
	background-color: #e8c9aa;
}
.shell-list-small {
	font-size:12px;
}
.shell-list th {
	background-color: #70a1b0;
    color: #fff;
}
.shell-list tr {
	cursor:pointer;
}
.shell-list tr.cart {
	cursor:default;
}
.shell-list tr.l1 {
	background-color: #dbb289;
}
.shell-list tr.added {
	background-color: #e3796a;
}
.shell-list tr:hover {
	background-color: #c59b72;
}
.shell-list th {
	padding:10px 5px;
	text-align:center;
	border: 1px solid #c1aa93;
}
.shell-list td {
	padding:5px;
	border: 1px solid #c1aa93;
}
.shell-list-sort1, .shell-list-sort2 {
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	color:#cbcaca;
	margin-left:10px;
	padding:0;
	border:0;
	background-color: transparent;
}
.shell-list-sort2 {
	margin-left:3px;
}
.shell-list-sort1 :hover, .shell-list-sort2 :hover {
	color:#fff;
}
.shell-list-sort1.active, .shell-list-sort2.active {
	color:red;
}

.shell-list-detail {
	position: relative;
    top: -14px;
    padding: 20px;
    cursor: default;
    max-width: 660px;
    border: 1px solid #898686;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
	box-shadow:2px 2px #5f5c5c;
}
.shell-list-detail .btn_close {
	position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
	z-index:10000;
	cursor:pointer;
}
.shell-list-detail-photo {
	position:relative;
	margin: auto;
	width:280px;
	height:100%;
	display: flex;
    justify-content: center;
}
.shell-list-detail-photo img {
	width:100%;
	height: auto;
	cursor:pointer;
}
.shell-list-detail-click {
	text-align: center;
    font-style: italic;	
	cursor:pointer;
}
.shell-list-detail-content {
	display:inline-block;
	margin-left:20px;
	max-width:294px;
}
.shell-list-detail-content h2 {
	font-size:18px;
	color: #3b3a3a;
}
.shell-list-detail-content h3 {
	font-size:14px;
	color: #3b3a3a;
}
.shell-list-detail-size {
	font-size:16px;
	color: #3b3a3a;
}
.shell-list-detail-grade {
	font-size:14px;
	font-weight:bold;
	color: #009900
}
.shell-list-detail-grade span {
	font-size:12px;
	color: #3b3a3a
}
.shell-list-detail-des {
	border:1px solid blue;
	padding:10px;
	color: #3b3a3a;
	margin-top:10px;
}
.shell-list-detail-des ul {
	list-style: disc;
    margin-left: 17px;
}

shell-list-detail-des li {
	margin-left:30px;
	color: #3b3a3a;
}
.shell-list-detail-price, .shell-list-detail-cart, .shell-list-detail-cart2, .shell-list-detail-promo, .shell-list-promo {
	position:absolute;
	top:10px;
	left:10px;
	font-size:14px;
	font-weight:bold;
	background-color: red;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px #5f5c5c;
}
.shell-list-detail-cart {
	left:240px;
	background-color: green;
	cursor:pointer;
	box-shadow: 1px 1px #014b01;
 }
.shell-list-detail-cart2 {
	left:200px;
	cursor:pointer;
 }
.shell-list-detail-promo {
	left:135px;
 }
.shell-list-promo {
	top:-5px;
	left:10px;
	padding:5px 6px;
	background-color: green;
 }
 
 .btn-tabledata
 {
    display: inline-block; 
	border: 1px solid #c1aa93;
    background-color: #edd4ba;
    border-radius: 5px;
    padding: 4px;
    width: 34px;
	margin: 5px 1px;
}

.table_paginate {
	position:relative;
	text-align:right;
	margin:5px;
	width: 960px;
    margin: 0 auto;
    margin-top: 7px;
}
.table_paginate_list {
    position: relative;
	padding: 6px 0;
    top: 3px;
    border-radius: 5px;
	display: inline-block !important;
    /*background-color: #3a4047 !important;*/
	margin-right: 7px;
}
.table_paginate_btn {
	position: relative;
    top: 3px;
	border: 1px solid #767676;
	border-radius: 5px;
	color: #514f4f;
    width: 30px;
    font-size: 16px;
    padding: 4px;
}
.table_paginate_btn:hover {
	color:#fff;
	background-color: #105c8f;
}

.table_paginate span {
	position:relative;
	top:2px;
	margin-left:7px;
}

#animicon{
	position:absolute;
	display:none;
	width:40px;
	height:40px;
	z-index:10000; 
}

.faq_accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
	border-radius: 5px 5px 0 0;
	background-color: #e8c9aa;
	margin-top:20px;
}
.faq_active, .faq_accordion:hover {
	background-color: #dbb289;
	font-weight:600;
}
.faq_panel {
	padding: 5px 18px 10px 10px;
	background-color: #dbb289;
	border-radius: 0 0 5px 5px;
	display: none;
	overflow: hidden;
	font-weight: 100;
    color: #000;
}
.faq_panel b {
	color:#000 !important;
}

.footer_part {
    background-color: #e6c7aa !important;
	margin-top: 40px !important;
}
.footer_part .footer_iner {
    padding: 40px 0 !important;
}
.footer_logo {
	position: relative;
    margin: 0 auto;
    width:110px;
	margin-top:50px;
}
.footer_logo a {
    margin-right:0 !important;
}
.footer_part .social_icon a {
    background-color: #105c8f;
	margin-bottom: 3px;
}
.footer_part .social_icon a:hover {
    background-color: #4e8bbc;
}

.single_product_item .single_product_item_thumb {
    height: 280px;
    display: flex;
}
.single_product_item .single_product_item_thumb_img{
	position:relative;
	margin:auto auto;
}
.single_product_item .single_product_item_thumb a{
	position:relative;
	margin:0 auto;
}
.single_product_item .single_product_item_thumb img2{
	position:relative;
	margin:auto auto;
}

.single_product_list .single_product_img {
    position: relative;
    padding: 35px 0 0 35px;
    margin:0;
    background: url(/images/product_overlay.png);
    background-repeat: no-repeat;
    background-size: 90% 90%;
}
.single_product_list .single_product_img_right {
    position: relative;
    padding:  35px 35px 0 0;
    margin:0;
    background: url(/images/product_overlay.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90% 90%;
}
.single_product_list .single_product_img img,
.single_product_list .single_product_img_right img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.single_product_list_country li {
    display:inline-block;
    padding:10px 30px 10px 0;
}

.trending_items {
    padding: 100px 0 130px;
}
.single_product_item h3 {
    font-size:1.2rem;
}
.single_product_item h4 {
    font-size:0.9rem;
}
.single_product_item h4 a {
    color: #4B3049;
}

.client_review p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.feature_part_tittle h2
{
    font-size:36px;
    line-height: 1.3;
}
.feature_part_tittle p {
    line-height: 1.7;
}

.solotitle {
	height:80px;
}

.wrs {
	background-color:#fff !important;
	background: url(/images/wrs_bg.png);
    background-repeat: no-repeat;
}
.wrs h2 {
	color: #05588a !important;
	margin-bottom: 30px;
}
.wrs p {
	color: #05588a;
}

.footer_menu {
	display:block !important;
}
.footer_menu li a {
	color: #105c8f;
}
.footer_part .social_icon {
    margin-top:50px;
	text-align: center !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_family_text {
        width:290px;
    }
    .banner_family_text h1 {
        font-size: 40px !important; 
    }
    .banner_families {
        width: calc(100% - 290px);
    }
}

@media (max-width: 1096px) { 
    .navbar-collapse {
        margin-left:50px;
    }
}

@media (max-width: 1084px) {
	.nav-link span {
		display:none;
	}
}

@media (max-width: 1012px) {
    .navbar-collapse {
        margin-left:0;
    }
	.main_menu .main-menu-item ul li {
		padding: 20px 0px 5px 16px !important;
	}
}

@media (max-width: 991px) {
    .menu_icon i {
        color: #fff;
    }
    .navbar-nav {
        background-color: #489daf !important;
		border-radius:10px;

    }
    .main_menu .main-menu-item {
        max-height: unset;
		overflow:unset;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
		margin-top: 10px;
		border-radius: 10px;
	}
	.navbar {
		float:left;
	}
	.navbar-right {
		float:right;
		top:-14px;
	}
    .navbar-collapse {
        margin-left:0;
        width:230px;
        top:18px !important;
        background-color: #489daf !important;
    }
    .main_menu .main-menu-item .nav-item .nav-link {
        display: inline-block;
	}
	#dcart {
		right:50px;
	}
    .single_product_content {
        margin-top: 0;
    }
	.single_product_item h3 {
		text-align:center;
	}
	.single_product_item h4 {
		text-align:center;
	}
}

@media only screen and (min-width: 860px) and (max-width: 991px) {
    .banner_family_text {
        width:240px;
    }
    .banner_family_text h1 {
        font-size: 30px !important;
    }
    .banner_families {
        width: calc(100% - 240px);
    }
}

@media only screen and (min-width: 738px) and (max-width: 991px) {
	.btn_11 {
		padding:12px 24px;
		margin-top: 0;
		margin-right: 150px;
		box-shadow: 3px 3px #898785;
	}
   .footer_part .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media only screen and (max-width: 738px) { 
 	.btn_11 {
		padding:8px 16px;
		margin-top: -10px;
		margin-right: 30px;
		box-shadow: 3px 3px #545656;
	}
   .banner_family_text {
        width:100%;
        text-align: center;
        padding-top: 0;
    }
    .banner_family_text h1 {
        font-size: 30px !important;
    }
    .banner_families {
        width: 100%;
    }
    .feature_part_tittle h2
    {
        font-size:30px;
        line-height: 1.3;
    }
   .footer_part .col-lg-3 {
        text-align:center;
    }
	.footer_menu {
		margin:20px 0;
	}
}

@media only screen and (min-width: 739px) and (max-width: 859px) {
    .banner_family_text {
        width:225px;
    }
    .banner_family_text h1 {
        font-size: 30px !important;
    }
    .banner_families {
        width: calc(100% - 225px);
    }
}

@media only screen and (min-width: 670px) and (max-width: 767px) {
    .banner_family_text h1 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 600px) {
    .top_menu {
        background-image: url('/images/header_small.jpg?v=2');
        background-repeat: no-repeat;
        background-size: 600px 150px;
        height:150px;
        max-width:600px;
    }
  	.btn_11 {
		padding:6px 14px;
		margin-top: -10px;
		margin-right: 30px;
		box-shadow: 2px 2px #545656;
	}
	#dsearch {
		right:30px;
	}
		
   .banner_family_text {
        width:100%;
        text-align:center;
    }
    .banner_family_text h1 {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .top_fixed {
        padding-top: 150px;
    }
	#dsearch {
		right:10px;
	}
	#dcart {
		right:10px;
	}
	#dsignin {
		right:10px;
	}
    /*
    .top_menu {
        margin-bottom: 0;
    }
    */
    .banner_part {
        height:760px;
    }
    .banner_part .banner_img {
        max-width:90%;
        top:330px !important;
        margin-right:5%;
    }
}

@media only screen and (max-width: 500px) {
  	.btn_11 {
		margin-top: 23px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 473px) {
  	.btn_11 {
		padding:5px 12px;
		margin-top: 33px;
		margin-right: 10px;
		font-size:12px;
	}
}
