
/**/
.main-wp.wrap {
    max-width: inherit;
    width: 100%;
    padding: 0 !important;
}

.content {
  margin-top: 0px;
}

.content.product-quickview {
    overflow: initial;
}

.content .sidebar,
.content .main {
    padding-top: 5em !important;
}

.content .main__header {
    padding-bottom: 5em;
}

.content .header-name{
	font-weight: bold;
}

.content .header-name-suc{
	color: #B2B2B2 !important;
}

.content .section__header {
    margin-bottom: 7px;
}

.content  .field__label--visible {
    display: block;
    font-weight: bold;
}

.content .section--shipping-address,
.content .step__sections{
	margin-bottom: 32px;
}

.content .step__footer .checkbox__label{
    margin-top: 22px;
    font-size: 16px;
    color: #61B0D7;
    font-weight: 500;
}

.content .step__footer__continue-btn.btn{
	padding: 1em 4em;
}

.content .fieldset-description {
    margin-top: 170px;
    bottom: 100px;
}

.content .fieldset-description .checkbox-wrapper {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.sidebar .order-summary__emphasis {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #525252 !important;
    font-weight: bold;
}

.content .fieldset-description .checkbox-wrapper .checkbox__label {
	color: #B2B2B2;
    font-size: 16px;
}

.order-summary__small-text {
    font-weight: 600
}

.main__content {
    padding-bottom: 1em !important;
}

.section {
    padding-top: 0em !important;
}

.sidebar {
    width: 43% !important;
}

.main {
    padding-right: 1% !important;
}

.animate-floating-labels .field__label,
.layout-flex--loose-horizontal .layout-flex__item {
    font-size: 18px;
    color: #6D6D6D !important;
}

.animate-floating-labels .field__input {
    color: #B2B2B2 !important;
    font-size: 17px;
    font-weight: bold;
}

.sidebar .payment-due__currency {
    font-weight: bold;
}

.total-line th, .total-line td {
    font-weight: bold;
}

.step__footer {
    margin-top: 68px !important;
}

/**/

.footer_v2 .copyright {
    border-top: none;
    padding: 17px 0;
    background-color : #F5F5F5
}

.order-summary__sections {
    height: calc(100vh - 182px) !important;
}

@media (min-width: 1000px){
    .content .wrap {
        padding: 0 1.5% !important;
        max-width: 100.5714285714em !important;
    }
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .btn-addtocart .shop-button {
    padding: 0 18px;
}