.grelated_products_list>.item {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
}

.grelated_products_list>.item:first-child {
    border-top: none;
}

.grelated_products_list .lnk_img.product-image {
    float: left;
}

.grelated_products_image {
    float: left;
    width: 15%;
}

.grelated_products_des {
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.grelated_products_price {
    float: left;
    width: 15%;
    text-align: center;
}

.crossseling_extra_label {
    position: absolute;
    top: 0;
    right: 0;
}

.freeshipping_tag,
.discountval_tag {
    clear: both;
    float: right;
}

.grelated_products {
    width: 100%;
    clear: both;
    margin-top: 3em;
    float: left;
}

#wrapper > div > section > h3 {
    font-size: 24px;
    display: inline-block;
    color: #333;
    position: relative;
	text-transform: uppercase;
}

#cms .grelated_products {
    float: none;
}

.grelated_products_image img {
    max-width: 100%;
}

#blockcart-modal.hascros .modal-body {
    float: left;
}

.grelated_products_submit_bt {
    width: 20%;
    float: left;
}

.product-price-and-shipping .price {
    font-weight: bold;
}

.grelated_products_list .item:hover {
    background: #fcfcfc;
}

.grelated_products .product_grid article.item.product-miniature.js-product-miniature {
    float: left;
    margin: 0 .625rem;
}

#cms .grelated_products .product_grid article.item.product-miniature.js-product-miniature {
    float: none;
    display: inline-block;
    margin: 0 .625rem;
}

#blockcart-modal.hascros .modal-body {
    max-width: 100%;
    overflow: hidden;
}

.grelated_products_list .product-price-and-shipping {
    padding: 5px;
}

.grelated_products_list .grelated_products_submit_bt {
    padding: 5px;
}

.grelated_products .discount-product {
    background: #f39d72;
    padding: 3px;
    color: #fff;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}

.grelated_products .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .875rem;
    font-weight: bold;
}

.grelated_products .owl_slider .owl-item div,
.grelated_products .owl_slider .owl-item img {
    max-width: 100% !important;
}

table.table.ggroup_product {
    border: 1px solid #ccc;
}

table.table.ggroup_product tr td {
    border-top: 1px solid #ccc;
}

.ggroup_product .ggroup_product_checkbox {
    vertical-align: middle;
}

.grelated_products_action .pull-right {
    float: right;
}

.ggroup_product2 .item {
    float: left;
    max-width: 125px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ggroup_product2 .item:first-child {
    margin-left: 0;
}

.ggroup_product2 .item:before {
    content: "+";
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ggroup_product2 .item:first-child:before {
    content: "";
}

.grelated_products_list_group2 {
    width: 100%;
    float: left;
}

.grelated_products_list_group2 .ggroup_product2 {
    width: 70%;
    float: left;
}

.grelated_products_list_group2 .grelated_products_action {
    width: 30%;
    float: left;
}

.grelated_products_list_group2 .grelated_products_action {
    text-align: center;
}

.gtotal_price {
    font-weight: bold;
}

@media only screen and (max-width: 575px) {
    .grelated_products_image,
    .grelated_products_price,
    .grelated_products_submit_bt {
        width: 50%;
    }
    .grelated_products_price {
        clear: left;
    }
}

.grelated_products .item .left-product {
    position: relative;
}

@media screen and (max-width: 922px) {
    .grelated_products .col-md-3 {
        width: 33.33333% !important;
    }
}