/* Outer wrapper */


.smartpay-product{
    position: relative;
    z-index: 20;
    padding: 20px;
    flex-basis: 100%;
}

.smartpay-product-image{
    padding: 0;
    margin-bottom: 15px;
}

.smartpay-product .rsx-product-network{
    font-size: 12px;
    color: #555;
}

.smartpay-product-name{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.smartpay-color-selector {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    z-index: 30;
}

.smartpay-color-selector li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    list-style-type: none;
    padding: 0;
    margin: 0 4px 0 0;
    border: 1px solid #cacaca;
    cursor: pointer;
}

.smartpay-color-selector li.rsx-active {
    border: 2px solid #00549a;
}

.smartpay-payments{
    padding-top: 15px;
    border-top: 1px solid #DDD;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}

    .smartpay-payments .downpayment > span:nth-child(1),
    .smartpay-payments .monthly-payments > span:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        color: rgb(0, 84, 154);
    }

    .smartpay-payments .downpayment > span:nth-child(2),
    .smartpay-payments .monthly-payments > span:nth-child(2) {
        font-size: 12px;
        color: #555;
    }

    .smartpay-payments .downpayment span:nth-child(1) sup,
    .smartpay-payments .monthly-payments span:nth-child(1) sup,
    .apr span sup,
    .full-price span sup,
    .smartpay-special .downpayment span.price sup,
    .smartpay-special .monthly-payments div.price sup,
    .smartpay-regular .regular .price sup {
        position: relative;
        top: -3px;
        font-size: 14px !important;
    }

.full-price span.qc sup {
    position: relative;
    top: -3px;
    font-size: 10px !important;
}

    .smartpay-payments > div {
        width: 50%;
    }

.smartpay-payments > div > span{
    display: block;
}

.apr span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.full-price {
    color: rgb(85, 85, 85);
    font-size: 12px;
    margin-bottom: 10px;
}

    .full-price span {
        font-size: 18px;
        color: rgb(85, 85, 85);
        font-weight: bold;
    }

    .full-price span.qc{
        font-size: 12px;
        font-weight: normal;
    }

.smartpay-note{
    font-size: 12px;
}

    .smartpay-note span i:before {
        font-size: 16px;
        color: #999999;
    }

.smartpay-special {
    padding: 10px;
    border: 1px solid #00549a;
    border-radius: 10px;
    margin-bottom: 15px;
}

.smartpay-special .downpayment,
.smartpay-special .monthly-payments {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 12px;
    color: rgb(85, 85, 85);
}

.smartpay-special .downpayment,
.smartpay-special .monthly-payments{
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .smartpay-special .downpayment div:nth-child(2){
        margin-left: 5px;
    }

    .smartpay-special .downpayment .price,
    .smartpay-special .monthly-payments .price{
        font-size: 18px;
        font-weight: bold;
        color: rgb(0, 84, 154);
    }

    .smartpay-special .monthly-payments .strike{
        text-decoration: line-through;
    }
    .smartpay-special .monthly-payments .price{
        margin-left: 5px;
        margin-right: 5px;
    }

    .smartpay-special-flag{
        display: inline-block;
        padding: 2px 5px;
        background-color: #00549a;
        font-size: 10px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5px;
    }

.smartpay-regular .regular {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: rgb(85, 85, 85);
}

    .smartpay-regular .regular .price {
        font-size: 18px;
        font-weight: bold;
        color: rgb(0, 84, 154);
    }
    .smartpay-regular .regular > div{
        margin-right: 5px;
    }

.smartpay-divider{
    border-top: 1px solid #DDD;
    margin-bottom: 20px;
}

.smartpay-tile{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 25;
}

.rsx-product-list-converted {
    /*margin-bottom: 30px;*/
}

.rsx-product-list-converted .rsx-product-list-wrap-outer {
	overflow: visible;
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	background-color: white;
}

.rsx-product-list-converted .rsx-product-list-wrap-outer:hover {
	z-index: 2;
}



/* Product list */

.rsx-product-list-converted .rsx-product-list-product-wrap {
	background-color: white;
	position: relative;	
	display: inline-block;
	border-bottom: 1px solid #d3d3d3;
}

.rsx-product-list-converted .rsx-product-list-product-wrap.smartpay-grid-wrap{
    display: flex !important;
}


.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product {
	padding: 20px 20px 0px 20px;
	float: none;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.rsx-product-list-converted .rsx-product-list-product-wrap:hover .rsx-product-list-product {
	z-index: 101;
}


/* Product shadow */

.rsx-product-list-converted .rsx-product-list-product-wrap:before {
	width: 100%;
	z-index: 0;
	left: 0 !important;
	border: 0 !important;
}

.rsx-product-list-converted .rsx-product-list-product-wrap:hover {
	z-index: 100;
}


/* Product image */

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-img-col {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
}


/* Product detals */

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-details-col .rsx-margin-top {
	margin-top: 10px !important;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-details-col {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}


    .rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-details-col .rsx-inline-block {
        display: block !important;
    }

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-details-col .rsx-product-special {
	min-height: 15px;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-details-col .rsx-product-name {
	line-height: 1.42857143;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-name-group {
	margin-bottom: 0;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer {
	padding: 0;
	width: 100%;
	opacity: 1;
}

.rsx-product-list-converted .rsx-price {
	font-size: 30px;
}

.rsx-product-list-product-footer .rsx-price-group>.rsx-price-w-side-note+.rsx-note {
	font-size: 1.2rem !important;
}


/* Product details footer */

.rsx-product-list-converted .rsx-product-list-product-wrap:hover .rsx-product-list-product-footer {}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer .class-of-tooltips .rsx-icon {
	color: #00549a;
}


/* Product details button */

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow {
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 101;
	opacity: 0;
	-webkit-transition: opacity .0s;
	transition: opacity .0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
	padding: 10px 20px 20px 0px;
	text-align: center;
	pointer-events: none;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-product-list-product-footer-overflow-row {
	display: flex;
	flex-direction: row;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-product-list-product-footer-overflow-row .rsx-product-list-product-footer-left {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
	display: block;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-product-list-product-footer-overflow-row .rsx-product-list-product-footer-right {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
	display: block;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-product-list-product-footer-overflow-row .rsx-product-list-product-footer-right .rsx-button {
	float: left;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow:before {
	position: absolute;
	content: '';
	height: 20px;
	width: 100%;
	top: -20px;
	border: 1px solid white;
	z-index: 5;
	background-color: white;
	left: 0;
    display: none;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-button {
	display: inline-block;
	color: #003778;
	background-color: transparent;
	border: 2px solid #003778;
	font-size: 16px;
	padding: 7px 32px;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
	margin-bottom: 0px;
	margin-top: 5px;
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-button:active,
.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow .rsx-button:focus {
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


/* Product colors */

.rsx-product-list-converted .rsx-product-list-product-color-wrap {
	text-align: center !important;
}

.rsx-product-list-converted .rsx-product-list-product-color-wrap .rsx-color-selector li {
	width: 14px;
	height: 14px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}

.rsx-product-list-converted .rsx-product-list-product-color-wrap .rsx-color-selector li:before {
	display: block;
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 2px solid #00549a;
	border-radius: 50%;
	opacity: 0;
}

.rsx-product-list-converted .rsx-product-list-product-color-wrap .rsx-color-selector li.rsx-active {
	border: 0;
	box-shadow: none;
}

.rsx-product-list-converted .rsx-product-list-product-color-wrap .rsx-color-selector li.rsx-active:before {
	opacity: 1;
}


/* Product grid header */

.rsx-product-list-converted .rsx-product-grid-header {
	background: #f5f5f5;
	padding: 20px !important;
}

.rsx-product-list-converted .rsx-product-grid-header-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rsx-product-list-converted .rsx-product-grid-header h3 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.6px;
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	order: 0;
	color: #555;
	padding-right: 0;
}

.rsx-product-list-converted .rsx-product-grid-header .rsx-toggle {
	position: relative;
	outline: none;
	white-space: nowrap;
	min-width: 135px;
	text-align: right;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-align: right;
	cursor: pointer;
}

.rsx-expandable-section-header .rsx-toggle-show {
	display: none;
}

.rsx-expandable-section_collapsed .rsx-expandable-section-header .rsx-toggle-hide {
	display: none;
}

.rsx-expandable-section-header .rsx-toggle-hide {
	display: inline;
}

.rsx-expandable-section_collapsed .rsx-expandable-section-header .rsx-toggle-show {
	display: inline;
}

.rsx-product-list-converted .rsx-product-grid-header .rsx-toggle .rsx-toggle-icon-group {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 6px;
}

.rsx-product-list-converted .rsx-product-grid-header .rsx-toggle-icon-group .icon {
	font-style: normal;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
}

.rsx-product-list-converted .rsx-product-grid-header .rsx-toggle-icon-group .icon.icon-exapnd-outline-circled:before {
	font-family: 'bell-icon';
	position: relative;
	top: .1em;
	content: "\e90e";
}

.rsx-product-list-converted .rsx-product-grid-header.rsx-expandable-section_collapsed .rsx-toggle-icon-group .icon.icon-exapnd-outline-circled:before {
	content: "\e90f";
}


/* No results */

.rsx-no-products {
	display: flex;
}

.rsx-no-products .icon {
	font-style: normal;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 1rem;
	font-size: 40px;
	color: #dfa32a;
	position: relative;
	top: -4px;
	font-style:
}

.rsx-no-products .icon:before {
	font-family: 'bell-icon';
	position: relative;
	top: .1em;
	content: "\e90d";
}

.rsx-no-products>div>h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-size: 18px;
	margin-bottom: 10px;
}

.rsx-no-products>div>p {
	margin: 0 0 10px;
}

.rsx-no-products>div>p a {
	text-decoration: none;
	color: #00549a;
}

.rsx-no-products>div>p a:hover,
.rsx-no-products>div>p a:focus {
	text-decoration: underline;
	color: #003778;
}


/* Filters checkbox dropdown */

.rsx-product-list-converted .rsx-product-grid-filters {
	margin-top: 20px;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*transition: all 300ms ease;*/
	overflow: visible !important;
}

.rsx-expandable-section_collapsed .rsx-product-grid-filters {
	margin-top: 0px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter {
	cursor: pointer;
	margin-bottom: 2rem;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	opacity: 0;
	transition: 200ms ease opacity;
	transition-delay: 300ms;
}

.rsx-product-list-converted .rsx-product-grid-filters.show-grid .rsx-filter {
	opacity: 1;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select {
	display: block;
	border: 2px solid #e1e1e1;
	position: relative;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-item-selected {
	border-color: #00549a;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-select-opened {
	box-shadow: 14px 30px 45px -10px rgba(0, 0, 0, 0.49);
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select:after {
	font-family: "bell-icon";
	content: "\e601";
	font-size: 18px;
	background-color: transparent;
	color: #00549a;
	right: 2px;
	top: 2px;
	padding: 11px 14px 10px 0;
	height: 44px;
	position: absolute;
	pointer-events: none;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-inner {
	padding: 15px 45px 15px 15px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-select-opened .rsx-select-inner {
	background: #FFF;
	border: 2px solid #e1e1e1;
	margin: -2px;
	border-bottom: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-item-selected .rsx-select-inner {
	color: #00549a;
	border-color: #00549a;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options {
	display: none;
	position: relative;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-select-opened .rsx-select-options {
	display: block;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner {
	padding: 15px;
	border: 2px solid #e1e1e1;
	border-top: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: -webkit-calc(100vh / 2);
	max-height: calc(100vh / 2);
	background-color: white;
	position: absolute;
	top: 0;
	right: -2px;
	left: -2px;
	z-index: 999;
	box-shadow: 14px 10px 45px -10px rgba(0, 0, 0, 0.49);
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select.rsx-item-selected .rsx-select-options .rsx-select-options-inner {
	border-color: #00549a;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl {
	display: block;
	position: relative;
	padding-left: 30px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl+.graphical_ctrl {
	margin-top: 1.5rem;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .pointer {
	cursor: pointer;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner label {
	max-width: 100%;
	margin-bottom: 5px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner label.rsx-item-selected {
	color: #00549a;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .ctrl_element {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	box-shadow: inset 0 1px 1px 1px rgba(0, 0, 1, .15);
	border: 1px solid #ccc;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl input:checked+.ctrl_element {
	background: #003778;
	border: 1px solid #003778;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .ctrl_element:after {
	content: '';
	position: absolute;
	display: none;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl_checkbox .ctrl_element:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .ctrl_radioBtn .ctrl_element:after {
	left: 5px;
	top: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #e6e6e6;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .graphical_ctrl input:checked+.ctrl_element:after {
	display: block;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .chk_radius {
	border-radius: 3px;
}

.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter .rsx-select .rsx-select-options .rsx-select-options-inner .ctrl_radioBtn .ctrl_element {
	border-radius: 50%;
}


/* Selected filters & sorting */

.rsx-filter-header {
	background: #FFF;
	padding: 30px 20px 20px !important;
	border-bottom: 1px solid #dedede !important;
}

.rsx-filter-header .rsx-filters-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	min-height: 54px;
}

.rsx-filter-header .rsx-selected-filters {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rsx-filter-header .rsx-sort-by {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 1rem;
}

.rsx-filter-header .rsx-sort-by label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

.rsx-filter-header .rsx-sort-by .form-control-select-box {
	position: relative;
	display: inline-block;
}

.rsx-filter-header .rsx-sort-by .form-control-select-box:after {
	font-family: "bell-icon";
	content: "\e601";
	font-size: 18px;
	background-color: #fff;
	color: #00549a;
	right: 8px;
	top: 2px;
	padding: 11px 14px 10px 0;
	height: 44px;
	position: absolute;
	pointer-events: none;
}

.rsx-filter-header .rsx-sort-by .form-control-select-box .form-control {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 1;
	-webkit-appearance: none;
	background-color: #fff !important;
	background-image: none;
	border: 2px solid #e1e1e1;
	color: #333;
	cursor: pointer;
	padding-right: 38px;
	font-size: 14px;
	padding: 6px 18px 6px 20px;
	border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
}

.rsx-filter-header .rsx-sort-by .form-control-select-box .form-control:focus {
	border-color: #003778;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.rsx-filter-header .rsx-selected-filters .rsx-selected-filters-list .btn {
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	border-radius: 24px;
	line-height: 1;
	color: #FFF;
	background-color: #003778;
	border: 2px solid #003778;
	cursor: pointer;
	padding: 3px 6px 3px 16px;
	position: relative;
	margin: 4px 20px 0 0;
	text-align: left;
	font-size: 12px;
	width: auto;
	display: inline-block;
}

.rsx-filter-header .rsx-selected-filters .rsx-selected-filters-list .btn>span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rsx-filter-header .rsx-selected-filters .rsx-selected-filters-list .btn .rsx-criteria-button-image {
	margin-left: 10px;
	height: 20px;
	width: 20px;
}

.rsx-filter-header .rsx-selected-filters .rsx-selected-filters-list .btn:hover,
.rsx-filter-header .rsx-selected-filters .rsx-selected-filters-list .btn:focus {
	color: #fff;
	background-color: #00549a;
	border-color: #00549a;
	text-decoration: none;
}


/* View more row */

.rsx-product-list-converted .rsx-product-grid-view-more {
	z-index: 1;
	margin-top: -1px;
	border: 1px solid #d3d3d3;
	border-top: 0;
}

.rsx-product-list-converted .rsx-product-grid-view-more:hover {
	z-index: 2;
}

.rsx-product-list-converted .rsx-product-grid-view-more .col-xs-12 {
	padding: 25px 20px;
}

.rsx-product-list-converted .rsx-product-grid-view-more .rsx-button {
	width: auto;
	margin-left: auto !important;
	margin-right: auto !important;
}

.rsx-product-list-converted .rsx-product-grid-view-more .rsx-button:hover,
.rsx-product-list-converted .rsx-product-grid-view-more .rsx-button:active:focus {
	color: #00549a;
	border-color: #00549a;
	background-color: transparent;
}


/* Listing banners */

.rsx-banner-container {
	margin-bottom: 0;
}

.rsx-local-container {
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

.rsx-listing-banners {
	background: -webkit-linear-gradient(#ffffff, #e4e4e4);
	background: linear-gradient(#ffffff, #e4e4e4);
}

.rsx-listing-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-bottom: 1px solid #d3d3d3 !important;
	padding: 0 !important;
}

.rsx-listing-banner2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding: 0 !important;
}

.rsx-listing-banner-visual,
.bcx-listing-banner-visual {
	text-align: center;
	padding: 20px 20px 0;
}

.rsx-listing-banner-visual img,
.bcx-listing-banner-visual img {
	width: 160px;
	height: auto;
}

.rsx-listing-banner-text,
.bcx-listing-banner-text {
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rsx-listing-banner-promo,
.bcx-listing-banner-promo {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0;
	line-height: 1.1;
	color: inherit;
}


/* Loader */

.rsx-loading-indicator.rsx-loading-indicator_modal {
	width: 300px;
	left: 50%;
	margin-left: -150px;
	position: fixed;
	top: 45%;
	padding: 20px;
	z-index: 99999;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	transform: none;
}

.rsx-loading-indicator-wrap {
	text-align: left;
}

.rsx-loading-indicator-message {
	display: inline-block;
}


/* Four column banner */

.eqH-js {
	height: auto !important;
	border-bottom: 1px solid #d3d3d3;
	border-right: 0;
}

.eqH-js h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	height: auto !important;
}

.eqH-js p {
	margin-top: 0;
	margin-bottom: 10px;
}


/* Three banner block */

.pad-20 {
	padding: 20px;
}

.pad-top {
	padding-top: 20px;
}

.pad-20-right {
	padding-right: 20px;
}

.pad-20-left {
	padding-left: 20px;
}

.pad-30 {
	padding: 30px;
}

.pad-custom {
	padding-top: 60px;
	padding-bottom: 60px;
}

.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

.rsx-three-banners h3,
.rsx-three-banners .h3 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.6px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

.rsx-three-banners h3 .rsx-txt-bold {
	font-weight: 500 !important;
}

.rsx-three-banners .btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #00549a;
	border-radius: 24px;
	padding: 8px 31px;
	line-height: 1;
}

.rsx-three-banners .btn:active,
.rsx-three-banners .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.rsx-three-banners .btn:hover,
.rsx-three-banners .btn:focus,
.rsx-three-banners .btn.focus {
	text-decoration: none;
}

.rsx-three-banners p {
	margin: 0 0 10px 0;
}

.rsx-three-banners a {
	color: #00549a;
	text-decoration: none;
}

.rsx-three-banners a.txtWhite:hover,
.rsx-three-banners a.txtWhite:focus {
	color: #fff;
}

.rsx-three-banners a:hover {
	color: #003778;
	text-decoration: underline;
}

.rsx-three-banners .bgBlueDark {
	background-color: #003778;
}

.rsx-three-banners .bgWhite {
	background-color: #fff;
}

.rsx-three-banners .bgBlue {
	background-color: #00549a;
}

.rsx-three-banners .txtWhite {
	color: #fff;
}

.rsx-three-banners .img-responsive {
	display: none;
}

.rsx-three-banners .table-cell {
	display: table-cell !important;
	float: none !important;
}

.rsx-three-banners .valign-middle {
	vertical-align: middle !important;
}

.rsx-three-banners .bellSlim {
	font-family: "bell-slim", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

.rsx-three-banners .rsx-border-bottom {
	border-bottom: 1px solid #d4d4d4;
}

.hidden-in-xs {
	display: none;
}

.visible-in-xs {
	display: block;
}


/*to overide out-of-the-box bootstrap*/

@media (min-width:520px) {
	.container {
		width: 480px;
	}
	.rsx-text-banners .col-sm-6 {
		width: 100%;
		max-width: 100%;
	}
	.rsx-product-list-converted .rsx-product-grid-view-more {
		border-top: 1px solid #d3d3d3;
	}
	.rsx-one-time-connection {
		border-left: 1px solid #d3d3d3 !important;
		border-right: 1px solid #d3d3d3 !important;
	}
}

@media (min-width:768px) {
	.container {
		width: 600px;
	}
	.rsx-text-banners .col-sm-6 {
		width: 50%;
		max-width: 50%;
	}
	.rsx-three-banners .img-responsive {
		display: block;
	}
	.hidden-in-xs {
		display: block;
	}
	.visible-in-xs {
		display: none;
	}
}

@media (min-width:992px) {
	.container {
		width: 980px;
	}
	.eqH-js {
		width: 25%;
		border-right: 1px solid #d3d3d3;
		border-bottom: 0;
	}
	.eqH-js:last-child {
		border-right: 0;
	}
	.rsx-text-banners {
		display: flex;
	}
	.eqH-js h4 {
		font-size: 20px;
		letter-spacing: .005em;
		font-weight: 100;
		color: #555;
	}
}

@media (min-width:1200px) {
	.container {
		width: 980px;
	}
}

@media (min-width:1240px) {
	.container {
		width: 1200px;
	}
}


/* Medium media query */

@media (min-width: 640px) {
	.rsx-product-list-converted .rsx-product-list-product-wrap {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		border-right: 1px solid #d3d3d3;
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap:nth-child(2n) {
		border-right: 0;
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product {
		padding-left: 0;
	}
	.rsx-filter-header .rsx-sort-by {
		width: auto;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.rsx-filter-header .rsx-sort-by .form-control-select-box {
		margin-left: 20px;
	}
	.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product {
    height: 100%;
}

/* Large screen media query */

@media (min-width: 1000px) {
	.rsx-product-list-converted .rsx-product-list-product-wrap {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap:nth-child(2n) {
		border-right: 1px solid #d3d3d3;
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap:nth-child(4n) {
		border-right: 0;
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product {
		/*min-height: 200px;*/
		/*height: -moz-calc(100% + 150px);
            height: -webkit-calc(100% + 150px);
            height: calc(100% + 150px);*/
	}
	.rsx-product-list-converted .rsx-product-list-product-wrap:hover .rsx-product-list-product-footer-overflow {
		opacity: 1;
		pointer-events: auto;
	}

    .rsx-product-list-product-wrap:hover .rsx-product-list-tablet-footer-overflow {
        opacity: 1;
    }

    .rsx-note.class-of-tooltips {
        padding-bottom: 10px;
    }
	.rsx-product-list-converted .rsx-product-list-product-wrap:hover:before {
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
		z-index: 1;
	}
	.rsx-filter-header .rsx-selected-filters {
		padding-left: 3rem;
	}
	.rsx-product-list-converted .rsx-product-grid-header.rsx-toggle {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.rsx-product-list-converted .rsx-product-grid-filters .rsx-filter {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.rsx-filter-header .rsx-filters-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.rsx-listing-banners {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}
	.rsx-listing-banner {
		border-bottom: none !important;
	}
	.rsx-listing-banner:after {
		content: '';
		width: 1px;
		height: 100%;
		background-color: #d3d3d3;
		position: absolute;
		left: 100%;
	}
	.rsx-listing-banner-visual,
	.bcx-listing-banner-visual {
		-webkit-flex-basis: 35%;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
	}
	.rsx-listing-banner-text,
	.bcx-listing-banner-text {
		-webkit-flex-basis: 65%;
		-ms-flex-preferred-size: 65%;
		flex-basis: 65%;
	}
	.rsx-listing-banner-promo,
	.bcx-listing-banner-promo {
		font-size: 20px;
		font-family: 'bell-slim';
		font-weight: 300;
	}
	.rsx-limited-view .rsx-product-list-product-wrap:nth-child(n+13) {
		display: none;
	}
}

.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(4):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(8):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(12):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(16):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(20):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(24):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(28):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(32):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(36):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(40):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(44):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(48):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(52):after,
.rsx-product-list-product-wrap .rsx-product-list-product:nth-child(56):after {
	content: none !important;
}

.rsx-one-time-connection {
	text-align: center;
	background-color: #f4f4f4;
	padding: 25px 20px !important;
	margin-bottom: 10px;
	border-top: 1px solid #d3d3d3 !important;
	border-bottom: 1px solid #d3d3d3 !important;
}

@media (max-width: 999px) {
	.rsx-limited-view .rsx-product-list-product-wrap:nth-child(n+9) {
		display: none;
	}
    .smartpay-tile{
        z-index: 5 !important;
    }
}

@media (max-width: 639px) {
	.rsx-limited-view .rsx-product-list-product-wrap:nth-child(n+5) {
		display: none;
	}
}

@media (max-width: 519px) {
    .rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product {
        padding-bottom: 10px!important;
    }

	.container .container {
		margin-left: 0;
		margin-right: 0;
	}
	.container.rsx-one-time-connection-container {
		margin-left: 0;
		margin-right: 0;
	}

    div.device-hover-spacer 
    {
        display: none!important;
    }
}

.cxp-banner-group.container.liquid-cotainer {
	margin-bottom: 0;
}

.rsx-bbm-page-header h1 {
	font-weight: 400;
}


/** CR - 00047044 **/

@media (max-width: 640px) {
	/* Product image */
	.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-img-col {
		margin-left: -20px !important;
	}
}

@media (max-width: 320px) {
	/* Product image */
	.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product .rsx-product-list-product-img-col {
		min-width: 100px !important;
	}
}

.rsx-product-list-product-img-col ul.rsx-color-selector {
	padding-left: 10px;
}

.rsx-product-list-tablet-img-col {
	display: block !important;
}

.rsx-product-list-tablet-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.rsx-product-list-tablet {
	position: relative;
	z-index: 5;
	/*padding-bottom: 220px;*/
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
}

.rsx-product-list-tablet-footer {
	position: relative;
	z-index: 5;
	/*padding-bottom: 220px;*/
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	/*padding-top: 30px;*/
}

.rsx-product-list-tablet-footer a:hover,
a:focus {
	text-decoration: none !important;
}

.rsx-product-list-product-wrap .rsx-product-list-tablet-footer-overflow {
    padding-right: 40px;
    padding-left: 40px;
    background-color: white;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .0s;
    transition: opacity .0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    display: inline-block;
}

    .rsx-product-list-product-wrap .rsx-product-list-tablet-footer-overflow .rsx-button {
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }


.rsx-product-list-converted-xxx .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow {
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
	padding: 10px 20px 10px 0px;
}

.rsx-product-list-tablet-details-col a:hover,
a:focus {
	text-decoration: none !important;
}



@media (min-width: 768px) and (max-width: 999px) {
    .rsx-product-list-tablet {
        height: 385px;
    }
}

@media (min-width: 1000px) {
    .rsx-product-list-tablet {
        height: 375px;
    }
}

    /** CR - 00047044 **/


/* new class */
.rsx-product-hotspot,
.rsx-product-hotspot:hover {
    color: inherit;
}

    .rsx-product-hotspot:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

@media (max-width: 999px) {
    .rsx-product-hotspot:before {
        display: none;
    }
}


/* z-indexes fixes */
.rsx-product-hotspot:before,
.rsx-product-list-converted .rsx-product-list-product-wrap .rsx-product-list-product-footer-overflow {
    z-index: 1;
}

.rsx-color-selector {
    z-index: 2;
}

/* removes unecessary padding */
.rsx-product-list-product-img-col ul.rsx-color-selector {
    padding-left: 0;
}

.rsx-mob-flag-small {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background-color: #00549a;
	color: #fff;
	font-size: 10px;
	font-family: bell-slim;
}

.rsx-promo-listing-placeholder {
	position: absolute;
	left: 6px;
	top: 6px;
}

@media (min-width: 640px)   {
	.rsx-promo-listing-placeholder {
		position: absolute;
		left: 6px;
		top: 6px;
	}
}

@media (max-width: 639px) and (min-width:450px) {
	.rsx-promo-listing-placeholder {
		position: absolute;
		left: 30px;
		top: 6px;
	}
}

@media (max-width: 449px) {
	.rsx-promo-listing-placeholder {
		position: absolute;
		left: 15px;
		top: 15px;
	}
}

.rsx-product-list-wm-promo {
	position: relative;
	z-index: 5;
	/*padding-bottom: 220px;*/
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.rsx-product-list-wm-promo{
		height: 355px;
	}
}
 
@media (min-width: 1000px) {
	.rsx-product-list-wm-promo {
		height: 345px;
	}
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.rsx-product-list-wm-promo {
		height: 305px;
	}
}
.rsx-product-list-prepaid-sim {
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom:0px;
}
 
.rsx-product-list-prepaid-top {
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.rsx-product-list-prepaid-footer {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	height: 100px;
}

.rsx-device-list-prepaid-footer {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	height: 180px;
}

@media (min-width: 1240px) {
	.rsx-product-list-prepaid-footer {		 
		height: 100px;
	}
	.rsx-device-list-prepaid-footer {		
		height: 180px;
	}
	
}
@media (min-width: 1100px) and (max-width: 1239px) {
	.rsx-product-list-prepaid-footer {		 
		padding-left: 10px;
		padding-right: 10px;
		height: 95px;
	}
	.rsx-device-list-prepaid-footer {		 
		padding-left: 40px;
		padding-right: 40px;
		height: 190px;
	}	 
	.rsx-product-name-prepaid {
		min-height: 30px;
	}
}

@media (min-width: 1000px) and (max-width: 1100px) {
	.rsx-product-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		height: 80px;
	}

	.rsx-device-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
		height: 190px;
	}

	.rsx-product-name-prepaid {
		min-height: 30px;
	}
}

@media (max-width: 1000px) and (min-width:768px) {
	.rsx-product-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		height: 100px;		 
	}
	.rsx-device-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
		height: 180px;		 
	}	 
}
@media (max-width: 767px) and (min-width:520px) {
	.rsx-product-list-prepaid-footer {
		padding-top: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		height: 115px;		 
	}
	.rsx-device-list-prepaid-footer {
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 10px;
		height: 160px;		 
	}
	.rsx-product-list-prepaid-top {
		height: 365px;
	}
	.rsx-product-list-prepaid-sim {
		height: 370px;
	}
}


@media (max-width: 520px)   {
	.rsx-product-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
	}
	.rsx-device-list-prepaid-footer {
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 10px;
		height: auto;
	}
	.rsx-product-list-prepaid-top {
		height: 305px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.rsx-product-list-prepaid {
		/*border-right: 1px solid #d4d4d4;*/
	}
}

@media (max-width: 767px)   {
	.rsx-product-item-prepaid {
		border-bottom: 1px solid #d4d4d4;
		padding-bottom:40px;
	} 
	.rsx-simcard-note {
		padding-bottom: 0px;
	}
	 
	.rsx-simcard-footer {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;		 
		height: 135px;
	}
}

 

.rsx-prepaid-box {
	max-width: 66%;
	height:auto;
	/*max-height: 556px;*/
}
.rsx-product-name-prepaid {
min-height:50px;
}

  /*.rsx-tabbed-carousel-slides {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}*/

.rsx-prepaid-list-wrap {
max-height:550px;
}

@media (max-width: 520px) {
	.rsx-product-list-prepaid-xs {
		padding-left: 30px;
		padding-right: 30px;		 
	}
	.rsx-product-item-prepaid {
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 40px;
		padding-left: 0px;
		padding-right: 30px;
		border-right: 1px solid #d4d4d4;
	} 
}

 