html, body {
    width: 100%;
    overflow-x: hidden;
}
input.form-control,
select.form-control,
textarea.form-control {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    margin: 0 !important;
}
textarea.form-control {
    height: 75px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-plus {
    display: inline-block;
    width: auto;
    line-height: 30px;
    background: #343538;
    color: #dcb86c;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
    padding: 0 10px;
}
.btn-plus:hover {
    color: #fff !important;
    background: #dcb86c;
}

button.pro-details-cart {
    display: inline-block;
    width: auto;
    line-height: 50px;
    background: #343538;
    color: #dcb86c;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 3px;
    border: none;
    margin: 0 !important;
}
button.pro-details-cart:hover {
    color: #fff !important;
    background: #dcb86c;
}
button.pro-details-cart i {
    font-size: 20px;
    margin-right: 10px;
}

.player-line {
    margin-top: 5px;
}

.addImag {
    width: 80px;
    height: 60px;
    background: #f4f4f4;
    float: left;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    transition: all ease-in 0.2s;
}
.addImag:hover {
    background: #dcb86c;
}
.addImag::after {
    height: 20px;
    width: 1px;
    background: #39393a;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.addImag:hover::before,
.addImag:hover::after {
    background: #fff;
}
.addImag::before {
    height: 1px;
    width: 20px;
    background: #39393a;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.fa-thumb-tack {
    background: #ffc600;
    color: #39393a;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    margin-right: 5px;
}
.imgPrev {
    height: 60px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    position: relative;
}
.dz-preview {
    display: none;
}

.uploader {
    display: inline-block;
    width: 80px;
    height: 60px;
    border: 1.5px solid #e0e0e0;
    border-radius: 3px;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    line-height: 60px;
}
.uploader:hover,
.uploader.dz-drag-hover {
    border: 1.5px #dcb86c dashed;
}

.uploader:hover::after,
.uploader.dz-drag-hover::after {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    background: #dcb86c;
    border-radius: 50%;
    color: #fff;
    font-family: "FontAwesome";
    content: "\f0ee";
}

.uploader.icon {
    width: 60px;
    height: 60px;
}

.uploader .preview {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.uploader .loading {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    background: #fff;
    border-radius: 50%;
    color: #ff7c79;
    -webkit-animation: pulse 0.5s infinite;
    animation: pulse 0.5s infinite;
}

.preview {
    width: 80px;
    height: 50px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.preview.dz-clickable {
    width: 100%;
    height: 180px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.preview.dz-clickable::after {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    content: "Cambiar imagen";
    background: rgba(0, 0, 0, 0.5);
    transition: all ease-in 0.2s;
    opacity: 0.8;
    border-radius: 0 0 5px 5px;
}

.preview.dz-clickable:hover::after {
    opacity: 1;
    content: "Da click o arrastra una imagen a esta \E1rea";
}

.paymentBox {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid transparent;
}
.paymentBox.active {
    background: #f8fafc;
    border-color: #dcdfe6;
}

.label-status {
    font-size: 12px;
    background: #e2e7eb;
    border-radius: 3px;
    padding: 5px 10px;
}
.label-status.curso {
    background: #64c0dc;
    color: #fff;
}
.label-status.Entregado {
    background: #90ca4b;
    color: #fff;
}

.flag {
    width: 15px;
    height: 15px;
}

.button.button-share {
    display: inline-block;
    margin: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8a8a8a;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    transition: all ease-in 0.2s;
}
.button.button-share:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

.button.button-share.twitter {
    background: #55acee;
}
.button.button-share.facebook {
    background: #3b5998;
}
.button.button-share.whatsapp {
    background: #12af0a;
}

.upload__file {
    text-transform: uppercase;
    text-decoration: underline;
    color: #767676;
    font-weight: 500px;
    width: 100%;
    clear: both;
}
.remove_file {
    color: #e9595e !important;
}
.file_attached {
    color: #36ac51;
    font-size: 12px;
    padding-left: 15px;
}
.upload_title {
    font-weight: 500;
}
.chooseColor {
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 -10px;
    line-height: 10px;
}
.row-titles {
    font-size: 0.9em;
    line-height: 1.2em;
}
.sockPreview {
    width: 100%;
    height: 100px;
    background: center center no-repeat;
    background-size: contain;
}

#clothGallery {
    border: 3px solid #dcb86c;
    height: 96%;
    height: calc(100%-10px);
    overflow: hidden;
}
#clothGallery .owl-stage-outer {
    height: 100%;
}
#clothGallery .owl-stage {
    height: 100% !important;
}
#clothGallery .owl-item {
    height: 100%;
}
#clothGallery .sin-portfolio-details {
    height: 100% !important;
}
#clothGallery video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.previewPlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-full, .banner-full-mobile {
    width: 100%;
    height: auto !important;
}
.banner-full-mobile {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .banner-full {
        display: none !important;
    }
    .banner-full-mobile {
        display: block !important;
    }
}
.section-title .home-title {
    font-size: 20px;
    margin: 10px auto 15px;
    max-width: 600px;
}
@media screen and (max-width: 767px) {
    .section-title .home-title {
        font-size: 15px;
        line-height: 20px;
    }
}
.home-star {
    color: #c3c4c6;
    margin: 0 3px;
    font-size: 16px;
}
.home-steps {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.home-steps img {
    width: 100%;
    height: auto;
}
.col-contact-btn {
    padding: 20px 30px;
}
.btn-contact-black {
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .col-contact-btn {
        padding: 20px 10px;
    }
    .btn-contact-black {
        max-width: 240px;
    }
}
@media (max-width: 575px) {
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 10px;
      padding-left: 10px;
    }
  }
h4 {
    color: #6a6a6a;
    font-weight: 500;
}

.projectsSliders {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.projectsSlider {
    width: 100%;
    height: auto;
}
.projectsSlider img {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #dbac57;
    color: #dbac57;
    transition: all ease-in 0.2s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #dbac57;
    color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
    left:40px;
}
.owl-carousel .owl-nav .owl-next {
    right:40px;
}
.owl-carousel .owl-nav i {
    font-size: 20px;
    line-height: 46px;
}

@media screen and (max-width: 767px) {
    .owl-carousel .owl-nav {
        top: 40%;
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border: 1px solid #dbac57;
    }
    .owl-carousel .owl-nav .owl-prev {
        left:20px;
    }
    .owl-carousel .owl-nav .owl-next {
        right:20px;
    }
    .owl-carousel .owl-nav i {
        font-size: 16px;
        line-height: 36px;
    }
}

.stepContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}
@media screen and (max-width: 767px) {
    .stepContainer {
        width: 50%;
        padding: 30px 30px;
    }
}
.stepImg {
    width: 70%;
    max-width: 220px;
}

.instagram-area {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.instagram-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .instagram-container .col-md-4 {
        display: none;
    }
    .instagram-container .col-md-4:first-child {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .shop-page-area.pt-120 {
        padding-top: 60px;
    }
}

.account-menu {
    display: none !important;
}
.account-menu.account-menu-visible {
    display: inline-block !important;
}
.bookmark-button {
    display: flex;
    position: absolute;
    top: 10px;
    right: 25px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #313139;
    z-index: 10;
    cursor: pointer;
    transition: all ease-in 0.2s;
}
.bookmark-button:hover {
    background: #494952;
}
.favorites-empty {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin-top: 80px;
}
.favorites-empty img {
    margin: 0 auto;
}
.favorites-empty h3 {
    color: #888888 !important;
}