/* ============= ---- Transitions ---- ================ */
.slick-arrow, .slick-arrow:before, .btn-option, .sctmeta-product_gallery li picture, .sct-customise {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/* ============= ---- Generics ---- ================ */




/* ============= ---- SCT Content ---- ================ */
.sct_meta .container-core {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sct_meta.meta_gallery .sctmeta-content { width: 500px; }
.sct_meta.meta_gallery .sctmeta-product_image { width: calc(100% - 500px - 300px - 100px); }
.sct_meta.meta_gallery .sctmeta-product_gallery { width: 100px; }

.sct_meta.meta_single .sctmeta-content { width: 500px;}
.sct_meta.meta_single .sctmeta-product_image { width: 500px; margin-right: 100px; }

/* ===== -- META Content -- ======== */
.sctmeta-content h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 30px;
}

/* Star Rating */
.sctmeta-content .woocommerce-product-rating {
    margin-bottom: 30px;
}

.sctmeta-content .woocommerce-review-link {
    font-size: 16px;
    color: #747474;
}


/* Price */
.price {
    font-family: 'kepler-std', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #05618f;
}

.price small {
    font-size: 18px;
}

.price del {
    opacity: .5;
    display: inline-block;
}

.bundle_price .price .price-subtotal, .bundle_price .price .price-discount, .bundle_price .price .price-total {
    display: block;
    margin: 0 0 0.5em;
}

.sctmeta-content .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}


a.ni-smooth {
    display: block;
    margin-bottom: 30px;
}

/* Stamps */
.product-stamps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-stamps li {
    width: calc(100% / 5 - 25px);
    margin-right: 25px;
}

.product-stamps li:last-child {
    margin-right: 0;
}

.product-stamps li * {
    display: block;
    width: 100%;
    height: auto;
}


/* Product Table */
.table-toggle {
    cursor: pointer;
    padding: 0 0 0 30px;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    position: relative;
}

.discount-table {
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

.table-toggle:before {
    font-family: "Sct";
    content: "\f001";
    font-weight: 500;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.5;
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-toggle.table-active:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.table-content {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.product-table {
    display: table;
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.producttable-row {
    display: table-row;
}

.producttable-row div {
    display: table-cell;
    padding: 10px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #eee;
}

.producttable-row div:last-child {
    border-right: 0;
}

.producttable-row:last-child div {
    border-bottom: 0;
}

.producttable-title div {
    background-color: #05618f;
    color: #fff;
}

.producttable-row .producttable-subtitle {
    background-color: #618496;
    color: #fff;
}


.trade-prices {
    margin-bottom: 30px;
}


/* ============= ---- SCT Product Image ---- ================ */
.product_flavours {
    background-color: rgba(201,35,35,0.95);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-arrow {
    width: 40px;

    height: 40px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 5px;
    outline: 0;
    z-index: 9;
    position: absolute;
    top: calc(50% - 20px);
    background-color: transparent;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-prev {
    left: 0;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-next {
    right: 0;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-arrow:before {
    font-family: 'Sct';
    font-weight: 600;
    line-height: 0;
    font-size: 16px;
    color: rgba(0,0,0,0.2);
    content: '\f001';
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-prev:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper:hover .slick-arrow:before {
    font-size: 26px;
    color: #000;
}

.sctmeta-product_image .woocommerce-product-gallery__wrapper .slick-arrow:hover {
    background-color: rgba(0,0,0,0.05);
}


/* ============= ---- SCT Product Gallery ---- ================ */
.sctmeta-product_gallery {
    text-align: center;
}

.sctmeta-product_image {
    position: relative;
}

.woocommerce-product-gallery, .woocommerce-product-gallery * {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

.sct_meta .sctmeta-product_gallery li {
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    background-image: url(../icons/logo-back-gallery.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}

.sct_meta .sctmeta-product_gallery li * {
    width: 100%;
    display: block;
    height: auto;
}

.sct_meta .sctmeta-product_gallery li:hover picture {
    transform: scale(1.03);
}

.sctmeta-product_gallery .slick-arrow {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 5px;
    outline: 0;
    z-index: 9;
    background-color: transparent;
}

.sctmeta-product_gallery .slick-arrow:before {
    font-family: 'Sct';
    font-weight: 600;
    line-height: 0;
    font-size: 22px;
    color: rgba(0,0,0,0.7);
    content: '\f001';
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sctmeta-product_gallery .slick-prev:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sctmeta-product_gallery .slick-arrow:hover:before {
    font-size: 28px;
    color: #000;
}

/* Lightbox */
.pswp__bg { background: #e5e3dd; }
.pswp__caption__center { color: #fff; }
.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar { background-color: #333333; }


/* ============= ---- Get Started ---- ================ */
.basket-options {
    max-width: 500px;
    width: calc(100% - 60px);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
    background: #fff9f1;
    padding: 50px;
	box-shadow: 3px 3px #d6d5d4;
}

.basket-options li {
    margin-right: 20px;
}

.basket-options li:last-child {
    margin-right: 0;
}

.basket-options li .btn-option {
    font-family: 'kepler-std', serif;
    font-style: normal;
    display: block;
	font-size: 20px;
    border: 0;
    border-radius: 5px;
    outline: 0;
    text-align: center;
    width: 165px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 6px 6px 7px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 6px 6px 7px -6px rgba(0,0,0,0.6);
    box-shadow: 6px 6px 7px -6px rgba(0,0,0,0.6);
}

.basket-options li button:hover {
    box-shadow: 4px 4px #000;
}

.btn-general-checkout {
    background-color: #000;
    color: #fff;
}

.btn-faster-checkout {
    background-color: #05618f;
    color: #fff;
}


/* ============= ---- Product Customise ---- ================ */
.sct-customise.customise-product {
    /* position: relative; */
    background-color: #fff9f1;
    padding: 120px 0;
    overflow: hidden;
}

.sct-customise.section-simple {
    margin-top: 60px;
}

.sct-customise.section-simple .section-header h2 {
    font-size: 30px;
}

.sct-customise.section-simple .section-header h2:before {
    height: 6px;
    bottom: 0;
}


/* ============= ---- Variations ---- ================ */
.product .variations .label {
    font-weight: 600;
    font-size: 16px;
    padding: 18px 25px 0 0;
    width: 120px;
    vertical-align: top;
}

.product .variations tr td {
    padding: 10px 0;
}

.product .reset_variations {
    display: none!important;
}

.product .variations .sctRadio {
    background-color: #fff;
    margin: 0 10px 10px 0;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;

    font-family: 'kepler-std', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.product .variations .sctRadio.selected {
    background-color: #05618f;
    color: #fff;
}

.product .variations .sctRadio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* ============= ---- Product Quantity ---- ================ */
.product-qty {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.product-qty .plus, .product-qty .minus {
    display: flex;
    justify-content: center;
    align-items: center;

    outline: 0;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    border: 0;
}

.product-qty .plus {
    background: #05618f;
    color: #fff;
    border: 2px solid #f3f3f3;
}

.product-qty .minus {
    background: #05618f;
    color: #fff;
    border: 2px solid #f9f9f9;
}

.product-qty .plus:hover,
.product-qty .minus:hover {
    background: #3e3e3e;
    color: #fff;
}

.product-qty input {
    outline: 0;
    border: 0;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    font-weight: 600;
}

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

.product-qty input[type=number] {
  -moz-appearance: textfield;
}

.value select,
.component_options select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding: 12px 60px 12px 15px;
    outline: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.04);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.04);
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor: pointer;

    background-image: linear-gradient(45deg, transparent 50%, #4d4d4d 50%),
        linear-gradient(135deg, #4d4d4d 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1.3em + 2px),
        calc(100% - 15px) calc(1.3em + 2px), calc(100% - 2.8em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 32px;
    background-repeat: no-repeat;
}

.value select:focus,
.component_options:focus {
    background-image: linear-gradient(45deg, #4d4d4d 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #4d4d4d 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1.3em, calc(100% - 20px) 1.3em,
        calc(100% - 2.8em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 32px;
    background-repeat: no-repeat;
}




.component_options select {
    display: block;
    margin: 0 auto;
}

.clear_component_options {
    display: none;
}










/* ======================= -------- Media Queries -------- ========================== */
.sct-customise.sct-customise-main {
    position: relative;
}

.sct-customise-main .btn-checkout {
    display: none;
}















/* ======================= -------- Default Checkout -------- ========================== */
/* Full Screen Close - Animation */
    @-webkit-keyframes SCT-full-close {
        0% { opacity: 0; -webkit-transform: translateY(500px); transform: translateY(500px); }
        100% { opacity: 1; -webkit-transform: none; transform: none; }
    }

    @keyframes SCT-full-close {
        0% { opacity: 0; -webkit-transform: translateY(500px); transform: translateY(500px); }
        100% { opacity: 1; -webkit-transform: none; transform: none; }
    }

    .sct-customise.sct-customise-main {
        animation-name: SCT-full-close;
        -webkit-animation-name: SCT-full-close;
        animation-duration: 0.3s;
        opacity: 1;
    }


/* Full Screen Open - Animation */
    @-webkit-keyframes SCT-full-open {
        0% { opacity: 0; -webkit-transform: scale(0.7); transform: scale(0.7); }
        100% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
    }

    @keyframes SCT-full-open {
        0% { opacity: 0; -webkit-transform: scale(0.7); transform: scale(0.7); }
        100% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
    }

    .sct-customise.sct-customise-full {
        animation-name: SCT-full-open;
        -webkit-animation-name: SCT-full-open;
        animation-duration: 0.3s;
        opacity: 1;
    }





/* ======================= -------- Faster Checkout -------- ========================== */
.sct-customise.sct-customise-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}


.sct-customise-full .btn-checkout {
    display: block;
    position: absolute;
    top: 45px;
    right: 100px;
    transition: .3s;
    cursor: pointer;
    background: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
    outline: 0;
    border: 0;
}

.checkout-bar {
    height: 3px;
    width: 25px;
    display: block;
    margin: 0px 0 0px auto;
    position: relative;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.checkout-bar:nth-of-type(1) {
    -moz-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
}

.checkout-bar:nth-of-type(2) {
    -moz-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    -webkit-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}






/* ======================= -------- Media Queries -------- ========================== */
@media (max-width: 1400px) {
    .sct_meta.meta_gallery .sctmeta-product_image { width: calc(100% - 500px - 150px - 100px); }
}

@media (max-width: 1300px) {
    .sct_meta.meta_gallery .sctmeta-content { width: 475px; }
    .sct_meta.meta_gallery .sctmeta-product_image { width: calc(100% - 475px - 100px - 100px); }

    .sct_meta.meta_single .sctmeta-content { width: 475px;}
    .sct_meta.meta_single .sctmeta-product_image { margin-right: unset; }
}

@media (max-width: 1300px) {
    .sct_meta.meta_gallery .sctmeta-content { width: 450px; }
    .sct_meta.meta_gallery .sctmeta-product_image { width: calc(100% - 450px - 100px - 100px); }

    .sct_meta.meta_single .sctmeta-content { width: 450px; }
}

@media (max-width: 1200px) {
    .sct_meta.meta_gallery .sctmeta-product_image, .sct_meta.meta_single .sctmeta-product_image { width: calc(100% - 450px - 100px); }
    .sct_meta.meta_gallery .sctmeta-product_gallery { display: none; }
}

@media (max-width: 1100px) {
    .sct_meta.meta_gallery .sctmeta-content, .sct_meta.meta_single .sctmeta-content { width: 400px;}
    .sct_meta.meta_gallery .sctmeta-product_image, .sct_meta.meta_single .sctmeta-product_image{ width: calc(100% - 400px - 50px); }
}

@media (max-width: 1000px) {
    .sct_meta.meta_gallery .sctmeta-content, .sct_meta.meta_single .sctmeta-content { order: 2; width: 100%;}
    .product-stamps { max-width: 500px; }
    .sct_meta.meta_gallery .sctmeta-product_image, .sct_meta.meta_single .sctmeta-product_image { order: 1; width: 90%; max-width: 450px; margin: 0 auto 30px; }
}

@media (max-width: 850px) {
    .sct-customise.customise-product { padding: 80px 0; }
    .bundled_product_excerpt.product_excerpt { display: none; }
}

@media (max-width: 650px) {
    .product_flavours { font-size: 14px; line-height: 16px; }
    .sct-customise.customise-product { margin: 40px 0; }
    .sctmeta-content h1 { font-size: 26px; line-height: 30px; margin-bottom: 20px; }
    .price { font-size: 24px; }
    .price small { font-size: 14px; }
    .table-toggle { font-size: 20px; line-height: 24px; padding: 0 0 0 15px; }
    .product-stamps li { width: calc(100% / 5 - 20px); margin-right: 20px; }
    .product .variations .label { width: 100px; }
    .sct-customise-full .btn-checkout { top: 25px; right: 50px; }
}

@media (max-width: 550px) {
    .basket-options { max-width: 340px; margin: 40px auto; padding: 30px; }
    .basket-options li { margin-right: 0; margin-bottom: 15px; }
    .basket-options li:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
    .product-stamps li { width: calc(100% / 5 - 5px); margin-right: 5px; }
    .product_flavours { width: 100%; padding: 6px; }
    .sct-customise.section-simple { margin-top: 20px; }
    h4.product_title span.item_title { font-size: 18px; }
    .price small { font-size: 12px; }
}

.btn-wishlist {
    color: #000;
}

