* {
  box-sizing: border-box;
}
body {
    font-family: 'Manrope',Arial;
	font-size: 16px;
    font-weight: 400;
    background: #fff;
    text-rendering: optimizeLegibility;
}
.img_article_detail{
	padding:6em	
}
.fix_padding{
	padding:0 4px 0 4px;
}
@media (max-width: 768px) {
	.fix_padding{
		padding:unset;
	}
}
.article_right {
    width: 60%;
	padding-left:1em;
}
.article_left{
    width: 40%;
    float: left;
	padding-right:1em;
}
@media (max-width: 800px) {
	.article_left,.article_right{
		width: 100%;
		float: unset;
		padding:unset;
	}
	.img_article_detail{
		padding:3em;	
	}	
}

.sub_string{
	width:280px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 auto
}
.small_detail{
	font-size:14px;
}
.logo_reino{
	width: 125px;
	vertical-align: middle;
	margin: 0;
}
.logo_reino2{
	width: 100px;
	vertical-align: middle;
	margin: 0 0 1em 0;
}
.detail_btn{
	margin-top: 0.5em;
	height: 40px;
	padding: unset;
	background: #3f2aa5;
}
.facebook {
    color: #3b5998;
    font-size: 2em;
    margin-right: 0.5em;
}
label.error {
	color: red;
	display: block;
	margin:0.5em 0 0 0;
}
.wrap {
    width: 80%;
    margin: 0 auto;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.header-top {
    background:#b1e605;
}
.header-top-left {
	width: 54.5%;
	float: left;
	margin-top: 12px;
}
.box {
    float: left;
    
    margin-right: 1em;
}
.box1 {
    float: left;
    width: 20.5%;
}

.headermenu  {
	color:white;
}
.headermenu ul li {
    display: inline-block;
}
.headermenu ul li a {
    color: #fff;
    display: block;
}

.header-bottom {
    background:white;
    padding: 0.5em 0 1em 0;
}
.logo {
	margin: 0.5em auto 0 auto;
	text-align: center;
}
.menu {
	margin-top:.5em;
}
.h_nav h4 {
    border-bottom: 1px solid #ececec;
    font-size: 1.3em;
    color: #7d97a3;
    line-height: 1.8em;
    text-transform: capitalize;
    margin-bottom: 4%;
}
.h_nav h4.top {
    margin-top: 12%;
}
.h_nav ul li {
    display: block;
}
.h_nav ul li a {
    display: block;
    font-size: 1em;
    color: #000;
    line-height: 2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover {
    color: #00405d;
    text-decoration: underline;
}

.header-bottom-left {

}
.header-bottom-right {
    float: right;
    margin-top: 1em;
}
.search {
    position: relative;
    float: left;
    margin: 10px 10px 0 0;
    color: #fff;
}
.search input[type="text"] {
    border: none;
    outline: 0;
    background: 0 0;
    font-family: Manrope, Arial;
    width: 100%;
    height: 2em;
    -webkit-apperance: none;
    margin: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.search input[type="text"]:focus {
    width: 150px;
}
.search input[type="submit"] {
    border: none;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    background: url(../images/search.png) no-repeat 0 3px;
    width: 30px;
    height: 25px;
    padding: 8px;
}
.search input[type="submit"]:active {
    position: relative;
}
.tag-list {
    float: left;
}
.create_btn {
    float: right;
}
.create_btn a {
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8725em;
    color: #fff;
    background: #fc3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.create_btn a:hover {
    background: #00405d;
    color: #fff;
}
.create_btn a img {
    vertical-align: top;
    margin-top: 3px;
}
.icon1:after,
.icon1:before {
    content: "";
    display: table;
}
.icon1:after {
    clear: both;
}
.icon1 {
    float: left;
    zoom: 1;
}
.icon1 li {
    float: left;
    position: relative;
}
.icon1 li:last-child {
    border-right: none;
}
.icon1 li:hover > a {
    color: #fafafa;
}
*html .icon1 li a:hover {
    color: #fafafa;
}
.icon1 ul {
    width: 300px;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 75px;
    z-index: 1;
    right: -140px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px #aaa;
    -webkit-box-shadow: 0 2px 6px #aaa;
    -moz-box-shadow: 0 2px 6px #aaa;
    -o-box-shadow: 0 2px 6px #aaa;
}
.icon1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 9999;
}
.icon1 ul ul {
    top: 6px;
    left: 158px;
    margin: 0 0 0 20px;
}
.icon1 ul li {
    float: none;
    display: block;
    border: 0;
}
.icon1 ul li:first-child {
    border-top: none;
}
.icon1 ul li:first-child a {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.icon1 ul a {
    white-space: nowrap;
    float: none;
    text-transform: none;
}
.active-icon {
    display: block;
}
.icon1 ul li:first-child > a:after {
    content: "";
    position: absolute;
    left: 45%;
    top: -30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
    left: -100px;
    top: 0;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #323757;
}
.icon1-trigger {
    display: none;
}
.sub-icon1 img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.c1 {
    background: url(../images/tag.png) no-repeat 0 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.c2 {
    background: url(../images/cart.png) no-repeat 0 1px;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.icon1 .profile_img {
    margin-top: 3px;
}
.sub-icon1 ul li h3 {
    text-align: center;
    font-size: 1.3em;
    color: #399fb8;
    text-transform: uppercase;
    margin-bottom: 4%;
}
.sub-icon1 ul li p {
    text-align: center;
    font-size: 0.8725em;
    color: #555;
    line-height: 1.8em;
}
.sub-icon1.list {
    padding: 20px 0;
}
.sub-icon1 ul li p a {
    color: #00405d;
}
.sub-icon1 ul li p a:hover {
    color: #555;
    text-decoration: underline;
}
ul.last {
    float: left;
    margin: 12px 0 0 20px;
}
ul.last li a {
    color: #fff;
    text-transform: uppercase;
}
ul.last li a:hover {
    color: #176375;
}
.main {
    margin: 2% 0;
}
.cont {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}
.rsidebar {
    display: block;
    float: left;
    margin: 2.7% 0 1% 2.6%;
}
.span_2_of_3 {
    width: 100%;
}
.span_1_of_3 {
    width: 280px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.span_1_of_left {
    width: 20.2%;
}
.col_1_of_3 {
    display: inline-block;
    float: left;
    margin:  0;
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -o-box-shadow: 0 0 5px #aaa;
}
.col_1_of_3:hover {
    background: #e7e9eb;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.span_1_of_3:hover {
    background: #4cb1ca;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.span_1_of_3:hover p.title {
    color: #fff;
}
.span_1_of_3:hover span.actual {
    color: #fff;
}
.span_1_of_3:hover span.reducedfrom {
    color: #fff;
}
.col_1_of_3:first-child {
    margin-left: 0;
}
h2.head {
    font-size: 1.5em;
    text-align: center;
}
.price {
    padding: 8px 0 0 0;
}
.inner_content {
    padding: 10px;
    position: relative;
}
.product_image img {
    display: block;
    border: 1px solid #f0f0f0;
}
.sale-box {
    height: 100px;
    right: -5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 100px;
}
.sale-box span.before {
    right: 89px;
    background: #cb3d27;
}
.sale-box span.on_sale {
	background: #ff9040;
	color: #fff;
	display: block;
	left: 0px;
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	top: 5px;
	/* transform: rotate(45deg); */
	width: 95px;
	z-index: 2;
	text-transform: uppercase;
	border-bottom: 2px solid #ff9040;
}
.cart-left {
	width: 100%;
	text-align: center;
	margin-block-start: 0.5em;
}
p.title {
	color: silver;
	font-size: 15px;
	height: 30px;
	text-align:center;
}
.cart-right {
    float: right;
    background: url(../images/cart2.png) 2px 0 #7db122;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.span_1_of_3:hover .cart-right {
    float: right;
    background: url(../images/cart3.png) 2px 0 #000;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.price1 {
  
}
span.actual {
	font-size: 1.25em;
	color: #512bd4;
}
span.reducedfrom {
    text-decoration: line-through;
    margin-right: 8%;
    color: #555;
}
.sale-box1 {
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
.sale-box span.before {
    right: 89px;
    background: #cb3d27;
}
.sale-box1 span.on_sale {
    background: #7db122;
    color: #fff;
    display: block;
    left: -35px;
    font-size: 1em;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 140px;
    z-index: 2;
    text-transform: uppercase;
    border-bottom: 2px solid #6b9c15;
}
.top-box {
    margin-bottom: 2%;
}
.top-box1 {
    margin-bottom: 4%;
}
.left-banner {
    background: url(../images/t-img1.jpg) no-repeat 0 0;
    width: 226px;
    height: 450px;
}
.top-border {
    border-top: 5px solid #4cb1ca;
}
.border {
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -o-box-shadow: 0 0 5px #aaa;
    padding: 15px;
    margin-bottom: 25%;
}
.btn {
    position: relative;
    text-align: center;
    z-index: 9999;
}
.btn a {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    font-size: 1em;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #4cb1ca;
    position: absolute;
    top: -90px;
    left: 52px;
}
.btn a:hover {
    background: #39a0b9;
}
.sidebar-bottom {
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -o-box-shadow: 0 0 5px #aaa;
    padding: 30px 20px;
    text-align: center;
}
h2.m_1 {
    font-size: 1.7em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 15px;
}
p.m_text {
    color: #888;
    font-size: 0.95em;
    margin-bottom: 20px;
}
.subscribe form input[type="text"] {
    font-family: Manrope, Arial;
    border: 1px solid #ddd;
    outline: 0;
    background: 0 0;
    font-size: 0.85em;
    color: #888;
    width: 87%;
    padding: 6px;
    -webkit-apperance: none;
}
.subscribe input[type="submit"] {
    font-family: Manrope, Arial;
    cursor: pointer;
    color: #fff;
    font-size: 1em;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #7eb123;
    padding: 12px 20px;
    border: none;
    margin-top: 20px;
    -webkit-appearance: none;
}
.subscribe input[type="submit"]:hover {
    background: #72a41b;
}
.footer-top {
    background:#10ac61;
    padding: 0 0 2em 0;
	display:none;
}
.col_1_of_2 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
.col_1_of_2:first-child {
    margin-left: 0;
}
.span_1_of_2 {
    width: 49.2%;
}
ul.f-list img {
    float: left;
    margin-right: 1.6%;
}
ul.f-list span.f-text {
    float: left;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 23px;
}
.footer-middle {
    padding: 2% 0;
}
.footer-middle {
background:white;
border-top:2px solid darkgray;
}
.span_1_of_f_2 h3 {
    color: black;
    margin-bottom: 20px;
    font-size: 1.25em;
    line-height: 1.2;
}
.col_1_of_f_1 {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}
.col_1_of_f_1:first-child {
    margin-left: 0;
}
.span_1_of_f_1 {
    width: 48.2%;
}
.col_1_of_f_2 {
    display: block;
    float: left;
    margin: 1% 0 1% 9.6%;
}
.col_1_of_f_2:first-child {
    margin-left: 0;
}
.span_1_of_f_2 {
    width: 45.2%;
	border-right:1px solid black
}
.like_box {
    background: #fff;
    width: 108.5%;
}
.facebook {
    color: #fff;
    font-size: 0.8125em;
    border-bottom: 1px solid #4cb1ca;
    padding-bottom: 6px;
}
ul.f-gallery {
    border-bottom: 1px solid #4cb1ca;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.f-gallery li {
    display: inline-block;
    width: 19.5%;
    margin: 10px 0 0 0;
}
p.m_2 {
    color: #fff;
    font-size: 0.8125em;
}
.recent-tweet {
    margin-bottom: 1em;
}
.recent-tweet-icon {
    float: left;
    width: 16.5%;
    margin: 0 2.6% 0 0;
}
.recent-tweet-icon span {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/f-tw.png) no-repeat;
}
.recent-tweet-info {
    float: right;
    width: 77.5%;
}
.recent-tweet-info p {
    color: #fff;
    font-size: 0.85em;
    line-height: 1.8em;
}
.recent-tweet-info p a {
    color: #aceafa;
}
.recent-tweet-info p a:hover {
    color: #fff;
}
ul.f-list1 li {
    list-style-image: url(../images/f-icon.png);
    margin: 0 15px 5px;
}
ul.f-list1 li a {
    font-size: 0.85em;
    color: #fff;
    vertical-align: middle;
}
ul.f-list1 li a:hover {
    color: #aceafa;
}
.company_address {
    padding-bottom: 10px;
}
.company_address a, .company_address p {
    font-size: 14px;
    color:black;
    line-height: 1.8em;
}
.company_address p span {
    cursor: pointer;
}
.company_address p span:hover {
    text-decoration: underline;
}
.social-media {
    margin-top: 15px;
}
.social-media li {
    float: left;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.social-media li a {
    height: 40px;
    width: 40px;
    display: block;
    background: url(../images/img-sprite.png);
}
.social-media li a:hover {
    zoom: 1;
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
[data-tooltip] {
    position: relative;
    display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
    border-bottom-color: #4cb1ca;
}
[data-tooltip].simptip-position-bottom:after {
    background-color: #4cb1ca;
    color: #fff;
}
[data-tooltip]:before {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
}
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0;
    font-size: 13px;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
}
[data-tooltip]:focus,
[data-tooltip]:hover {
    background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.simptip-position-bottom.simptip-movable:before {
    margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
    margin-top: -3px;
}
.simptip-position-bottom:after,
.simptip-position-bottom:before,
.simptip-position-top:after,
.simptip-position-top:before {
    left: 32%;
}
.simptip-position-bottom:after,
.simptip-position-bottom:before {
    top: 110%;
}
.simptip-position-bottom:after,
.simptip-position-top:after {
    margin-left: -18px;
}
.simptip-position-bottom.simptip-movable:after,
.simptip-position-bottom.simptip-movable:before,
.simptip-position-left.simptip-movable:after,
.simptip-position-left.simptip-movable:before,
.simptip-position-right.simptip-movable:after,
.simptip-position-right.simptip-movable:before,
.simptip-position-top.simptip-movable:after,
.simptip-position-top.simptip-movable:before {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.simptip-position-bottom.simptip-movable:hover:after,
.simptip-position-bottom.simptip-movable:hover:before {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.social-media li:nth-child(1) a {
    background: url(../images/img-sprite.png) -20px -170px;
}
.social-media li:nth-child(2) a {
    background: url(../images/img-sprite.png) -68px -170px;
}
.social-media li:nth-child(3) a {
    background: url(../images/img-sprite.png) -112px -170px;
}
.social-media li:nth-child(4) a {
    background: url(../images/img-sprite.png) -157px -170px;
}
.footer-bottom {
    padding: 1em;
	background: #1a1a1a;
}
div.copy{
	background:#e7e9eb;
	padding:0.5em
}
.copy p {
    color: black;
    font-size: 14px;
	text-align:center;
	
}
.copy p a {
    color:black;
}
.copy p a:hover {
    color:blue;
}
.f-list2 {
    float: right;
    color: #87d8eb;
}
.f-list2 li {
    display: inline-block;
    margin: 0 10px;
}
.f-list2 li a {
    color: #87d8eb;
    font-size: 1em;
}
.f-list2 li a:hover {
    color: #fff;
}
.login {
    border-top: 1px solid #ddd;
    padding: 2% 0;
}
.col_1_of_login:first-child {
    margin-left: 0;
}
.span_1_of_login {
	width: 47%;
	padding: 1em;
}
.col_1_of_login {
    display: block;
    float: left;
    margin: 0;
    background: silver;
}
.span_1_of_login p {
    line-height: 1.8em;
}
h4.title {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 400;
    margin-top: 0;
    border-bottom: 1px solid #dfdddd;
    padding-bottom: 1em;
    text-align: center;
}
div.k2AccountPage input[type="text"],
input.inputbox,
input.required {
    background: #fff;
    border: 1px solid #bdbcbc;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    height: 27px;
    padding: 0 7px;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}
#login-form label {
    color: #777;
    line-height: 2.8em;
    font-size: 0.95em;
}
#login-form label a {
    color: #777;
}
#login-form label a {
    text-decoration: underline;
}
#login-form label a:hover {
    text-decoration: none;
}
p#login-form-remember {
    float: left;
}
fieldset.input input[type="submit"] {
    background: #555;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    font-family: Manrope, Arial;
    outline: 0;
    font-size: 1em;
}
.button1 input[type="submit"]:hover,fieldset.input input[type="submit"]:hover {
    text-decoration: underline;
}
.button1 {
    float: right;
    margin-top: 6%;
}
.button1 input[type="submit"] {
    background: #202539;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    font-family: Manrope, Arial;
    outline: 0;
    font-size: 1em;
}
.remember {
    margin-top: 6%;
}
.register_account {
    border-top: 1px solid #ddd;
    padding: 2% 0;
}
.register_account form input[type="text"],
.register_account form select {

}
.register_account form input[type="text"]:hover,
.register_account form select:hover {

}
.register_account form input[type="text"].code {
    width: 15%;
}
.register_account form input[type="text"].number {
    width: 69.8%;
}
p.note a,
p.terms a {
    text-decoration: underline;
    color: #555;
}
p.terms {
    float: left;
    font-size: 12px;
    padding: 15px 0 0 15px;
}
button.grey {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #555;
    font-size: 0.95;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    border: none;
    float: left;
    font-family: Manrope, Arial;
    outline: 0;
}
button.grey:hover {
    background: #4cb1ca;
    color: #fff;
}
.register_account form input[type="text"].code {
    width: 15%;
}
p.code {
    color: #777;
}
p.cart {
    color: #777;
    font-size: 0.85em;
    line-height: 1.8em;
}
p.cart a {
    text-decoration: underline;
    color: #000;
}
p.cart a:hover {
    text-decoration: none;
}
.mens-toolbar {
    margin: 0 0 12px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 5px;
    border: 1px solid #e6e6e6;
    width: 97.5%;
}
.mens-toolbar .sort {
    float: left;
    width: 20.5%;
}
.sort {
    padding: 3px 8px;
}
.sort-by {
    color: #777;
    font-size: 0.85;
}
.mens-toolbar .pager {
    padding: 3px 8px;
    float: right;
    margin: 0;
    width: 26.5%;
}
.pager .limiter {
    float: right;
    color: #777;
    font-size: 0.85em;
}
.pager .limiter label {
    vertical-align: middle;
}
.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}
.pager .pages {
    margin: 0 30px 0 0;
    float: right;
}
.pager .pages ol {
    display: inline;
}
h3.page {
    float: left;
}

.metro,
.metro .carat,
.metro .carat:after,
.metro .selected::after,
.metro div,
.metro div::after,
.metro li,
.metro:after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.metro .selected::after,
.metro.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
.metro {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 200;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.metro.open {
    z-index: 2;
}
.metro:hover {
    background: #f4f4f4;
}
.metro:after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    top: 2px;
    width: 30px;
    background: 0 0;
}
.metro.focus:after {
    background: url(../images/minus.gif);
    width: 13px;
    height: 13px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
.metro .carat,
.metro .carat:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/plus.gif);
    width: 13px;
    height: 13px;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}
.metro .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.metro select {
    position: absolute;
    left: 0;
    top: 0;
}
.metro.touch select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.metro .selected,
.metro li {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #777;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
}
.metro .selected::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
}
.metro:hover .selected::after {
    box-shadow: inset -55px 0 25px -20px #f4f4f4;
    -webkit-box-shadow: inset -55px 0 25px -20px #f4f4f4;
    -moz-box-shadow: inset -55px 0 25px -20px #f4f4f4;
    -o-box-shadow: inset -55px 0 25px -20px #f4f4f4;
}
.metro div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    background: #f8f8f8;
    overflow: hidden;
    opacity: 0;
}
.metro:hover div {
    background: #f4f4f4;
}
.metro.open div {
    opacity: 1;
    z-index: 2;
}
.metro.scrollable div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #f8f8f8;
}
.metro.scrollable:hover div::after {
    box-shadow: inset 0 -50px 30px -35px #f4f4f4;
}
.metro.scrollable.bottom div::after {
    opacity: 0;
}
.metro ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.metro.scrollable.open ul {
    overflow-y: auto;
}
.metro li {
    list-style: none;
    padding: 8px 12px;
}
.metro li.focus {
    position: relative;
    z-index: 3;
    color: #fff;
    background: #4cb1ca;
}
.dropdown,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown div,
.dropdown div::after,
.dropdown li,
.dropdown:after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
.dropdown {
    position: relative;
    width: 120px;
    cursor: pointer;
    font-weight: 200;
    background: 0 0;
    padding: 8px 0 8px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.dropdown.open {
    z-index: 2;
}
.dropdown .carat,
.dropdown .carat:after {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    z-index: 1;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}
.dropdown:hover .carat:after {
    border-top-color: #f4f4f4;
}
.dropdown.focus .carat {
    border-top-color: #f8f8f8;
}
.dropdown.focus .carat:after {
    border-top-color: #0180d1;
}
.dropdown.open .carat {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.dropdown select {
    position: absolute;
    left: 0;
    top: 0;
}
.dropdown.touch select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dropdown .selected,
.dropdown li {
    display: block;
    font-size: 0.85em;
    overflow: hidden;
    white-space: nowrap;
}
.dropdown .selected::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
}
.dropdown div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 1px;
    background: #4cb1ca;
    overflow: hidden;
    opacity: 0;
    color: #c0f3ff;
}
.dropdown:hover div {
    background: #4cb1ca;
}
.dropdown.open div {
    opacity: 1;
    z-index: 2;
}
.dropdown.scrollable div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}
.dropdown.scrollable.bottom div::after {
    opacity: 0;
}
.dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.dropdown.scrollable.open ul {
    overflow-y: auto;
}
.dropdown li {
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid #39a0b9;
}
.dropdown li:last-child {
    border-bottom: 0;
}
.dropdown li.focus {
    background: #39a0b9;
    position: relative;
    z-index: 3;
    color: #fff;
}
.dropdown li.active {
    background: #39a0b9;
    color: #fff;
}
h5.m_1 {
    color: #555;
    font-size: 1.1em;
    padding: 6px 10px;
    background: #f7f7f7;
    margin: 20px 0;
    border: 1px solid #e6e6e6;
    text-transform: uppercase;
}
ul.kids {
    margin-bottom: 20px;
}
ul.kids li {
    margin-bottom: 10px;
}
ul.kids li.last {
    margin-bottom: 0;
}
ul.kids li a {
    color: #777;
    font-size: 0.85em;
    padding: 10px 12px;
}
ul.kids li a:hover {
    color: #000;
}
.mens {
    border-top: 1px solid #ddd;
}
ul.color-list {
    margin: 20px;
}
ul.color-list li {
    padding-bottom: 25px;
    display: block;
}
ul.color-list li a {
    display: block;
    font-size: 1em;
    text-transform: capitalize;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    transition: 0.5s linear;
}
p.red {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.85em;
}
span.color1 {
    background: red;
    padding: 5px 14px;
}
ul.color-list li a {
    color: #777;
}
ul.color-list li a:hover {
    display: block;
    color: #4cb1ca;
}
span.color2 {
    background: #45bf55;
    padding: 5px 14px;
}
span.color3 {
    background: #0aa5e2;
    padding: 5px 14px;
}
span.color4 {
    background: #ff0;
    padding: 5px 14px;
}
span.color5 {
    background: violet;
    padding: 5px 14px;
}
span.color6 {
    background: Orange;
    padding: 5px 14px;
}
span.color7 {
    background: gray;
    padding: 5px 14px;
}
.images_3_of_2 {
    width: 50%;
    float: left;
	padding-right:1em;
}
#container {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
#products_example {
    position: relative;
}
#products .slides_container {
    width: 99.3333%;
    height: 295px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #f0f0f0;
    display: none;
}
#products .next,
#products .prev {
    position: absolute;
    top: 90px;
    left: 5px;
    width: 21px;
    height: 0;
    padding-top: 21px;
    overflow: hidden;
    display: block;
    z-index: 101;
}
ul.breadcrumb {
    padding: 1em;
    margin: 0;
    list-style: none;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #000;
	text-align:center;
}
ul.breadcrumb a {
    color: black;
}
ul.breadcrumb a:hover {
    color:#ff9040;
}
ul.breadcrumb2 {
    padding: 0.5em;
    margin: 0 0 16px !important;
    list-style: none;
    background-color:white;
    font-size: 16px;
    color: #000;
}
.desc1 {
    display: block;
    float: right;
}
.span_3_of_2 {
    width: 50%;
	padding-left:1em;
}
h3.m_3 {
    font-size: 1.25em;
}
p.m_5 {
    font-size: 1.5em;
	color: black;
}
p.m_5 a {
    color: #777;
    font-size: 15px;
}
p.m_5 a:hover {
    color: #000;
}
p.m_text {
	color: #777;
	font-size: 0.85em;
	line-height: 1.8em;
	margin-block-start: 0.5em;
}
.clients {
	padding-top: 2em;
	padding-bottom: 1em;
}
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
}
.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}
.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.jquery-script-center a {
    text-decoration: none;
}
.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}
.jquery-script-clear {
    clear: both;
    height: 0;
}
.clearout {
    height: 20px;
    clear: both;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 200px;
	/* max-height: 200px; */
}
.nbs-flexisel-item a {
    font-size: 14px;
    display: block;
    margin: 8px 0;
}
.nbs-flexisel-item a:hover {
    color: #000;
}
.nbs-flexisel-item p {
    font-size: 14px;
	color:#512bd4;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 0;
    background: url(../images/img-sprite.png) no-repeat -23px -246px;
}
.nbs-flexisel-nav-right {
    right: 0;
    background: url(../images/img-sprite.png) no-repeat -51px -246px;
}
.toogle {
    margin-top: 0;
}
.toogle h3{
	margin-top:2em
}

ul.seller img {
    float: left;
    width: 38.5%;
    margin-right: 10px;
}
h5.m_4 {
    margin-bottom: 5px;
}
h5.m_4 a {
    font-size: 0.85em;
    color: #555;
    text-transform: uppercase;
}
h5.m_4 a:hover {
    color: #000;
}
.sell-desc {
    float: left;
    width: 57.5%;
}
p.m_text1 {
    color: #777;
    font-size: 0.85em;
}
p.m_price {
    color: #000;
    font-size: 0.9em;
    margin-top: 10px;
}
ul.seller li {
    margin-bottom: 20px;
}
.span_1_of_single {
    width: 20.2%;
}
.rsingle {
    display: block;
    float: left;
    margin: -1% 0 1% 2.6%;
}
.btn_form {
    padding: 0;
	margin-bottom:-1em;
}
.btn_form form input[type="submit"] {
    font-family: Manrope, Arial;
    cursor: pointer;
    border: none;
    outline: 0;
    display: inline-block;
    font-size: 1em;
    padding: 10px 34px;
    background: #4cb1ca;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
    background: #555;
}
span.m_link {
    margin-bottom: 20px;
}
span.m_link a {
    color: #555;
    font-size: 0.85em;
    text-decoration: underline;
    text-transform: uppercase;
}
span.m_link a:hover {
    text-decoration: none;
}
p.m_text2 {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: .5em;
	color:black;
}
.labout {
    display: block;
    float: left;
    margin: 1% 3.6% 1% 0;
}
.span_2_of_about {
    width: 65.1%;
}
.span_1_of_about {
    width: 31.2%;
}
.span_1_of_about h3,
.span_2_of_about h3 {
    color: #555;
    margin-bottom: 0.5em;
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}
.span_1_of_about p,
.span_2_of_about p {
    font-size: 0.85em;
    padding: 0.5em 0;
    color: #777;
    line-height: 1.8em;
}
.testimonials .testi-item blockquote {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px;
    border: none;
    background: #f7f7f7;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.testimonials .testi-item blockquote a {
    color: #777;
    font-size: 0.85em;
    line-height: 1.8em;
}
.testimonials .testi-item blockquote:before {
    position: absolute;
    bottom: -20px;
    left: 30px;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #f7f7f7;
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    content: "";
}
.testimonials .testi-item .testi-meta {
    font-size: 1em;
    display: block;
    padding-top: 22px;
    padding-left: 40px;
}
.testimonials .testi-item .testi-meta {
    font-size: 1em;
    color: #777;
}
.testimonials .testi-item .testi-meta a {
    color: #777;
    text-decoration: underline;
}
.testimonials .testi-item .testi-meta a:hover {
    text-decoration: none;
}
.testimonials .testi-item {
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 2em;
    background: 0 0;
}
.testimonials .testi-item blockquote:after {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 41px;
    height: 38px;
    background: url(../images/quotes.png) 0 0 no-repeat;
    content: "";
}
.testimonials .testi-item blockquote > a:hover {
    color: #4cb1ca;
}
h5.m_6 {
    color: #555;
    margin: 2% 0 1% 0;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.col_1_of_about-box {
    display: block;
    float: left;
    margin: 1% 0 1% 3.6%;
}
.col_1_of_about-box:first-child {
    margin-left: 0;
}
.span_1_of_about-box {
    width: 30.5%;
}
h4.m_7 {
    padding: 5% 0 0 0;
}
h4.m_7 a {
    color: #555;
    font-size: 0.95em;
    text-transform: uppercase;
}
h4.m_7 a:hover {
    color: #000;
}
span.rollover {
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(../images/magnify-alt.png) center center no-repeat rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 215px;
    width: 252px;
    position: absolute;
    z-index: 10;
    opacity: 0;
}
.span_1_of_about-box img {
    border: 1px solid #f0f0f0;
    display: block;
}
span.rollover:hover {
    opacity: 0.7;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}
ul.delivery-list {
    margin-bottom: 20px;
}
ul.delivery-list li {
    font-size: 0.85em;
    margin: 0 0 8px 10px;
    list-style-image: url(../images/list_marker.png);
}
ul.delivery-list li a {
    color: #777;
    vertical-align: middle;
}
ul.delivery-list li a:hover {
    color: #000;
}
.to input[type="text"] {
    padding: 10px 9px;
    width: 48%;
    font-size: 0.85em;
    font-family: Manrope, Arial;
    margin: 10px 0;
    border: 1px solid #eee;
    color: #777;
    background: #fff;
    float: left;
    outline: 0;
}
.text input[type="text"],
.text textarea {
    width: 98.3%;
    font-size: 0.85em;
    margin: 10px 0;
    border: 1px solid #eee;
    color: #777;
    font-family: Manrope, Arial;
    outline: 0;
    margin-bottom: 25px;
    height: 150px;
    padding: 10px 9px;
}
.submit input[type="submit"] {
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    background: #4cb1ca;
    border: none;
    outline: 0;
    font-family: Manrope, Arial;
    font-size: 1em;
}
.submit input[type="submit"]:hover {
    background: #555;
}
.map {
    margin-top: 4%;
}
.page-not-found {
    padding: 4% 0;
}
.page-not-found h1 {
    font-size: 15em;
    color: #f0f0f0;
    text-align: center;
    text-shadow: 1px 1px 6px #aaa;
    -moz-text-shadow: 1px 1px 6px #aaa;
    -webkit-text-shadow: 1px 1px 6px #aaa;
    -o-text-shadow: 1px 1px 6px #aaa;
}
@media (max-width: 1366px) {
    .wrap {
        width: 88%;
    }

    .to input[type="text"] {
        width: 47.9%;
    }
    span.rollover {
        height: 205px;
        width: 240px;
    }
    .search input[type="text"] {
        width: 110px;
    }
    .search input[type="text"]:focus {
        width: 132px;
    }
    .like_box {
        width: 114%;
    }
    .icon1 ul {
        top: 88px;
    }
}
@media (max-width: 1280px) {
    .wrap {
        width: 90%;
    }

    .header-bottom-right {
        width: 32.5%;
    }
    .to input[type="text"] {
        width: 47.7%;
    }
    .search input[type="text"]:focus {
        width: 132px;
    }
}
@media (max-width: 1024px) {
    .wrap {
        width: 90%;
    }
    .header-bottom-right {
        width: 31.5%;
    }
    .to input[type="text"] {
        width: 47.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 0;
    }
    .header-bottom-left {
        width: 100%;
    }
    .search {
        margin: 5px 3px 0 0;
    }
    ul.last {
        margin: 12px 0 0 3px;
    }
    h2.head {
        font-size: 1.5em;
    }
    .btn a {
        left: 19px;
        padding: 10px 15px;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 55px;
    }
    h2.m_1 {
        font-size: 1.3em;
    }
    ul.f-list span.f-text {
        font-size: 1.2em;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 75px;
    }
    span.rollover {
        height: 154px;
        width: 178px;
    }
    .text input[type="text"],
    .text textarea {
        width: 97.7%;
    }
    .mens-toolbar .sort {
        width: 21.5%;
    }
    .mens-toolbar .pager {
        width: 33.5%;
    }
    .search input[type="text"]:focus {
        width: 65px;
    }
    .span_1_of_f_1 {
        width: 100%;
    }
    .col_1_of_f_1 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_1_of_f_2 h3 {
        margin-bottom: 10px;
    }
    .like_box {
        width: 73.5%;
    }
}
@media (max-width: 800px) {
    .wrap {
        width: 90%;
    }
    .header-bottom-right {
        width: 100%;
        float: none;
    }
    .to input[type="text"] {
        width: 46.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 2.6%;
    }
    .header-bottom-left {
        width: 100%;
        float: none;
    }
    .search {
        margin: 5px 10px 0 0;
    }
    ul.last {
        margin: 12px 0 0 10px;
    }
    h2.head {
        font-size: 1.5em;
    }
    .btn a {
        left: 12px;
        padding: 6px 8px;
        top: -75px;
        font-size: 0.85em;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 110px;
    }
    h2.m_1 {
        font-size: 1em;
    }
    ul.f-list span.f-text {
        font-size: 0.95em;
        margin-top: 29px;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 57px;
    }
    span.rollover {
        height: 122px;
        width: 141px;
    }
    .text input[type="text"],
    .text textarea {
        width: 96.7%;
    }

    .cart-left {
        width: 70.5%;
    }
    span.reducedfrom {
        margin-right: 2%;
    }
    .mens-toolbar .sort {
        width: 27.5%;
    }
    .mens-toolbar .pager {
        width: 43.5%;
    }
    .tag-list {
        margin-left: 38.5%;
    }
    .span_1_of_f_1 {
        width: 100%;
    }
    .col_1_of_f_1 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_1_of_f_2 h3 {
        margin-bottom: 10px;
    }
	.destacados{
		display:none;
	}
	.span_1_of_f_2{
		border-right:0;
	}
}
@media (max-width: 768px) {
    .wrap {
        width: 90%;
    }

    .header-bottom-right {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .to input[type="text"] {
        width: 45.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .menu {
        float: none;
        margin-top: 6px;
    }
    .header-bottom-left {
        width: 100%;
        float: none;
    }
    .search {
        margin: 5px 10px 0 0;
    }
    ul.last {
        margin: 12px 0 0 10px;
    }
    h2.head {
        font-size: 1.5em;
    }
    .btn a {
        left: 12px;
        padding: 6px 8px;
        top: -75px;
        font-size: 0.85em;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 110px;
    }
    h2.m_1 {
        font-size: 1em;
    }
    ul.f-list span.f-text {
        font-size: 0.95em;
        margin-top: 29px;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 64px;
    }
    span.rollover {
        height: 148px;
        width: 173px;
    }
    .text input[type="text"],
    .text textarea {
        width: 95.7%;
    }

    .cart-left {
        width: 100%;
    }
    span.reducedfrom {
        margin-right: 2%;
    }
    .header-top-left {
        width: 100%;
        float: none;
    }
    .box {
        float: left;
        width: 65.5%;
        margin-right: 10.6%;
    }
    .box1 {
        float: left;
        width: 20.5%;
    }
    .tag-list {
        margin-left: 46.5%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .cont {
        float: none;
    }
	.images_3_of_2 {
		width: 100%;
		float: unset;
		padding:unset;
	}
	.span_3_of_2 {
		width: 100%;
		padding:unset;
		margin-top:1em;
	}	
    .span_1_of_left {
        width: 45%;
    }
    .rsidebar {
        float: none;
        margin: 2.7% 0 1% 0;
    }
    .border {
        margin-bottom: 10%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .col_1_of_2 {
        float: none;
        margin: 0;
    }
    .f-list2 {
        float: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .rsingle {
        float: none;
        margin: 0 0 1% 0;
    }
    .span_1_of_single {
        width: 100%;
    }
    .mens-toolbar .sort {
        width: 26.5%;
    }
    .mens-toolbar .pager {
        width: 41.5%;
    }
    .span_1_of_about {
        width: 100%;
    }
    .labout {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_2_of_about {
        width: 100%;
    }
    .span_1_of_login {
        width: 100%;
    }
    .col_1_of_login {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        right: -119px;
    }
    .nbs-flexisel-item > img {
        width: 90%;
    }
    .footer-top {
        padding: 0 0 2em 0;
		display:block;
    }
}
@media (max-width: 640px) {

    .header-bottom-right {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .to input[type="text"] {
        width: 45.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .menu {
        float: none;
        margin-top: 6px;
    }
    .header-bottom-left {
        width: 100%;
        float: none;
    }
    .search {
        margin: 5px 10px 0 0;
    }
    ul.last {
        margin: 12px 0 0 10px;
    }
    h2.head {
        font-size: 1.5em;
    }
    .btn a {
        left: 12px;
        padding: 6px 8px;
        top: -75px;
        font-size: 0.85em;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 110px;
    }
    h2.m_1 {
        font-size: 1em;
    }
    ul.f-list span.f-text {
        font-size: 0.95em;
        margin-top: 29px;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 64px;
    }
    span.rollover {
        height: 148px;
        width: 173px;
    }
    .text input[type="text"],
    .text textarea {
        width: 95.7%;
    }

    .cart-left {
        width: 100%;
    }
    span.reducedfrom {
        margin-right: 2%;
    }
    .header-top-left {
        width: 100%;
        float: none;
    }
    .box {
        float: left;
        width: 65.5%;
        margin-right: 10.6%;
    }
    .box1 {
        float: left;
        width: 20.5%;
    }
    .tag-list {
        margin-left: 30.5%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .cont {
        float: none;
    }
    .span_1_of_left {
        width: 45%;
    }
    .rsidebar {
        float: none;
        margin: 2.7% 0 1% 0;
    }
    .border {
        margin-bottom: 10%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .col_1_of_2 {
        float: none;
        margin: 0;
    }
    .copy {
        float: none;
        margin-bottom: 10px;
    }
    .f-list2 {
        float: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .rsingle {
        float: none;
        margin: 0 0 1% 0;
    }
    .span_1_of_single {
        width: 100%;
    }
    .mens-toolbar .sort {
        width: 26.5%;
    }
    .mens-toolbar .pager {
        width: 41.5%;
    }
    .span_1_of_about {
        width: 100%;
    }
    .labout {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_2_of_about {
        width: 100%;
    }
    .span_1_of_login {
        width: 100%;
    }
    .col_1_of_login {
        float: none;
        margin: 1% 0 1% 0;
    }
}
@media (max-width: 480px) {

    .header-bottom-right {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .to input[type="text"] {
        width: 43.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .menu {
        float: none;
        margin-top: 6px;
    }
    .header-bottom-left {
        width: 100%;
        float: none;
    }
    .search {
        margin: 5px 10px 0 0;
    }
    ul.last {
        margin: 12px 0 0 10px;
    }
    h2.head {
        font-size: 1.5em;
    }
    .btn a {
        left: 12px;
        padding: 6px 8px;
        top: -75px;
        font-size: 0.85em;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 110px;
    }
    h2.m_1 {
        font-size: 1em;
    }
    ul.f-list span.f-text {
        font-size: 0.95em;
        margin-top: 29px;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 64px;
    }
    span.rollover {
        height: 109px;
        width: 128px;
    }
    .text input[type="text"],
    .text textarea {
        width: 93.7%;
    }

    .cart-left {
        width: 100%;
    }
    span.reducedfrom {
        margin-right: 2%;
    }
    .header-top-left {
        width: 100%;
        float: none;
    }
    .box {
        float: left;
        width: 65.5%;
        margin-right: 10.6%;
    }
    .box1 {
        float: left;
        width: 20.5%;
    }
    .tag-list {
        margin-left: 9.5%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .cont {
        float: none;
    }
    .span_1_of_left {
        width: 45%;
    }
    .rsidebar {
        float: none;
        margin: 2.7% 0 1% 0;
    }
    .border {
        margin-bottom: 10%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .col_1_of_2 {
        float: none;
        margin: 0;
    }
    .copy {
        float: none;
        margin-bottom: 0px;
    }
    .f-list2 {
        float: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .rsingle {
        float: none;
        margin: 0 0 1% 0;
    }
    .span_1_of_single {
        width: 100%;
    }
    .mens-toolbar .sort {
        width: 26.5%;
    }
    .mens-toolbar .pager {
        width: 41.5%;
    }
    .span_1_of_about {
        width: 100%;
    }
    .labout {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_2_of_about {
        width: 100%;
    }
    .span_1_of_login {
        width: 100%;
    }
    .col_1_of_login {
        float: none;
        margin: 1% 0 1% 0;
    }
    .col_1_of_3 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .images_3_of_2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .span_3_of_2 {
        width: 100%;
    }
    .f-list2 li {
        margin: 0 4px;
    }
    .span_1_of_f_2 {
        width: 100%;
    }
    .col_1_of_f_2 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .box {
        width: 61.5%;
    }
}
@media (max-width: 320px) {

    .header-bottom-right {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .to input[type="text"] {
        width: 40.2%;
    }
    .megamenu > li > a {
        padding: 8px 5px;
    }
    .logo {
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .menu {
        float: none;
        margin-top: 6px;
    }
    .header-bottom-left {
        width: 100%;
        float: none;
    }
    .search {
        margin: 5px 10px 0 0;
    }
    ul.last {
        margin: 12px 0 0 10px;
    }
    h2.head {
        font-size: 1.2em;
    }
    .btn a {
        left: 12px;
        padding: 6px 8px;
        top: -75px;
        font-size: 0.85em;
    }
    p.title a {
        font-size: 1em;
    }
    .search input[type="text"] {
        width: 55px;
    }
    h2.m_1 {
        font-size: 1em;
    }
    ul.f-list span.f-text {
        font-size: 11px;
        margin-top: 29px;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .col_1_of_4 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .icon1 ul {
        top: 64px;
    }
    span.rollover {
        height: 109px;
        width: 128px;
    }
    .text input[type="text"],
    .text textarea {
        width: 90.7%;
    }

    .cart-left {
        width: 100%;
    }
    span.reducedfrom {
        margin-right: 2%;
    }
    .header-top-left {
        width: 100%;
        float: none;
    }
    .box {
        float: left;
        width: 47.5%;
        margin-right: 10.6%;
    }
    .box1 {
        float: left;
        width: 20.5%;
    }
    .tag-list {
        margin-left: 0;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .cont {
        float: none;
    }
    .span_1_of_left {
        width: 70%;
    }
    .rsidebar {
        float: none;
        margin: 2.7% 0 1% 0;
    }
    .border {
        margin-bottom: 10%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .col_1_of_2 {
        float: none;
        margin: 0;
    }
    .copy {
        float: none;
        margin-bottom: 10px;
    }
    .f-list2 {
        float: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .rsingle {
        float: none;
        margin: 0 0 1% 0;
    }
    .span_1_of_single {
        width: 100%;
    }
    .mens-toolbar .sort {
        width: 26.5%;
    }
    .mens-toolbar .pager {
        width: 41.5%;
    }
    .span_1_of_about {
        width: 100%;
    }
    .labout {
        float: none;
        margin: 1% 0 1% 0;
    }
    .span_2_of_about {
        width: 100%;
    }
    .span_1_of_login {
        width: 100%;
    }
    .col_1_of_login {
        float: none;
        margin: 1% 0 1% 0;
    }
    .col_1_of_3 {
        float: none;
        margin: 1% 0 1% 0;
    }
    .images_3_of_2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .span_3_of_2 {
        width: 100%;
    }
    .desc1 {
        float: none;
    }
    .f-list2 li {
        margin: 0 4px;
    }
    .icon1 ul {
        right: -92px;
        width: 230px;
    }
    ul.f-list img {
        margin-right: 0;
    }
    .span_1_of_about-box {
        width: 100%;
    }
    .col_1_of_about-box {
        float: none;
        margin: 1% 0 1% 0;
    }
    .dropdown {
        width: 90px;
    }
    h3.m_3 {
        font-size: 1em;
    }
    p.m_5 {
        font-size: 1.4em;
    }
    .box {
        width: 55.5%;
    }
}




form {
    width: 100%;
    margin: 0 auto 0 auto;
}
.mypagination {
    margin-top: 1em;
}
.mypagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin-right: 1em;
}
.mypagination a.active {
    background-color: #e7e9eb;
    color: #000;
}
.mypagination a:hover:not(.active) {
    background-color: gray;
    color: #fff;
}
.add {
    margin-top: 0.5em;
    width: 100%;
    padding: 0;
    background-color: #1877f2;
    color: #fff;
    max-width: 100%;
}
.add:hover {
    background-color: #4cb1ca;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
h1 {
    font-family: Manrope, Arial;
    font-size: 3em;
    font-weight: 400;
    margin: 0.5em 0 0.5em 0;
    font-weight: 500;
}
h2 {
    font-weight: 500;
    font-family: Manrope, Arial;
    font-size: 2em;
    font-weight: 400;
    margin: 0.5em 0 0.5em 0;
}
h3 {
    font-family: Manrope, Arial;
    font-size: 1.5em;
    margin: 0em 0 1em 0;
    font-weight: 500;
}
input[type="email"], input[type="number"], input[type="password"], input[type="range"], input[type="search"],
input[type="tel"], input[type="text"], input[type="url"], select{
	font-family: Manrope,Arial;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	padding: 14px 0 14px 0;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	border: 0;
	background:transparent;
	border-bottom: 1px solid black;
}
option{
	font-family: Manrope,Arial;
}

select option{
	font-family: Manrope,Arial;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-family: Manrope;
	font-size: 1em;
	width: 100%;
	padding: 14px;
	margin: 0em 0 0.5em 0;
	resize: vertical;
	background: #5AB507;
	/*box-shadow:0 0 2px #aaa;*/
}
textarea {
	font-family: Manrope;
	font-size: 16px;
	width: 100%;
	height: 100px;
	padding: 1em 0 0 0;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	border: 0;
	border-bottom: 1px solid black;
	margin-bottom: .5em;
}
textarea:focus {
    outline: none;
	border-bottom: 1px solid black;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 10px 10px 15px 5px;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.consulta{
	background:#4527a0;
}

* {
  box-sizing: border-box;
}
div.gallerylogo img {
  width: 100%;
  height: auto;
}
.responsivelogo {
	padding: 3px;
	margin: 0;
	display: inline-block;
	width: 60px;
	text-align: center;
	background: transparent;
}
#shop_buy{
	width:100%;
	max-width:600px;
	margin:0 auto 0 auto;
}
.shoprow2:after {
	content: "";
	display: table;
	clear: both;
}
.columncart1{
	float: left;
	width: 50%;
}
.columncart2{
	float: left;
	width: 50%;
}
.spinner3{
	padding-right:6px
}
.spinner4{
	padding-left:6px
}

.fixed_cart{
	padding-right:unset;
	max-width:600px;
	margin-top:.5em;
}
.p1_reg,.p1_olv {
	float:unset;
	display:block;
}
.line_info{
	border-bottom:1px solid black;
	padding:.5em 0 .5em 0;
}

.line_info:nth-child(1){
	padding:5px 0 1em 0;
}
.line_info2{
	border-bottom:1px solid black;
	padding:1em 0 em 0;
}
@media screen and (min-width: 800px){
	.p1_reg{
		float: right;
		display: inline;
	}
	.p1_olv {
		float: left;
		display: inline;
	}
	.line_info2{
		padding:1em 0 2.5em 0;
	}
}
	.ajust_size{
		padding:0 .5em 0 .5em;
		margin:1em;
	}
	input:focus {
		outline: none;
		border:0;
		border-bottom:1px solid black;
	}
	.user_edit {
	color:gray;
		display: block;
		margin: 1em 0 0 0;
	}
	.company_address i{
		font-size:1.20em;
		color:black
	}
	.company_address i:first-of-type{
	  margin-right:5px;
	}

div[data-type="toast"]{
	visibility: hidden;
	min-width: 300px;
	color: white;
	text-align: center;
	border-radius: 3px;
	font-weight:500;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
    transform: translate(-50%);
	bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#local_warning {
	background-color: #f9e154;
	color:black;
}
#local_error{
	background-color:red;
	color:white;
}
#local_info{
	background-color:#17a2b8;
	color:white;
}
#local_success{
	background-color:#28a745;
	color:white;
}
#local_success.show,
#local_error.show,
#local_warning.show,
#local_info.show{
	visibility: visible;
	animation: fadein 0.5s, fadeout 1s 4s;
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 16px; opacity: 1;}
}
@keyframes fadeout {
	from {bottom: 16px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}


::placeholder {
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
}
:-moz-placeholder {
    color: #000;
    opacity: 1;
}
#firstinfo{
	display:none;
}
#mycaption {
    padding: 1em 0 1em 0;
    text-align: left;
    font-size: 1.25em;
}
.floatwhatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 16px;
	right: 16px;
	background-color:#25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 32px;
	z-index: 1000;
}
.my-floatwhatsapp {
    margin-top: 14px;
}
#continue {
    background-color: #04aa6d;
    color: #fff;
    width: 300px;
}
.check_content,
.radio_content {
    padding: 0.5em 0 0.4em 1em;
    border: 1px solid #000;
    margin: 1em auto 0.5em auto;
    text-align: left;
    max-width: 600px;
}
.mymsg {
    margin-bottom: 1em;
    padding: 1em;
}
.danger {
    background-color: #fdd;
    border-left: 5px solid #f44336;
}
.info {
	margin-block-start: 0.5em;
}
.warning {
    background-color: #ffc;
    border-left: 6px solid #ffeb3b;
}
#facebook_icon {
    color: #3b5998;
    font-size: 1.9em;
    margin-right: 0.5em;
}
#twitter_icon {
    color: #000;
    font-size: 1.8em;
    margin-right: 0.5em;
}
#mywhatsapp {
    color: #128c7e;
    font-size: 2em;
    margin-right: 0.5em;
}
#back {
    color: #000;
    font-size: 2em;
    float: right;
}

.local_remove{
	color:red;
	font-size:2em;
	vertical-align:sub;
}
table{
    font-size: 16px;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
table img {
	vertical-align: middle;
	width: 100px;
	padding: margin;
	margin: 1em;
}
table, td, th {
    border:1px solid black;
    font-weight:normal;
}
table th{
    background-color:#1a1a1a;
    color: white;
	padding:8px;
}
@media screen and (max-width: 800px){
	.toogle h3 {
		margin-top: 0em;
	}
	.logo_reino{
		width: 125px;
		vertical-align:none;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
    table {
        border: 0;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
	table p{
		line-height:3em;
	}
    table tr {
        border-bottom: 1px solid black;
        display: block;
    }
    table td {
        border-bottom: 1px solid black;
        display: block;
        text-align: center;
        padding:unset;

    }
    table td::before {
		content: attr(data-label);
		font-weight: bold;
		background-color:black;
		color: white;
		padding:10px;
		display:block;
    }
    table td:last-child {
        border-bottom: 0;
    }
}

p{
	line-height:2em;	
}




.columnshop{
	float: left;
	width: 50%;
	margin-bottom:1em;
}
.shoprow:after {
	content: "";
	display: table;
	clear: both;
}
.spinner1{
	padding-right:8px
}

.spinner2{
	padding-left:8px
}
@media screen and (max-width: 800px) {
	.columnshop {
		width: 100%;
	}
	
	.spinner1{
		padding-right:unset;
	}

	.spinner2{
		padding-left:unset;
	}
}



[popover]:popover-open {
	opacity: 1;
	transform: scaleX(1);
}


[popover] {
	background-color: transparent;
	opacity: 0;
	left: 45%;
	top: 45%;
}

@starting-style {
	[popover]:popover-open {
		opacity: 0;
		transform: scaleX(0);
	}
}

[popover]::backdrop {
	background-color: rgb(0 0 0 / 0%);
	transition: display 0.7s allow-discrete,overlay 0.7s allow-discrete,background-color 0.7s;
}

[popover]:popover-open::backdrop {
	background-color: rgba(0,0,0,0.7);
}

@starting-style {
	[popover]:popover-open::backdrop {
		background-color: rgb(0 0 0 0);
	}
}

.inpt1 {
    background-color: transparent;
    color: white;
    border:0;
    height: 40px;	
}
#btn_news {
	height: 40px;
	padding: 0;
	background-color: #ff9040;
	margin: 0;
	color: white;
}
.btn_black{
	background:black;
}

.dni_disable{
	pointer-events:none;color:gray	
}
.pagination {
	display: inline-block;
	margin-top:1em;
}
.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
}
.pagination a.active {
	background: linear-gradient(to bottom, #444, #222);
	color: white;
	border-radius:3px;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}
.section_center{
	text-align:center;margin:auto
}