.c-section h3 {
    text-align: center;
}
.c-section p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
    margin: 0;
    line-height: 24px;
}

.step-element {
    padding: 33px 0
}

.step-element-thumb {
    background: none;
    margin: 0;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    min-height: 113px;
    padding: 24px 64px 17px 40px;
}

.step-element-thumb h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.step-element-thumb h4 img {
    margin-left: 10px
}

.step-element-thumb p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 16px
}

.step-element-thumb p a {
    color: #003640
}

.step-element-thumb.blue {
    background: #009fb8;
    padding: 24px 40px 18px 69px;
}

.step-element-thumb.blue:before {
    position: absolute;
    content: "";
    background: #fff url(../img/arr1.png) no-repeat;
    left: 0;
    top: 0;
    width: 52px;
    height: 113px;
    z-index: 90;
    background-size: 52px 113px;
    background-repeat: no-repeat
}

.step-element-thumb.blue:after {
    position: absolute;
    content: "";
    background: url(../img/arr2.png);
    right: -18px;
    top: 0;
    width: 65px;
    height: 113px;
    z-index: 90;
    background-size: 65px 113px
}

.step-element-thumb.black {
    background: #4A5B6A;
}

.step-element-thumb.black:before {
    position: absolute;
    content: "";
    background: url(../img/arr3.png);
    right: -16px;
    top: 0;
    width: 65px;
    height: 113px;
    z-index: 90;
    background-size: 65px 113px
}

.step-element-thumb.green {
    background: #7FC03C;
}

.step-element-thumb.green:before {
    position: absolute;
    content: "";
    background: #fff url(../img/arr4.png);
    right: 0;
    top: 0;
    width: 33px;
    height: 113px;
    z-index: 90;
    background-size: 33px 113px
}

/** style */
.quote-wrapper {
    padding: 42px 0;
    background: #FFF;
}
.none{
    display: none;
}
.quote-wrapper-odd{
    background: #F3F7F9;
}
.quote-wrapper h4 {
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    color: #363535;
    margin-bottom: 5px
}

.quote-wrapper h4 span {
    color: #B1CCE0;
    padding-right: 15px
}

.quote-wrapper h6 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #7D7D7D;
    margin-bottom: 0
}

.style-element {
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.style-element-thumbnel {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.style-element-thumbnel-inner {
    background: #3B4858;
    box-shadow: 0 0 10px #a5a4a4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.style-element-thumbnel-inner-img {
    width: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-top: 43.8%;
}

.style-element-thumbnel-inner-img .plus {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 10px
}

.style-element-thumbnel-inner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style-element-thumbnel-inner-text {
    width: 100%;
    display: inline-block;
    padding: 9px 15px;
    box-sizing: border-box;
    flex:  1;
    display: flex;
}

.style-element-thumbnel-inner-text-radio {
    margin-right: 15px
}

.style-element-thumbnel-inner-text-text {
    flex: 1;
}

.style-element-thumbnel-inner-text-text h5 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 18px
}

.style-element-thumbnel-inner-text-text p {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 14px
}

.checkbox .cr,.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    background: #fff;
    border-radius: .25em;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0;
    margin-top: 6px
}

.radio .cr {
    border-radius: 50%
}

.checkbox .cr .cr-icon,.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 23%
}

.radio .cr .cr-icon {
    margin-left: .04em
}

.checkbox label input[type="checkbox"],.radio label input[type="radio"] {
    display: none
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.checkbox label input[type="checkbox"]:disabled+.cr,.radio label input[type="radio"]:disabled+.cr {
    opacity: .5
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.checkbox label,.radio label {
    padding-left: 0
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #3B4858
}

.size-element .radio,.design-element .radio {
    padding-left: 20px
}

.size-element .radio label,.design-element .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.size-element .radio label::before,.design-element .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #3B4858;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.size-element .radio label::after,.design-element .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(.8,-.33,.2,1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(.8,-.33,.2,1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(.8,-.33,.2,1.33);
    transition: transform 0.1s cubic-bezier(.8,-.33,.2,1.33)
}

.size-element .radio input[type="radio"],.design-element .radio input[type="radio"] {
    opacity: 0
}

.size-element .radio input[type="radio"]:focus+label::before,.design-element .radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.size-element .radio input[type="radio"]:checked+label::after,.design-element .radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.size-element .radio input[type="radio"]:disabled+label,.design-element .radio input[type="radio"]:disabled+label {
    opacity: .65
}

.size-element .radio input[type="radio"]:disabled+label::before,.design-element .radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed
}

.size-element .radio.radio-inline,.design-element .radio.radio-inline {
    margin-top: 0
}

.size-element .radio-primary input[type="radio"]+label::after,.design-element .radio-primary input[type="radio"]+label::after {
    background-color: #E95400
}

.size-element .radio-primary input[type="radio"]:checked+label::before,.design-element .radio-primary input[type="radio"]:checked+label::before {
    border-color: #E95400
}

.size-element .radio-primary input[type="radio"]:checked+label::after,.design-element .radio-primary input[type="radio"]:checked+label::after {
    background-color: #E95400
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0;
    margin: 0
}

/** quantity */
.quantity-element .quantity label {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #7D7D7D;
    margin-bottom: 15px
}

.quantity-element .quantity input.form-control {
    max-width: 240px;
    color: #505050
}

.quantity-element .quantity span {
    font-size: 13px;
    color: #7D7D7D;
    text-align: left;
    font-weight: 300
}

.quantity-element .price-breaks {
    padding-left: 40px;
    position: relative
}

.quantity-element .price-breaks:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 39px;
    top: 0;
    left: 0;
    background: url(../img/price-tag.png);
    background-repeat: no-repeat;
    background-size: 20px 39px
}

.quantity-element .price-breaks h4 {
    font-size: 16px;
    text-align: left;
    color: #505050;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0
}

.quantity-element .price-breaks p {
    font-size: 13px;
    text-align: left;
    color: #7D7D7D;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0
}

.quantity-element .price-breaks .gap {
    margin-bottom: 18px
}

/** size */
.size-element {
    border-bottom: 1px solid #E0E4E6;
    /*padding-bottom: 25px;*/
    margin-bottom: 30px
}

.size-element h5 {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    text-align: left;
    margin-bottom: 0;
    line-height: 19px
}

.size-element h6 {
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
    text-align: left
}

.size-element p {
    color: #7D7D7D;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0
}

.size-element:last-child {
    border-bottom: 0
}

.size-element .radio-primary {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.size-element .radio-primary label {
    font-size: 13px;
    color: #7D7D7D;
    text-align: left
}

.size-element .radio-primary span {
    float: left;
    margin-right: 15px
}

.size-element .radio-primary .form-control {
    float: left;
    width: 182px;
    position: relative;
    top: -15px;
    margin-bottom: 0
}

.size-element .radio-primary:last-of-type {
    margin-bottom: 0
}

.size-element .radio-primary.radio-primary-half {
    width: 50%
}

.size-element .radio-primary.radio-primary-half:last-child {
    margin-bottom: 0
}

.size-element .radio-primary.radio-primary-half span {
    float: left;
    margin-right: 15px
}

.size-element .radio-primary.radio-primary-half .form-control {
    float: left;
    width: 182px;
    position: relative;
    top: -15px;
    margin-bottom: 0
}

.size-element figure figcaption {
    font-size: 13px;
    text-align: right;
    color: #505050
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: 0
}

.size-element.thickness {
    padding-bottom: 0;
    margin-bottom: 0
}

.size-element.thickness .radio-primary .form-control {
    width: 97px;
    margin-right: 15px
}

/** contact info */
.contact-info h4 {
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    color: #363535;
    margin-bottom: 8px
}

.contact-info h4 span {
    color: #B1CCE0;
    padding-right: 15px
}

.contact-info p {
    font-size: 13px;
    text-align: left;
    color: #7D7D7D;
    line-height: 16px;
    margin-bottom: 20px
}

.contact-info h5 {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    text-align: left;
    margin-bottom: 22px
}

.contact-info-form {
    font-size: 13px;
    color: #7D7D7D;
    font-weight: 400
}

.contact-info-form .form-inline {
    margin-bottom: 10px
}

.contact-info-form .form-inline.deadline .form-control {
    width: 75px;
    margin-right: 6px
}

.contact-info-form .form-inline.deadline .form-control:last-child {
    width: 96px;
    margin-right: 0
}

.contact-info-form .form-inline .form-group {
    width: 100%
}

.contact-info-form .form-inline label {
    width: 173px
}

.contact-info-form .form-inline .form-control {
    max-width: 265px;
    width: 100%;
    height: 40px;
    margin-bottom: 0
}

.contact-info-formtext p {
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    color: #7D7D7D
}

.contact-info-formtext p a,.contact-info-formtext p strong {
    color: #505050;
    font-weight: 500
}

.contact-info .comments-section h5 {
    margin-bottom: 0
}

.contact-info .comments-section p {
    margin-bottom: 25px
}

.contact-info .comments-section textarea.form-control {
    resize: none;
    height: 114px;
    box-shadow: 0 0 0
}

.contact-info .complete-request h5 {
    margin-bottom: 0
}

.contact-info .complete-request p {
    margin-bottom: 25px
}

.contact-info .complete-request .complete-request-submit-wraper {
    position: relative;
    display: inline-block
}

.contact-info .complete-request .complete-request-submit-wraper:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 10px;
    background: url(../img/arrow-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 33px;
    top: 21px;
    z-index: 999
}

.contact-info .complete-request .complete-request--btn {
    background: #F46824;
    width: 280px;
    height: 50px;
    color: #fff;
    border-color: #E95400;
    padding: 10px 35px 9px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 15px
}

.contact-info .complete-request .complete-request--btn:hover {
    background: #218CB0;
    border-color: #218CB0
}

.contact-info .qte-img {
    margin-bottom: 40px
}

.contact-info .qte-img ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-info .qte-img ul li {
    display: inline-block;
    width: auto;
    margin-right: 40px
}

.modal{
    top: 25px;
}

.modal-content {
    padding: 0 25px
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
    position: relative
}

.modal-header .close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -36px;
    top: -8px;
    z-index: 99999;
    opacity: 1;
    background-color: #ff1e75;
    color: #fff;
    background: #ff1e75;
    border-radius: 50%;
}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: center
}

.modal-body img {
    margin: 0 auto;
    max-width: 800px;
    width: 100%
}

.modal-footer {
    padding-bottom: 30px
}

.modal-footer--content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px 0
}

.modal-footer--content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 39px;
    box-sizing: border-box
}

.modal-footer--content ul:before {
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    background: url(../img/icon-info.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

.modal-footer--content ul li {
    font-size: 13px;
    color: #7D7D7D;
    text-align: left;
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.modal-footer--content ul li strong {
    color: #505050;
    font-weight: 500
}

.modal-footer h3 {
    font-size: 14px;
    text-align: left;
    color: #505050;
    font-weight: 300;
    margin-bottom: 15px
}

/** color */
.design-element h5{
    font-size: 16px;
    text-align: left;
    color: #505050;
    margin-bottom: 5px;
    font-weight: 400;
}
.design-element p{
    font-size: 13px;
    text-align: left;
    color: #7D7D7D;
    line-height: 16px;
    margin-bottom: 20px;
}
.design-color{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
}
.design-color-thumbnel {
    height: 87px;
    margin-bottom: 11px;
    background: #fff;
    box-shadow: 0 0 5px #a5a4a4;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.design-color-thumbnel-bg {
    display: inline-block;
    width: 100%;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.design-color-thumbnel-textelement {
    padding: 10px;
    box-sizing: border-box
}

.design-color-thumbnel-textelement .radio-primary label {
    font-size: 13px;
    text-align: left;
    color: #7D7D7D;
    line-height: 1;
}

.design-color-thumbnel-textelement .radio-primary label span {
    margin-top: 5px;
    display: block;
    font-size: 10px;
    text-align: left
}

.design-element .radio input[type=radio],.design-element .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0
}

.design-element input[type=radio] {
    margin: 0;
    margin-top: 0;
    line-height: normal
}

.pattern-thumbnelwraper {
    width: auto;
    float: left;
    background: none;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 11px;
    margin-right: 10px;
    position: relative;
}

.pattern-thumbnelwraper-img {
    background: #fff;
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    line-height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #dce2ee;
    overflow: hidden;
    word-wrap: break-word;
}

.pattern-thumbnelwraper-img img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.pattern-thumbnelwraper-text {
    width: 100%;
    display: inline-block;
    padding: 9px 15px;
    box-sizing: border-box
}

.pattern-thumbnelwraper-text-radio {
    float: left;
    margin-right: 15px
}

.pattern-thumbnelwraper-text-radio .radio{
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    padding-left: 2px;
}
.pattern-thumbnelwraper-text-radio .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.pattern-thumbnelwraper-text-radio .radio span.cr {
    border: 1px solid #3B4858;
}

.pattern-thumbnelwraper .plus {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
}

/** upload */
.design-wrapper p {
    line-height: 18px
}

.design-wrapper .upload-wrapper {
    max-width: 631px;
    width: 100%;
    background: #0067B2;
    padding: 25px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px
}

.design-wrapper input[type=file] {
    display: none!important
}

.design-wrapper .upload-wrapper {
    position: relative
}

.design-wrapper .upload-wrapper h5 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
    display:flex;
    align-items: center;
}

.design-wrapper .upload-wrapper h5 a.info {
    vertical-align: middle;
    display: inline-block
}

.design-wrapper .upload-wrapper h5 a.info img {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle
}

.design-wrapper .upload-wrapper .upload-wrapper-tooltip {
    width: 383px;
    padding: 22px;
    box-sizing: border-box;
    background: #F3F7F9;
    position: absolute;
    font-size: 12px;
    top: -86px;
    left: 24px;
    border-radius: 4px;
    display: none;
    cursor: pointer;
}

.design-wrapper .upload-wrapper .upload-wrapper-tooltip p {
    text-align: center;
    font-size: 13px;
    color: #505050;
    font-weight: 400;
}

.design-wrapper .upload-wrapper .upload-wrapper-tooltip:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 10px solid #F3F7F9;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0)
}

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: none;
    background-color: #0000;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-6 + label span {
    width: 391px;
    height: 55px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #fff;
    background: none;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 33px;
}

.inputfile-6 + label strong {
    height: 55px;
    color: #fff;
    background-color: #ff1e75;
    display: inline-block;
    width: 165px;
    border-radius: 4px;
    line-height: 37px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #7abf53;
}

/** attchements */
.attchements-wrapper{
    margin-top: 20px;
    border-bottom: 1px solid #F3F7F9;
}
.attchements-wrapper.none{
    display: none;
}
.attchements-wrapper h5{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #505050;
    margin-bottom: 5px;
    line-height: 23px;
}
.attachments-thumbnelwraper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.attachments-thumbnelwraper-element{
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.attachments-element-thumbnel-inner {
    width: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-top: 75%;
}
.attachments-element-thumbnel-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attachments-element-thumbnel-inner-text {
    width: 100%;
    display: inline-block;
    padding: 9px 15px;
    box-sizing: border-box;
    flex:  1;
    display: flex;
    background: #3B4858;
}

.attachments-element-thumbnel-inner-text-radio {
    margin-right: 15px
}

.attachments-element-thumbnel-inner-text-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.attachments-element-thumbnel-inner-text h5 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
}

.attachments-element-thumbnel-inner-text p {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 14px
}

.attachments-thumbnelwraper .radio.custom label span{
    padding-left: 20px;
    line-height: 35px;
}
.attachments-thumbnelwraper .radio.custom input[type="radio"]{
    top: 10px;
}

label.error {
    width: 100% !important;
    margin-top: 7px;
}
.error {
    color: #ff0000 !important;
    font-size: 15px;
}

/*locading div*/
.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple span{
    position: absolute;
    bottom: -15px;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.u-loader{
    position: fixed;
    background: #000000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0.8;
    left: 0;
    top: 0;
    display: none;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}


@media screen and (max-width: 1200px) {
    .c-section {
        padding: 35px 0;
    }
    .c-section h3 {
        font-size: 30px;
    }
    .size-element .radio-primary.radio-primary-half {
        width: 100%;
    }

    .design-color{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .c-section {
        padding: 25px 0
    }

    .step-element {
        padding: 15px 20px;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .step-element-thumb.blue {
        background: #009fb8;
        padding: 24px 64px 18px 40px;
    }

    .step-element-thumb:before {
        display: none
    }

    .step-element-thumb:after {
        display: none
    }

    .step-element-thumb p {
        line-height: 23px
    }

    .size-element figure figcaption {
        text-align: left;
    }
    .quantity-element .price-breaks {
        padding-left: 54px;
        position: relative;
    }
    .quantity-element .price-breaks:before {
        left: 21px
    }

    .design-color{
        grid-template-columns: repeat(4, 1fr);
    }
    .attachments-thumbnelwraper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .step-element-thumb {
        min-height: 0;
    }

    .style-element {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-info-form .form-inline .form-control {
        max-width: none;
        width: 100%;
        height: 40px;
        margin-bottom: 0
    }

    .contact-info-form .form-inline label {
        width: 100%;
        margin-bottom: 10px
    }

    .contact-info-form .form-inline.deadline .form-control {
        width: 100%;
        margin-right: 6px;
        float: left;
        margin-bottom: 10px
    }

    .contact-info-form {
        display: inline-block;
        width: 100%
    }

    .contact-info-formtext {
        display: inline-block;
        width: 100%;
        padding-top: 20px
    }

    .contact-info-form .form-inline.deadline .form-control:last-child {
        width: 100%;
        margin-right: 0
    }

    .pattern-wrapper {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .design-color{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .step-element-thumb {
        min-height: 0;
    }

    .step-element {
        padding: 15px;
    }

    .modal-footer--content ul li {
        width: 100%;
        float: none;
    }
    .design-color{
        grid-template-columns: repeat(2, 1fr);
    }

    .attachments-thumbnelwraper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .style-element {
        grid-template-columns: repeat(1, 1fr);
    }
}
.package .pattern-thumbnelwraper-img {
    width: 180px;
    height: 180px;
}
