/*
Theme Name: Dana Moljo
Author: Hype Stulio Latam
Author URI: https://www.hypestudiolatam.com
Description: Theme Wordpress E-commerce a medida
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* CSS Document */

ul {
	list-style: none;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
button:active {
	text-decoration: none;
	outline: none !important;
}

/*############################# HEADER #############################*/

#header {
    width: 100%;
}

#header .top {
    background: #dddada;
    color: #444;
    text-align: center;
}

#header .top li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    border-left: 1px solid #FFF;
}

#header .top li a {
    color: #444;
}

#header .top .info li:first-child {
    border: none;
}

#header .logo img {
    max-height: 20px; /*31px;*/
}

#header .middle {
    position: relative;
    padding: 25px 0;
    background: #FFF;
}

#header .middle.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.customize-support #header .middle.fixed {
  	top: 32px;
}

#header .middle .social {
    float: right;
}

#header .middle .social li {
    display: inline-block;
    color: #000;
    font-size: 20px;
    padding-left: 10px;
}

#header .middle .social li i {
    color: #000;
}

#header .form {
    border-bottom: 1px solid #000;
    background: #FFF;
    width: 100%;
    position: relative;
    display: none;
    z-index: 9;
}

#header .form input {
    width: 100%;
    border: none;
    height: 100px;
    line-height: 100px;
    padding: 20px 5%;
    display: inline-block;
    color: #647678;
    background: none;
    font-size: 44px;
    font-weight: 400;
}

#header .form.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
}

.wmc-cart-wrapper {
    /*min-width: 262px;*/
    min-width: 0;
    float: left;
    margin: 0 0 0 10px;
}

.wmc-cart .wmc-subtotal span {
    font-weight: 500;
}

#header .form button {
    position: absolute;
    left: 10px;
    top: 27px;
    background: none;
    border: none;
    color: #000;
    font-size: 37px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}

#header .form button:hover {
    background: none;
}

#header .navbar {
    position: inherit;
    float: right;
    padding: 0 0 0 0;
}

.primary-menu  {
    width: 100%;
    text-align: center;
    padding: 7px 7px 0 0;
}

#header .bottom {
    position: relative;
    background-color: #FFF;
    text-align: center;
}

.middle .primary-menu  li {
    position: inherit;
    padding: 0 10px;
}

.middle .primary-menu  li.dropdown .dropdown-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 24px;
    border: none;
    padding: 10px 20px 15px;
    box-shadow: 0px 5px 5px rgba(39, 39, 39, 0.2);
}

.middle .primary-menu  li.dropdown .dropdown-menu a {
    margin: 10px 2% 0;
    display: inline-block !important;
    float: none;
    width: 16%;
    clear: none;
    text-align: center;
}

.middle .primary-menu  li.dropdown .dropdown-menu a.active {
    background: none;
    color: #1a1a1a;
}

.middle .primary-menu  li.dropdown .dropdown-menu a:first-child,
.middle .primary-menu  li.dropdown .dropdown-menu a:nth-child(6n),
.middle .primary-menu  li.dropdown .dropdown-menu a:nth-child(11n) {
    text-align: left;
}

.middle .primary-menu  li.dropdown .dropdown-menu a:nth-child(12n) {
    text-align: center;
}

.middle .primary-menu  li.dropdown .dropdown-menu a:nth-child(5n) {
    text-align: right;
}

.middle .primary-menu  li.dropdown .dropdown-menu a:hover {
    background: none;
    color: #1a1a1a;
}

.middle .primary-menu  li.dropdown:hover .dropdown-menu {
    display: block;
}

#header.navbar .middle  .navbar-collapse > ul > li > a,
.middle  .primary-menu  a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

#header .middle .navbar .navbar-collapse > ul > li > a:hover,
#header .middle .navbar .navbar-collapse > ul > li.active > a {
    color: #1a1a1a;
}

.middle .primary-menu  li.dropdown .dropdown-menu a {
    font-weight: 400;
}

#header .mobile-toggler {
    border: none;
    padding: 2px 8px;
    border-radius: 0;
    width: 42px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: -3px;
    z-index: 9;
    outline: none;
    background: none;
    cursor: pointer;
    display: none;
}

#header .mobile-toggler span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    content: "";
    margin-bottom: 5px;
}

#header .mobile-toggler span:last-child {
    margin: 0;
}

#header .search-deploy {
    float: right;
    border: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    padding: 0;
    text-align: center;
}

.wmc-count,
.wmc-bottom-buttons a,
.woocommerce a.remove:hover {
    background-color: #1a1a1a;
    border-radius: 10px;
}

.wmc-details p span,
.wmc-subtotal h5 span {
    color: #1a1a1a !important;
}

.wmc-bottom-buttons a:hover {
    background: #1a1a1a !important;
}

.wmc-remove {
    width: 10%;
}

#mobile-section {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.9);
    width: 300px;
    padding: 20px 20px;
    text-transform: uppercase;
    left: -300px;
}

#close-mobile {
    position: absolute;
    top: 14px;
    right: 23px;
    color: #FFF;
    font-size: 23px;
    cursor: pointer;
}

.primary-menu li a {
    color: #000 !important;
}

#mobile-menu li a {
    color: #CCC;
    font-size: 13px;
}

#mobile-section .social {
    float: left;
}

#mobile-section .social li {
    display: inline-block;
    padding-right: 10px;
}

#mobile-section .social a {
    color: #CCC;
    font-size: 19px;
}

#mobile-section .social a:hover,
#mobile-section .wmc-cart-wrapper a:hover {
    color: #FFF;
}

#mobile-section .wmc-cart-wrapper {
    float: left;
    margin: -4px 10px 0 0;
}

#mobile-section .wmc-cart-wrapper a {
    color: #CCC;
}

#mobile-section .wmc-cart-wrapper i {
    font-size: 15px;
}

#mobile-section .search {
    position: relative;
    margin: 0px 0px 20px 0;
    clear: both;
    display: inline-block;
    width: 220px;
}

#mobile-section .search input[type="text"] {
    background: none;
    color: #FFF;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #FFF;
    width: 225px;
}

#mobile-section .search button {
    position: absolute;
    right: 0;
    top: 4px;
    background: none;
    border: none;
    color: #CCC;
    cursor: pointer;
}

#mobile-section .dropdown-menu {
    position: relative !important;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    transform: none !important;
}

#mobile-menu .dropdown-menu li a {
    color: #CCC;
    font-size: 13px;
    padding: 5px 15px;
}

#mobile-menu li a:hover {
    background: none;
    color: #1a1a1a;
}



/*############################# CONTENT #############################*/

.shop-inner-section .product-box {
    margin: 10px 0 15px;
}

section.event-section {
    padding: 70px 0;
}

.event-box {
	text-align: center;
	padding: 0 10px;
}

.event-icon {
	width: 57px;
	height: 57px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	background-color: #3F3F37;
	line-height: 58px;
	color: #fff;
	font-size: 25px;
	border-radius: 100%;
	position: relative;
}

.event-icon:before {
	content: "";
	position: absolute;
	border: 2px solid #fff;
	border-radius: 100%;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

.event-box:hover .event-icon:before {
	border: 26px solid #ffffff;
}

.event-box:hover .event-icon {
	color: #3F3F37;
    border: none;
}

.event-icon span {
	z-index: 99;
	position: relative;
}

.event-title {
	font-weight: 600;
	color: #121111;
	padding: 18px 0 10px 0;
}

.event-text {
	color: #444;
	font-weight: 400;
}





section.items .fa-stack {
    clear: both;
    display: block;
    float: none;
    margin: 15px auto;
}

section.items .fa-circle {
    color: #1a1a1a;
}

section.items .fa-angle-right {
    left: auto;
    right: 0;
    position: absolute;
    text-align: right;
    top: 45%;
}

section.items p {
    font-size: 1.3em;
}

section.items-wide .fas {
    font-size: 3.5em;
    margin-bottom: 15px;
}

section.items-wide strong {
    display: block;
}



.accordion_style1 > .card {
	border: 0;
	border-radius: 0;
	margin-bottom: 10px;
}

.accordion_style1 > .card .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}

.accordion_style1 .card-header a {
	display: block;
	padding: 15px 40px 15px 15px;
	text-transform: capitalize;
	background-color: #f6f6f6;
	line-height: normal;
    color: #647678;
}

.accordion_style1 .card-body {
	border-left: 1px solid #dddada;
	border-bottom: 1px solid #dddada;
	border-right: 1px solid #dddada;
}

.accordion_style1 .card-body p {
	font-weight: normal;
}

.accordion_style1 .card-header a::after {
	top: 20px;
}

.accordion .card-header a:after {
    content: "-";
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 10px;
}

.accordion_style1 .card-header a.collapsed:after {
    content: "+";
}

.title {
    position: relative;
}

#contact-form {
    margin-top: 15px;
}

.contact .form-control {
    border: none;
    background-color: #dddada;
    color: #444;
    margin: 0 0 15px 0;
    padding: 12px;
    width: 100%;
    font-size: 14px;
}

.contact .form-control:active,
.contact .form-control:focus,
.contact .btn:active,
.contact .btn:focus {
    box-shadow: none;
}

.contact textarea.form-control {
    height: 120px;
    width: 100%;
    text-transform: none;
}

.contact button,
.contact .wpcf7-submit {
    background-color: #1a1a1a;
	color: #fff;
	padding: 10px 0;
	width: 160px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

.contact button:hover,
.contact .wpcf7-submit:hover { 
    background: #1a1a1a;
}

.contact .animated {
    margin-top: -15px;
}

.contact .animation {
    display: none;
}



.messagebox {
	position: absolute;
	left: 15px;
    right: 0;
	bottom: -30px;
	font-size: 13px;
	text-align: left;
	color: #647678;
}

.messageboxok {
	color: #13dd0a;
}

.messageboxerror {
	color: #1a1a1a;
}

#msgbox2 {
    left: 0;
    text-align: center;
}



#map-canvas {
	height: 400px;
	width: auto;
}

.news-details h4 {
	font-weight: 700;
	text-transform: uppercase;
}
.news-details .comments {
	padding-bottom: 25px;
}
.blo-detail-text p {
	color: #444;
	font-weight: 400;
	padding-top: 25px;
}
.blog-tags ul li {
	float: left;
	margin-right: 10px;
}
.blog-tags {
	display: inline-block;
	width: 100%;
	padding: 30px 0 0 0;
}
.next_prev-btn .btn {
	text-transform: uppercase;
}

.next_prev-btn .button {
    position: relative;
}
.next_prev-btn a {
	background-color: #3F3F37;
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #3F3F37;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    text-transform: uppercase;
}
.next_prev-btn i {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}
.prev_post i {
	margin-right: 10px;
	font-size: 20px;
	vertical-align:middle;
}
.next_post i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align:middle;
}
.blog-tags span {
	float: left;
	color: #444;
	text-transform: capitalize;
	margin-right: 10px;
}
.blog-tags ul li p {
	background-color: #f7f7f7;
	color: #444;
	font-size: 14px;
	border-radius: 10px;
	padding: 0 12px;
}

.blog-tags ul li p a {
    color: #444;
}

.social_icon {
    display: inline-block;
    width: 100%;
}
.social_icon span {
	float: left;
	color: #444;
}
.social_icon li {
    float: left;
	margin-left: 15px;
}
.social_icon li a {
    color: #444;
	font-size: 18px;
}
.social_icon li a:hover {
    color: #1a1a1a;
}

div.wpcf7-response-output {
    margin: 15px 0;
    padding: 0.2em 1em;
    font-size: 13px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: -15px 0 10px;
}

.about-img {
    box-shadow: 0 0 7px #1a1a1a;
    float: left;
    margin: 0 20px 20px 0;
}

#tab-description > h2:first-child,
#tab-additional_information > h2:first-child {
    display: none;
}

section.single-desc {
    background: #dddada;
}

section.single-desc p {
    font-size: 16px;
}

#category-tree {
    padding: 15px 0 30px;
    font-size: 13px;
}

#category-tree li {
    padding: 2px 0;
}

#category-tree li ul {
    display: none;
    padding: 5px 0 5px 15px;
}

#category-tree .deploy {
    font-size: 19px;
    line-height: 8px;
    margin-left: 10px;
    color: #1a1a1a;
    vertical-align: sub;
}

.woocommerce .product-box img,
.woocommerce .single-product img,
.single-product .image img {
    /*height: 200px !important;*/
    max-height: 165px;
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}

.woocommerce .list .product-box .product-img {
    width: 30%;
}

.woocommerce .grid .product-box .product-img {
    width: 100%;
}

.woocommerce .list_grid_container .product-box .product-img img {
    height: auto !important;
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
    display: flex;
    max-height: 100%;
}

/* Woocommerce Styles */


section.related.products > h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.woocommerce-account .addresses .title h3,
.woocommerce-account h2,
#customer_login h2 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

/*section.related.products > h2:before,
.woocommerce-billing-fields h3:before,
.woocommerce-additional-fields h3:before,
#order_review_heading:before,
h2.woocommerce-order-details__title:before,
h2.woocommerce-column__title:before,
.woocommerce-account h2:before,
.woocommerce-account .addresses .title h3:before {
    content: "";
    position: absolute;
    background-color: #1a1a1a;
    width: 80px;
    height: 2px;
    bottom: 0;
}*/

.woocommerce .u-column1.col-1 form.login.single {
    width: 100%;
}

.woocommerce form.login.single label,
.woocommerce form.login.single .password-input{
    display: block;
    width: 100%;
}

.woocommerce form.login.single .woocommerce-button {
    margin: 15px 0;
}

.woocommerce-product-search {
	max-width: 504px;
	position: relative;
	width: 100%;
    text-align: left;
}
.woocommerce-product-search .search-field {
	max-width: 100%;
	height: 55px;
	width: 100%;
	border: 1px solid #cacaca;
	color: #444;
	font-weight: 500;
	padding: 15px 135px 15px 20px;
}
.woocommerce-product-search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #1a1a1a;
	border: 0;
	color: #fff;
	font-weight: 500;
	padding: 10px 32px;
	cursor: pointer;
	z-index:8;
}

.woocommerce div.product .product_title {
	text-transform: inherit;
	font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color: #61b05f !important;
	padding: 6px 0 0 0;
    margin-bottom: 5px;
	font-size: 24px;
    text-align: left;
}

.related.products .price {
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce p.price span {
    padding: 0;
}

.woocommerce .related.products p.price,
.woocommerce .related.products span.price {
	font-size: 14px;
}

.woocommerce div.product p.price del {
	color: #444;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	padding-right: 10px;
}
.woocommerce div.product p.price del span {
    text-decoration: line-through;
    font-size: 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border: none;
	padding: 0;
	margin: 0px 0 30px 0;
	border-bottom: 1px solid #cacaca;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: none;
    border: none;
    padding: 0;
    margin:  0 -2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { 
	display: none; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #cacaca;
    background-color:none;
    border-radius: 0;
    padding: 12px 40px;
    margin-right: 1px;
    border: none;
    font-weight: 500;
    text-align: center;
    display: block;
    float: none;
    cursor: pointer;
    font-size: 22px;
}

ul.hover-icon.box-social.float-right {
    display: flex;
    justify-content: end;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

#tab-title-additional_information a {
	border-left: 1px solid #cacaca;	
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 2em 0 2em !important;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a span {
    color: #1a1a1a;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: #3F3F37;
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #3F3F37;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: 500;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #464f5d;
    border-color: #464f5d;
    color: #ffffff;
}

.woocommerce #review_form #respond {
    color: #444;
}

.woocommerce #review_form .comment-form-rating {
    padding-top: 15px;
}

.woocommerce #review_form #respond textarea {
    color: #444;
    min-height: 130px;
}

.woocommerce table.shop_attributes {
    color: #444;
    background-color: #fff;
    border: 1px solid #cacaca !important;
}

.woocommerce table.shop_attributes tr th:nth-child(1) {
    width: 35%;
    border-bottom: none;
    border-right: 1px solid #dddada;
    padding: 10px 20px;
    font-weight: normal;
    border-bottom: 1px solid #cacaca;
}

.woocommerce table.shop_attributes tr td:nth-child(2) {
    width: 65%;
    padding: 10px 20px;
    border-bottom: 1px solid #cacaca;
}

.woocommerce table.shop_attributes tr td {
    border-color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes p {
    font-style: normal;
    padding: 0;
}

.products-tabs .tab-content {
	border: 1px solid #cdcdcd;
	margin-top: 5px;
	padding: 25px 35px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: none;
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    text-transform: uppercase;
    color: #647678;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    color: #444;
    text-align: left;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p a {
    color: #444;
}

.woocommerce div.product .woocommerce-tabs label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .cart-collaterals h2 {
	border-bottom: 1px solid #cacaca;
	text-transform: uppercase;
	color: #647678;
	padding: 16px 20px;
    text-align: center;
    font-size: 16px;
}

.woocommerce-product-search button:hover::before {
	top: 0;
	bottom: 0;
}

.woocommerce-product-search button:hover:after {
	width: 100%;
}

.woocommerce-product-search button::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	border: 0;
	left: 0;
	background: #3F3F37; 
	z-index: -1;
	transition: all 0.3s ease-in-out;
	bottom: 50%;
}

.woocommerce-product-search button:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	left: 50%;
	border: 0;
	background: #3F3F37; 
	transition: all 0.3s ease-in-out;
	transform: translateX(-50%);
	z-index: -1;
	top: 0;
}

.woocommerce-product-search .search-box {
	font-weight: normal;
}

.woocommerce-product-search.form-sm .search-box {
	height: 40px;
	font-size: 14px;
	padding: 10px 135px 10px 15px;
}

.woocommerce-product-search.form-sm button {
	padding: 8px 32px;
}

/* Woocommerce modifications */

button[name='update_cart'] {
    display: none !important;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}

.price_slider_wrapper {
    padding-bottom: 40px;
}

.price_slider_wrapper .ui-widget-content {
    border: none;
    height: 5px;
    margin: 0 10px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    background: #647678;
    border: none;
}

.price_slider_wrapper .ui-state-default,
.price_slider_wrapper .ui-widget-content .ui-state-default,
.price_slider_wrapper .ui-widget-header .ui-state-default {
    background: #fff;
    width: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    border: 2px solid #647678;
    border-radius: 100%;
    cursor: pointer;
}

.price_slider_wrapper .price_label {
    padding-right: 10px;
    font-weight: 500;
}

.woocommerce .price_slider_wrapper .button {
    background: none;
    border: 2px solid #647678;
    margin: 10px 0 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 7px 15px;
    position: absolute;
    bottom: -5px;
    color: #647678;
}

.woocommerce .price_slider_wrapper .button:hover {
    background: #647678;
    color: #FFF;
}



.woocommerce .side-recent-product ul.products li.product {
    margin-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.woocommerce .side-recent-product ul.products li.product a img {
    width: 34%;
    margin-right: 10px;
}

.woocommerce .side-recent-product .button {
    display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 35%;
    float: none;
    height: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 50%;
    float: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 900;
}

.woocommerce-product-details__short-description p {
    color: #ffffff;
    text-align: left;
}

.woocommerce .entry-summary .stock {
    padding-top: 7px;
    text-align: left;
}

.woocommerce-variation.single_variation {
	float: left;
	width: 50%;	
}

.woocommerce-variation-availability {
}

.woocommerce-variation-availability .stock {
    padding-top: 0;
}

.woocommerce .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce form.cart .single_add_to_cart_button {
    color: #fff;
    border: 2px solid #9AA645;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    padding: 10px 30px !important;
    text-align: center;
    background: #9AA645 !important;
    font-weight: 500;
    text-align: center;
    float: left;
    border-radius: 10px;
    font-size: 17px;
    opacity: 1 !important;
    text-transform: uppercase;
    margin-left: 0px;
}

.woocommerce form.cart .single_add_to_cart_button:hover {
    background-color: #cddb6d !important;
    color: #ffffff;
}



.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
	display: inline-block;
}

.woocommerce .quantity .qty {
    -moz-appearance: textfield;
    height: 40px;
    pointer-events: none;
    border: 1px solid #cacaca;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
	width: auto;
	margin: 0;
}

.woocommerce div.product form.variations_form.cart,
.woocommerce .entry-summary form.cart{
    margin: 25px 0;
    padding: 25px 0;
}

.woocommerce-variation-add-to-cart {
	clear: both;
    padding-top: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
    color: #444;
    margin-top: 3px;
}

.woocommerce div.product form.cart .variations select {
    position: relative;
    border: 1px solid #cdcdcd;
    height: 33px;
    color: #444;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-overflow: '';
    background: url('img/icon-arrow-down.png') 97% center no-repeat;
    padding: 0 10px;
    font-size: 13px;
}

.woocommerce div.product form.cart .variations td.label {
    width: 75px;
}

.woocommerce div.product form.cart .variations {
    width: 50%;
	float: left;
	margin-bottom: 2em;
}

.woocommerce div.product form.cart .reset_variations {
  	display: none !important;
}

.kk-star-ratings {
	margin: 5px 0 20px;	
}

.woocommerce div.product form.cart .variations select {
  min-width: auto !important;
}

.woocommerce div.product form.cart .reset_variations {
    color: #444;
}

.summary.entry-summary .product_meta {
    float: left;
    width: 75%;
    padding-right: 5px;
}

.summary.entry-summary .product_meta span.sku_wrapper,
.summary.entry-summary .product_meta span.posted_in {
    display: block;
}

.woocommerce-tabs {
    padding-top: 0px;
}

.summary.entry-summary .box-social-like .hover-icon.box-social li a {
    color: #FFF;
    display: inline-block;
}

.summary.entry-summary .box-social-like {
    float: left;
    width: 25%;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 10px;
    right: 7px;
}

.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

.woocommerce table.shop_table td, 
.woocommerce table.shop_table th {
    border: 1px solid #cacaca;
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #444;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: none;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-top-width: 2px;
}

.woocommerce table.shop_table .product-thumbnail {
    width: 115px;
}

.woocommerce .actions button.button,
.woocommerce .continue-button {
    padding: 18px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce .continue-button {
    padding: 13px 30px;
}

.actions #coupon_code {
    height: 52px;
    width: 160px !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none;
}

.woocommerce table.shop_table td .woocommerce-Price-amount {
    color: #1a1a1a;
    font-weight: 500;
}

.woocommerce table.shop_table .product-quantity .quantity {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 -6px;
}

.woocommerce table.shop_table .minus, 
.woocommerce table.shop_table .plus {
    display: inline-block;
    float: none;
    display: none !important;
}

.woocommerce a.remove {
    color: #1a1a1a !important;
}

.woocommerce .shop_table a.remove {
    margin: 0 auto;
    color: #FFF !important;
    background: #1a1a1a !important;
    font-size: 16px;
    padding: 1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
}


.woocommerce .cart .continue-button i {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    border: 1px solid #cacaca;
    margin-bottom: 100px;
    background-color: #fff;
    width: 32%;
}

.woocommerce .cart_totals .shop_table {
    border: none;
    padding-bottom: 0 !important;
    margin: 0 auto !important;
    width: 90%;
}

.woocommerce .cart_totals .shop_table tr {
    border-bottom: 1px dashed #444;
}

.woocommerce .cart_totals table.shop_table th {
    font-weight: normal;
    text-align: left;
    border: none;
    border-bottom: 1px dashed #444;
    padding: 20px 0;
}

.woocommerce .cart_totals table.shop_table td {
    color: #444;
    text-align: right;
    border: none;
    border-bottom: 1px dashed #444;
    padding: 20px 0;
}

.woocommerce .cart_totals .shop_table tr:last-child th,
.woocommerce .cart_totals .shop_table tr:last-child td {
    border: none;
}

.woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
    color: #444;
    font-weight: 400;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
    border-top: 1px solid #cacaca;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #1a1a1a;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 1rem;
    margin: 0 auto;
    width: 91%;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.0);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #3F3F37;
    border: 2px solid #3F3F37;
}

.woocommerce-page #payment #place_order {
    width: auto;
}

.woocommerce #customer_details .form-row label {
    min-width: 215px;
}

.woocommerce #customer_details input,
.woocommerce #customer_details textarea,
.woocommerce #customer_details select {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cacaca;
    color: #444;
    width: 100%;
    padding: 0 10px;
}

#billing_country_field .woocommerce-input-wrapper {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cacaca;
    color: #444;
    width: 100%;
    padding: 0 10px;
}

.woocommerce #customer_details textarea {
    line-height: 18px;
}

#billing_email_field .woocommerce-input-wrapper,
#billing_company_field .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

#customer_details .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

#order_comments_field .woocommerce-input-wrapper textarea {
    min-height: 250px;
    padding: 10px;
}

#customer_details .select2-container--default .selection {
    width: 100%;
}

#customer_details .select2-container--default .select2-selection--single {
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #444;
    height: 42px;
    width: 100%;
    font-size: 14px;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    line-height: 42px;
    color: #444;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-results .select2-results__option {
    font-size: 13px;
    color: #444;
}

#order_review_heading {
    margin-top: 50px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name {
    text-transform: uppercase;
    color: #647678;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}


.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart_item td.product-name {
    color: #444;
    text-transform: capitalize;
    font-weight: normal;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td .woocommerce-Price-amount {
    color: #444;
    font-weight: 400;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
    border: 1px solid #cacaca;
}

.woocommerce-order .woocommerce-notice {
    margin: 50px 0 20px 0;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.woocommerce-order .woocommerce-notice--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.woocommerce ul.order_details {
    border: 1px solid #cacaca;
}

.woocommerce ul.order_details li {
    padding: 9px 15px;
}

.woocommerce ul.order_details li strong {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce .woocommerce-order-details table.shop_table tbody th,
.woocommerce .woocommerce-order-details table.shop_table tfoot td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th {
    font-weight: 500;
}

.woocommerce .woocommerce-order-details table.shop_table td .woocommerce-Price-amount {
    color: #444;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 15px;
    line-height: 28px;
}

span.onsale {
    background: #1a1a1a !important;
    font-size: .657em;
    font-size: 11px !important;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0.5em;
    left: 0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce ul.products li.product .onsale {
    top: -8px;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
}

.woocommerce ul.products li.product .price del span,
#cart_box_ajax del .woocommerce-Price-amount {
    text-decoration: line-through;
    color: #444;
}

#cart_box_ajax .loading {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #1a1a1a;
}

.woocommerce-account .woocommerce-MyAccount-navigation {}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    border: 1px solid #CCC;
    border-bottom: none;
    font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid #CCC;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #444;
    padding: 10px 12px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #3A4C3F;
    background: #ecedcc;
}

.woocommerce-account .woocommerce-MyAccount-content {
    color: #3A4C3F;
    font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #444;
}

.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2,
.woocommerce #customer_login .col-2,
.woocommerce #customer_login .col-2 {
    max-width: none;
    padding: 0;
}

.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    margin: 20px 0 0 0;
}

.woocommerce-MyAccount-content address {
    color: #444;
    padding-top: 20px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    padding: 0px 9px;
    margin: 21px 0 0 0;
    font-size: 13px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields label {
    display: block;
    width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single {
    height: 42px;
    line-height: 42px;
    width: 100%;
}

.woocommerce #customer_login .form-row label, .woocommerce #customer_login .form-row label,
.woocommerce #customer_login .password-input,
.woocommerce-page #customer_login .password-input {
    display: block;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
     display: inline-block !important;
    width: auto !important;
}

/*.woocommerce form.checkout_coupon,*/
.woocommerce form.login,
.woocommerce form.register {
    min-height: 353px;
}

.woocommerce-product-gallery__image > a {
    width: 100%;
}

#billing_company_field .woocommerce-input-wrapper,
#billing_email_field .woocommerce-input-wrapper,
#customer_details .woocommerce-input-wrapper {
    padding: 0;
    border: none;
}

#billing_country_field .woocommerce-input-wrapper,
.woocommerce #customer_details input,
.woocommerce #customer_details select,
.woocommerce #customer_details textarea {
    text-transform: none !important;
}


#cart_box_ajax .visible .woocommerce-Price-amount,
#cart_total {
    font-weight: 700;
    font-size: 18px;
    color: #647678;
    padding: 5px 0;
}


.shop-inner-section .sorting-option {
    z-index: 9;
}

.side-box {
    position: relative;
    margin-bottom: 40px;
}

.side-box-title h6,
.shop-sidebar h6 {
	color: #1a1a1a;
	font-weight: 600;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
}

.quantity-box-detail ul li a,
.shop-sidebar .product-categories li a {
	font-weight: normal;
	color: #444;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	margin: 10px 0;
}

.quantity-box-detail ul li a span {
	float: right;
}

.shop-sidebar .product-categories li span {
    position: absolute;
    right: 0;
    top: 2px;
    color: #444;
}

.quantity-box-detail ul li,
.shop-sidebar .product-categories li {
	border-bottom: 1px dashed #cdcdcd;
    position: relative;
}

.quantity-box-detail ul li a:hover,
.product-categories li:hover a,
.product-categories li:hover span {
	color: #1a1a1a;
}

.filter-box-detail .ui-slider-range {
    height: 5px;
    background-color: #647678;
    border-radius: 0;
}

.filter-box-detail #slider-range {
	position: relative;
	border: 0;
	background-color: #DBDBDB;
	height: 5px;
	margin: 30px 5px 0 10px;
}

.filter-box-detail #slider-range .ui-state-default {
    background: #fff;
    width: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    height: 16px;
    border: 2px solid #647678;
    border-radius: 100%;
    cursor: pointer;
}

.slider-values input {
	border: none;
	font-size: 16px;
	font-weight: 500;
}

.slider-values p {
	text-transform: uppercase;
	padding-right: 10px;
	font-weight: 500;
}

.price_slider_amount {
	padding-top: 15px;
}

.side-recent-product .cart-product {
	padding-right: 0;
}

.side-recent-product .cart-prodect {
	border-bottom: 1px dashed #cdcdcd;
}

.side-quantity-box .side-box-title {
	padding-bottom: 15px;
}

.shop-inner-section .product-box {
	background: #fff;
	border: 1px solid #cacaca;
}

.showing-items {
	margin-left: auto;
}

.showing-items p {
	color: #444;
	padding-right: 20px;
}

.shop-options {
    padding-bottom: 20px;
}

.shop-inner-section .list > div {
	max-width: 100%;
	-ms-flex:0 0 100%;
	flex: 0 0 100%;
}
.shop-inner-section .list .common-cart-img {
	float: left;
}
.shop-inner-section .list .common-cart-box .common-cart-info {
	text-align: left !important;
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	transition: none;
}
.shop-inner-section .list .common-cart-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}

.add-cart-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.common-cart-info .cart-name {
    font-size: 18px;
    padding: 8px;
    word-break: break-word;
    padding: 15px 0;
    display: block;
    max-height: 95px;
    overflow: hidden;
}

.confirm_add {
	display: none !important;
	visibility: hidden;
}

.common-cart-box:hover .common-cart-info .cart-name {
    color: #1a1a1a;
}

.product-img {
    position: relative;
    text-align: center;
}

.hover-option {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-box:hover .hover-option {
    opacity: 1;
    visibility: visible;
}

.shop-inner-section .list .product-img  .hover-option,
.shop-inner-section .grid .product-info .hover-option {
    display: none;
}
.shop-inner-section .list .common-cart-box .common-cart-info .hover-option {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.shop-inner-section .list .product-img  .description-option,
.shop-inner-section .grid .product-info .description-option {
    display: none;
}

.shop-inner-section .list .common-cart-box .common-cart-info .description-option {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.shop-inner-section .grid .product-info .product-list-text,
.related.products .product-list-text {
    display: none;
}
.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .add-cart-btn {
    position: relative;
    top: 0;
    -moz-transform: none;
	-webkit-transform: none;
	transform: none;
    margin-right: 30px;
	display: inline-block;
}

.cart-price {
	color: #000;
	font-weight: 700;
	padding: 10px 0;
}
.cart-price del {
	color: #444;
	margin-right: 10px;
}
.cart-price del span {
    text-decoration: line-through;
}

.woocommerce a.added_to_cart {
    color: #1a1a1a;
	font-size: 15px;
	margin-left: 15px;
}

.side-recent-product h2.woocommerce-loop-product__title {
    font-size: 13px !important;
    padding: 0 40px 7px 0!important;
    text-align: left;
}

.side-recent-product h2:before {
    display: none;
}

.minus, .plus {
	border: 0;
	cursor: pointer;
	width: 8%;
	height: 40px;
	border-radius: 0;
	background-color: #61b05f !important;
    border: 2px solid #61b05f !important;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
    padding: 0;
	float: left;
    /*display: none !important;*/
}

.minus {
	border-radius: 10px 0 0 10px;	
}

.plus {
	border-radius: 0 10px 10px 0;	
}

.minus:hover,
.plus:hover {
    background-color: #61b05f70 !important;
    color: #61b05f !important;
}

.box-social-like .hover-icon li {
	float: left;
}

.box-social-like .hover-icon.box-social li a {
	border-radius: 10px;
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

.quantity-box p {
	float: left;
	padding: 12px 15px 12px 0;
	color: #444;
}

.hover-icon li a {
    line-height: 42px;
    text-align: center;
    color: #61b05f;
    margin: 0 3px;
}

.hover-icon li a:hover {
    color: #346233;
}

.woocommerce p.stars {
    padding-top: 10px;
}

.woocommerce p.stars a {
    color: #647678;
}

.woocommerce p.stars span {
    padding: 0;
}


.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.woof label {
    font-size: 13px;
}
.woof {
	padding-top:20px;
}

.section.multiple-items .container .mt-5{
    margin-top:-12px!important;
}

.search-sidebar {
	margin-bottom: 25px;
}

.search-label {
    background-color: #fff;
	margin: 15px 0 5px;
	padding: 5px 15px;
	height: 2rem;
	border-radius: 20px;
	font-size: 0.8rem;
	line-height: 1.4rem;
	display: inline-flex;
}

.search-label span {
	float:right;	
}

.search-label span a {
	margin-left: 16px;
	font-weight: 600;
}

.count-label {
	font-size: 12px;
	margin-left: 15px;
	display: flex;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #1a1a1a;
}

.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon {
    display: none;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  	background-color: #1a1a1a;
  	color: #fff !important;
}

#mobile-menu {
    padding-top: 30px;
}

.posicion-menu {
	position: absolute;
	top: -13px;
	right: 75px;
}

.posicion-carrito {
	position: absolute;
	top: -13px;
	right: 25px;
}

.nav-link {
    padding: 0.5rem 0.5rem;
}

.pastilla-bajo-banner { 
    border:1px solid #eaeaea;
    background-color:#fff;
    color:#0067B2;
    padding: 1% 0% 1% 4%;
    margin: 40px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pastilla-bajo-banner .pbb-txt{
    display: inline-block;
    color: #000;
	margin: 7px 0 0 0;
	font-size: .8rem;
	line-height: 1rem;
}

.pastilla-bajo-banner i{
    font-size: 25px;
    display: inline-block;
    color: #1a1a1a;
    vertical-align: top;
    padding-top: 3px;
    margin-right:10px;
}

.pastilla-bajo-banner .separa{
    border-right:1px solid #ccc;
}

.item-pastilla {
  	text-align: center;
}
	
.item-pastilla {
	text-align: center;
	padding: 20px 0 20px 0; 
}

.item-pastilla i {
  	width: 100%;
}

.pastilla-bajo-banner .pbb-txt{
	margin: 15px 30px 0;
}

.woocommerce .woocommerce-breadcrumb {
  	font-size: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  	background: none !important;
}

.woocommerce .products ul, 
.woocommerce ul.products {
    margin: 0 0 0rem;
}

.woocommerce-message {
    background: #fff !important;
}

#header .mobile-toggler {
  position: relative;
  right: -10px;
  top: 1px;
}

#header .bottom {
	text-align: center;	
	padding-bottom: 20px;
}

#header .mobile-toggler {
    right: 15px;
	top: 0px;
	position: relative;
}

#header .mobile-toggler span {
    background: #000;
}

.dropdown-toggle::after {
    font-size: 1rem;
}

#primary-menu {
    padding-top: 0;
}

.menu-item a i {
    font-size: 0.8rem;
}
.wmc-count, .wmc-bottom-buttons a, .woocommerce a.remove:hover {
    background-color: #61b05f;
    border-radius: 10px;
    line-height: 17px;
}

#header .top {
	background-color: #fff;	
}

#header .top li {
    border-left: none;
    font-size: 12px;
}

#header .top li, 
#header .top li a {
    color: #1a1a1a;
}

#header .top li i, 
#header .top li a i {
    color: #1a1a1a;
}

#header .middle {
    display: none;
}
    
#header .middle.fixed {
    display: block;
}

.middle.fixed .cart-icon {
    color: #000;
}

.menu-top {
    padding: 2px 0 6px 0;
    text-align: right;
    position: relative;
}
.menu-top li, .menu-top li a {
	color: #1a1a1a;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}
.menu-top li a {
    padding: 0 8px 0 25px;
    color:rgba(204,0,17,.8)
}
.menu-top li a i {
    color: #1a1a1a;
    font-size: 12px;
    padding-right:5px;
}
.menu-top li a:hover,
.menu-top li a:hover i{
    color: #1a1a1a;
}
.menu-top li.ultimo {
    border: 0 none;
}
.divider{
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.menu-mobile a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    margin-top: -5px;
    display: block;    
}

.buscador-wp {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 40px;
    overflow: hidden;
    /*
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    */
    border: 1px solid #ddd      
}

.buscador-wp form{
    width:100%;
}

.buscador-wp input[type="search"] {
    background:transparent;    
    color: #666;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding: 0 0 0 2%;
    width: 88%;
    border: 0 none;
    margin-top: -1px;
}
.buscador-wp input[type="search"]::placeholder{
    color: #999;
}

.buscador-wp button {
    background: transparent;
    border: 0 none;
    border-left:1px solid #ddd;
    color: #999;
    display: inline-block;
    height: 28px;
    overflow: hidden;
    padding: 0;
    width: 9%;
}
.buscador-wp button i {
    color: #999;
    font-size: 18px;
}

header,
#barra-menu {
    background: #fff;
    padding: 0;    
    position:relative;
}
#barra-menu{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #555;
    z-index: 2000;
}
.shopping-header{
	padding-top: 8px;
}
.logo img {
    max-height: 75px;
    max-width: 100%;
    margin-bottom: 6px;
}
.porta-telefono {
    border-right: 1px solid #ddd;
    padding: 6px 20px 5px 4px;
}
.telefono-header {
    color: #3F3F37;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}
.telefono-header a,
.telefono-header a.btn,
.telefono-header a i,
.telefono-header a i b{
    color: #3F3F37 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

.tel-whatsapp {
    font-weight: normal;
    margin-top: 5px;
}
.shop-btn {
    display: block;
    position: relative;
    text-decoration: none !important;
    color: #1a1a1a;
}
.shop-btn i,
.shop-btn .fa-shopping-cart {
    display: block;
    font-size: 26px;
}
.shop-btn span {
    background-color: #fff;
    border-radius: 50%;
    color: #0067a1;
    font: bold 16px "Roboto Condensed",sans-serif;
    height: 22px;
    position: absolute;
    text-align: center;
    right: 41px;
    top: -22px;
    width: 22px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
    opacity:0.8;
    line-height: 23px;
}
.nro-productos-,
.nro-productos-0{
    display:none;
}

#header .navbar {
    float: none !important;
}

.nav-link {
    color: #1a1a1a;
}

@media (max-width: 1199.98px){
	.wmc-cart-wrapper {
	    margin: 0;
	}
}

.woocommerce-info, 
.woocommerce-cart-form,
.woocommerce-checkout-payment, 
.woocommerce-checkout-review-order-table {
	background-color: #fff;	
}

.woocommerce-checkout {
	background-color: #fff;	
	padding-top: 3rem;	
}

.woocommerce-product-gallery .flex-viewport {
    border-radius: 30px 30px 0px 0px !important;
    margin-bottom: 15px !important;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    overflow: unset;
    display: flex;
    justify-content: space-between;
}