/******* common-css *******/

a,
body .text-info,
.text-muted,
body {
	color: inherit;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
}
a:hover{
	color: #36b4c6;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
}



.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 40, 78, 0.86)
}
.btn-link {
    color: #FFFFFF;
    background-color: #1d202c !important;
}
.btn-link:hover {
    color: #FFFFFF;
    background-color: #36b4c6 !important;
}

.website_blog .blog_post_year_collapse > i,
.text-info{
    color: #1d202c;
}
.sale_tbody .text-info {
    color: #1d202c !important;
}
.page-item.active .nav-pills .nav-link.active {
    color: #FFFFFF;
    background-color: #1d202c;
    border-color: #1d202c;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
    color: #1d202c;
    background-color: #FFFFFF;
	border-color: transparent;
}

.page-link:hover {
	background-color: #36b4c6;
    border-color: #36b4c6;

	
}

.btn-secondary,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:disabled,
.badge-secondary,
.badge-primary,
.badge-pills,
.badge-info,
.bg-info,
.bg-primary{
    color: #FFFFFF;
    background-color: #1d202c !important;
    border-color: #1d202c;
}
.btn-secondary:hover , .btn-secondary:active{
	color: #FFFFFF;
    background-color: #36b4c6!important;
    border-color: #36b4c6;
}


.header-right ul li sup {
    background: red !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active{
	color: #fff;
	background-color: #00A09D;
	border-color: #00A09D;
}
a:hover,
a:focus {
	color: #00A09D;
	text-decoration: none;
}

.btn.btn-default:hover {
	background: #00A09D;
	color: #fff;
	border-color: #00A09D;
}
.pagination>li>a,
.pagination>li>span {
	border-radius: 0;
	padding: 10px 15px;
	margin: 0;
}

.product-grid-list-view {
    display: block;
}
.header-right>ul>li>a {
    padding-top: 10px;
}
.product-grid-list-view div#products_grid_before {
    float: left;
}

.product-grid-list-view .col-lg-9 {
    float: left;
}

span.input-group-btn a.btn.btn-default {
	padding-top: 6px;
	padding-bottom: 6px;
}
div#products_grid_before a.nav-link.active, .show_coupon {
  background: #FFFFFF;
  color: #1d202c;
  font-weight: bold;
}

div#products_grid_before form.js_attributes ul.nav>li label.css_attribute_color {
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
}

.media.o_portal_chatter_message {
	border-bottom: solid 1px #ccc;
}

.o_portal_chatter .o_portal_chatter_avatar {
	border-radius: 50%;
	border: solid 1px #ccc;
}

.btn-primary,
a.js_add.btn.btn-sm.btn-info, .show > .btn-primary.dropdown-toggle  {
	color: #fff;
	background-color: #1d202c;
	border-color: #1d202c;
}

td.td-qty select.form-control.js_variant_change {
	margin-top: 9px;
}

.oe_product.oe_list.oe_product_cart:hover {
	border: solid 1px #1d202c;
}

.oe_website_sale .oe_product_cart form h6 {
    /* border-bottom: solid 1px #ccc; */
    padding: 8px 0 2px;
    font-weight: bold;
    /* margin: 10px 0; */
}
.oe_product .product_price .btn {
    padding: 10px 13px;
    border-radius: 0;
}

.oe_product .product_price {
    margin-bottom: 10px;
}
.container.oe_website_sale.py-2 {
    margin-bottom: 50px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #1d202c;
}

.navbar-expand-md ul.nav > li.divider {
    display: none;
}

/******* sign in and signup page *******/

.oe_website_login_container {
	background-size: auto auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -25px;
}

.oe_website_login_container form {
	max-width: 345px;
	position: relative;
	margin: 50px auto;
	background: #ffffff;
	padding: 20px;
	padding-top: 50px;
	border-radius: 0;
	margin-top: 120px;
	box-shadow: 0 0 3px #1d202c;
}

.oe_website_login_container form:before {
	content: "\f007";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	background: #1d202c;
	padding: 20px;
	width: 100px;
	top: -60px;
	text-align: center;
	font-size: 70px;
	height: 100px;
	line-height: 50px;
	z-index: 9;
	border-radius: 50%;
	box-shadow: 0 0 8px #cccc;
	color: #ffffff;
}

.form-group.field-db label::before {
	content: "\f1c0";
	margin-top: 6px;
}

.text-center.oe_login_buttons.pt-3 .btn.btn-link.btn-sm {
    margin-top: 20px;
}

.form-group.field-login label.col-form-label {
    margin-bottom: 0.5rem;
    padding: 0;
    margin-top: 30px;
}

.form-group.field-db .btn {
    line-height: 1.5;
    height: 35px;
    color: #fff;
}

form.oe_login_form input#db {
	background: #fff;
	padding-left: 50px;
	height:35px;
}

.oe_website_login_container input {
	padding-left: 50px;
}

.oe_website_login_container label:before {
	content: "\f0e0";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 25px;
	font-size: 19px;
	color: #1d202c;
	z-index: 9;
	background: #1d202c;
	border-right: solid #1d202c;
	width: 40px;
	text-align: center;
	line-height: 34px;
	color: #ffffff;
}

.oe_website_login_container label {
	position: relative;
}

.form-group.field-password label:before,
.form-group.field-confirm_password label.control-label:before {
	content: "\f023";
	font-size: 21px;
}

.form-group.field-name label:before {
	content: "\f007";
}

.oe_website_login_container button.btn.btn-primary {
	padding: 7px 20px;
	font-size: 16px;
}

.form-control {
	height: 40px;
	border-radius: 0;
}
.form-control:focus {
    border-color: #1d202c;
    box-shadow: none !important;
}

.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

input.form-control {
	height: 34px;
}

a.mb8.input-group-addon.js_add_cart_json:hover,
a.mb8.input-group-addon.js_add_cart_json:focus {
	color: #ccc;
}


.oe_search {
    width: 100%;
}

.header-search input.search-query.form-control.oe_search_box {
	height: 42px;
	width: 100%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.oe_search_button {
	border-radius: 0;
	color: #fff;
	background-color: #1d202c;
	border-color: #adadad;
}

a.btn.btn-default.btn-block.o_wish_add.mb4 {
	background: #1d202c;
	color: #fff;
	border-color: #1d202c;
	width: 104px;
	margin: auto;
}


/******* header *******/

.navbar-header.logo {
	width: 19%;
	float: left;
	max-width: 200px;
}
.header-top-t {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
header a.navbar-brand.logo img {
	margin: auto;
}

.header-search {
	position: relative;
	width: 53%;
	float: left;
	max-width: 592px;
	padding-left: 10px;
}

.header-right {
	float: right;
	width: 28%;
}

ul#ecommerce_cart {
	width: 100%;
	text-align: center;
	padding: 0;
}
.dropdown-item:active,  .dropdown-item:hover, .dropdown-item.active{
    background-color: #1d202c;
    color: #FFFFFF;
}

.header-right span.dropdown ul li {
	width: 100%;
	text-align: left;
	padding: 0;
}
.header-right>ul>li>a {
    color: #1d202c;
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 0 14px;
}

.header-right ul li i {
	color: #1d202c;
	display: block;
	font-size: 40px;
}

.header-right ul li {
	list-style: none;
	margin-left: 0;
	box-sizing: border-box;
	/*padding-left: 14%;*/
	display: inline-block;
	float: right;
	position: relative;
}

.header-right ul li sup {
    position: absolute;
    top: -8px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    right: 0px;
    background: red;
    font-size: 13px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

.header-right ul li ul.dropdown-menu.js_usermenu {
	background-color: #ffffff;
	border-radius: 0px;
	padding: 5px 0;
	width: auto;
	z-index: 9999;
	right: 0;
	left: auto;
	border: solid 1px #ccc;
}

.header-search input[type="text"] {
	background: #fff;
	border: solid 1px #36b4c6;
	
	line-height: 20px;
	margin: 0;
	padding: 22px;
	width: 100%;
	font-family: inherit;
	float: left;
	height: 46px;
}

.header-search select {
	background: #fff url(../images/select-menu-icon.png) no-repeat 90% center;
	border: solid 1px #dedede;
	border: solid 1px #dedede;
	border-radius: 0;
	height: 43px;
	line-height: 41px;
	margin: 0;
	padding: 0 15px;
	width: 35%;
	font-family: inherit;
	float: left;
	border-left: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	outline: none;
}

.header-search button.btn.btn-default.oe_search_button {
    border-radius: 0;
    background: #1d202c;
    border: #1d202c;
    color: #fff;
    height: 46px;
}
.header-search button#search_btn {
	background: url(../images/search-icon.png) no-repeat 12px 12px #fff;
	border: solid 1px #dedede;
	border-left: none;
	height: 43px;
	width: 43px;
}

span.navbar-toggler-icon {
    background: #1d202c;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    height: auto;
    border-radius: 4px;
}
#top_menu a,
.navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	padding: 11px 15px;
}

#top_menu a:hover,
#top_menu li a.active,
.navbar-nav > a > .active  {
	background: #36b4c6;
	color: #1d202c;
}

.custom_header {
	background: #ffffff;
	padding-bottom: 0;
	border: none;
    padding-top: 20px
}
nav.navbar.navbar-expand-lg {
    width: 100%;
}

.custom_header .navbar {
	clear: both;
	background: #1d202c;
	top: 24px;
	width:100%;
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
    padding: 5px;
    z-index: 9;
}

ul#top_menu {
	float: none !important;
	padding-left: 5px;
	padding-right: 5px;
}

.header-right span.dropdown span.caret,
.dropdown.btn-group.dropdown_sorty_by a.dropdown-toggle.btn.btn-default {
	border: none;
}

.header-right li.dropdown ul li {
	width: 100%;
	text-align: left;
	padding: 2px 15px;
}
.header-right li.dropdown ul li:hover {
    color: #262626;
    background-color: #f5f5f5;
}
.slide.s_banner {
	margin-top: -25px;
}

div.carousel .carousel-control {
    background: transparent;
    color: #082e5a;
}

div.carousel .carousel-control i {
    background: #fff;
    padding: 20px;
    top: 40% !important;
}

#wrapwrap > * {
    display: table-row;
    display: block;
    height: auto !important;
}

/******* footer *******/
footer.o_footer {
    padding: 25px 0;
    background-color: #1d202c !important;
    color: #FFFFFF;
}
footer #footer ul.list-unstyled>li {
	line-height: 1.8;
}

footer #footer ul.list-unstyled>li>a {
	display: block;
	color: #ccc;
	text-decoration: none;
}

footer #footer ul.list-unstyled>li>a:hover {
	color: #fff;
}

div#connect ul li i {
	color: #00A09D;
	margin-right: 5px;
}

#footer h4, #footer h5 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-bottom: solid 1px #c1c1c1;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
}

#footer h4:before, #footer h5:before  {
	content: "";
	border-bottom: solid 2px #00A09D;
	position: absolute;
	width: 120px;
	bottom: -1px;
	left: 0;
}

footer #footer ul.list-unstyled>li>a:before {
	content: "\f054";
	color: #00A09D;;
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
}

footer #footer ul.list-unstyled>i {
	color: #00A09D;
	font-size: 21px;
	vertical-align: middle;
}

footer #footer #connect h2 {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

footer #footer #connect h2 a {
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 90%;
	text-align: center;
	margin-right: 10px;
	float: left;
	line-height: 40px;
	font-size: 20px;
}
.o_footer_copyright span, .o_footer_copyright a {
    color: #fff;
}
a.dropdown-item.js_change_lang {
    color: #1d202c;
}

#connect h2 a i.fa.fa-twitter {
	color: #34abf1;
}

#connect h2 a i.fa.fa-linkedin {
	color: #2177b4;
}

#connect h2 a i.fa.fa-facebook-square {
	color: #4867aa;
}

#connect h2 a i.fa.fa-google-plus-square {
	color: #dc4a38;
}


/******* contact-us page *******/

.contact_us h1,
.contact_us p {
	text-align: center;
}

.contact_us address {
	padding: 15px;
	margin-top: 20px;
	border: solid 1px #ccc;
}

.contact_us address address {
	padding: 0;
	box-shadow: 0 0 0 0;
	margin: 0;
	border: none;
}

.contact_us address i.fa,
.contact_us address span.fa {
	float: left;
	margin-right: 15px;
	margin-top: 0 !important;
	font-size: 20px;
}

.contact_us address div {
	float: left;
	width: 100%;
	margin: 4px 0;
}

.contact_us address span {
	float: left;
}

.contact_us address>div>span {
	font-weight: bold;
	display: block;
	border-bottom: solid 1px rgba(115, 114, 114, .5);
	float: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 18px;
}

.container.contact_us {
	padding: 40px 0;
}


/******* comparator page *******/
.o_product_feature_panel {
    border-color: #1d202c;
}
.o_product_feature_panel.hidden-xs.css_editable_mode_hidden {
	z-index: 99999;
}

.table-comparator img.img.img-responsive {
	max-width: 100%;
	height: 180px;
	object-fit: contain;
	width: 100%;
	background: #f5f5f5;
	padding: 5px;
}

.table-comparator a.o_comparelist_remove strong {
	border-radius: 50%;
	background: #ff0000;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 25px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.table-comparator a.o_product_comparison_table {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	white-space: nowrap;
	padding: 0 7px;
}

.table-comparator>tbody>tr.success>th {
	background-color: rgba(255, 182, 0, 0.99);
}

.table-comparator>tbody>tr.success:hover>th {
	background-color: rgba(255, 182, 0, 0.71);
}

#wrapwrap table.table.table-bordered td,
.o_editable table.table.table-bordered td {
	position: relative;
}

#wrapwrap table.table.table-bordered#o_comparelist_table img.img.img-responsive {
	height: 180px;
}


/*******  email newsletter ******/

section.subscribe_bg {
	background: url(/st_ecommerce_theme/static/src/images/subscribe_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

.subscribe-bg {
	background: #1d202c;
	color: #fff;
	text-align: center;
	padding: 40px 10px;
}

.subscribe-bg h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.oe_snippet_body.input-group.js_subscribe {
	max-width: 430px;
	margin: auto;
}

.oe_snippet_body.input-group.js_subscribe a.btn.btn-primary.js_subscribe_btn,
a.btn.btn-success.js_subscribed_btn {
	height: 45px;
	border-radius: 0 40px 40px 0;
	line-height: 40px;
	padding: 0 16px;
	opacity: 1;
	font-weight: bold;
}

.oe_snippet_body.input-group.js_subscribe input.js_subscribe_email.form-control {
	border-radius: 40px 0 0 40px;
	height: 45px;
}


/******* order confirmation *******/

.panel-info {
	border-color: #1d202c;
	border-radius: 0;
}

.panel-info>.panel-heading {
	color: #ffffff;
	background-color: #1d202c;
	border-color: #1d202c;
	border-radius: 0;
}

.panel.panel-info a.btn.pull-right {
	color: #ffffff;
}

/******* Blog page *******/
.input-group.js_follow input.js_follow_email.form-control {
    height: 42px;
}

#wrapwrap > main {
    margin-top: 50px;
}
#wrapwrap.homepage > main {
    margin-top: 0;
}
.products_pager.form-inline.justify-content-center.mt-3 {
    margin: auto;
    float: none;
    clear: both;
}
#products_grid_before.col-lg-3.d-none.d-md-block {
    display: block !important;
}

/* HERENCIAS */

@media (min-width: 1200px) {
    .container{
        max-width: 95%;
    }
}