a {
    color: #362361;
}

a:hover {
    color: #272727;
}

.btn-primary, .buttons .btn-primary {
    background: #434343;
    border-color: #434343;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn-primary span {
    color: #fff;
}

.btn-primary:hover, .buttons .btn-primary:hover {
    background: #f9e033;
    border-color: #f9e033;
    color: #434343;
}

.btn-primary:hover span {
    color: #434343;
}

.btn-default, .btn-danger {
    border-radius: 25px;
}

#simplecheckout_button_confirm, #simpleregister_button_confirm {
    padding: 15px 24px;
}

.price-old {
    font-weight: normal;
    text-decoration: line-through;
}

.form-control, .simple-content .form-control, .form-group .form-control {
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}


.form-control:focus, .simple-content .form-control:focus {
    border: 1px solid #f9e033;
}

.form-control[disabled] {
    background-color: #e4e4e4;
}

.quantity .btn {
    min-height: 34px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    min-height: 34px;
}

#column-left {
    width: 100%;
    margin-right: 30px;
    flex: 0 0 330px;
}

.category__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.category__grid > div {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .category__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .category__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 540px) {
    .category__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .category__grid > div {
        margin-bottom: 20px;
    }


}

.category__grid picture {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 185px;
}

.category__grid picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#collapse-coupon #input-coupon {
    border: 1px solid #ccc;
    border-radius: 25px 0 0 25px;
    padding-left: 15px;
    padding-right: 15px;
}

/* callback */
.jquery-modal {
    z-index: 10;
}

#callback {
    overflow: initial;
}

#callbackModalLabel {
    font-size: 24px;
    margin-bottom: 15px;
}

#form-callback .form-item + .form-item {
    margin-top: 1rem;
}

#form-callback .form-item .input {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 15px;
    height: 41px;
}

#common-success a {
    text-decoration: underline;
    font-weight: 500;
}

#common-success a:hover {
    text-decoration: none;
}


.information {
    padding: 9px 0 130px;
}
@media (max-width: 1023px)
{
    .information
    {
        padding: 0 0 90px;
    }
}
@media (max-width: 359px)
{
    .information
    {
        padding: 0 0 60px;
    }
}
.information p
{
    line-height: 2;
}
.information p:not(:last-child)
{
    margin-bottom: 28px;
}
@media (max-width: 1023px)
{
    .information p:not(:last-child)
    {
        margin-bottom: 21px;
    }
}
@media (max-width: 359px)
{
    .information p:not(:last-child)
    {
        margin-bottom: 14px;
    }
}

.native-modal.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    margin: 0!important;
}

.native-modal.modal .modal-dialog {
    margin: 0 auto!important;
}


.native-modal.modal a.close-modal {
    position: absolute;
    top: 12.5px;
    right: 12.5px;
}

.native-modal.modal .modal-content {
    border-radius: 0;
}

/*.native-modal.modal .modal-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.native-modal.modal  .modal-content {
    padding-top: 57px;
}*/

@media (min-width: 768px) {
    .native-modal.modal .modal-dialog {
        width: auto;
    }
}
