/*

Theme Name: X вЂ“ Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* --------------- Theme customization starts here ----------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

* {
    box-sizing: border-box;
}

body a {
    color: inherit;
}

body.woocommerce-cart {
    background-color: #ffffff;
}

.woocommerce-cart .entry-wrap {
    padding: 20px 0;
    box-shadow: none;
}

.grecaptcha-badge {
    display: none;
}

.x-container.offset {
    margin: 0 auto;
}

.tm-extra-product-options .tm-cell hr {
    border-top: 1px solid #E4E5E7;
    margin: 5px 0 10px 0;
}

.single-product .x-container.max {
    width: 95%;
    max-width: 95%;
}

.single-product .price {
    margin: 0;
}

.woocommerce .price > span.amount {
    color: inherit;
}

@media(max-width: 768px){
    .shipping-message {
        display: none;
    }
}

.popmake-close {
    display: none;
}

/*********** FILE PICKER ***********/

.cropper-face.cropper-move {
    opacity: 0.7 !important;
    background-size: contain !important;
    background-color: transparent !important;
}
.cropper-wrap-box .cropper-canvas:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background-size: contain;
}

.cropper-canvas {
    background-image: url(css/labelbleed-overlay.png) !important;
}

.picking-sleeve .cropper-face.cropper-move {
    background-image: url(css/sleevebleed-overlay.png) !important;
}
.picking-vinyl .cropper-face.cropper-move {
    background-image: url(css/labelbleed-overlay.png) !important;
}

.product h1, .product h2, .product h3, .product h4, .product h5 {
    color: inherit;
    text-transform: uppercase;
    margin: 0;
}

.product .tm-epo-totals {
    padding: 0;
}
body.single-product {
    background: #e4e4e4;
}
.x-breadcrumb-wrap {
    display: none;
}

.song-field-div {
    display: none;
}
.duration-field-div {
    display: none;
}
.song-title-div {
    display: none;
}

.tm-epo-field-label.tm-left, .tm-epo-field-label.tm-right {
    width: 50%;
    max-width: 50%;
}

.tm-epo-field-label.tm-left+.tm-extra-product-options-container {
    width: 50% !important;
}

.tm-extra-product-options .tm-cell.float-right-div {
    float: right !important;
}

.duration-text-div {
    display: none;
}
.hidden-element-div, .upload-image-div {
    display: none;
}


/*********** MAIN LAYOUT - PRODUCT PAGE ***********/

div.product {
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 0 0 0;
}

.product .configure, .product .preview {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.product .preview {
    flex: 1;
    background: url(css/preview-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product .configure {
    width: 30vw;
    min-width: 400px;
    background: #eef0f2;
}

.preview > .container, .configure > .container {
    flex: 1;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.preview .footer, .configure .footer {
    height: 70px;
    width: 100%;
}
.configure .footer, .preview .footer > div {
    padding: 15px 30px;
    position: relative;
}
.preview .footer {
    background: #4B4B4B;
    display: flex;
}
/* .preview .footer > div:not(.totals) {
    flex: 1;
} */
.preview .footer .totals {
    max-width: 250px;
    background: #303030;
    flex: 1;
    min-width: 230px;
}
.woocommerce .footer .price > .amount {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 8px;
}
.woocommerce .preview .footer .price > .amount {
    color:#ffffff;
}
.woocommerce .configure .footer .price > .amount {
    color:#464646;
}
.tm-epo-totals dl {
    display: none;
}
.preview .footer .totals .info {
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    left: 0%;
    height: 36px;
    width: 100%;
    border-radius: 18px;
    padding: 8px 16px 0 15px;
	font-size: 11px;
}
.preview .footer .totals .info i {
    float: right;
    font-size: 1.1em;
}
.configure .footer {
    background: #ffffff;
    text-align: center;
    display: flex;
}
.configure .footer > * {
    flex: 1;
    position: relative;
}
.woocommerce form.cart {
    margin: 0;
}
#add-to-cart {
    display: none;
}


@media (max-width:767px) {

    .product button.preview-btn {
        padding: 0 20px;
    }

    .product .configure {
        min-width: auto;
    }

    .woocommerce header {
        display:none;
    }

    div.product {
        padding-top: 0;
        display: block;
    }

    .preview .footer {
        display: none;
    }

    .product .preview, .product .configure {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: auto;
    }

    .product .preview .container, .product .configure .container {
        width: 100vw;
    }

    .tab-container{
        padding: 15px;
    }

    .product button.preview-btn.close {
        bottom: 110px;
    }

}


/*********** PREVIEW SLIDER ***********/

#slider-navigation {
    position: absolute;
    left: 0;
    top: 20vh;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
}

#slider-navigation li span {
    padding-top: 5px;
}

#slider-navigation img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 40px;
    height: auto;
}
#slider-navigation ul {
    fill: #464646;
    list-style: none;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
}
#slider-navigation ul.flip li img, #slider-navigation ul.flip li span {
    opacity: 0.4;

}
#slider-navigation ul li.active img, #slider-navigation ul li.active span, #slider-navigation ul li:hover img, #slider-navigation ul li:hover span {
    opacity: 1;
}
#slider-navigation li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
#slider-navigation li:hover, #slider-navigation li.active {
    color: #464646;
}
#slider-navigation li span {
    border-bottom: 2px solid #ffffff;
}
#slider-navigation li.active span {
    border-color: #ff6600;
}


@media (max-width:767px) {
    #slider-navigation {
        bottom: 0;
        left: 0;
        top: auto;
        width: 100vw;
        display: flex;
    }
    #slider-navigation ul {
        margin: 0;
        display: block;
        border-radius: 0;
        flex: 2;
        display: flex;
        padding: 5px 0;
    }
    #slider-navigation ul.hide-on-sleeve {
        flex: 1;
    }
    #slider-navigation ul li {
        padding: 0 10px;
        width: 18vw;      
        float: left;
        height: 100%;
        flex: 1;
    }
    #slider-navigation ul li:first-child {
        border-left: 1px solid #dddddd;
    }
    #slider-navigation ul:first-child li:first-child {
        border-left: none;
    }
}


#slider {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.slick-list {
    padding: 5vh 0 0;
}

.slide {
    height: 79vh;
    outline: none;
}

.slide.vinyl {
    background: url(css/vinyl-shadow.png);
    background-size: 60vh auto;
    background-repeat: no-repeat;
    background-position: bottom 10vh center;
}
.slide.sleeve {
    background: url(css/sleeve-shadow.png);
    background-size: 100vh auto;
    background-repeat: no-repeat;
    background-position: bottom 10vh center;
}
.product #sleeve, .product #vinyl {
    width: 60vh;
    height: 60vh;
    margin: 0 auto;
    position: relative;
    transform: translate(-50%,-50%);
    margin-top: 35vh;
    margin-left: 50%;
    /*transition: width .5s, height .5s;*/
}



@media (max-width:767px) {

    .slide {
        height: 118vw;
        outline: none;
    }

    .slide.vinyl {
        background-size: 90vw auto;
        background-position: bottom 15vw center;
    }
    .slide.sleeve {
        background-size: 80vw auto;
        background-position: bottom 10vw center;
    }

    .product #sleeve, .product #vinyl {
        width: 90vw;
        height: 90vw;
        margin-top: 50vw;
        /*transition: width .5s, height .5s;*/
    }
}
/*
#slider.zoomed #sleeve, #slider.zoomed #vinyl {
    width: 120vh;
    height: 120vh;

}
*/



#vinyl *, #sleeve *, .product-image {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

#vinyl > div {
    height: 100%;
}
#vinyl .vinyl {
    width: 100%;
    height: 100%;
    background: url(css/vinyl-black.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@keyframes rotate360 {
    to { transform: rotate(360deg); }
  }
#vinyl .vinyl.rotating { 
    animation: 2s rotate360 infinite linear; 
}
#vinyl .label {
    width: 34%;
    height: 34%;
    top: 33%;
    left: 33%;
    border-radius: 50%;
    position: absolute;
    background-color: #222222;
    background-position: center;
    background-size: 107.14%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
#vinyl .label > .title {
    width:70%;
    top: 28.2%;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 700;
}
#vinyl .label .logo, #vinyl .label .logo-dark {
    width: 20.5%;
    height: 10%;
    top: 46%;
    left: 11%;
    background-image: url(css/logo-white.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
#vinyl .label .logo-dark {
    background-image: url(css/logo.svg);
}
.product #vinyl .label .logo-dark {
    opacity: 0;
}
#vinyl .label .rpm {
    width: 46%;
    height: auto;
    left: 55%;
    top: 50.5%;
    transform: translate(0, -50%);
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
}
#vinyl sup, #vinyl sub {
    font-size: 0.5em;
}
#vinyl sup {
    top: -0.8em;
}
#vinyl sub {
    top: 0;
}
#vinyl .label h5 {
    text-align: center;
    top: 64%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 12px;
    font-weight:900;
}
#vinyl .label .tracklist ul {
    list-style: none;
    text-align: center;
    top: 72%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 7px;
    font-weight: bold;
}
#vinyl.white .vinyl {
    background-image: url(css/vinyl-white.png);
}
#vinyl.clear .vinyl {
    background-image: url(css/vinyl-transparent.png);
}
#vinyl.heart .vinyl {
    background-image: url(css/vinyl-heart.png);
}
#vinyl.red .vinyl {
    background-image: url(css/vinyl-red.png);
}
#vinyl.green .vinyl {
    background-image: url(css/vinyl-green.png);
}
#vinyl.blue .vinyl {
    background-image: url(css/vinyl-blue.png);
}
#vinyl div div.hole {width: 2.5%;
    height: 2.5%;
    background: #ffffff;;
    left: 48.75%;
    top: 48.75%;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
#sleeve > div {
    background: #222222;
    height: 100%;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    overflow: hidden;
}
#sleeve .container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 107.7%;
}
#sleeve .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(245,245,245,0.7);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(245,245,245,0.7);
    box-shadow: inset 0px 0px 5px 0px rgba(245,245,245,0.7);
    background: none;
}
#sleeve div img, #vinyl div img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#sleeve h5 {
    font-size: 13px;
}
#sleeve table {
    font-size: 10px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 2.8em;
}
#sleeve td {
    border: none;
    padding: 0;
    line-height: 1.55em;
}
#sleeve td:nth-child(1) {
    width: 80%;
}
#sleeve td:nth-child(2) {
    text-align: right;
}
#sleeve .title {
    position: absolute;
    top: 4.6%;
    left: 4.9%; 
    font-weight: bold; 
    font-size: 20px;
    /*font-weight: 500;*/
    line-height: 0.85em;
}

#sleeve .tracklist {
    position: absolute;
    top: 60%;
    left: 6.5%;
    width: 44.7%;
}
#sleeve .tracklist.empty {
    display: none;
}
#sleeve ul {
    margin-left: 0;
}
#sleeve ul li {
    list-style: none;
    height: 25px;
}
#sleeve .logo {
    background-image: url(css/logo-white.svg);
    position: absolute;
    bottom: 5.7%;
    left: 7.2%;
    width: 13.1%;
    height: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#sleeve .notice, #sleeve .website {
    position: absolute;
    bottom: 7.6%;
    left: 24.3%;
    width: 71%;
    line-height: 1.4em;
}
#sleeve .website {
    font-weight: bold;
    bottom: 3.8%;    
}

/***********  Configure tabs ***********/


.configure h1, .configure h2, .configure h3, .configure h4, .configure h5 {
    font-family: "alternate-gothic-no-3-d";
    font-weight: normal !important;
}

/* SONG LIST */

.song-titles {
    margin: 0;
    padding: 0;
    overflow: auto;
    min-height: 10px;
}

.song-titles li.warning {
    border: 1px solid #ff6600;
}
.song-titles li.warning input {
    /* color: #ff6600; */
}
.song-titles li, .totals-bar {
    list-style: none;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 4px;
    display: flex;
    height: 40px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.song-titles li .handle, .totals-bar .indicator {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    vertical-align: middle;
}
.song-titles li .handle {
    background-image: url(css/arrows-alt-v-solid.svg);
    background-size: auto 30%;
    border-right: 1px solid #f3f3f3;
    cursor: move;
}
.song-titles input {
    margin: 0;
    border: none;
    box-shadow: none;
    flex: 1;
    height: auto;
    margin: 5px 0;
}
.song-titles .duration, .totals-bar .time {
    display: block;
    padding: 5px 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #f3f3f3;
    text-align: right;
    height: 30px;
    width: 55px;
}
.song-titles .duration.loading, .totals-bar .time.loading, .song-titles li input.loading {
    background-image: url(css/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
}
.song-titles li input.loading {
    background-position: left center;
    padding-left: 30px;
}

.song-titles li:not(.warning) .trackwarning {
    display: none;
}

.song-titles li .btn {
    margin: 0 5px;
    width: 12px;
    height: 100%;
    background-size: auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.delete-song {
    background-image: url(css/trash-solid.svg);
}
.edit-btn {
    background-image: url(css/pen-solid.svg);
}
.play-btn {
    background-image: url(css/pause-solid.svg);
}
.play-btn.paused {
    background-image: url(css/play-solid.svg);
}
.trackwarning {
    background-image: url(css/exclamation-triangle-orange.svg);
}

.song-titles li .play-btn.loading {
    background-image: url(css/loader.svg);
    background-size: auto 20px;
}
.totals-bar .indicator {
    background-size: auto 40%;
}
.totals-bar.warning {
    background-color: #ffccaa;
}
.totals-bar.warning .indicator {
    background-color: #ff6600;
    background-image: url(css/exclamation-solid.svg);
}
.totals-bar.success {
    background-color: #a6cab8;
}
.totals-bar.success .indicator {
    background-color: #00a651;
    background-image: url(css/check-solid.svg);
}
.totals-bar.error {
    background-color: #c9a5a5;
}
.totals-bar.error .indicator {
    background-color: #b70101;
    background-image: url(css/exclamation-solid.svg);
}
.product .message {
    flex: 1;
}
.totals-bar .message, .totals-bar .label {
    padding: 10px 0;
}
@media (max-width: 767px) {
    .song-titles li, .totals-bar {
        margin-bottom: 10px;
    }

    .song-titles li .handle, .totals-bar .indicator {
        height: 50px;
        background-size: auto 30%;
    }
    .totals-bar .message, .totals-bar .label {
        padding: 15px 5px 0 5px;
    }
    .song-titles li, .totals-bar {
        height: 50px;
    }
    .song-titles .duration, .totals-bar .time {
        margin-left: 5px;
        width: auto;
        min-width: 30px;
        margin: 10px 0 0 5px;
    }
    .song-titles li .handle, .totals-bar .indicator {
        margin-right: 5px;
    }
    .song-titles input {
        font-size: 1.2em;
        height: auto;
        padding: 10px 5px;
    }
    .song-titles li .btn {
        width: 22px;
        background-size: auto 13px;
    }
    .song-titles .duration, .totals-bar .time {
        width: auto;
    }
}
#tabs {
    list-style: none;
    margin: 0;
}
#tabs li {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    color: #c1bfbf;
    background: #ffffff;
    font-size: 12px;
    border-bottom: 5px solid #c1bfbf;
    margin: 0;
}
#tabs::after {
    content: "";
    clear: both;
    display: table;
}
#tabs li.current {
    color: #464646;
    border-bottom: 5px solid #ff6600;
}
#tabs li.active {
    color: #464646;
    cursor: pointer;
}
.tab-container {
    padding: 30px;
    color: #464646;
    font-size: 12px;
    overflow-y: auto;
}

.tab-container h4 {
    margin-top: 0.5em;
    text-transform: uppercase;
    float: left;
}
.tab-container .add-audio-a-div button, .tab-container .add-audio-b-div button  {
    float:right;
    margin-top: 7px;
}
.tab-container .add-audio-b-div {
    margin-top: 20px;
}
.tab-container label.tm-epo-field-label {
    text-transform: uppercase;
}
.form-notice {
    display: block;
    text-transform: none;
    font-weight: normal;
    color: #999999;
    font-style: italic;
}
p.form-notice {
    text-align: center;
}
#next-tab.loading {
    background-image: url(css/loader-white.svg);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

button.fp-pick {
    background: transparent url(css/cloud-upload-alt-solid-blue.svg);
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #3e3e3e;
    border: 1px solid #0E2444;
    border-radius: 0.5em;
    padding: 10px 15px 10px 45px;
    font-size: 12px;
    margin-top: 5px;
}

button.btn-action:disabled, button.fp-pick:disabled {
    background-color: #c1bfbf;
}
.upload-preview {
    width: 70px;
    height: 70px;
    border: 1px solid #c1bfbf;
    background-size: contain;
    background-position: center;
    position: relative;
    display: none;
}
.upload-preview.round {
    border-radius: 50%;
}
.upload-preview .delete {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0E2444;
    background-image: url(css/trash-solid-white.svg);
    background-size: auto 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.upload-preview.round .delete {
    border-radius: 50%;
}
.tc-extra-product-options {
    visibility: visible;
}

.tm-extra-product-options .cpf-section {
    display: none;
}

.tm-extra-product-options .cpf-section:first-child {
    display: block;
}

.tab-container label.tm-epo-field-label {
    padding-top: 0.2em;
}


@media (max-width:767px) {

    .tab-container{
        padding: 15px 15px 50px 15px;
    }

}


/* BUTTONS */


.product .btn, .product .button, .product .btn[type=submit], .popmake-close {
    height: 40px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: inherit;
    width: 100%;
}

.btn-action, .btn[type=submit], .btn[type=submit]:hover, .popmake-close {
    background: #ff6600;
    color: #ffffff;
    border-radius: 7px;
    text-shadow: none;
}
.btn-action:hover, .btn[type=submit]:hover {
    box-shadow: none;
    background: #ff6600;
}
.btn-alt {
    background: none;
    color: #464646;
    padding: 0 10px;
    /* text-decoration: underline; */
}

.popmake-close {
    border-radius: 0.25em;
    padding: 0.429em 1.143em 0.643em;
    font-size: 14px;
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 18px;
    margin-left: 15px;
}

.product .footer .quantity {
    display: none;
}



/* RADIO */

input[type=radio] {
    position: absolute;
    opacity: 0;
}
input[type=radio] + span {
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 2px solid #464646;
    border-radius: 50%;
}
input[type=radio] + span:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #464646;
}
input[type=radio]:checked + span:after {
    display: block;
}
span.tm-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.form-field-wrapper {
    display: block;
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.5em;

}
.tc-extra-product-options .tm-element-ul-radio .tmcp-field-wrap label {
    padding-left: 5px;
}


/* SWITCH */


/* The switch - the box around the slider */
.switch-div .tmcp-field-wrap label {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    margin-top: 3px;
}

/* Hide default HTML checkbox */
.switch {display:none;}

/* The slider */
input.switch + span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 22px;
}

input.switch + span:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input.switch:checked + span {
    background-color: #00a651;
}

input.switch:focus + span {
    box-shadow: 0 0 1px #00a651;
}

input.switch:checked + span:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}


/********** CART *************/

/***********  Cart page ***********/

.button {
    text-shadow: none !important;
}
.cart-head {
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-head .wc-forward {
    float: right;
}

@media (max-width:767px) {
    .cart-head .button {
        width: 100%;
        margin-bottom: 5px;
    }
}

.button i.before {
    margin-right: 5px;
}

.button i.after {
    margin-left: 5px;
}
.button.dark {
    background-color: #4b4b4b;
}
.button.dark:hover {
    background-color: #6c6b6b;
}
.section-container {
    margin-bottom: 10px;
}
.section-container::after {
    content: "";
    clear: both;
    display: table;
}
.cart_item {
    padding: 20px 0;
}
.cart_item::after {
    content: "";
    clear: both;
    display: table;
}
.product-info {
    font-family: Lato, sans-serif;
}
.product-info thead {
    font-weight: bold;
    color: #272727;
}
.cart .rp_wcdpd_promotion_total_saved_amount {
    background: #00A651;
    padding: 5px 8px;
    border-radius: 3px;
}
.rp_wcdpd_promotion_total_saved_div {
    margin-bottom: 10px;
}

.product-info thead td:last-child, .product-info tr td:last-child {
    text-align: right;
}

.product-info ol {
    font-size: 0.9em;
    line-height: 1.3em;
}
.product-info .total {
    float: right;
    font-style: italic;
    font-size: 0.95em;
}
.product-info .total.over-limit {
    color: #ff6600;
    position: relative;
}
.product-info .total.over-limit::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(css/exclamation-triangle-orange.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
}
.product-info .tm-cart-edit-options {
    display: block;
    float: right;
    position: relative;
    border: 1px solid #b7b7b7;
    color: #3e3e3e;
    border-radius: 0.25em;
    padding: 0.429em 1.143em 0.5em;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.product-info h1, .product-info h2, .product-info h3 {
    font-family: "alternate-gothic-no-3-d";
    font-weight: normal;
}
.product-info h4 {
    font-size: 14px;
}
.product-info .remove {
    color: #3e3e3e;
}
.product-info .update-cart {
    float: right;
}
.product-image {
    min-height: 30px;
    position: relative;
    min-height: 360px;
    color: #ffffff;
}
.product-image h5 {
    color: #ffffff;
}
.product-image .label.black h5 {
    color: #000000;
}
.product-image > .container {
    width: 550px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}
.product-image::after {
    content: "";
    clear: both;
    display: table;
}

.product-image #sleeve-shadow, .product-image #vinyl-shadow {
    width: 400px;
    height: 315px;
    position: absolute;
}
.product-image #sleeve-shadow {
    background: url(css/sleeve-shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    left: -50px;
}
.product-image #vinyl-shadow {
    background: url(css/vinyl-shadow.png);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 320px;
    right: -50px;
}
.product-image #sleeve, .product-image #vinyl {
    width: 300px;
    height: 300px;
    position: absolute;
}
.product-image #vinyl {
    right: 0;
}
#vinyl .label.black, .title.black {
    color: #000000;
}

@media (max-width:1100px) AND (min-width:768px) {
    .product-image > .container {
        width: 42vw;
        height: 24vw;
    }
    .product-image #sleeve, .product-image #vinyl {
        width: 24vw;
        height: 24vw;
        position: absolute;
    }
    .product-image #sleeve-shadow {
        width: 32vw;
        height: 25.2vw;
        left: -4vw;
    }
    .product-image #vinyl-shadow {
        width: 32vw;
        height: 25.6vw;  
        right: -4vw;      
    }
}
@media (max-width:767px) {
    .product-image {
        min-height: auto;
        height: 50vw;
    }
    .product-image > .container {
        width: 77vw;
        height: 42vw;
    }
    .product-image #sleeve, .product-image #vinyl {
        width: 42vw;
        height: 42vw;
        position: absolute;
    }
    .product-image #sleeve-shadow {
        width: 56vw;
        height: 44.1vw;
        left: -7vw;
    }
    .product-image #vinyl-shadow {
        width: 56vw;
        height: 44.8vw;
        right: -7vw;
    }
}

.woocommerce .cart_totals .shipping-options label {
    padding: 0 0 0 0.7em;
}.cart_totals .original_totals{
    margin-bottom: 5px;
}
.cart_totals .original_totals .original_totals_price {
    float: right;
}
.cart_totals .rp_wcdpd_promotion_total_saved_div .rp_wcdpd_promotion_total_saved_label {
    font-weight: normal;
}
button#calc_shipping {
    display:none;
}
.cart_totals .button.light {
    border-color:#b7b7b7;
    background: none;
}
.cart input[type="radio"] {
    position: relative;
}
.cart h1, .cart h2, .cart h3, .cart h4 {
    margin-top: 0;
}

.woocommerce .cart .product-image, .woocommerce .cart .product-info, .woocommerce .cart_totals .shipping-options, .woocommerce .cart_totals .totals-final {
    width: 62%;
    float: left;
    padding: 20px;
}
.woocommerce .cart .product-image {
    padding: 0 20px;
}
.woocommerce .cart .product-info, .woocommerce .cart_totals .totals-final {
    width: 38%;
}
.woocommerce .cart .product-info {
    background: #eef0f2;
}
.woocommerce .cart pre {
    font-size: 12px;
}
.cart_totals {
    background: #4b4b4b;
    border-radius: 5px;
    color: #ffffff;
}
.cart_totals input[type=radio] + span {
    top: 4px;
    border-color: #ffffff;
}
.cart_totals input[type=radio] + span:after {
    background-color: #ffffff;
}
.woocommerce .cart .coupon {
    margin-top: 30px;
}
.column .button, .column input {
    width: 100%;
    margin: 0;
}
.woocommerce .cart .wc-proceed-to-checkout {
    padding-top: 0;
    text-align: right;
    margin-top: 10px;
}
.woocommerce .cart .cart-collaterals table th {
    width: 50%;
}
.column {
    float: left;
    padding-left: 5px;
}
.half-col {
    width: 50%;
}
.column:first-child {
    padding-left: 0;
    padding-right: 5px;
}
.half-col.half-offset {
    padding-right: 0;
    padding-left: 5px;
    margin-left: 50%;
}
.flex-row {
    display: flex;
}
.flex-col {
    flex: 1;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

.cart table th, .cart table td {
    border: none;
    padding: 0 0 10px;
}
.cart .totals-final table td {
    text-align: right;
}
.cart table th {
    color: #a7a7a7;
}

tr.order-total td, tr.order-total th {
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}


@media (max-width:1300px) {
    .half-col, .half-col:first-child, .half-col.half-offset {
        width: 100%;
        padding: 0;
        margin: 10px 0 0 0;
    }
    .half-col:first-child {
        margin: 0;
    }
}
@media (max-width:767px) {
    
    .woocommerce .cart .product-image, .woocommerce .cart .product-info, .woocommerce .cart_totals .shipping-options, .woocommerce .cart_totals .totals-final {
        width: 100%;
    }

}


.wc_payment_method label {
    position: relative;
}

.wizard ul>li.wc_payment_method {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #0E2444;
    border-radius: 5px;
}

.woocommerce .checkout ul#shipping_method li {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #0E2444;
    border-radius: 5px;
    width: 45%;
    margin: 0 20px 20px 0;
    text-align: center;
}

.woocommerce .checkout ul#shipping_method li label {
    width: 100%;
}
.woocommerce .checkout ul#shipping_method li .shipping-icon {
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}
.woocommerce .checkout ul#shipping_method li .shipping-icon.free_shipping {
    background-image: url(css/truck-solid.svg);
}
.woocommerce .checkout ul#shipping_method li .shipping-icon.flat_rate {
    background-image: url(css/shipping-fast-solid.svg);
}

.woocommerce-checkout .woocommerce form h3#ship-to-different-address span {
    display: inline-block;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    width: auto;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
    background-repeat: no-repeat;
    background-image: none;
    background-position: left 15px center;
    background-size: auto 16px;
}
.woocommerce-checkout .woocommerce form h3#ship-to-different-address label {
    padding: 0;
}
.woocommerce-checkout .woocommerce form h3#ship-to-different-address input:checked + span {
    background-color: #cccccc;
    background-image: url(css/check-solid.svg);
    padding: 10px 15px 10px 40px;
}
div.shipping_address {
    margin-top: 10px;
}
.woocommerce-checkout .woocommerce form h3#ship-to-different-address input {
    display: none;
}

@media (max-width:767px) {
    .woocommerce .checkout ul#shipping_method li {
        width: 100%;
    }
}

.woocommerce .checkout ul#shipping_method li > span, .woocommerce .checkout ul#shipping_method li input, .woocommerce .checkout ul#shipping_method li .shipping-days {
    display: block;
}

.woocommerce .checkout #shipping_method input[type="radio"] + span {
    position: relative;
    left: auto;
    top: auto;
    margin: 5px auto;
    display: block;
}
.woocommerce-checkout form.checkout h3, .woocommerce-checkout form.checkout h3#ship-to-different-address, .woocommerce-checkout form.checkout h3:first-child {
    margin-top: 10px;
}

.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 15px;
}

.wizard > .steps a {
    box-sizing: border-box;
    font-weight: normal;
    text-transform: uppercase;
}
.wizard > .steps .done a:active, .wizard > .steps .disabled a {
    background: #ffffff;
}
.wizard > .steps a:hover {
    font-weight: normal;
    text-align: center;
}
.wizard>.steps .number {
    font-size: 1em;
}
.wizard > .steps .current a, .wizard > .steps .done a {
    border-bottom: 5px solid #ff6600;
    color: #000000;
}

.woocommerce-checkout {
    background: #EEF0F2;
}

.wizard .content, .woocommerce-checkout .content {
    padding: 10px 20px;
}
.wizard .actions {
    padding: 10px 20px;
}
.wizard .woocommerce-checkout-review-order-table tr:not(.order-total) {
    display: none;
}
.wizard tr.order-total td, .wizard tr.order-total th {
    border: none;
}

@media (max-width:767px) {
    .wizard > .steps a, .wizard > .steps a {
        text-align: center;
    }
    .wizard > .steps .current a, .wizard > .steps .done a {
        border-bottom: none;
        border-left: 5px solid #ff6600;
    }
    
}

body.woocommerce-account {
    background-color: #F9F9F9;
}
.woocommerce-account .entry-wrap {
    background: none;
    box-shadow: none;
}


body.woocommerce-checkout {
    background-color: #F9F9F9;
}
.woocommerce-checkout .entry-wrap {
    background: none;
    box-shadow: none;
}
.checkout-sidebar, .checkout-content {
    float: left;
}
.checkout-sidebar {
    width: 40%;
    min-height: 100px;
    padding: 40px;
}
.woocommerce-checkout .checkout-sidebar h3 {
    font-size: 1.7em;
    margin-bottom: 10px;
}
.checkout-sidebar .edit-cart {
    display: block;
    float: right;
    position: relative;
    border: 1px solid #b7b7b7;
    color: #3e3e3e;
    border-radius: 0.25em;
    padding: 0.429em 1.143em 0.5em;
    font-size: 12px;
    font-weight: normal;
    margin: 2px 0 10px 0;
}
.checkout-content {
    width: 60%;
}

.checkout-sidebar .shop_table {
    font-size: 1em;
}
.checkout-sidebar .shop_table td, .checkout-sidebar .shop_table th {
    vertical-align: top;
    padding: 0.5em 0;
}
.checkout-sidebar .shop_table th, .checkout-sidebar .shop_table td, .wizard th, .wizard td {
    border: none;
}
.checkout-sidebar .shop_table div.product-price {
    font-size: 0.9em;
    margin-top: 5px;
}
.checkout-sidebar .shop_table tr > *:last-child {
    text-align: right;
}

@media (max-width:767px) {
    .entry-wrap {
        padding: 0;
    }
    .checkout-sidebar, .checkout-content {
        width: 100%;
    }
    .checkout-sidebar {
        padding: 0;
    }
    .woocommerce-checkout .checkout-sidebar h3 {
        margin-top: 20px;
    }
    .checkout-content {
        margin: 0;
    }
} 

@media (min-width:1100px) {

    .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row {
        width: 70%;
        float:right;
    }
    .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-first, .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-last {
        width: 33%;
        float: left;
    }
    .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-first {
        margin-left: 30%;
    }
    .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-heading + .form-row-first {
        margin-left: 0;
    }
    .woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-heading {
        width: 30%;
        float: left;
    }

}

.wizard>.content>.body label {
    margin: 0;
}

.woocommerce-checkout .woocommerce form .billing-tab-contents .form-row-section-end {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #cccccc;
}

.woocommerce-checkout .woocommerce .wizard h2:first-child, .woocommerce-checkout .wizard h2 {
    font-family: alternate-gothic-no-3-d;
    font-size: 2em;
    margin: 20px 0 10px;
    font-weight: normal;
}

.woocommerce-checkout h4 {
    margin-top: 0;
    font-size: 1.2em;
}
.wizard > .actions a {
    border-radius: 0.25em;
}

.woocommerce-account .woocommerce form .payment_methods label, .woocommerce-checkout .woocommerce form .payment_methods label {
    padding-left: 23px;
    width: 100%;
}
.woocommerce-account .woocommerce form  .payment_methods label img, .woocommerce-checkout .woocommerce form .wizard .payment_methods label img {
    margin-left: 15px;
    display: initial;
    float: right;
}

.woocommerce-thankyou-order-details {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.woocommerce-thankyou-order-details td {
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    padding: 0 0.625em 0.5em 0.625em;
}


/*
* TROEP VAN RICK 
*/

.x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
    position: relative;
    margin-bottom: 1.313em;
    border: 0;
    border-left-width: 3px;
    border-left-style: solid;
    padding: 0.786em 2.25em 1em 1.15em;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

/*
* Shipping
*/

header .x-container .header-right {
    float: right;
    height: 100%;
    padding-top: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.header-right > * {
    float:right;
    margin-left: 20px;
}
header .x-container .shipping-message img {
    margin-right: 10px;
    vertical-align: bottom;
}

.preview .footer > div.shipping {
    padding: 10px 20px;
    display: flex;
    flex: 1;
    align-items: center;
}

.shipping-estimates {
    color: #b1b1b1;
    width: auto;
    margin: 0 auto;
}

.shipping-estimates .shipping-location, .shipping-estimates .method-title {
    font-weight: bold;
    color: #fafafa;
}
.shipping-estimates > span {
    margin-right: 20px;
    display: inline-block;
}
.shipping-estimates > span:last-child {
    margin: 0;
}
.shipping-estimates .shipping-method i {
    margin-right: 5px;
}


.x-colophon+.x-colophon {
    box-shadow:none
}

/*****
 * Google widget
 **/

.wp-gr .wp-google-content-inner {
    display: none;
}
.wp-gr .wp-google-left {
    display: none !important;  
}
.wp-gr .wp-google-name {
    display: none;
}


.x-colophon {
    border: none;
    box-shadow: none;
}

.x-colophon+.x-colophon {
    border: none;
}
.x-colophon.top {
    padding: 2em 0;  
    text-align: center;  
}

.x-colophon.top img {
    width: 150px;
}
.x-colophon .widget {
    margin-top: 1em;
}

.google-reviews-widget {
    max-width: 150px;
    margin: 1em auto 0;
}

/*****
 * TEMP DISABLED
 *
 **/

 #label-color , #back-color, #front-color {
    margin: 0;
    padding: 0;
}

#label-color *, #back-color *, #front-color * {
    display: none;
}

/*****
* WIZARD INFO BUTTONS
*
**/
a:hover, .widget.widget_text ul li a:hover, .widget.widget_text ol li a:hover, .x-twitter-widget ul li a:hover {
    color: #ff6600 !important;
}

.tm-description > div {
    width: inherit;
    height:  inherit;
}

.sc-icon-2 {
    position: absolute;
    left: 0;
    transform: translate(65px, 3px);
    z-index: 9999;
}

.sc-icon-4 {
    position: absolute;
    left: 0;
    transform: translate(100px, 3px);
    z-index: 9999;
}

#title-sleeve .tm-description {
    position: absolute;
    left: 80px;
    transform: translate(70px, 2px);
    z-index: 9999;
}

#tracklist-sleeve .tm-description {
    position: absolute;
    left: 40px;
    transform: translate(100px, 2px);
    z-index: 9999;
}

#title-label .tm-description {
    position: absolute;
    left: 70px;
    transform: translate(150px, 2px);
    z-index: 9999;
}

.is-epo-depend .tm-description {
    position: absolute;
    left: 0;
    transform: translate(80px, 2px);
    z-index: 9999;
}

.modal a.close-modal {
    background-image: url(/wp-content/uploads/2019/07/VINCROSS.png)!important;
}

.modal p {
    color: #000;
    margin-bottom: 0;
}

.modal {
    max-width: 300px;
}

.modal h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal ul, .modal ul li {
    color: #000;
}


/* Filestack Upload Modal modifications */

.fsp-source-list__item {
    width: 240px !important;
    height: 50px !important;
}
@media screen and (max-width: 768px){
    .fsp-modal__sidebar {
        display: block !important;
        width: 60px !important;
        top: 0 !important;
    }
    .fsp-modal__body {
        width: calc(100% - 60px) !important;
        right: 0 !important;
        left: auto !important;
    }
}
.fsp-source-list__icon {
    width: 38px !important;
    height: 38px !important;
    margin: 0 16px 0 11px !important;
}
.fsp-mobile-menu {
    display: none;
}
.fsp-header {
    background: #EEE !important;
}
#popmake-35375{
    background-color: white;

}
.slide-tekst{
    font-size: 180%;
    margin-bottom: 0.8em;
}
.vinyl-slide-next, .vinyl-slide-next-end {
    color: white;
    background-color: #ff6600; 
    border-radius: 7px;
    height: 40px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: inherit;
    width: 200px;
    margin-bottom: 60px;


}
.sa-silde-container{
   width: 100%;
   min-height: 100%;
   display: flex;
   flex-direction: column;
}
.owl-dots{
    margin-bottom: 1.25rem; 
}
.slide-img-viny{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.pum-theme-2703 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
  font-size: 29px; 
  background-color: white;
  color: gray;
} 

.sa_hover_container h2{
    font-size: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;


}
.pum-content .owl-carousel .owl-item img{
    max-width: 430px;
}

.sa_hover_container p{
    font-size: 20px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
}
.pum-theme-2703, .pum-theme-default-theme{
    opacity: 0,5 !important;
}

.sa-silde-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slide-img-viny {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#popmake-35375{
    border-radius: 1.5rem;
    max-height: 570px;  
}

.pun-container{
    padding: 0 30 0 30px;
}
.sa_hover_container h2,.sa_hover_container p {
    margin: 0;
}


@media only screen and (max-width: 500px) {
    .pum-content .owl-carousel .owl-item img{
        max-width: 100%;
    }
    .sa_hover_container h2{
        font-size: 27px;
    }
    .sa_owl_theme .owl-nav .owl-next{
        right: -30px !important;
    }
    .sa_owl_theme .owl-nav .owl-prev{
        left: -30px !important;
    }
    


}
  @media only screen and (min-width: 1282px) {
    #sample_slider.sa_owl_theme .owl-dots{
        bottom: 0% !important;
     }
    }
    @media only screen and (max-width: 1281px) {
        #sample_slider.sa_owl_theme .owl-dots{
            bottom: -3% !important;
         }
            .vinyl-slide-next, .vinyl-slide-next-end {
            margin-bottom: 30px;
    } 
    }
    @media only screen and (max-width: 580px) {
    #popmake-35375{
        border-radius: 1.5rem;
        max-height: 440px;
    }
}
    
    #popmake-35375, .pum-content, .white, #sample_slider, .owl-stage-outer, .owl-stage, .owl-item ,#sample_slider_slide01, #sample_slider_slide02, #sample_slider_slide03, #sample_slider_slide04, #sample_slider_slide05, .sa-silde-container{
        height: 100%;
    }
    #sample_slider_slide01{
        max-height: 490px;
    }

.pum-theme-2704 .pum-container, .pum-theme-lightbox .pum-container{
    padding: 30px;
}


.pum-theme-2704 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
top: 5px;
right: 5px;
border: 0;
box-shadow: unset;
text-shadow: unset;
background: transparent;
color: black;
font-size: 20px;
}
.popmake-close{
    padding: 0.629em 1.143em 0.43em;
}
@media only screen and (min-width: 580px) {
#sample_slider_slide05 img{
    max-width: 500px;
}
}


.product button.preview-btn {
    /* position: absolute;
    bottom: 80px;
    width: auto;
    left: 50vw;
    transform: translate(-50%, 0); */
    border-radius: 20px;
    background-color: #0E2444;
    /* padding: 0 30px;
    opacity: 1; */
}
.product button.preview-btn.close {
    position: absolute;
    bottom: 80px;
    width: auto;
    left: 50vw;
    transform: translate(-50%, 0);
    padding: 0 30px;
    opacity: 1;
}
.product button.save-btn {
    border-radius: 20px;
    background-color: #1235D9;
    color: #fff;
    text-decoration: none;
    max-width: 250px;
    padding: 0 30px;
}

@media (min-width:768px) {
    
    .responsive-price, button.preview-btn {
        display: none;
    }
}


.configure .pre-footer {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
}
.configure .pre-footer > * {
    flex: 1;
    margin: 0 10px;
}

a.button:hover {
    color: #fff !important;
}

.xoo-el-modal .xoo-aff-input-group {
    width: 100%;
}
.xoo-el-modal .xoo-aff-group input[type="text"], .xoo-el-modal .xoo-aff-group input[type="email"], .xoo-el-modal .xoo-aff-group input[type="password"] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.xoo-aff-group label {
    font-size: 14px;
    font-weight: normal;
    color: #b1b1b1;
}
.xoo-aff-group {
    margin-bottom: 10px;
}
.btn[type=submit] {
    height: 40px;
}
button.xoo-el-action-btn {
    text-transform: none;
}
.xoo-el-footer-note {
    display: none;
}
ul.xoo-el-tabs {
    border-radius: 7px;
    overflow: hidden;
}

.xoo-el-form-container {
    margin: 0;
    padding: 10px;
}
.xoo-el-main {
    padding: 50px 0 15px;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    display: none;
}

.xoo-el-inmodal {
    overflow: hidden;
    border-radius: 20px;
}
span.xoo-el-close {
    font-size: 25px;
    right: 11px;
    top: 11px;
}
span.xoo-el-close:hover {
    color: #ff6600;
}

.email-btn.button, .save-btn.button {
    background-color: #1235D9;
}
.cart-head .right {
    float:right;
}
@media (max-width:767px) {
    .cart-head .right {
        width: 100%;
    }
}
@media (min-width:768px) {
    .add-record-btn {
        margin-right: 15px;
    }
}


/** X-mas **/
.x-topbar { 
    background-color: #ff6600 !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 0 0 0!important;
}

.x-topbar .x-topbar-inner .p-info { 
    color: #fff !important;
    display: block!important;
    font-size: 15px!important;
    float: unset!important;
    background: #ff6600;
}

.x-topbar .shipping-method {
    margin-left: 20px;
}
.x-topbar .shipping-location, .x-topbar .method-title  {
    font-weight: 700;
}

.cart .notice {
    margin: 5px 0 0 0;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
}

@media (max-width:768px) {
    .cart .notice {
        text-align: center;
    }
}

/* .tmhexcolorimage-li-nowh .price.tc-price:before {
    content: 'в‚¬10.00';
    display: inline;
    font-weight: 700;
    text-decoration: line-through;
}
.tmhexcolorimage-li-nowh .price.tc-price:after {
    content: ' в‚¬0.00';
    display: inline;
    font-weight: 700;
}
.tmhexcolorimage-li-nowh .before-amount.tm-hidden, #vinyl-color > div > ul > li > span.price.tc-price {
    display: inline!important;
}

#vinyl-color > div > ul > li:first-child > span.price.tc-price, .tmhexcolorimage-li-nowh:first-child .before-amount.tm-hidden {
    display: none!important;
}


div#wizard-p-1.shipping-tab-contents.body.current ul#shipping_method li:last-child label span span.woocommerce-Price-amount.amount:before {
    content: 'в‚¬50.00 ';
    text-decoration: line-through;
} */

/* .cart-collaterals .cart_totals .shipping-options ul#shipping_method li:last-child label span span.woocommerce-Price-amount.amount:before {
    content: 'в‚¬50.00 ';
    text-decoration: line-through;
} */

.woocommerce-page.single-product footer.x-colophon, .woocommerce-page.woocommerce-cart footer.x-colophon, .woocommerce-page.woocommerce-checkout footer.x-colophon.top {
    display:none;
}

.widget ul li, .widget ol li, .widget ul, .widget ol {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

footer.x-colophon.top #menu-footer-menu a, footer.x-colophon.top #menu-service a {
    text-align: left;
    padding: 5px 0px;
}

footer.x-colophon.top h4 {
    text-align: left;
}

/* Hide coupon discount amount */

.coupon-spinnup {
	color: transparent;
}

.coupon-spinnup a {
	color: white;
}

/* .woocommerce-cart .shipping-options span.woocommerce-Price-amount.amount:before {
    content: 'в‚¬50.00 ';
    text-decoration: line-through;
}

.shipping-tab-contents.body #shipping_method .woocommerce-Price-amount.amount:before {
    content: 'в‚¬50.00 ';
    text-decoration: line-through;
} */