.checkout-agreements .checkout-agreement input[type="checkbox"]+label.label {
    padding-left: 32px;
}

.checkout-agreements .checkout-agreement .label .action {
    color: #333;
    cursor: default;
}

.checkout-agreements .checkout-agreement .label .action a {
    color: #006bb4;
}

.checkout-agreements .checkout-agreement .label .action:hover {
    text-decoration: none;
}

/*.opc-summary-wrapper {
    display: none;
}*/

.payment-method-content .actions-toolbar {
    display: none;
}

/*.checkout-agreements-block.mp-12,
.opc-order-comment-custom {
    display: none;
}*/


/*
    Main menu not visible on checkout page
	https://trello.com/c/ewow61nk/80-checkout-default-magento-standard-second-step 01/05/2020 PV
*/

.checkout-index-index .nav-sections {
    display: block !important;
}

#place-order-trigger-wrapper {
    float: right;
}


/* Product Overview */

.sidebar-cigar-advisor {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sidebar-advisor-info {
    width: 100%;
    text-align: center;
    padding: 55px 15px;
    box-sizing: border-box;
}

.sidebar-advisor-info img {
    width: 150px;
}

.sidebar-advisor-info p {
    font-size: 12px;
    font-family: 'Vollkorn', serif;
    margin: 5px 0 0;
    color: #fff;
}

.sidebar-advisor-info .cigar-advisor-btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 30px;
}

.sidebar-advisor-info .cigar-advisor-btn:hover {
    color: #c1c1c1;
    border-color: #c1c1c1;
}

.title-image-description {
    margin-bottom: 20px;
}

.catalog-category-view .title-image-description .page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: normal;
}

.title-image-description .image-description {
    display: flex;
    flex-wrap: wrap;
}

.image-description .category-image {
    margin-bottom: 0;
    width: 20%;
    border-radius: 4px;
}

.image-description .category-image img {
    border-radius: 3px;
}

.image-description .category-description {
    margin-bottom: 0;
    width: 77%;
    padding-left: 3%;
}

.image-description .category-description p {
    margin-bottom: 0;
}


/* Product Detail */

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 0;
}

.product-info-main .rating-summary .rating-result>span:before {
    margin-left: 2px;
}

.product-info-main .rating-summary .rating-result:before {
    left: 2px;
}

/**
*Adding the position of the page message section on the cart page of giftcard redeemption
 PM jen, 16032021 @link -https://trello.com/c/1xKlvB2y/129-2020-09-wertgutscheine-giftcard
*/

/**
*The below code was causing issue so commenting this
 PM RK, 28-04-2021 @link -https://trello.com/c/37cXzBdi/321-no-error-display-by-on-click-gutschein-hinzuf%C3%BCgen-chrome
*/

/*.checkout-cart-index .cart-gift-card .message.error{
    top: 860px !important;
    margin-top: -52px !important;
}*/
