/**-----------------------------------------------------------------
	[For OpenCart]
	-------------------------------------------------------------**/
    .info-content {
        text-align: left;
    }

    .login__item {
        padding-bottom: 20px;
    }
    
    .map-list-sub {
        margin-left: 12px;
    }

    .sidebar-cart__total {
        padding: 10px 0;
    }

    #cart .sidebar-cart__total-title {
        line-height: 2rem;
    }

    #affiliate .form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .page-section .swiper-viewport {
        border-radius: 0;
        box-shadow: none;
    }

    .page-section .btn-default {
        border-radius: 0;
        padding: 10px 30px;
    }

    .login__item .date button, 
    .login__item .time button, 
    .login__item .datetime button {
        height: 47.4px;
    }

    .login__check, .login__radio {
        margin: 10px 0;
    }
      
    select {
        box-shadow: none;
        border: 1px solid #ccc; 
        appearance: none;
    }

    .login__select::after {
        width: 20px;
        height: 20px;
        content: '\f0d7';
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        top:20px;
        right: 20px;
    }

    .page-section .product-sitebar__tab-content {
        max-width: 100%;
    }

    .product__input .product-sitebar__list-title {
        margin-right: 10px;
    }

    .product__input .cart__desk-input {
        width: auto; 
        margin-right: 0;   
    }

    .product__select {
        border: 1px solid #ccc; 
    }

    .product__select select { 
        border: none;
    }
    
    .product__input .product__select::after {
        content: '\f0d7';
        font-family: FontAwesome;
        font-size: 20px;
    }

    .product__input .date button, 
    .product__input .time button, 
    .product__input .datetime button {
        padding: 2px 10px;
        height: 25px;
    }

    .cart__desk-select {
        border: none;
        width: auto;
    }