/**
SELECT2
*/
.select2-container .select2-choice {
    height: 34px;
    border-radius: 0px;
    line-height: 34px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
    color: #555;
    font-weight: 400;
}
.select2-container .select2-choice div {
    border-left: none;
    background-color: transparent;
    background-image: none;
}
.select2-offscreen {
    padding: 0 !important;
}
#editor_containers .form-control {
    font-size: 13px;
}
.form-control {
border-radius: 5px;
box-shadow: none;
}
.form-control:focus {
box-shadow: none;
border-color: #e5e5e5;
}

.custom_select_with_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom_select_with_price .custom_radio_price_container .custom_radio_price {
    background: #fff;
    font-weight: 700;
    padding-left: 10px;
    border-left: 0;
    text-align: right;
    min-width: 65px;
}

.custom_select_with_price .custom_radio_price_container .custom_radio_price  span.section-editor-form-price-old-before {
    line-height: normal;
    /* position: absolute; */
    /* top: -4px; */
    color: #888;
    font-weight: 400;
    text-decoration: line-through;
}
.custom_radios .custom_radio {
    position: relative;
}
.custom_radios .custom_radio_inline {
    display: inline-block;
}
.custom_radios input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.custom_radios label {
  display: block;
  position: relative;
  font-weight: 700;
  padding: 20px 20px 0px 20px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  border: 2px solid #ccc;
  background-color: #fff;
  font-size: 30px;
  border-radius: 4px;
}
.custom_radios.custom_radios_colorcircles label {
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    border: 4px solid #eee;
    overflow: hidden;
}
.editor_format_group_worldmap_color_container .custom_radios.custom_radios_colorcircles label {
    width: 60px;
    height: 60px;
}


.editor_type_group .custom_radios label {
    padding: 15px 30px 15px 30px;
    font-size: 17px;
}
.editor_format_group.editor_style_group .custom_radios label {
   
    padding: 0;
    border: 4px solid #eee;
    overflow: hidden;
}
.editor_style_group .custom_radio label .img-preview-styles img {
    height: 70px;
}
.editor_style_group .custom_radio input[type=radio]:checked ~ label {
    border-color: #476D9B;
}
.editor_style_group .custom_radios .check {
    
    display: none;
}

.editor_type_group .custom_radios label {
   
    padding: 0;
    border: 4px solid #eee;
    overflow: hidden;
}
.editor_type_group .custom_radio label .img-preview-types img {
    height: 70px;
}
.editor_type_group .custom_radio input[type=radio]:checked ~ label {
    border-color: #476D9B;
}
.editor_type_group .custom_radios .check {
    
    display: none;
}
.editor_type_group .custom_radios input[type=radio]:checked ~ label {
    
}
.editor_type_group .custom_radios .check {
    color: transparent;
}
.editor_type_group .custom_radio > a {
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    display: block;
}
.editor_type_group .custom_radio > a.checked {
    border-color: #476D9B;
}
.editor_type_group .custom_radio > a:hover {
   border-color: #e0e0e0;
}
.editor_type_group .custom_radio > a img {
    height: 90px;
    opacity: 0.3;
}
.editor_type_group .custom_radio > a:hover img {
   opacity: 1;
}
.editor_type_group .custom_radio > a.checked img {
    opacity: 1;
}

.custom_radio.custom_radios_with_price label {
	padding-right: 40px;
            text-align: center;
    
}



.custom_radios .custom_radio:hover label{
    border-color: #EF6C4E;
    color: #EF6C4E;

    
}
.custom_radio.custom_radios_with_price label .inches-text {
    font-size: 11px;
}

.custom_radios .check{
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  top: 0px;
  left: 0px;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;

    color: #e0e0e0;
}


.custom_radios .check-disabled {
    display: none;
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
}

.custom_radios .custom_radio:hover .check {

}

.custom_radios input[type=radio]:checked ~ .check {
    color: #a4eaca;
}
.custom_radios input[type=radio]:disabled ~ .check {
    color: #ccc;
}
.custom_radios input[type=radio]:disabled ~ .check i {
    display: none;
}
.custom_radios input[type=radio]:disabled ~ .check-disabled {
    display: block;
}
.editor_format_group.editor_style_group .custom_radios input[type=radio]:disabled ~ label {
    opacity: 0.5;
}


.custom_radios input[type=radio]:checked ~ label{
  color: #EF6C4E;
  border-color: #EF6C4E;
  background-color: #fff;
  

}

.custom_radios input[type=radio]:disabled ~ label {
    color: #ccc;
    background-color: #f0f0f0;
}


.custom_radios .custom_radios_table {
    display: table;
    width: 100%;

}
.custom_radios .custom_radios_table.table-layout-fixed {
    table-layout: fixed;
}
.custom_radios .custom_radios_table .custom_radio {
    display: table-cell;
    padding: 0px 5px 5px 5px;
}
.custom_radios .custom_radios_table .check {
    top: 0px;
    left: 5px;
    z-index: 10;
}
.custom_radios.custom_radios_colorcircles .custom_radios_table .check {
    display: none;
}
.editor_type_group .custom_radios .custom_radios_table .check {
    top: 10px;
    left: 10px;
}
.custom_radios .custom_radios_table .custom_radio.custom_radios_table_50percent {
    width: 50%;
}

.custom_radios .custom_radio_price_container {
    text-align: center;
    padding: 20px;
}
body.currency-CZK .custom_radios .custom_radio_price_container,
body.currency-MXN .custom_radios .custom_radio_price_container,
body.currency-SEK .custom_radios .custom_radio_price_container,
body.currency-NOK .custom_radios .custom_radio_price_container,
body.currency-DKK .custom_radios .custom_radio_price_container
{
    width: 50px;
}
.custom_radios .custom_radio_price_container .custom_radio_price {
    font-size: 20px;
font-weight: 700;
}
.custom_radios input[type=radio]:checked ~ label .custom_radio_price_container .custom_radio_price:not(.custom_radio_price_old) {
    
}
.custom_radios input[type=radio]:disabled ~ label .custom_radio_price_container .custom_radio_price {
    color: #ccc;
    background-color: #f0f0f0;
	border-color: #ccc;
}
.custom_radio_color_show {
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom_radio_color_show_sea,
.custom_radio_color_show_desert
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom_radio_color_show_sea {
    background-image: url('../img/worldmap-color-preview-sea.jpg');
}
.custom_radio_color_show_desert {
    background-image: url('../img/worldmap-color-preview-desert.jpg');
}
.custom_radio_color_show_black {
    background: #313131;
}

.custom_radio_color_show_gold {
    background: #cfb539;
}
.custom_radio_color_show_gray {
    background: #65737e;
}
.custom_radio_color_show_turquoise {
    background: #60c1ca;
}
.custom_radio_color_show_pink {
    background: #ce8a9a;
}
.custom_radio_color_show_green {
    background: #517957;
}
.custom_radio_color_show_bordeaux {
    background: #6d1330;
}
.custom_radio_color_show_klein {
    background: #325FA2;
}
.custom_radio_color_show_blackandwhite {
    background: #ffffff;
}
.custom_radios .custom_radio_stock_container {
	margin-top: 5px;
	display: block;
	font-size: 12px;
	font-style: italic;
}
.custom_radios .custom_radio_giftcard_container {

    text-align: center;
    padding-right: 20px;
}
.custom_radios  .custom_radio_giftcard_container .custom_radio_giftcard_price {
    font-size: 35px;
    font-weight: 300;
}
.custom_radios .custom_radio_giftcard_container .custom_radio_giftcard_description {

}
.custom_radios input[type=radio]:checked ~ label .custom_radio_giftcard_container .custom_radio_giftcard_price {
  color: #a4eaca;
  font-weight: 700;
}
.custom_radios input[type=radio]:checked ~ label .custom_radio_giftcard_container .custom_radio_giftcard_description {

}



.custom_radio .section-editor-form-price-old {
    display: table;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-bottom: 15px;
}
.custom_radio .section-editor-form-price-old .section-editor-form-price-old-icon {
    display: table-cell;
    padding: 5px;
    background-color: #fff;
    color: #a4eaca;
    text-align: center;
    width: 35px;
}
.custom_radio .section-editor-form-price-old .section-editor-form-price-old-text {
    display: table-cell;
    padding: 5px;
    font-size: 13px;
    background-color: #fff;
    color: #a4eaca;
    text-align: left;
}
.custom_radio .section-editor-form-price-old .section-editor-form-price-old-percent {
    display: table-cell;
    padding: 5px;
    text-align: center;
    background-color: #f5f5f5;
    color: #a4eaca;
    font-weight: 700;
}

.custom_radio .section-editor-form-price-old .section-editor-form-price-old-after {
    display: table-cell;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    color: #a4eaca;
    font-weight: 700;
    width: 35px;
}
.custom_radio.checked .section-editor-form-price-old .section-editor-form-price-old-after {
    background-color: #a4eaca;
    color: #fff;
    font-weight: 700;
}

.custom_radio .section-editor-form-price-old-before {
    color: #d0d0d0;
    text-decoration: line-through;
    font-weight: 500;
}
.custom_radio .section-editor-form-price-old-before:before {
    content: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #a4eaca;
    -webkit-transform: skewY(-40deg);
    transform: skewY(-40deg);
}
.custom_radio .section-editor-form-price-old-before:after {
    content: none;
    width: 100%;
    border-bottom: 1px solid #a4eaca;
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    position: absolute;
    right: 0;
    top: 50%;
}


select .option-Heebo {
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
select .option-Ovsyanka {
   font-family: 'OvsyankaPress';
   text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}
select .option-HelloBethy {
    font-family: 'HelloBethy';
    font-size: 15px;
}
select .option-Playlist {
    font-family: 'playlistscript';
    font-size: 15px;
}
select .option-DMSerifDisplay {
    font-family: 'DM Serif Display';
    font-size: 15px;
}
select .option-FrederickaTheGreat {
    font-family: 'Fredericka the Great';
    font-size: 15px;
}
select .option-LeahGaviota {
    font-family: 'LeahGaviotaBold';
    font-size: 15px;
}
select .option-Roger {
    font-family: 'RogerSerifBold';
    font-size: 15px;
    text-transform: uppercase;
}
select .option-BakerStreetBlack {
    font-family: 'BakerStreetBlack';
    font-size: 15px;
    text-transform: uppercase;
}


@media (min-width:992px) and (max-width: 1629px)
{
	.custom_radios label {
		
	}
}
@media (max-width: 767px)
{
	.custom_radios .custom_radios_table .custom_radio,
        .custom_radios .custom_radios_table .custom_radio.custom_radios_table_50percent {
		display: block;
                width: 100%;
	}
}
