/* custom-paddles configurator */
h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #2A4572;
    margin: 30px 0 50px;
    text-align: center;
}

input[type="radio"] {
    margin-right: 5px;
}

.container-custom-paddles .prices-custom-box {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: #EBF1F6;
    border-radius: 10px;
}

.container-custom-paddles .prices-custom {
    display: inline-block;
    text-align: left;
}

.popouppict {
    display: block;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .container-custom-paddles h3.text-center {
        font-size: 15px;
        margin-top: 0;
    }
    
    .container-custom-paddles .prices-custom {
        font-size: 12px;
    }
    
    .container-custom-paddles iframe {
        margin-top: 30px;
    }
    
    h1 {
        font-size: 30px;
        margin: 20px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .popouppict img {
        width: 100%;
    }
    
    .container-custom-paddles h3.text-center {
        font-size: 15px;
        margin-top: 0;
    }
    
    .container-custom-paddles .prices-custom {
        font-size: 13px;
    }
    
    .container-custom-paddles iframe {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-custom-paddles h3.text-center {
        font-size: 19px;
        margin-top: 0;
    }
    
    .container-custom-paddles .prices-custom {
        font-size: 14px;
    }
    
    .container-custom-paddles iframe {
        margin-top: 30px;
    }
    
    h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-custom-paddles h3.text-center {
        font-size: 20px;
        margin-top: 0;
    }
    
    h1 {
        font-size: 40px;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    .container-custom-paddles h3.text-center {
        font-size: 17px;
        margin-top: -20px;
    }
    
    .container-custom-paddles iframe {
        height: 303px;
    }
    
    .container-custom-paddles .prices-custom {
        font-size: 14px;
    }
    
    .popouppict {
        /*height: 304px;*/
    }
    
    .popouppict img {
    }
}

@media (min-width: 1421px) and (max-width: 1620px) {
    .container-custom-paddles h3.text-center {
        font-size: 19px;
    }
    
    .container-custom-paddles iframe {
        height: 303px;
    }
    
    .container-custom-paddles .prices-custom {
        font-size: 15px;
    }
}

@media (min-width: 1621px) and (max-width: 1820px) {
    .container-custom-paddles h3.text-center {
        font-size: 21px;
    }
    
    .container-custom-paddles iframe {
        height: 334px;
    }
}

@media (min-width: 1821px) {
}

.underline-dashed {
    border-bottom: 1px dashed;
}

.custompaddles-paddle-container {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    font-size: 0;
}

@media (max-width: 767px) {
    .perspective {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .custompaddles-handleshape-container {
        margin-bottom: 30px;
    }
    
    .custompaddles-paddle-container svg {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-paddles-form-title {
    /*max-width: 700px;*/
}

.custom-paddles-form {
    padding: 20px;
    /*margin-bottom: 30px;*/
    /*margin-right: 0;*/
    background: #F6F6F6;
    max-width: 700px;
}

.custom-paddles-form .title {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 0;
    background: #D1D1D1;
}

.custom-paddles-form .subtitle {
    text-align: center;
    background: #ECECEC;
    padding: 5px;
    margin: 0 0 10px 0;
}

.custom-paddles-form .control-label {
    font-size: 0.9em;
    padding-right: 0;
    font-weight: bold;
}

.custom-paddles-form .form-group {
    margin-bottom: 7px;
}

.custom-paddles-form p {
    margin-top: 3px;
}

.custom-paddle-preview-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media (max-width: 575px) {
    .custom-paddles-form {
        /*margin: 30px 15px 0 !important;*/
    }
    
    .custom-paddles-form .control-label {
        text-align: left !important;
    }
    
    .custom-paddle-preview-wrap {
        position: relative;
        position: relative;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-paddles-form {
        /*margin-right: 0;*/
    }
    
    .custom-paddles-form .control-label {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-paddles-form {
        margin: 22px 0 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1369px) {
}

@media (min-width: 1370px) {
    .custom-paddles-form {
        margin-right: 80px;
    }
}

.gripstyle {
    position: relative;
    float: left;
    max-width: 33.33333333%;
    font-size: 0;
    display: block;
}

.gripstyle input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.gripstyle input[type="radio"] + img {
    border: 1px solid transparent;
}

.gripstyle input[type="radio"]:checked + img {
    border-color: #D50000;
}

.gripstyle__caption, .gripcolor__caption {
    font-size: 12px;
    display: block;
    text-align: center;
    font-weight: normal;
}

.gripcolor__caption {
    /*min-height: 3em;*/
}

#kratos_Paddle_face_Change_color_here, #chaos_Paddle_face_Change_color_here {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.custompaddles-handleshape-container {
    margin-top: 15px;
}

.js-rotate-surface-a-picture {
    cursor: pointer;
}

.gripcolor {
    min-width: 14.6%;
    margin-left: 8px;
    max-width: 14.6%;
    white-space: nowrap;
}

.gripcolor label {
    display: block;
    width: 100%;
    padding-left: 0;
}

.gripcolor input {
    display: none;
}

.gripcolor__color {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    outline: 1px solid #BBB;
    outline-offset: 0;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
}

.gripcolor__color:hover {
    outline-color: #666;
}

.gripcolor input:checked + .gripcolor__color {
    z-index: 1;
    outline-offset: 2px;
    outline-color: black;
}

.gripcolor__caption {
    margin-top: 3px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}

.grip__bgcolor {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.js-custom-paddles-grip-container svg {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.js-custom-paddles-grip-container {
    max-width: 19%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.js-custom-paddles-grip-container.chaos {
    margin-top: -12px;
}

.js-custom-paddles-grip-container.kratos {
    margin-top: -20px;
}

.custompaddles-paddle-container-loading {
    position: fixed;
    background: gray;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    color: #000;
    font-size: 24px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25% 0;
}

.custompaddles-paddle-reset-image {
    position: absolute;
    bottom: 0;
    right: -25px;
    color: gray;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
}

.custompaddles-paddle-container--hasimage .custompaddles-paddle-reset-image {
    opacity: 1;
    visibility: visible;
}

.js-custom-paddles-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.custompaddles-paddle-container-text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 30px;
    height: 30px;
    line-height: 1;
    white-space: nowrap;
    color: #FFF;
    margin: auto;
    z-index: 3;
}

a[href="#modal-grip-measure"] {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a[href="#modal-grip-measure"]:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.custompaddles-paddle-container--hasimage .js-custompaddles-svg-paddle {
    cursor: move;
    cursor: -webkit-grab;
}

.custompaddles-paddle-container--hasimage .js-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
}

.js-custompaddles-svg-background-color {
    transition: fill 250ms;
}

.js-custompaddles-svg-background-image {
    fill: transparent;
}

.js-custompaddles-svg-grip-color {
    transition: fill 250ms;
    fill: #94d2e7;
}

/* zoom buttons */
.custompaddles-zoomcontrol {
    position: absolute;
    right: -42px;
    top: 30%;
    width: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 32px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
}

.custompaddles-paddle-container--hasimage .custompaddles-zoomcontrol {
    opacity: 1;
    visibility: visible;
}

.custompaddles-zoomcontrol-item {
    position: relative;
    display: inline-block;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    font-size: 15px;
    line-height: 32px;
    border-radius: 32px;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 26px;
    width: 26px;
    padding: 3px;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity 0.1s ease-out;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(//yastatic.net/maps-beta/_/a6d31171886d0ad3d16ceef693023cbb.svg);
}

.custompaddles-zoomcontrol-item-out {
    background-image: url(//yastatic.net/maps-beta/_/bdbc1efd7151709018cd6d7aacca13c7.svg);
}

.custompaddles-zoomcontrol-item-rotate {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 576 576'%3E%3Cpath d='M275.762 95.253v38.955L391.99 67.104 275.762 0v39.283c-69.728 2.266-134.601 34.249-178.988 88.56l43.305 35.392c33.719-41.259 82.814-65.742 135.683-67.982zM537.185 275.761c-2.268-69.73-34.25-134.602-88.562-178.989l-35.391 43.305c41.258 33.719 65.74 82.814 67.979 135.684H442.26l67.104 116.228 67.105-116.228h-39.284zM300.706 481.211V442.26l-116.227 67.104 116.227 67.105v-39.285c69.73-2.268 134.604-34.25 178.988-88.562L436.39 413.23c-33.719 41.258-82.815 65.741-135.684 67.981zM95.255 300.705h38.953L67.106 184.477.001 300.705h39.284c2.267 69.729 34.249 134.604 88.56 178.988l35.392-43.305c-41.259-33.718-65.742-82.814-67.982-135.683z'/%3E%3C/svg%3E");
}

.js-custompaddles-svg-background-pattern image {
    max-width: 259px;
    max-height: 412px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
    -ms-transform: translate(0, 0) rotate(0deg) scale(1);
    -o-transform: translate(0, 0) rotate(0deg) scale(1);
    transform: translate(0, 0) rotate(0deg) scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.anchor_button {
    margin: 25px 0;
}

#PADDLE_CUSTOM_TEXT_INP {
    margin-top: 15px;
}

.toggle_paddle_side_block {
    color: #337AB7;
    margin-bottom: 20px;
}

.toggle_paddle_side_block .btn_paddle_side {
    border: 3px solid #337AB7;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
}

.toggle_paddle_side_block input[type=radio].toggle {
    display: none;
}

.toggle_paddle_side_block input[type=radio].toggle + label {
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
}

.toggle_paddle_side_block input[type=radio].toggle + label:hover {
    background: none;
    color: #337AB7;
}

.toggle_paddle_side_block input[type=radio].toggle + label:after {
    background: #337AB7;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

.toggle_paddle_side_block input[type=radio].toggle.toggle-left + label {
    border-right: 0;
}

.toggle_paddle_side_block input[type=radio].toggle.toggle-left + label:after {
    left: 100%;
}

/*input[type=radio].toggle.toggle-right + label {*/
/*    margin-left: -5px;*/
/*}*/
.toggle_paddle_side_block input[type=radio].toggle.toggle-right + label:after {
    left: -100%;
}

.toggle_paddle_side_block input[type=radio].toggle:checked + label {
    cursor: default;
    color: #FFF;
    transition: color 200ms;
}

.toggle_paddle_side_block input[type=radio].toggle:checked + label:after {
    left: 0;
}

.select_paddle_side_block {
    margin-bottom: 30px;
    padding: 10px 20px 20px;
    box-shadow: 1px 3px 8px -2px rgba(12, 17, 46, 0.6);
    border-radius: 10px;
}

.select_paddle_side_block .control-label {
    padding: 6px 12px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.select_paddle_side_block .form-control {
    font-size: 18px;
    height: 40px;
}

.paddle_different_graphic_block {
    padding: 10px 20px 20px;
    box-shadow: 1px 3px 8px -2px rgba(12, 17, 46, 0.6);
    border-radius: 10px;
}

.toggle-paddle-select_front_block .control-label {
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    border-top: 1px solid #CCC;
}

.replacement_grip_row{
    margin-top: -15px;
    margin-bottom: 15px;
}
