
.btn_1 {
    background-color: #349bb1;
    border: 2px solid #227f93;
}
.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 {
    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 15px 5px 15px !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.1rem !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 {
	font-size:1.4rem !important;
	cursor:pointer;
}
#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;
}
.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 {
	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 {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	font-size:20px;
}
.top-species, .top-letters {
	background-color: #70a1b0;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.top-species h6 {
	color:#fff;
	font-style: italic;
}
.other-species, .other-countries {
	max-height:500px;
	overflow-y:scroll;
}
.other-species h6, .other-countries h6 {
	font-style: italic;
}
.other-letters {
	max-height:190px;
}
.top-letters, .other-letters {
	text-align:center;
}
.list-species, .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-species .list-species:hover {
	color: #70a1b0;
	background-color: #fff;
}
.other-species .list-species: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 {
	position: relative;
	padding: 20px;
	border: 3px solid #fff;
	border-radius: 20px;
}


#dsignin-in h3, #dsearch-in h3, #dcart-in h3, #dsigned-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);
}
.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;
}


.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 12px 5px 12px !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;
	}
}
