/*
Theme Name: Virjouterie
Author: SC Studio
Author URI: http://www.scstudio.com.ar
Description: Theme Wordpress E-commerce desarrollado a medida para Virjouterie
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* CSS Document */

@font-face {
    font-family: 'Nexa_light';
    src: url('fonts/NexaLight.eot');
    src: url('fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/NexaLight.woff2') format('woff2'),
        url('fonts/NexaLight.woff') format('woff'),
        url('fonts/NexaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa_bold';
    src: url('fonts/NexaBold.eot');
    src: url('fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NexaBold.woff2') format('woff2'),
        url('fonts/NexaBold.woff') format('woff'),
        url('fonts/NexaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'Nexa_light';
    color: #77777b;
    font-size: 15px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

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

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    box-shadow: none !important;
}

a {
    color: #929093;
}

a:hover {
    color: #f7acb7;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Nexa_bold';
}

h5 {
    font-size: 18px;
}

p {
    color: #929093;
}

ins {
    text-decoration: none;
}

.owl-carousel .owl-item img {
    height: auto;
}

.container {
	position: relative;
}

.btn-primary {
    background: #f7acb7;
    border: 1px solid #f7acb7;
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 19px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #77777b !important;
    border-color: #77777b !important;
    border: 1px solid #77777b;
}

.animate-hover img {
    width: 100%;
}
.animate-hover {
	display: block;
	position: relative;
	overflow: hidden;
}
.animate-hover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: all 0.6s ease-in-out;
}
.animate-hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: all 0.6s ease-in-out;
}
.animate-hover:hover:after {
	left: 100%;
}
.animate-hover:hover::before {
	left: -100%;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}



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

#header {
    width: 100%;
    background: #FFF;
}

#header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#header .top {
    background: #929093;
    padding: 4px 0;
    text-align: center;
}

#header.active .top {
    display: none;
}

#header .top p {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

#header .logo img {
    max-height: 70px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active .middle {
    padding: 5px 0;
}

#header .middle {
    position: relative;
    padding: 20px 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active .logo img {
    max-height: 59px;
}

#header .form {
    border: 1px solid #cacaca;
    border-radius: 12px;
    height: 45px;
    width: 100%;
    max-width: 650px;
}

#header .form input {
    width: 90%;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 2%;
    display: inline-block;
    color: #929093;
    background: none;
    outline: none;
}

.wmc-cart-wrapper {
    min-width: 0;
    padding-left: 0;
}

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

.wmc-count {
    top: -1px;
    width: 20px;
    height: 20px;
    right: 26px;
}

#header .middle .icons {
    display: flex;
    align-items: center;
}

#header .middle .icons img {
    margin-right: 40px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active .middle .icons > a img {
    margin-right: 30px;
    max-height: 25px;
}

#header .form button {
    background: none;
    border: none;
    color: #929093;
    font-size: 20px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-weight: 500;
    margin: 6px 6px 0 0;
}

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

#primary-menu {
    width: 100%;
    text-align: center;
}

#header .bottom {
    position: relative;
    border-top: 1px solid #fcc5cf;
    border-bottom: 1px solid #fcc5cf;
    background-color: #FFF;
    text-align: center;
}

#header .bottom .navbar .navbar-collapse > ul > li > a {
    padding: 15px 0 12px !important;
    color: #77777b;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

#header .bottom .navbar .navbar-collapse > ul > li > a:hover,
#header .bottom .navbar .navbar-collapse > ul > li.active > a {
    color: #f7acb7;
}

#header .navbar-toggler {
    border: 1px solid #f7acb7;
    padding: 2px 8px;
    border-radius: 0;
    width: 37px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: -45px;
    z-index: 9;
    outline: none;
}

#header .navbar-toggler span {
    display: block;
    width: 100%;
    height: 3px;
    background: #f7acb7;
    content: "";
    margin-bottom: 4px;
}

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

#header .search-deploy {
    position: absolute;
    right: 59px;
    bottom: 2px;
    border: none;
    display: inline-block;
    width: 36px;
    height: 30px;
    cursor: pointer;
    background-color: #f7acb7;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 32px;
    display: none;
}

.wmc-count,
.wmc-bottom-buttons a,
.woocommerce a.remove:hover {
    background-color: #f7acb7;
}

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

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

.wmc-bottom-buttons {
    text-align: center;
    justify-content: center !important;
}

.wmc-remove {
    width: 10%;
}

#mega-menu-wrap-menu-principal {
    margin: 0 auto;
    width: 100%;
}

.mega-menu-item .mega-menu-item-has-children > a {
    color: #f7acb7 !important;
    border-bottom: 1px solid #f7acb7 !important;
    margin-bottom: 20px !important;
}

.mega-menu-link:hover {
    color: #f7acb7;
}

.mega-toggle-animated.mega-toggle-animated-slider {
    position: absolute !important;
    right: 15px;
    top: -46px !important;
}

.FeedHeader__left-container.FeedHeader__container,
.FeedHeader__normal-style.FeedHeader__root,
.GridLayout__button-list.layout__flex-column {
    display: none !important;
}

.FeedLayout__wrapper {
    padding: 0 !important;
}

#promo-banner {
    text-align: center;
    background: #f7acb7;
    padding: 40px 0;
}

#promo-banner p {
    text-align: center;
    font-size: 34px;
    color: #FFF;
}

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

#content {
    position: relative;
    width: 100%;
}

.section {
    position: relative;
    width: 100%;
    padding: 35px 0;
    clear: both;
}

.section.inner {
    padding: 70px 0;
}

.section h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #929093;
    text-align: center;
}

.section h2:before,
.section h4:before {
    content: "";
    position: absolute;
    background-color: #fcc5cf;
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section h4:before,
.woocommerce-tabs h2:before {
    left: 0;
    margin-left: 0;
}

.section.inner p {
    margin-bottom: 15px;
}

#main-slider {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 100px !important;
}

#main-slider .item {
    height: 564px;
    max-height: none;
    background-size: cover;
    background-position: center;
}

#main-slider .box {
    width: 350px;
}

#main-slider .box h2 {
    font-size: 46px;
    line-height: 49px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}

#main-slider .box p {
    padding: 10px 0 15px 0;
    line-height: 30px;
    color: #000;
    font-size: 23px;
}

#main-slider .box a.btn {
    font-size: 17px;
    padding: 10px 25px;
    background: #f7acb7 !important;
    border: none;
}

#main-slider .box a.btn:hover {
    background: #FFF !important;
    color: #929093;
}

#main-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 9;
    text-align: center;
}

#main-slider .owl-dot {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    outline: none;
}

#main-slider .owl-dot.active {
    background-color: #f7acb7;
}

.single-product .image {
    position: relative;
}

.single-product .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-product:hover > .image > .hover {
    opacity: 1;
    visibility: visible;
}

.single-product .hover .btn {
    padding: 10px 15px;
    font-size: 16px;
}

.single-product h3 {
    margin: 15px 0px 10px 0;
    font-family: 'Nexa_light';
    font-size: 18px;
    text-align: center; 
}

.single-product h3 a {
    color: #000;  
}

.single-product h3 a:hover {
    color: #f7acb7;
}

/*.single-product p {
    text-align: center;
}*/

.single-product p {
    color: #f7acb7;
    font-size: 16px;
}

.single-product p del {
    color: #7a7a7a;
}

/*.single-product p span {
    padding: 0 10px;
}*/

.testimonials .box {
    padding: 35px 100px;
    background: #f7acb7;
}

.testimonials .image {
    float: left;
    max-width: 164px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.testimonials img {
    width: auto !important;
    height: auto;
    max-width: 100%;
}

.testimonials .text {
    padding-left: 0;
    overflow: hidden;
}

.testimonials p {
    color: #fff;
    line-height: 28px;
    padding: 10px 0 20px 0px;
    font-weight: normal;
    font-size: 20px;
}

.testimonials span {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

section.news article {
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

section.news .image {
    position: relative;
    overflow: hidden;
}

section.news .text {
    padding: 15px;
}

section.news .text h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

section.news h4:before {
    display: none;
}

section.news .text h4 a {
    color: #929093;
}

section.news article:hover h4 a {
    color: #f7acb7;
}

section.news .text p {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 12px;
    height: 48px;
    overflow: hidden;
}

section.news .text a.link {
    color: #f7acb7;
    font-size: 14px;
}

section.news .text a.link:hover {
    color: #929093;
}

section.news .comments {
    font-weight: 500;
    color: #7a7a7a;
    padding: 10px 0 10px 0;
}

.date-box {
    position: absolute;
    bottom: -80px;
    width: 125px;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

section.news article:hover .date-box {
    bottom: 0;
}

.date-box h5 {
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 28px 0 8px 0;
}

.date-box h5:before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 62px 80px 62px;
    border-color: transparent transparent #f7acb7 transparent;
}

section.newsletter {
    background: #fafafa;
    padding: 70px 0;
    margin: 35px 0;
}

section.newsletter h2 {
    color: #f7acb7;
}

section.newsletter h2:before{
    background: #f7acb7;
}

section.newsletter p {
    color: #77777b;
    padding-bottom: 50px;
}

section.newsletter form {
    text-align: center;
    display: flex;
    justify-content: center;
}

section.newsletter input {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 390px;
    height: 48px;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    color: #7a7a7a;
    padding: 10px 20px 10px 18px;
}

section.newsletter button {
    display: inline-block;
    text-align: center;
    height: 48px;
    font-weight: 500;
    font-size: 17px;
    padding: 0 30px;
    margin: 0 0 0 10px;
}

.fb-icon {
    font-size: 40px;
    color: #929093;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.facility-inner {
	display: table;
	margin: 0 auto;
}
.fb-text {
	display: inline-block;
	vertical-align: middle;
}
.fb-text h4 {
	text-transform: uppercase;
}
.fb-text * {
    font-weight: 500;
}
.fb-text span {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}
.facility-box:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #cccccc;
	right: 0;
}
.facility-box:last-child::before {
	content: none;
}
.facility_box {
	padding: 30px;
	position: relative;
	z-index: 0;
}
.facility_box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 2px dashed rgba(0,0,0,0.5);
	margin: 10px;
	z-index: -1;
}
.facility_box .fb-text span {
	color: #444;
	font-style: italic;
	text-transform: capitalize;
}

.product-carousel {
}

.product-carousel .item .single-product,
.shop-inner-section .product-box {
    margin: 10px 10px;
    padding: 0 0 15px;
    border: 1px solid #dedede;
    border-radius: 10px;
}

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

.product-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -63px;
}

.product-carousel .owl-carousel button.owl-next,
.product-carousel .owl-carousel button.owl-prev {
    display: inline-block;
    margin: 0;
    width: 34px;
    height: 34px;
    font-size: 30px;
    background-color: #929093;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    outline: none;
    margin-left: 5px;
}

.product-carousel .owl-carousel button.owl-next:hover,
.product-carousel .owl-carousel button.owl-prev:hover {
    background-color: #f7acb7;
}

section.header {
    position: relative;
    width: 100%;
    height: 190px;
    background-size: cover;
    text-align: center;
    background-position: center;
}

section.header {
    background: #f7acb7;
}

section.header:before {
    background-color: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

section.header h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
}

section.header .breadcrumb {
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
}

section.header .breadcrumb li {
    color: #FFF;
}

section.header .breadcrumb a {
    color: #FFF;
}

section.header .breadcrumb li:before {
    color: #ffffff;
    content: "/";
    margin: 5px;
}

section.header .breadcrumb li:first-child:before {
    display: none;
}

ul.points {}

ul.points li {
    position: relative;
    color: #929093;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0 50px;
}

ul.points li span {
    position: absolute;
    left: 0;
    top: -4px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #f7acb7;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 100%;
    margin-right: 10px;
}

section.counter {
    padding: 52px 0 76px 0;
    background: url('img/counter-bg.jpg') center;
}

section.counter:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.counter-inner .counter {
    font-size: 46px;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.counter-inner p {
    font-size: 20px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    padding-top: 15px;
}

.counter-inner p:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 57px;
    top: 0;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

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: #929093;
	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: #929093;
    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: #7a7a7a;
	font-weight: 400;
}

section.banners h4,
section.banner h4 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #fde6ea;
    text-transform: uppercase;
    font-size: 25px;
    border: 1px solid #fde6ea;
    padding: 4px 10px;
    transform: translateX(-50%);
    text-align: center;
}

section.banners h4:before,
section.banner h4:before {
    display: none;
}

.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: #929093;
}

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

.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 h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #929093;
}

.contact-locations li {
    display: table;
    margin-top: 10px;
    font-size: 19px;
}

.contact-locations li span,
.contact-locations li i {
    width: 49px;
    height: 49px;
    background-color: #929093;
    border-radius: 100%;
    text-align: center;
    line-height: 49px;
	margin-right: 15px;
    color: #fff;
    font-size: 20px;
}

.contact-locations li .large {
    font-size: 26px;
    line-height: 46px;
}

.contact-locations li a, .contact-locations li p {
    display: table-cell;
    vertical-align: middle;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
}

.contact label span {
	color: #f7acb7;
	padding-left: 3px;
}

.contact label {
	text-transform: uppercase;
	font-weight: 600;
    font-size: 14px;
    padding-bottom: 5px;
}

.contact .form-control {
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: none;
    padding: 10px 15px;
    color: #929093;
    margin-bottom: 20px;
    height: auto;
    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 .btn {
    padding: 10px 25px;
}

.messagebox {
	position: absolute;
	width: 95%;
	left: 15px;
	bottom: -30px;
	font-size: 13px;
	text-align: left;
	color: #929093;
}

.messageboxok {
	color: #13dd0a;
}

.messageboxerror {
	color: #f7acb7;
}

#msgbox2 {
    text-align: center;
    color: #666 !important;
}

#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: #7a7a7a;
	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: #929093;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #929093;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    text-transform: uppercase;
}
.next_prev-btn i {
    color: #7a7a7a;
    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: #7a7a7a;
	text-transform: capitalize;
	margin-right: 10px;
}
.blog-tags ul li p {
	background-color: #f7f7f7;
	color: #7a7a7a;
	font-size: 14px;
	border-radius: 50px;
	padding: 0 12px;
}

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

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

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 #f7acb7;
    float: left;
    margin: 0 20px 20px 0;
}

.wmc-content h3 {
    font-family: 'Nexa_light';
}

.about p {
    font-size: 20px;
}

.about .row {
    align-items: center;
}

.product-item .btn {
    padding-right: 40px !important;
    margin: 0 10px;
}

.product-item .quantity {
    position: relative;
}

.product-item .qty {
    position: absolute;
    right: 23px;
    top: 13px;
    width: 20px;
    background: none;
    border: none;
    -moz-appearance: textfield;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-item .quantity {
    -moz-appearance:textfield; /* Firefox */
}

.product-item .btn.loading {
    position: relative;
}

.product-item .btn::after {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 18px;
    height: 18px;
    background-image: url('img/loading.gif');
    background-size: 35px 35px;
    content: "";
    background-position: center;
    display: none;
}

.product-item .btn.loading::after {
    display: block;
}

.product-item .btn.loading ~ input {
    display: none;
}

.product-item .minus, .product-item .plus {
    border-radius: 35px;
    background: #FFF;
    color: #f7acb7;
    border: 1px solid #f7acb7;
}

.product-item .minus:hover,
.product-item .plus:hover {
    color: #FFF;
}

.product-item .added_to_cart.wc-forward {
    display: block;
    text-align: center;
    color: #FFF;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-weight: 400;
    font-family: 'Nexa_light';
}

.woocommerce-info {
    border-top-color: #f7acb7 !important;
}

.woocommerce-info::before {
    color: #f7acb7 !important;
}

#ship-to-different-address-checkbox {
    width: auto !important;
    height: auto !important;
}

/*############################# FOOTER #############################*/

#footer .footer-top {
	background-color: #fafafa;
	padding: 80px 0;
    margin-top: 40px;
}

#footer p,
#footer .footer-box li,
#footer .footer-box li a {
	font-size: 15px;
	color: #7a7a7a;
}

#footer .footer-box li a:hover {
	color: #77777b;
}

#footer .footer-box .footer-links li,
#footer .footer_widget li {
	margin-bottom: 5px;
}

#footer .footer-box li {
    clear: both;
	margin-bottom: 8px;
}

#footer .footer-box > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

#footer .footer-box li:last-child {
	margin-bottom: 0;
}

#footer .footer-links li a, .footer-box.box-4 ul li p, .footer-box.box-4 ul li a {
    font-size: 15px;
    color: #77777b;
}

#footer .fb-title {
    margin-bottom: 20px;
	font-size: 1.3rem;
    color: #f7acb7;
}

#footer .footer-links li a:hover, .footer-box.box-4 ul li a:hover {
    color: #f7acb7;
}

#footer .footer-btm {
	background-color: #f7acb7;
	padding: 22px 0;
}

#footer .footer-btm p {
	color: #000;
    text-align: center;
    font-family: 'Nexa_bold';
}

#footer .footer-btm p {
	font-size: 14px;
	color: #000;
    text-align: center;
}

#footer .footer-btm p a {
	color: #FFF;
}

#footer .footer-btm p a:hover {
	color: #000;
}

#footer .social li {
    display: inline-block;
	margin-right: 10px;
}

#footer .social li a {
	font-size: 20px;
	color: #fff;
    background: #f7acb7;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 100%;
}

#footer .social li a:hover {
    color: #000;
}

#footer .footer-box.box-4 ul li i {
	color: #f7acb7;
	font-size: 17px;
    margin-top: -2px;
	padding-right: 15px;
	float: left;
	line-height: 30px;
    width: 32px;
	vertical-align: middle;
}

#footer .footer-box.box-4 ul li .large {
    font-size: 25px;
    line-height: 25px;
}

#footer .center-image {
    margin: 0 auto;
    display: block;
}

#menu-menu-footer {
    text-transform: uppercase;
}


/* 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 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 24px;
    color: #929093;
}

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: #f7acb7;
    width: 80px;
    height: 2px;
    bottom: 0;
}

.woocommerce form.login.single {
    width: 50%;
    margin: 0 auto;
}

.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: #7a7a7a;
	font-weight: 500;
	padding: 15px 135px 15px 20px;
}
.woocommerce-product-search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f7acb7;
	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: 500;
	font-size: 28px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color: #f7acb7;
	padding: 6px 0 15px 0;
	font-size: 24px;
    text-align: left;
}

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

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border: none;
    padding: 0;
    margin: 0;
}

.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 a {
    color: #fff !important;
    background-color: #929093;
    border-radius: 0;
    padding: 12px 10px;
    margin-right: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #f7acb7;
    color: #FFF;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: #929093;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #929093;
    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: #7a7a7a;
}

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

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

.woocommerce table.shop_attributes {
    color: #7a7a7a;
    background-color: #f7f7f7;
    border: none;
}

.woocommerce table.shop_attributes tr th:nth-child(1) {
    width: 14%;
    border-bottom: none;
    border-right: 1px solid #dddada;
    padding: 15px 20px;
    font-weight: normal;
    background-color: #f7f7f7;
    border-bottom: 1px solid #FFF;
}

.woocommerce table.shop_attributes tr td:nth-child(2) {
    width: 86%;
    padding: 15px 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #FFF;
}

.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 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #cdcdcd;
    padding: 25px 35px 30px;
}

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

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

.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: #929093;
	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: #77777b; 
	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: #77777b; 
	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 */

.woocommerce-Price-amount {
    font-weight: bold;
}

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: #929093;
    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 #929093;
    border-radius: 100%;
    cursor: pointer;
}

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

.woocommerce .price_slider_wrapper .button {
    background: none;
    border: 2px solid #929093;
    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: #929093;
}

.woocommerce .price_slider_wrapper .button:hover {
    background: #929093;
    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 {
    float: left;
    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: 40%;
}

.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: 57%;
}

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

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

.woocommerce .entry-summary .stock {
    padding-top: 15px;
}

.entry-summary .plus {
    margin-right: 20px;
}

.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 {
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f7acb7;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    padding: 16px 20px 16px 60px !important;
    float: left !important;
    background: #f7acb7 url(img/cart-icon-1.png) 20px center no-repeat !important;
    font-weight: 500;
    margin-top: -11px;
}

.woocommerce form.cart .single_add_to_cart_button:hover {
    background-color: #77777b !important;
    border-color: #77777b !important;
}



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

.woocommerce .quantity .qty {
    -moz-appearance: textfield;
    height: 35px;
    pointer-events: none;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 0 10px;
}

.woocommerce div.product form.variations_form.cart,
.woocommerce .entry-summary form.cart{
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin: 25px 0;
    padding: 25px 0;
}

.woocommerce-variation-add-to-cart {
    padding-top: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
    color: #7a7a7a;
}

.woocommerce div.product form.cart .variations select {
    position: relative;
    border: 1px solid #cdcdcd;
    height: 33px;
    color: #7a7a7a;
    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: 48%;
}

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

.summary.entry-summary .product_meta {
    float: left;
    width: 50%;
    padding-top: 7px;
}

.summary.entry-summary .product_meta,
.summary.entry-summary .product_meta a {
    color: #7a7a7a;
}

.summary.entry-summary .product_meta a:hover {
    color: #77777b;
}

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

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

.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: 50%;
}

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

.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: #7a7a7a;
    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 #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #f7acb7;
    color: #FFF;
    font-weight: normal;
    border-radius: 19px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #77777b;
    color: #FFF;
}

.woocommerce .actions button.button,
.woocommerce .continue-button {
    padding: 18px 30px;
    border-radius: 50px;
    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: #f7acb7;
    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;
}

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

.woocommerce .shop_table a.remove {
    margin: 0 auto;
    color: #FFF !important;
    background: #f7acb7 !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 {
    width: 32%;
    border: 1px solid #cacaca;
    margin-bottom: 100px;
}

.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 #7a7a7a;
}

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

.woocommerce .cart_totals table.shop_table td {
    color: #7a7a7a;
    text-align: right;
    border: none;
    border-bottom: 1px dashed #7a7a7a;
    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: #7a7a7a;
    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: #f7acb7;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f7acb7;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 0;
    font-size: 1rem;
    margin: 0 auto;
    width: 91%;
}

#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: #77777b;
    border: 2px solid #77777b;
}

.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: #7a7a7a;
    width: 100%;
    padding: 0 10px;
}

#billing_country_field .woocommerce-input-wrapper {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cacaca;
    color: #7a7a7a;
    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: #7a7a7a;
    height: 42px;
    width: 100%;
    font-size: 14px;
}

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

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

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

#order_review_heading {
    margin-top: 50px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name {
    text-transform: uppercase;
    color: #929093;
    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: #7a7a7a;
    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: #7a7a7a;
    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: #7a7a7a;
}

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

span.onsale {
    background: #f7acb7 !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: #7a7a7a;
}

#cart_box_ajax .loading {
    display: none;
}

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

.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: #7a7a7a;
    padding: 10px 12px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #f7acb7;
    background: #EEE;
}

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

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

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

.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: #7a7a7a;
    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: #929093;
    padding: 5px 0;
}

#cart_box_ajax .cart-box .btn-primary {
    font-size: 14px;
    padding: 7px 15px;
}
.shop-inner-section .sorting-option {
    z-index: 9;
}

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

.side-box-title h6,
.shop-sidebar h6 {
	text-transform: uppercase;
	color: #929093;
	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: #7a7a7a;
	font-size: 15px;
	text-transform: capitalize;
	display: block;
	margin: 7px 0;
}

.shop-sidebar .children li {
    padding-left: 20px;
}

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

.shop-sidebar .product-categories li span {
    position: absolute;
    right: 0;
    top: 2px;
    color: #7a7a7a;
    font-size: 12px;
}

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

.product-categories li a:hover {
	color: #f7acb7;
}

.filter-box-detail .ui-slider-range {
    height: 5px;
    background-color: #929093;
    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 #929093;
    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 {

}

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

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

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

.sorting-items {
	border: 1px solid #cdcdcd;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	color: #7a7a7a;
	padding: 8px 25px 7px 10px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
}

.sorting-option {
	position: relative;
}

.sorting-option:before {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	z-index: 99;
	color: #7a7a7a;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list_grid-btns a {
    border: none;
    background-color: #929093;
    width: 40px;
    height: 40px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 41px;
    display: inline-block;
}

.list_grid-btns a:hover, .list_grid-btns a.on {
	background-color: #f7acb7;
}

.pagination {
    padding-top: 30px;
}

.pagination li a,
.pagination li span {
    position: relative;
	width: 40px;
	height: 40px;
	background-color: #929093;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 2px;
    display: inline-block;
}

.pagination li a i {
    font-size: 24px;
    line-height: 40px;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li .current {
	background-color: #f7acb7;
}


.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;
	margin-top: 0;
	transition: none;
}
.shop-inner-section .list .common-cart-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.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%);
}

.common-cart-info .cart-name {
    color: #929093;
    margin: 15px 0px 10px 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: block;
}

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

.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 .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: #f7acb7;
	font-weight: normal;
}
.cart-price del {
	color: #7a7a7a;
	margin-right: 10px;
}
.cart-price del span {
    text-decoration: line-through;
}

.woocommerce a.added_to_cart {
    color: #77777b;
    font-size: 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: 50px;
	height: 35px;
	border-radius: 0;
	background-color: #929093;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
    padding: 0;
	float: left;
}

.minus:hover,
.plus:hover {
    background-color: #f7acb7;
}

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

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

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

.hover-icon li a {
    background-color: #929093;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    margin: 0 3px;
	padding:1px;
}

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

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

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

.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;
}

.list_grid_container.list .common-cart-img {
    float: left;
    max-width: 30%;
}


