/*GLOBALS*/

.product-container h1.h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #000000;
}

.product-information p {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 0;
}

.caracteristicas_pro li {
    font-size: 13px;
}

.product-information .btn {
    color: #888888;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'ABeeZee';
}

span.current-price-value {
    color: #323232;
    font-size: 36px;
    font-weight: 400;
}

.product-information .btn:hover {
    color: #515151;
    border: 2px solid #1fc4b2;
}

.product-description:before{
    display: none !important;
}

.product-information {
    padding-bottom: 42px;
    border-bottom: 2px solid #ebebeb;
}

.product-actions.js-product-actions.row {
    margin-top: 22px;
}

.product-add-to-cart .qty {
    float: left;
    height: 52px;
    margin-right: 14px;
}

.product-add-to-cart .add {
    display: inline-block;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart {
    color: #000000;
    background: none !important;
    border: 2px solid #1fc4b2;
    border-radius: 4px;
    -webkit-transition: all 240ms ease-out!important;
    -moz-transition: all 240ms ease-out!important;
    -ms-transition: all 240ms ease-out!important;
    -o-transition: all 240ms ease-out!important;
    transition: all 240ms ease-out!important;
    width: 206px;
    max-width: 100%;
    height: 52px;
    font-weight: 600;
    font-family: 'ABeeZee';
    font-size: 14px;
    position: relative;
}

.product-description ul {
    margin-bottom: 9px;
}

.product-add-to-cart input#quantity_wanted {
    width: 52px;
    height: 52px;
    border: 2px solid #e5e5e5;
    text-align: center;
    font-weight: 600;
}

.product-add-to-cart span.input-group-btn-vertical {
    width: 27px;
    margin-left: 6px !important;
    position: relative;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin {
    width: 27px;
    height: 26px;
    color: #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 24px;
    font-size: 12px;
    border: 2px solid #e5e5e5;
    display: block;
    vertical-align: middle;
    padding: 0;
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -ms-transition: all 0.12s linear;
    transition: all 0.12s linear;
    text-align: center;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-top: none;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin i {
    font-weight: bold;
    font-family: 'FontAwesome';
    font-size: 0;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin i.touchspin-up:before {
    content: "\f106";
    font-size: 12px;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin i.touchspin-down:before {
    content: "\f107";
    font-size: 12px;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin i.touchspin-up:before, .product-add-to-cart button.btn.btn-touchspin.js-touchspin i.touchspin-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-add-to-cart input#quantity_wanted:focus {
    border-color: #323232;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin:hover {
    border: 2px solid #323232;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart:after {
    background: #1fc4b2;
    display: block;
    z-index: -1;
    position: absolute;
    content: " ";
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    height: 100%;
    top: 0;
    right: 0;
    width: 0px;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart:hover:after {
    left: 0%;
    right: auto;
    width: 100%;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart:hover span {
    color: white;
    z-index: 99999999;
    display: block;
    position: relative;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin:hover:before {
    background: #323232;
    z-index: 2;
    bottom: -1px;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up:before {
    bottom: -1px;
}

.product-cover .layer {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 10px;
    display: block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.25;
    background: none;
    filter: alpha(opacity=25);
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    -o-transition: all 120ms linear;
    transition: all 120ms linear;
    opacity: 0.45!important;
    cursor: pointer;
}

.product-cover {
    position: relative;
    cursor: pointer;
}

.product-cover i.zoom-in:before {
    width: 44px;
    height: 44px;
    background: none!important;
    color: #323232;
    font-family: "Ionicons";
    content: "\f48b";
    font-size: 44px;
    line-height: 46px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: normal;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    -o-transition: all 120ms linear;
    transition: all 120ms linear;
}

.product-cover i.zoom-in {
    font-size: 0;
}

.product-cover:hover .layer, .product-cover:hover .layer i:before {
    width: 60px;
    height: 60px;
}

.product-cover:hover .layer i:before {
    color: #009383;
    font-size: 60px;
    line-height: 60px;
}

.product-container section#content {
    border-bottom: 2px solid #ebebeb;
    position: relative;
}

.social-sharing ul {
    padding-left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.social-sharing ul li {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 20%;
}

.social-sharing ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #888888;
    font-weight: bold;
    width: 100%;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-sharing i.icon {
    font-size: 0;
    font-style: normal;
    font-family: 'FontAwesome';
    margin-right: 2px;
}

.social-sharing .facebook i.icon {
    color: #435f9f;
}

.social-sharing .facebook i.icon:before {
    content: "\f09a";
}

.social-sharing .twitter i.icon {
    color: #00aaf0;
}

.social-sharing  i.icon:before {
    font-size: 12px;
}

.social-sharing .twitter i.icon:before {
    content: "\f099"
}

.social-sharing .pinterest i.icon {
    color: #ce1f21;
}

.social-sharing .pinterest i.icon:before {
    content: "\f0d2";
}

.social-sharing .facebook a:hover {
    color: #435f9f;
}

.social-sharing .twitter a:hover {
    color: #00aaf0;
}

.social-sharing .pinterest a:hover {
    color: #ce1f21;
}

.social-sharing .pinterest a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-sharing {
    margin-top: 14px;
}

.tabs {
    margin-top: 30px;
    margin-bottom: 40px;
}

a.nav-link.active.js-product-nav-active {
    color: #009383;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

div#tab-content {
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding: 36px 40px 22px 40px;
}

.nav-tabs {
    border-bottom: 2px solid #e5e5e5;
    justify-content: center;
}

.nav-tabs .nav-link {
    padding: 28px 50px;
    border-color: #ededed !important;
    border-width: 2px 2px 0 2px;
    margin-bottom: -2px;
    border-radius: 0;
}

.product-container.js-product-container {
    margin-bottom: 30px;
    position: relative;
    align-items: stretch;
}

.product-attachments a {
    text-decoration: none;
}

.product-attachments a.btn.btn-default.btn-block {
    -webkit-transition: all 240ms ease-out!important;
    -moz-transition: all 240ms ease-out!important;
    -ms-transition: all 240ms ease-out!important;
    -o-transition: all 240ms ease-out!important;
    transition: all 240ms ease-out!important;
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'ABeeZee';
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 14px 0px;
}

.product-attachments a.btn.btn-default.btn-block:hover {
    font-weight: 600;
}

.product-navigation {
    float: right;
    margin-top: -4px;
    z-index: 1;
    position: relative;
}

.product-navigation a, .product-navigation a div.pn_image {
    background-color: #ffffff;
    border-color: #ededed;
    border-radius: 4px;
}

.product-navigation a {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: -2px;
    text-align: center;
    border: 2px solid #ededed;
    color: #bbbbbb;
    text-decoration: none!important;
    outline: none!important;
}

.product-navigation a:before{
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #323232;
}

.product-navigation a.product-prev:before {
    content: "\f104";
    padding-right: 1px;
}

.product-navigation a.product-next:before {
    content: "\f105";
    padding-left: 2px;
}

.product-navigation a.product-next div.pn_image {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: 16px;
}

.product-navigation a div.pn_image {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    opacity: 0;
    padding: 4px;
    border: 2px solid #ededed;
    background: #ffffff;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
    border-radius: 0;
}

.product-navigation a div.pn_image img {
    max-width: none;
    height: auto;
}

.product-navigation a.product-next:hover div.pn_image {
    margin-right: 0px;
}

.product-navigation a.product-next:hover div.pn_image {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.product-navigation a.product-prev:hover div.pn_image {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}

.product-navigation a.product-prev div.pn_image {
    margin-right: -16px;
    right: 0;
}

.product-navigation .pn_image span {
    display: none;
}

.product-flag.online-only {
    display: none;
}

span.product-flag.on-sale {
    position: absolute;
    z-index: 9;
    top: -23px;
    padding: 0 14px;
    margin-top: 0;
    line-height: 42px;
    background: #323232;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.social-sharing .sendtofriend i.icon:before {
    color: #efc500;
    content: "\f0e0";
}

.social-sharing ul li.sendtofriend a:hover {
    color: #efc500;
}

.product-add-to-cart button.btn.btn-touchspin.js-touchspin:hover i:before {
    font-weight: bold;
    color: #323232;
}

.product-description ul {
    padding-left: 20px;
}

.container-sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart:before {
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: " ";
    z-index: -2;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    background-color: white;
}

.product-add-to-cart button.btn.btn-primary.add-to-cart span {
    -webkit-transition: all 240ms ease-out!important;
    -moz-transition: all 240ms ease-out!important;
    -ms-transition: all 240ms ease-out!important;
    -o-transition: all 240ms ease-out!important;
}

.product-add-to-cart span.input-group-btn-vertical:hover:after {
    background: #323232;
}

.social-sharing ul li.facebook {
    order: 2;
}

.social-sharing ul li.twitter {
    order: 1;
}

.social-sharing ul li.pinterest {
    order: 4;
}

.social-sharing ul li.sendtofriend {
    order: 5;
}

.social-sharing ul li.google-plus {
    order: 3;
}

a#new_comment_tab_btn {
    text-decoration: none;
}

.product-cover img {
    width: 100%;
}

div#product-modal {
    padding: 0;
}

span.product-flag.out_of_stock {
    display: none;
}

a.breadcrumb-search:after {
    display: none;
}

a.breadcrumb-search {
    display: inline-block;
    color: #ababab;
    font: 400 14px/14px "Open Sans", sans-serif;
    margin-top: 10px;
    text-align: right;
    padding: 0px 16px 0px 15px;
    text-decoration: none;
    line-height: 50px;
    margin-bottom: -20px;
    border-right: 1px solid #eeeeee;
    margin-left: 15px;
    margin-right: 15px;
}

a.breadcrumb-search:hover {
    text-decoration: underline;
    color: #333;
}

.breadcrumb .pull-right {
    text-align: right;
}

nav.breadcrumb ol li {
    text-transform: uppercase;
}

.product-description h5 {
    line-height: 18px;
    color: #4a4e51;
}

p.infoCustomizable {
    color: #777777;
    margin-bottom: 30px;
    font-size: 13px;
}

.product-customization ul {
    padding-left: 0;
    margin-bottom: 9px;
}

.product-customization-item label {
    display: block;
    font-weight: 600;
    font-size: 23px;
    color: #777777;
    margin-top: 18px;
    margin-bottom: 9px;
    line-height: 25px;
}

.product-customization-item textarea {
    width: 50%;
    border: 2px solid #d6d4d4;
    resize: both;
    max-width: 300px;
    height: 60px;
    border-radius: 4px;
    color: #323232;
    font-size: 13px;
}

.customizableProducts {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;
}

button.btn.btn-primary[name="submitCustomizedData"] {
    float: right;
    width: auto;
    color: #323232;
    background: #ffffff;
    border-color: #e5e5e5;
    border-radius: 4px;
    height: auto;
    padding: 14px 30px;
    font-family: 'ABeeZee', Verdana, sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    margin-bottom: 15px;
}

button.btn.btn-primary[name="submitCustomizedData"]:hover {
    color: #009383;
    border-color: #1fc4b2;
}

p.clear.required {
    color: #777777;
    font-size: 13px;
    margin-bottom: 15px;
}

.product-customization-item 
.customization-message label {
    font-size: 14px;
}

.product-customization-item span.js-file-name {
    display: block;
    color: #777;
    border: solid 1px #dddddd;
    font-size: 13px;
    background: #fbfbfb;
    margin-right: 10px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    margin: 0px 0 0px 0px;
    line-height: 18px;
    width: 130px;
    padding: 10px;
    margin-right: 10px;
}

span.custom-file {
    background: none;
    width: 100%;
    max-width: 270px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

span.custom-file input {
    min-height: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.product-customization-item span.product-customization-item-file-title {
    display: block;
    color: #333333;
    font-size: 13px;
}

.custom-file button.btn.btn-primary {
    font-size: 13px;
    padding: 10px 10px;
    border: 1px solid #dddddd;
    width: 100%;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
    color: #6d6d6d;
    border: 2px solid #e5e5e5;
    background: #ffffff;
    border-radius: 4px;
    height: 42px;
    text-transform: none !important;
}

.product-customization-item a.remove-image {
    color: #cccccc;
    font-size: 0;
}

.product-customization-item a.remove-image:before {
    display: inline-block;
    content: "\f12a";
    font-family: "Ionicons";
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    -webkit-transition: all 120ms linear;
    -moz-transition: all 120ms linear;
    -ms-transition: all 120ms linear;
    -o-transition: all 120ms linear;
    transition: all 120ms linear;
}

.product-customization-item a.remove-image:hover {
    color: #1fc4b2 !important;
}

.social-sharing .google-plus i.icon {
    color: #e04b34;
}

.social-sharing .google-plus i.icon:before {
    content: "\f0d5";
}

.social-sharing ul li.google-plus a:hover {
    color: #e04b34!important;
}

/*END GLOBALS*/

/*DESKTOP*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/
@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .product-container.js-product-container{
        margin-right: 0;
    }
    .container-sticky{
        padding-right: 0;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    
}

@media (max-width: 1199.98px) {
    .tabs {
        margin-top: 56px;
    }
    .product-container.js-product-container{
        margin-bottom: 100px;
    }
    .product-price.h5 {
        margin-bottom: 22px;
    }
}

@media (max-width: 991.98px) {
    .product-navigation a div.pn_image{
        display: none;
    }
    .breadcrumb .pull-right {
        text-align: center;
        margin-bottom: -12px;
        margin-top: 14px;
    }
    a.breadcrumb-search {
        border: none;
        line-height: 22px;
        margin-bottom: 0;
    }
    .custom-file button.btn.btn-primary {
        max-width: 130px;
    }
}

@media (max-width: 767.98px) {
    .product-navigation {
        margin-top: 30px;
        margin-left: 10px;
    }
    
    .product-container h1.h1 {
        margin-top: 20px;
        margin-bottom: 14px;
        font-size: 20px;
    }
    
    .product-actions.js-product-actions.row {
        margin-top: 22px;
    }
    
    form#add-to-cart-or-refresh {
        margin-top: 14px;
    }
    .nav-tabs .nav-link {
        font-size: 14px!important;
        padding: 20px;
    }
    .nav-tabs .nav-link {
        font-size: 14px!important;
        padding: 20px;
    }
    
    .product-add-to-cart span.input-group-btn-vertical {
        width: auto;
        height: 52px;
        display: flex;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin {
        width: 52px;
        height: 52px;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
        margin-right: 5px;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up:before {
        display: none;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin:before {
        display: none;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
        border-top: 2px solid #e5e5e5;
    }
    
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin:hover {
        border-top: 2px solid #323232;
    }
    .product-cover .layer{
        display: none;
    }
    .social-sharing ul {
        margin-top: 18px;
    }
    .product-cover {
        margin-bottom: 15px;
    }
    .social-sharing {
        margin-top: 36px;
    }
}

@media (min-width: 360px) and (pointer: coarse) {

}

@media (max-width: 575.98px) {
    
}

@media (max-width: 479.98px) {
    .product-add-to-cart .add {
        display: block;
    }
    
    .product-add-to-cart button.btn.btn-primary.add-to-cart {
        width: 100%;
        padding: 26px 34px;
        height: 72px;
        line-height: 14px;
        margin-top: 20px;
    }
    
    .product-add-to-cart .qty {
        width: 100%;
        text-align: center;
        height: auto;
        float: none;
    }
    
    .product-add-to-cart input#quantity_wanted {
        float: none;
        width: 84px;
        height: 84px;
        max-width: 84px;
        font-size: 22px;
        vertical-align: top;
        display: block !important;
    }
    
    .product-add-to-cart span.input-group-btn-vertical {
        display: block;
        margin-left: 10px !important;
    }
    
    .product-quantity .input-group {
        justify-content: center;
    }
    .product-add-to-cart button.btn.btn-touchspin.js-touchspin {
        width: 42px;
        height: 42px;
    }
    .social-sharing ul li a {
        font-size: 0;
    }
    
    .social-sharing i.icon:before {
        font-size: 28px;
    }
    ul.nav.nav-tabs {
        display: block;
    }
    .nav-tabs .nav-link {
        margin-bottom: 0;
    }
    .not_home #wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    span.product-flag.on-sale {
        display: none;
    }
    .social-sharing {
        margin-top: 25px;
    }
}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1704.98px) {

}

/*MEDIA QUERIES DESKTOP*/