html {
    font-family: sans-serif
}
body {
    margin: 0
}
nav {
    display: block
}
[hidden] {
    display: none
}
a {
    background-color: transparent
}
strong {
    font-weight: 700
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}
button {
    overflow: visible
}
button {
    text-transform: none
}
button {
    -webkit-appearance: button
}
input {
    line-height: normal
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
.glyphicon-plus::before {
    content: '\2b'
}
.glyphicon-minus::before {
    content: '\2212'
}
* {
    box-sizing: border-box
}
::after, ::before {
    box-sizing: border-box
}
html {
    font-size: 10px
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255)
}
button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: rgb(51, 122, 183);
    text-decoration: none
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
p {
    margin: 0 0 10px
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-3, .col-md-3, .col-sm-3, .col-sm-4, .col-xs-3, .col-xs-7, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-3, .col-xs-7, .col-xs-9 {
    float: left
}
.col-xs-9 {
    width: 75%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-3 {
    width: 25%
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px inset;
    box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px inset
}
.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153)
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .14902);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px;
    box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: rgb(51, 51, 51);
    white-space: nowrap
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control, .input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(235, 204, 209)
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221)
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0 1px 0;
    opacity: .2
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background-position: 0 0
}
.row::after, .row::before {
    display: table;
    content: ' '
}
.row::after {
    clear: both
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (max-width:991px) and (min-width:768px) {
    .hidden-sm {
        display: none!important
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .hidden-md {
        display: none!important
    }
}
.mm-divider {
    position: relative;
    min-height: 20px;
    padding: 4.3px 10px 4.3px 20px;
    background-color: rgb(243, 243, 243);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 75%;
    text-transform: uppercase;
    opacity: 1
}
.mm-divider::before {
    background-color: rgba(0, 0, 0, .0470588)
}
.mm-divider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}
.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    background-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    height: 40px
}
.mh-head a {
    color: inherit;
    text-decoration: none
}
.mh-head .mh-btns-left, .mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0
}
.mh-head .mh-btns-left {
    left: 10px
}
.mh-head .mh-btns-right {
    right: 10px
}
.mh-head .mh-btns-left>*, .mh-head .mh-btns-right>* {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)
}
.mh-head .mh-btns-left>:nth-child(1), .mh-head .mh-btns-right>:nth-child(1) {
    left: 0
}
.mh-head .mh-btns-right>:nth-child(2) {
    left: 40px
}
.mh-head .mh-btns-right>:nth-child(3) {
    left: 80px
}

.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-right {
    margin-left: .3em
}
.fa-bars::before {
    content: '\f0c9'
}
.fa-angle-double-right::before {
    content: '\f101'
}
.fa-angle-right::before {
    content: '\f105'
}
.fa-angle-up::before {
    content: '\f106'
}
.fa {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-angle-double-right::before {
    content: '\f101'
}
.fa-angle-right::before {
    content: '\f105'
}
.fa-angle-up::before {
    content: '\f106'
}
.fa-bars::before {
    content: '\f0c9'
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype')
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 120px
}
.p-0 {
    padding: 0px!important
}
.px-1 {
    padding-right: 0.25rem!important
}
.px-1 {
    padding-left: 0.25rem!important
}
.px-2 {
    padding-right: 0.5rem!important
}
.px-2 {
    padding-left: 0.5rem!important
}
.px-3 {
    padding-right: 1rem!important
}
.px-3 {
    padding-left: 1rem!important
}
.px-5 {
    padding-right: 3rem!important
}
.px-5 {
    padding-left: 3rem!important
}
.text-left {
    text-align: left!important
}
.text-center {
    text-align: center!important
}
body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    letter-spacing: .6px;
    background-color: rgb(255, 255, 255)
}
.list-group.list-group-horizontal {
    margin-bottom: 0px!important
}
.mobilemenu .fa.fa-bars {
    color: rgb(255, 255, 255);
    font-size: 1.7rem!important
}
.dropdown-carrito {
    top: 55px;
    right: 0;
    max-width: 290px
}
.mobile-logo img {
    max-width: 150px;
    margin-left: 35%;
    position: absolute;
    top: 0
}
.dot {
    height: 8px;
    width: 8px;
    background-color: green;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: inline-block;
    margin-left: -3px;
    position: absolute
}
.green {
    background-color: rgb(0, 168, 45)!important
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
#menu-mobile:not(.mm-menu) {
    display: none
}
.no-padding {
    padding: 0
}
.cart-input-value {
    text-align: center;
    border-top-width: 1px!important;
    border-style: solid none!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-bottom-width: 1px!important;
    border-bottom-color: rgb(29, 64, 95)!important;
    font-weight: 600!important;
    font-size: 15px!important;
    color: rgb(29, 64, 95)!important
}
.cart-input-less {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-width: 1px!important;
    border-bottom-width: 1px!important;
    border-left-width: 1px!important;
    border-style: solid none solid solid!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-bottom-color: rgb(29, 64, 95)!important;
    border-left-color: rgb(29, 64, 95)!important
}
.cart-input-less span, .cart-input-plus span {
    color: rgb(29, 64, 95)!important
}
.cart-input-plus {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-width: 1px!important;
    border-right-width: 1px!important;
    border-bottom-width: 1px!important;
    border-style: solid solid solid none!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-right-color: rgb(29, 64, 95)!important;
    border-bottom-color: rgb(29, 64, 95)!important
}
.dropdown-submenu.list-group-item>ul.list-unstyled>li>a {
    border: none
}
.submenu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px!important;
    text-transform: uppercase!important
}
.list-group.list-group-horizontal {
    border: none;
    display: list-item;
    list-style: none
}
.text-center {
    text-align: center
}
.header-categoria {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600!important
}
.dropdown-submenu.list-group-item {
    border: none
}
li.dropdown-submenu.child>a {
    font-size: 12px;
    border: none;
    font-weight: 200!important;
    text-transform: capitalize!important
}
.list-group-horizontal .list-group-item {
    display: inline-table
}
.list-group-item {
    padding: 10px
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
    border-right-width: 0
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-right-width: 1px
}
.fa {
    font-size: 15px
}
.d-inline-block {
    display: inline-block
}
a {
    color: rgb(0, 0, 0);
    text-transform: none
}
:focus {
    outline: none
}
input[type="text"].form-control, input[type="number"].form-control {
    font-size: 14px
}
.input-group input {
    font-size: 14px
}
.mh-head {
    height: 57px;
    z-index: 1002!important
}
#cart>.dropdown-menu, #top-links3 .dropdown-menu{
    overflow-y: auto!important
}
.form-control {
    box-shadow: none;
    border: 1px solid rgb(238, 238, 238);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
#cart .dropdown-menu, #top-links3 .dropdown-menu{
    z-index: 1003
}
#cart .dropdown-menu, #top-links3 .dropdown-menu{
    min-width: 295px;
    padding: 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: scroll;
    max-height: 350px;
    max-width: 295px
}
.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-submenu>ul.dropdown-menu {
    padding: 10px;
    top: 0;
    left: 100%;
    margin-top: 0;
    height: 100%;
    background-color: rgb(247, 247, 247);
    border-bottom-left-radius: 0;
    box-shadow: rgba(0, 0, 0, .0392157) 3px 1px 5px
}
.header-menu>i {
    font-size: 18px
}
.moremenuh>.header-menu {
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: none
}
.dropdown-submenu.list-group-item {
    background-image: none
}
.alert {
    padding: 8px 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.alert a {
    color: rgb(34, 34, 34);
    font-weight: 500
}
.list-group a {
    padding: 12px;
    text-transform: capitalize
}
ul {
    margin-bottom: 0
}
svg {
    vertical-align: middle
}
.madebyhand-search-loader {
    position: absolute;
    z-index: 110;
    height: 300px;
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    margin: 0 auto;
    left: 0;
    right: 0
}
.madebyhand-search-result {
    left: 0;
    right: 0;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 1002;
    max-height: 530px;
    overflow-y: auto;
    margin-top: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px
}

#cart .dropdown-menu p, #top-links3 .dropdown-menu p {
    margin-bottom: 0
}
.hsticky {
    background-color: #2e2d2c
}
.hsticky svg {
    fill: #fff;
    margin: 0 3px
}
.dropdown-menu {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: rgba(0, 0, 0, .172549) 0 0 5px
}
.thumb_img img {
    max-width: 26px;
    position: relative;
    top: -5px;
    margin-right: 5px
}
.product-thumb .button-group button {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .0980392) 0 0 3px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: rgb(255, 255, 255);
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    border: 1px solid rgb(231, 231, 231);
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px
}
.product-thumb .button-group button.cartb span {
    display: inline-block;
    vertical-align: middle
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 13%;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    background-color: rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
#scroll i {
    font-size: 27px
}
.btnminus, .btnplus {
    line-height: 22px
}
.product-thumb .button-group button.cartb {
    background-color: rgb(29, 64, 95);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid rgb(29, 64, 95);
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}
.list-group-item {
    border: 1px solid rgb(238, 238, 238)
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 99;
    text-transform: capitalize
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0
}
@media (max-width:779px) {
    .mobile-logo img {
        max-width: 150px;
        margin-left: 23%;
        position: absolute;
        top: 0
    }
    .madebyhand-search-loader {
        margin-right: 10px;
        margin-left: 10px;
        top: 62px
    }
    .madebyhand-search-result {
        margin-right: 10px;
        margin-left: 10px;
        top: 62px
    }
    .close-result .close span {
        right: 0;
        top: 60px
    }
    .dropdown-carrito {
        top: 55px;
        right: 0;
        max-width: 290px
    }
}
@media (max-width:1080px) and (min-width:1024px) {
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 59px!important;
        margin-left: 54px!important
    }
}
@media (max-width:1023px) and (min-width:769px) {
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 1px!important;
        margin-left: 54px!important
    }
}
@media (max-width:1409px) and (min-width:1200px) {
    .list-group a {
        font-size: 14px;
        letter-spacing: 0
    }
}
@media (max-width:812px) {
    .product-thumb .button-group button {
        margin: 0
    }
    .product-thumb .button-group button.cartb span {
        display: none
    }
}
@media (max-width:767px) {
    .mobile-logo img {
        max-width: 150px;
        margin-left: 20%;
        position: absolute;
        top: 0
    }
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        margin-left: -11px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 2px!important
    }
    #searchboxmobile {
        position: absolute;
        top: 12px;
        width: 73%;
        left: 50px;
        z-index: 10
    }
    .hsticky {
        padding: 0px!important
    }
    #cart::before {
        display: none
    }
}
#header .inline {
    display: inline-block;
    vertical-align: middle
}
#header .cd-dropdown-trigger {
    font-weight: 700;
    color: rgb(255, 255, 255);
    height: 40px!important;
    margin-top: -8px!important
}
#header a.cd-dropdown-trigger {
    overflow: hidden;
    display: inline-block
}
#header .fa.fa-bars {
    color: rgb(255, 255, 255);
    padding-top: 15px;
    font-size: 2rem!important
}
.fa {
    display: inline-block
}
.logo-menu {
    display: inline-block!important
}
#sticky-nav {
    top: calc(100% - -2px);
    left: 23px
}
.close-result {
    margin-top: 5px;
    float: right
}
.close-result .close {
    text-shadow: none;
    opacity: 1!important;
    color: rgb(255, 255, 255)!important;
    font-weight: 400!important
}
.close-result .close {
    opacity: 1!important;
    color: rgb(255, 255, 255)!important;
    font-weight: 400!important
}
.close-result .close span {
    font-size: 30px;
    position: absolute;
    margin-top: -10px
}
#logo-sticky span {
    margin-right: 12px
}
#share_full {
    font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}
#share_full .st-backdrop {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}
#share_full .st-btns {
    bottom: 56px;
    left: 0;
    margin: 300px auto 0;
    max-width: 90%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    z-index: 20;
    overflow-y: auto
}
#share_full .st-close {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    box-sizing: border-box;
    background-color: rgb(153, 153, 153);
    bottom: 28px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    height: 56px;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    right: 14px;
    width: 56px;
    z-index: 40
}
#share_full .st-btn {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}
#share_full .st-btn::before {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgb(255, 255, 255);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#share_full .st-btn>svg {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px
}
#share_full .st-btn>span {
    display: inline-block;
    letter-spacing: .5px;
    text-align: center;
    vertical-align: top
}
@media (max-width:1200px) {
    #share_full .st-btns {
        margin-top: 50px
    }
}
@media (max-width:800px) {
    #share_full .st-btns {
        margin: 0 auto;
        max-width: 100%;
        padding: 32px 10px 50px
    }
    #share_full .st-btn {
        width: 130px
    }
    #share_full .st-btn>span {
        width: 74px
    }
}
#share_full .st-btn[data-network="email"] {
    background-color: rgb(125, 125, 125)
}
#share_full .st-btn[data-network="evernote"] {
    background-color: rgb(91, 165, 37)
}
#share_full .st-btn[data-network="facebook"] {
    background-color: rgb(66, 103, 178)
}
#share_full .st-btn[data-network="phone"] {
    background-color: rgb(66, 103, 178)
}
#share_full .st-btn[data-network="gmail"] {
    background-color: rgb(212, 70, 56)
}
#share_full .st-btn[data-network="linkedin"] {
    background-color: rgb(0, 119, 181)
}
#share_full .st-btn[data-network="messenger"] {
    background-color: rgb(68, 138, 255)
}
#share_full .st-btn[data-network="pinterest"] {
    background-color: rgb(203, 32, 39)
}
#share_full .st-btn[data-network="print"] {
    background-color: rgb(34, 34, 34)
}
#share_full .st-btn[data-network="skype"] {
    background-color: rgb(0, 175, 240)
}
#share_full .st-btn[data-network="telegram"] {
    background-color: rgb(0, 136, 204)
}
#share_full .st-btn[data-network="twitter"] {
    background-color: rgb(85, 172, 238)
}
#share_full .st-btn[data-network="wechat"] {
    background-color: rgb(78, 192, 52)
}
#share_full .st-btn[data-network="whatsapp"] {
    background-color: rgb(37, 211, 102)
}
#cart .dropdown-menu, #top-links3 .dropdown-menu{
    max-height: 500px
}
@media only screen and (max-width:768px) {
    #share_full .st-btns {
        padding: 50% 10px 50px!important
    }
    #share_full .st-close {
        bottom: 200px!important;
        left: 40%!important
    }
    a#scroll {
        display: none!important
    }
    .sharethis_full_phone>.st-btns, .sharethis_full_email>.st-btns, .sharethis_full_whatsapp>.st-btns {
        margin: auto!important;
        width: 70%!important
    }
    .sharethis_full_phone>.st-btns .st-btn, .sharethis_full_whatsapp>.st-btns .st-btn {
        width: 160px!important
    }
    .sharethis_full_email>.st-btns .st-btn {
        width: 210px!important
    }
    .mobilemenu {
        padding: 0 12px
    }
}
html {
    font-family: sans-serif
}
body {
    margin: 0
}
nav {
    display: block
}
[hidden] {
    display: none
}
a {
    background-color: transparent
}
strong {
    font-weight: 700
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}
button {
    overflow: visible
}
button {
    text-transform: none
}
button {
    -webkit-appearance: button
}
input {
    line-height: normal
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
.glyphicon-plus::before {
    content: '\2b'
}
.glyphicon-minus::before {
    content: '\2212'
}
* {
    box-sizing: border-box
}
::after, ::before {
    box-sizing: border-box
}
html {
    font-size: 10px
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255)
}
button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: rgb(51, 122, 183);
    text-decoration: none
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
p {
    margin: 0 0 10px
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-3, .col-md-3, .col-sm-3, .col-sm-4, .col-xs-3, .col-xs-7, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-3, .col-xs-7, .col-xs-9 {
    float: left
}
.col-xs-9 {
    width: 75%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-3 {
    width: 25%
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px inset;
    box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px inset
}
.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153)
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .14902);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px;
    box-shadow: rgba(0, 0, 0, .172549) 0 6px 12px
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: rgb(51, 51, 51);
    white-space: nowrap
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control, .input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(235, 204, 209)
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221)
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0 1px 0;
    opacity: .2
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background-position: 0 0;
    background-repeat: initial initial
}
.row::after, .row::before {
    display: table;
    content: ' '
}
.row::after {
    clear: both
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (max-width:991px) and (min-width:768px) {
    .hidden-sm {
        display: none!important
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .hidden-md {
        display: none!important
    }
}
.mm-divider {
    position: relative;
    min-height: 20px;
    padding: 4.3px 10px 4.3px 20px;
    background-color: rgb(243, 243, 243);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 75%;
    text-transform: uppercase;
    opacity: 1;
    background-position: initial initial;
    background-repeat: initial initial
}
.mm-divider::before {
    background-color: rgba(0, 0, 0, .0470588);
    background-position: initial initial;
    background-repeat: initial initial
}
.mm-divider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}
.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    background-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    height: 40px;
    background-position: initial initial;
    background-repeat: initial initial
}
.mh-head a {
    color: inherit;
    text-decoration: none
}
.mh-head .mh-btns-left, .mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0
}
.mh-head .mh-btns-left {
    left: 10px
}
.mh-head .mh-btns-right {
    right: 10px
}
.mh-head .mh-btns-left>*, .mh-head .mh-btns-right>* {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)
}
.mh-head .mh-btns-left>:nth-child(1), .mh-head .mh-btns-right>:nth-child(1) {
    left: 0
}
.mh-head .mh-btns-right>:nth-child(2) {
    left: 40px
}
.mh-head .mh-btns-right>:nth-child(3) {
    left: 80px
}
.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-right {
    margin-left: .3em
}
.fa-check::before {
    content: '\f00c'
}
.fa-refresh::before {
    content: '\f021'
}
.fa-bars::before {
    content: '\f0c9'
}
.fa-angle-double-right::before {
    content: '\f101'
}
.fa-angle-right::before {
    content: '\f105'
}
.fa-angle-up::before {
    content: '\f106'
}
.fa {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-angle-double-right::before {
    content: '\f101'
}
.fa-angle-right::before {
    content: '\f105'
}
.fa-angle-up::before {
    content: '\f106'
}
.fa-bars::before {
    content: '\f0c9'
}
.fa-check::before {
    content: '\f00c'
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype')
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-position: initial initial;
    background-repeat: initial initial
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 120px
}
.p-0 {
    padding: 0px!important
}
.px-1 {
    padding-right: 0.25rem!important
}
.px-1 {
    padding-left: 0.25rem!important
}
.px-2 {
    padding-right: 0.5rem!important
}
.px-2 {
    padding-left: 0.5rem!important
}
.px-3 {
    padding-right: 1rem!important
}
.px-3 {
    padding-left: 1rem!important
}
.px-5 {
    padding-right: 3rem!important
}
.px-5 {
    padding-left: 3rem!important
}
.text-left {
    text-align: left!important
}
.text-center {
    text-align: center!important
}
body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    letter-spacing: .6px;
    background-color: rgb(255, 255, 255)
}
.list-group.list-group-horizontal {
    margin-bottom: 0px!important
}
.mobilemenu .fa.fa-bars {
    color: rgb(255, 255, 255);
    font-size: 1.7rem!important
}
.dropdown-carrito {
    top: 55px;
    right: 0;
    max-width: 290px
}
.mobile-logo img {
    max-width: 150px;
    margin-left: 35%;
    position: absolute;
    top: 0
}
.dot {
    height: 8px;
    width: 8px;
    background-color: green;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: inline-block;
    margin-left: -3px;
    position: absolute
}
.green {
    background-color: rgb(0, 168, 45)!important
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
#menu-mobile:not(.mm-menu) {
    display: none
}
.no-padding {
    padding: 0
}
.cart-input-value {
    text-align: center;
    border-top-width: 1px!important;
    border-style: solid none!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-bottom-width: 1px!important;
    border-bottom-color: rgb(29, 64, 95)!important;
    font-weight: 600!important;
    font-size: 15px!important;
    color: rgb(29, 64, 95)!important
}
.cart-input-less {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-width: 1px!important;
    border-bottom-width: 1px!important;
    border-left-width: 1px!important;
    border-style: solid none solid solid!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-bottom-color: rgb(29, 64, 95)!important;
    border-left-color: rgb(29, 64, 95)!important
}
.cart-input-less span, .cart-input-plus span {
    color: rgb(29, 64, 95)!important
}
.cart-input-plus {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-width: 1px!important;
    border-right-width: 1px!important;
    border-bottom-width: 1px!important;
    border-style: solid solid solid none!important;
    border-top-color: rgb(29, 64, 95)!important;
    border-right-color: rgb(29, 64, 95)!important;
    border-bottom-color: rgb(29, 64, 95)!important
}
.dropdown-submenu.list-group-item>ul.list-unstyled>li>a {
    border: none
}
.submenu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px!important;
    text-transform: uppercase!important
}
.list-group.list-group-horizontal {
    border: none;
    display: list-item;
    list-style: none
}
.text-center {
    text-align: center
}
.header-categoria {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600!important
}
.dropdown-submenu.list-group-item {
    border: none
}
li.dropdown-submenu.child>a {
    font-size: 12px;
    border: none;
    font-weight: 200!important;
    text-transform: capitalize!important
}
.list-group-horizontal .list-group-item {
    display: inline-table
}
.list-group-item {
    padding: 10px
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: 0;
    border-right-width: 0
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-right-width: 1px
}
.fa {
    font-size: 15px
}
.d-inline-block {
    display: inline-block
}
a {
    color: rgb(0, 0, 0);
    text-transform: none
}
:focus {
    outline: none
}
input[type="text"].form-control, input[type="number"].form-control {
    font-size: 14px
}
.input-group input {
    font-size: 14px
}
.mh-head {
    height: 57px;
    z-index: 1002!important
}
#cart>.dropdown-menu, #top-links3 .dropdown-menu {
    overflow-y: auto!important
}
.form-control {
    box-shadow: none;
    border: 1px solid rgb(238, 238, 238);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
#cart .dropdown-menu, #top-links3 .dropdown-menu {
    z-index: 1003
}
#cart .dropdown-menu, #top-links3 .dropdown-menu {
    min-width: 295px;
    padding: 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: scroll;
    max-height: 350px;
    max-width: 295px
}
.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-submenu>ul.dropdown-menu {
    padding: 10px;
    top: 0;
    left: 100%;
    margin-top: 0;
    height: 100%;
    background-color: rgb(247, 247, 247);
    border-bottom-left-radius: 0;
    box-shadow: rgba(0, 0, 0, .0392157) 3px 1px 5px;
    background-position: initial initial;
    background-repeat: initial initial
}
.header-menu>i {
    font-size: 18px
}
.moremenuh>.header-menu {
    padding: 8px 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: none
}
.dropdown-submenu.list-group-item {
    background-image: none;
    background-position: initial initial;
    background-repeat: initial initial
}
.alert {
    padding: 8px 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.alert a {
    color: rgb(34, 34, 34);
    font-weight: 500
}
.list-group a {
    padding: 12px;
    text-transform: capitalize
}
ul {
    margin-bottom: 0
}
svg {
    vertical-align: middle
}
.madebyhand-search-loader {
    position: absolute;
    z-index: 110;
    height: 300px;
    background-color: white;
    border: 1px solid rgb(238, 238, 238);
    margin: 0 auto;
    left: 0;
    right: 0
}
.madebyhand-search-result {
    left: 0;
    right: 0;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 99;
    max-height: 530px;
    overflow-y: auto;
    margin-top: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px
}

#cart .dropdown-menu p, #top-links3 .dropdown-menu p {
    margin-bottom: 0
}
.hsticky {
    background-color: #2e2d2c
}
.hsticky svg {
    fill: #fff;
    margin: 0 3px
}
.dropdown-menu {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: rgba(0, 0, 0, .172549) 0 0 5px
}
.thumb_img img {
    max-width: 26px;
    position: relative;
    top: -5px;
    margin-right: 5px
}
.product-thumb .button-group button {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .0980392) 0 0 3px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: rgb(255, 255, 255);
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    border: 1px solid rgb(231, 231, 231);
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px
}
.product-thumb .button-group button.cartb span {
    display: inline-block;
    vertical-align: middle
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 13%;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    background-color: rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: initial initial;
    background-repeat: initial initial
}
#scroll i {
    font-size: 27px
}
.btnminus, .btnplus {
    line-height: 22px
}
.product-thumb .button-group button.cartb {
    background-color: rgb(29, 64, 95);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid rgb(29, 64, 95);
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}
.list-group-item {
    border: 1px solid rgb(238, 238, 238)
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 99;
    text-transform: capitalize
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0
}
@media (max-width:779px) {
    .mobile-logo img {
        max-width: 150px;
        margin-left: 23%;
        position: absolute;
        top: 0
    }
    .madebyhand-search-loader {
        margin-right: 10px;
        margin-left: 10px;
        top: 62px
    }
    .madebyhand-search-result {
        margin-right: 10px;
        margin-left: 10px;
        top: 62px
    }
    .close-result .close span {
        right: 0;
        top: 60px
    }
    .dropdown-carrito {
        top: 55px;
        right: 0;
        max-width: 290px
    }
}
@media (max-width:1080px) and (min-width:1024px) {
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 59px!important;
        margin-left: 54px!important;
        background-position: initial initial;
        background-repeat: initial initial
    }
}
@media (max-width:1023px) and (min-width:769px) {
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 1px!important;
        margin-left: 54px!important;
        background-position: initial initial;
        background-repeat: initial initial
    }
}
@media (max-width:1409px) and (min-width:1200px) {
    .list-group a {
        font-size: 14px;
        letter-spacing: 0
    }
}
@media (max-width:812px) {
    .product-thumb .button-group button {
        margin: 0
    }
    .product-thumb .button-group button.cartb span {
        display: none
    }
}
@media (max-width:767px) {
    .mobile-logo img {
        max-width: 150px;
        margin-left: 20%;
        position: absolute;
        top: 0
    }
    .close-result .close span {
        font-size: 30px;
        position: absolute;
        background-color: rgb(29, 64, 95);
        margin-left: -11px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 30px;
        height: 30px;
        z-index: 1000;
        margin-top: 2px!important;
        background-position: initial initial;
        background-repeat: initial initial
    }
    #searchboxmobile {
        position: absolute;
        top: 12px;
        width: 73%;
        left: 50px;
        z-index: 10
    }
    .hsticky {
        padding: 0px!important
    }
    #cart::before {
        display: none
    }
}
#header .inline {
    display: inline-block;
    vertical-align: middle
}
#header .cd-dropdown-trigger {
    font-weight: 700;
    color: rgb(255, 255, 255);
    height: 40px!important;
    margin-top: -8px!important
}
#header a.cd-dropdown-trigger {
    overflow: hidden;
    display: inline-block
}
#header .fa.fa-bars {
    color: rgb(255, 255, 255);
    padding-top: 15px;
    font-size: 2rem!important
}
.fa {
    display: inline-block
}
.logo-menu {
    display: inline-block!important
}
#sticky-nav {
    top: calc(100% - -2px);
    left: 23px
}
.close-result {
    margin-top: 5px;
    float: right
}
.close-result .close {
    text-shadow: none;
    opacity: 1!important;
    color: rgb(255, 255, 255)!important;
    font-weight: 400!important
}
.close-result .close {
    opacity: 1!important;
    color: rgb(255, 255, 255)!important;
    font-weight: 400!important
}
.close-result .close span {
    font-size: 30px;
    position: absolute;
    margin-top: -10px
}
#logo-sticky span {
    margin-right: 12px
}
#share_full {
    font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}
#share_full .st-backdrop {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-position: initial initial;
    background-repeat: initial initial
}
#share_full .st-btns {
    bottom: 56px;
    left: 0;
    margin: 300px auto 0;
    max-width: 90%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    z-index: 20;
    overflow-y: auto
}
#share_full .st-close {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    box-sizing: border-box;
    background-color: rgb(153, 153, 153);
    bottom: 28px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    height: 56px;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    right: 14px;
    width: 56px;
    z-index: 40;
    background-position: initial initial;
    background-repeat: initial initial
}
#share_full .st-btn {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}
#share_full .st-btn::before {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgb(255, 255, 255);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: initial initial;
    background-repeat: initial initial
}
#share_full .st-btn>svg {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px
}
#share_full .st-btn>span {
    display: inline-block;
    letter-spacing: .5px;
    text-align: center;
    vertical-align: top
}
@media (max-width:1200px) {
    #share_full .st-btns {
        margin-top: 50px
    }
}
@media (max-width:800px) {
    #share_full .st-btns {
        margin: 0 auto;
        max-width: 100%;
        padding: 32px 10px 50px
    }
    #share_full .st-btn {
        width: 130px
    }
    #share_full .st-btn>span {
        width: 74px
    }
}
#share_full .st-btn[data-network="email"] {
    background-color: rgb(125, 125, 125)
}
#share_full .st-btn[data-network="evernote"] {
    background-color: rgb(91, 165, 37)
}
#share_full .st-btn[data-network="facebook"] {
    background-color: rgb(66, 103, 178)
}
#share_full .st-btn[data-network="phone"] {
    background-color: rgb(66, 103, 178)
}
#share_full .st-btn[data-network="gmail"] {
    background-color: rgb(212, 70, 56)
}
#share_full .st-btn[data-network="linkedin"] {
    background-color: rgb(0, 119, 181)
}
#share_full .st-btn[data-network="messenger"] {
    background-color: rgb(68, 138, 255)
}
#share_full .st-btn[data-network="pinterest"] {
    background-color: rgb(203, 32, 39)
}
#share_full .st-btn[data-network="print"] {
    background-color: rgb(34, 34, 34)
}
#share_full .st-btn[data-network="skype"] {
    background-color: rgb(0, 175, 240)
}
#share_full .st-btn[data-network="telegram"] {
    background-color: rgb(0, 136, 204)
}
#share_full .st-btn[data-network="twitter"] {
    background-color: rgb(85, 172, 238)
}
#share_full .st-btn[data-network="wechat"] {
    background-color: rgb(78, 192, 52)
}
#share_full .st-btn[data-network="whatsapp"] {
    background-color: rgb(37, 211, 102)
}
#cart .dropdown-menu {
    max-height: 500px
}
.ribbon-wrapper {
    position: absolute;
    z-index: 998;
    bottom: 65%;
    width: 100%
}
.ribbon-front {
    background-color: rgb(0, 168, 45);
    height: 30px;
    position: relative;
    z-index: 2;
    color: rgb(248, 248, 248);
    text-align: center;
    text-shadow: rgb(60, 118, 61) 0 1px 2px
}
.ribbon-front {
    -webkit-box-shadow: rgba(0, 0, 0, .54902) 0 0 4px
}
.glow {
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(20deg);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
    background-position: initial initial;
    background-repeat: initial initial
}
@media only screen and (max-width:768px) {
    #share_full .st-btns {
        padding: 50% 10px 50px!important
    }
    #share_full .st-close {
        bottom: 200px!important;
        left: 40%!important
    }
    a#scroll {
        display: none!important
    }
    .sharethis_full_phone>.st-btns, .sharethis_full_email>.st-btns, .sharethis_full_whatsapp>.st-btns {
        margin: auto!important;
        width: 70%!important
    }
    .sharethis_full_phone>.st-btns .st-btn, .sharethis_full_whatsapp>.st-btns .st-btn {
        width: 160px!important
    }
    .sharethis_full_email>.st-btns .st-btn {
        width: 210px!important
    }
    .mobilemenu {
        padding: 0 12px
    }
    .ribbon-front {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        font-family: 'bold Verdana', Geneva, sans-serif
    }
}