/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
  font-family: 'Tradegothic';
  src: url('../fonts/tradegothicltstd-light-webfont.eot?v=4.5.0');
  src: url('../fonts/tradegothicltstd-light-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/tradegothicltstd-light-webfont.woff?v=4.5.0') format('woff'), url('../fonts/tradegothicltstd-light-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/tradegothicltstd-light-webfont.svg?v=4.5.0#tradegothiclight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vpc_preview_wrap{
    position:relative;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 0;
}
.slick-prev:before, .slick-next:before{
    color: #000!important;
    opacity: 1!important;
    transition: opacity .3s;
}
.vpc_options_toggle{
    text-align:center;
    margin: 10px auto;
}
.vpc_options_toggle .vpc_options{
    display:inline-block;
    padding:10px;
    margin-right:10px;
    cursor:pointer;
    transition: background-color .3s;
    text-transform: uppercase;
    font-size: 15px;
}
.vpc_options_toggle .vpc_options.active{
    background-color:#eee;
}
.vpc_options_toggle .vpc_options:last-child{
    margin-right:0;
}
.vpc_description_wrap{
    margin: 15px 0;   
}
.vpc_options_selected,.vpc_description_wrap{
    text-align: center;
}
.vpc_options_selected{
    margin-bottom: 30px;
}
.vpc_description_wrap > div,.vpc_options_selected > div{
    display:inline-block;
}
.vpc_description_wrap > div:after,.vpc_options_group > div > div:after{
    content:"|"; 
    padding: 0 10px;
}
.vpc_description_wrap > div:last-child:after,.vpc_options_group > div > div:last-child:after{
    display:none;
}
.vpc_price{
    padding: 10px;
    color: #0099cc;
    font-weight: bold;
}
.vpc_price_wrap {
    text-align: center;
}
.vpc_options_group{
    text-align:center;
    margin-bottom: 30px;
}
.vpc_options_group > div,.vpc_options_group > div > div{
    display:inline-block;
}
.vpc_price_wrap .vpc_add_to_cart {
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 5px 20px;
    cursor: pointer;
}
.vpc_options_group > div > div{
    cursor: pointer;
    font-size: 13px;
    transition:color .3s;
}
.vpc_options_group > div > div:not(.engraving).active,.vpc_options_group > div > div.engraving input.active[type="radio"] + label{
    font-weight:bold;
    color:#000;
}
.vpc_options_group > div > div.engraving input[type="radio"] + label{
    font-size:13px;
    transition:color .3s;
}

.vpc_options_group > div > div.engraving input:not(.text_field){
    margin-right: 5px;
}
.vpc_options_group > div > div.engraving label{
    margin-right:10px;
}
.vpc_options_group > div > div.engraving>*{
    display: inline-block;
}
.engraving_bloc{
    height: 30px;
    max-width: 12%;
}
.engraving_bloc:not(.curved){
    line-height: 19px;
}
.engraving_bloc,.engraving_img{
    text-align: center;
    left: 0;
    width: 20%;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute !important;
}
.slick-next {
    right: 0px !important;
}
.slick-prev {
    left: 0px !important;
}
.vpc_landscape_layout{
    display:none;
}
.curved{
    top: 15% !important;
    font-size:11px;
}
.engraving_bloc{
    font-family: 'Tradegothic'; 
    left: -6px;
    width: 10%;
}
.engraving_img img{
    max-width:100%;
}
.master-holder .vpc_description_wrap strong{
    color:#000;
}
.vpc_container_wrap .text_field {
    margin: 0;
    position: relative;
    min-height: auto;
}
.vpc-cart-config{
    font-size: 14px !important;
}
.vpc-cart-options-container img{
    width: auto !important;
}
.master-holder .vpc-cart-options-container strong{
    color:#000;
}
.loader-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 99999;
    background-color: #FFF;
    background-image:url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.vpc_options_group.not_mobile{
    min-height: 40px;
}

.vpc_preview_wrap .slick-prev,.vpc_preview_wrap .slick-next{
        z-index: 99999;
}
.vpc_preview_wrap .slick-slide:focus{
    outline: none;
}
.slick-prev, .slick-next{
    z-index: 9;   
    cursor:pointer;
}
@media only screen and (orientation:portrait) and (max-width:767px){
    .vpc_header,.vpc_footer{
        display: -webkit-box;      
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .vpc_header{
        border:1px solid #ccc;
    }
    .vpc_footer{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background-color: #000;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        max-height: 70px;
        overflow: scroll;
    }
    .vpc_header > div{
        width:50%;
        max-height: 70px;
        overflow: scroll;
    }
    .vpc_header .vpc_options_toggle{
        margin:0;
        border-right: 1px solid #ccc;
    }
    .vpc_header .vpc_options_toggle .vpc_options{
        display:block;
        margin-right:0;
        padding: 5px;
    }
    .vpc_header .vpc_options_group{
        margin-bottom: 0;
    }
    .vpc_footer .vpc_description_wrap{
        text-align:left;
    }
    .vpc_header .vpc_options_group > div > div,.vpc_footer .vpc_description_wrap > div{
        display:block;
    }
    .vpc_header .vpc_options_group > div > div:after,.vpc_description_wrap > div:after{
        display:none;
    }
    .vpc_footer .vpc_description_wrap{
        margin:0;
        width:70%;
        color:#fff;
        border-right:1px solid #fff;
        padding: 0 5px;
    }
    .master-holder .vpc_footer .vpc_description_wrap strong{
        color:#fff;
    }
    .engraving_img,.engraving_bloc{
        width: calc(100% - 100px);
        max-width: 90%;
    }
    .engraving_bloc{
        width:35%;
        max-width: 35%;
    }
    .vpc_footer .vpc_price_wrap{
        display: -webkit-box;      
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 30%;
    }
    .vpc_footer .vpc_price {
        border-bottom:1px solid #fff;
        padding: 5px;
    }
    .vpc_footer .vpc_add_to_cart {
        border-top:1px solid #fff;
        padding: 5px;
    }
    .vpc_options_group_toggle.engraving input:last-child{
        margin:0;
    }
}
@media only screen and (orientation:landscape) and (max-width:767px) and (max-width:1023px){
    .vpc_container_wrap,.vpc_footer,.vpc_footer .vpc_price_wrap{
        display: -webkit-box;      
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .vpc_container_wrap,.vpc_footer{
        width:100%;
    }
    .vpc_footer{
        -webkit-align-items: center;
        align-items: center;
        background-color: #000;
        max-height: 45px;
        overflow: scroll;
    }
    .vpc_container_wrap .vpc_header,.vpc_footer .vpc_price_wrap{
        width:30%;
    }
    .vpc_container_wrap .vpc_preview_wrap,.vpc_footer .vpc_description_wrap{
        width:70%;
    }
    .engraving_img,.engraving_bloc{
        width: calc(100% / 3);
        max-width: 90%;
    }
    .engraving_bloc{
        width:15%;
        max-width: 17%;
    }
    .vpc_footer .vpc_description_wrap{
        margin:0;
        color:#fff;
        text-align:left;
        padding: 0px 10px;
    }
    .vpc_footer .vpc_description_wrap > div{
        display:block;
    }
    .vpc_footer .vpc_price_wrap{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .vpc_footer .vpc_price_wrap > div{
        width:50%;
    }
    .vpc_footer .vpc_price,.vpc_footer .vpc_price_wrap {
        border-right:1px solid #fff;
    }
    .vpc_landscape_layout{
        display:block;
    }
    .vpc_options_toggle.not_mobile,.vpc_header > .vpc_options_group{
        display:none;
    }
    .vpc_landscape_layout .vpc_options_group{
        margin: 0;
        padding: 0px;
    }
    .vpc_landscape_layout .vpc_options{
        margin-right:0;
        display: block;
        padding: 5px 10px;
    }
    .vpc_landscape_layout .vpc_options_group > div > div{
        display: block;
    }
    .vpc_landscape_layout .vpc_options_group > div > div:after{
        display:none;
    }
    .vpc_options_toggle.mobile{
        margin:0;
    }
    .vpc_options_toggle.mobile > div{
        border-bottom: 1px solid #ccc;
    }
    .master-holder .vpc_footer .vpc_description_wrap strong{
        color:#fff;
    }  
}
@media only screen and (orientation:portrait) and (min-width:768px) and (max-width:1023px){
    .engraving_img,.engraving_bloc{
        width: calc(100% / 3);
        max-width:90%;
    }
    .engraving_bloc{
        width:15%;
        max-width: 15%;
    }
    .curved{
        top: 19% !important;
        font-size: 10px;
    }
    
}
@media only screen  and (min-width:768px){
    .slick-list{
        padding:0 !important;
    }
    .slick-slide {
         -webkit-transform: translateY(10%) scale(0.9);
        -moz-transform: translateY(10%) scale(0.9);
        transform: translateY(10%) scale(0.9);
        transition:.3s ease-in-out all;
    }
    .slick-slide.slick-center,.engraving_img {
        margin: 40px auto !important;
    }
    .engraving_bloc,.slick-slide.slick-center{
          -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .engraving_bloc{
        width:100%;
    }
    .engraving_img img{
        margin:40px auto !important;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .slick-prev, .slick-next{
        top: 0 !important;
        bottom: 0 !important;
        margin: 20% auto !important;
    }
}
@media only screen and (orientation:landscape) and (min-width:768px) and (max-width:1024px){
    .curved{
        top: 20% !important;
        font-size: 8px;
    }
}
@media only screen and (orientation:portrait) and (max-width:480px){
    .curved{
        top: 18% !important;
        font-size: 10px;
    }
}
@media only screen and (orientation:portrait) and (max-width:420px){
    .curved{
        top: 20% !important;
        font-size: 10px;
    }
}
@media only screen  and (orientation:portrait) and (max-width:320px){
    .curved{
        top: 15% !important;
        font-size: 10px;
    }
}
@media only screen and (orientation:landscape) and (max-width:736px){
    .curved{
        top: 21% !important;
        font-size: 6px;
    }
}
@media only screen and (orientation:landscape) and (max-width:640px){
    .curved{
        top: 21% !important;
        font-size: 6px;
    }
}
@media only screen and (orientation:landscape) and (max-width:568px){
    .curved{
        top: 18% !important;
        font-size: 5px;
    }
}
@media only screen and (orientation:landscape) and (max-width:480px){
    .curved{
        top: 23% !important;
        font-size: 4px;
    }
}