/*******************************************************
 *
 * Store Details
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

p#breadcrumbs {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin: 30px 0;
    font-family: "Inter", sans-serif;
}

p#breadcrumbs a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

p#breadcrumbs a:hover {
    color: #e9b557;
}

#ip-store-details {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-store-container, .ip-store-wrapper, .ip-store-main, .ip-store-cart, .ip-store-row, .ip-store-gallery-container, .ip-store-gallery-slide, .ip-store-gallery-img, .ip-store-gallery-img canvas, .ip-store-gallery-thumb-slide, .ip-store-gallery-thumb-img, .ip-store-gallery-thumb-img canvas, .ip-store-details-container, .ip-store-details-title, .ip-store-price, .ip-store-content, .ip-store-field-inner {
    display: block;
    position: relative;
}

#inner-page-wrapper > .--defaultPadding {
    padding: 0;
}

.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-store-container {
    padding: 0 0 145px;
}

.ip-store-main {
    margin-top: 40px;
}

.ip-store-cart a {
    display: inline-block;
    position: relative;
}

.ip-store-cart a img {
    max-width: 100%;
    height: auto;
}

.cart-label {
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e9b557;
    font-size: 10px;
    line-height: 1;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ip-store-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-store-col:first-child {
    width: 44.298%;
}

.ip-store-col:last-child {
    width: 55.702%;
}

.ip-store-cart {
    text-align: right;
    margin-bottom: 95px;
}

.ip-store-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ip-store-gallery-slide:not(.slick-initialized) .ip-store-gallery-item:nth-child(n+2) {
    display: none;
}

.ip-store-gallery-thumb-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 5);
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.ip-store-gallery-thumb-img {
    background-color: #e9b557;
    overflow: hidden;
}

.ip-store-gallery-thumb-item:hover .ip-store-gallery-thumb-img img {
    opacity: .50;
}

.ip-store-gallery-thumb-slide:not(.slick-initialized) .ip-store-gallery-thumb-item:nth-child(n+5) ~ div {
    display: none;
}

.ip-store-gallery-thumb-img canvas, .ip-store-gallery-img canvas {
    width: 100%;
    height: 100%;
}

.ip-store-gallery-thumb-img img, .ip-store-gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-store-details-title span {
    font-family: Times New Roman;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.010em;
    color: #000;
    font-weight: 700;
}

.ip-store-price span {
    font-size: 15px;
    line-height: 1;
    color: #b2b2b2;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.ip-store-details-title {
    margin-bottom: 20px;
}

.ip-store-price {
    margin-bottom: 25px;
}

.ip-store-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Inter", sans-serif;
}

.ip-store-content {
    margin-bottom: 45px;
}

.ip-store-gallery-container {
    margin-right: 60px;
    overflow: hidden;
}

.ip-ip-store-field {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    position: relative;
}

.ip-store-form {
    width: 100%;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-ip-store-field label {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.100em;
    color: #b2b2b2;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.ip-ip-store-field select, .ip-ip-store-field input[type=number] {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    border: none;
    font-size: 14px;
    line-height: normal;
    color: #4c4c4c;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 0 20px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    border: none;
    border-radius: 0;
}

.ip-ip-store-field.form-submit {
    width: 100%;
    margin-top: 55px;
    margin-left: 5px;
}

.ip-ip-store-field.form-submit .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    max-width: 186px;
    border: 1px solid #e9b557;
    z-index: 5;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #e9b557;
    padding: 0 5px 4px 0;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    background-color: transparent;
    position: relative;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.ip-ip-store-field.form-submit .submit-btn:before {
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 1px solid #e9b557;
}

.ip-store-gallery-slide {
    margin-bottom: 36px;
}

.ip-store-gallery-thumb-slide {
    margin: 0 -28px;
    overflow: hidden;
}

.field-size .ip-store-field-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4d4d4d;
}

span.ui-spinner.ui-corner-all.ui-widget.ui-widget-content {
    border-radius: 0!important;
    border: none!important;
    width: 100%;
    position: relative;
    display: block;
}

.ui-icon, .ui-widget-content .ui-icon {
    display: none;
}

a.ui-spinner-down {
   position: absolute;
   bottom: 0;
   right: 0;
   height: 50%;
   width: 47px;
}

a.ui-spinner-up {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 47px;
}

a.ui-spinner-up:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #4d4d4d;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

a.ui-spinner-down:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4d4d4d;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ip-ip-store-field input[type="number"]::-webkit-inner-spin-button,
.ip-ip-store-field input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.ip-ip-store-field input[type="number"] {
  -moz-appearance: textfield;
}

.ip-ip-store-field.form-submit .submit-btn:hover {
    background-color: #e9b557;
    color: #000;
    border-color: #e9b557;
}

.ip-store-gallery-thumb-slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),color-stop(30%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.ip-store-gallery-thumb-slide:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(80%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    pointer-events: none;
}

.ip-store-gallery-thumb-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 1px solid var(--secondary);
    z-index: 2;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.slick-slide.slick-current.slick-center .ip-store-gallery-thumb-img:before {
    opacity: 1;
    visibility: visible;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-store-details-title span {
        font-size: 35px;
    }

    .ip-store-content p {
        font-size: 13px;
    }

    .ip-ip-store-field.form-submit {
        margin-top: 42px;
    }

    .ip-store-content {
        margin-bottom: 35px;
    }

    .ip-store-cart {
        margin-bottom: 75px;
    }

    .ip-store-container {
        padding: 0 0 85px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-store-col {
        width: 100%!important;
        display: block;
    }

    .ip-store-gallery-container {
        margin: 0 auto;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-store-gallery-thumb-slide:before, .ip-store-gallery-thumb-slide:after {
        display: none;
    }

    .slick-slide.slick-current.slick-active .ip-store-gallery-thumb-img:before {
        opacity: 1;
        visibility: visible;
    }

    .ip-store-gallery-thumb-slide {
        margin: 0 -5px;
    }

    .ip-store-details-container {
        margin: 50px 0 0;
        text-align: center;
    }

    .ip-store-form {
        margin: 0 auto;
    }

    .ip-ip-store-field.form-submit {
        margin: 30px auto 0;
    }

    .ip-ip-store-field.form-submit button {
        margin: 0 auto;
    }

    .ip-ip-store-field {
        width: calc(50% - 10px);
    }

    .ip-store-container {
        padding: 0 0 60px;
    }

    .ip-store-main {
        margin-top: 20px;
    }

    .ip-store-cart {
        margin-bottom: 30px;
    }

    .ip-store-gallery-slide {
        margin-bottom: 10px;
    }

    .ip-store-details-title span {
        font-size: 30px;
        letter-spacing: normal;
    }

    .ip-store-details-container {
        margin: 40px 0 0;
    }

    .ip-store-gallery-thumb-slide:not(.slick-initialized) .ip-store-gallery-thumb-item:nth-child(n+2) ~ div {
        display: none;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}
