ul.list-compare li .displayed {
    padding: 15px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
}

.topbar {
    display: none !important;
}

ul.listProduct:after, ul.listProduct:before {
    content: "";
    clear: both;
    display: block;
}

ul.listProduct {
    list-style: none;
    padding: 0px;
    margin: 0px -10px 70px -10px;
}

ul.listProduct > li {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.boxProduct {
    padding: 40px 0px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #1654CB;
    background-color: #FFF;
    min-height: 840px;
}

.boxProduct .bottomContent {
    text-align: left;
    padding: 25px 20px 0px 20px;
    font-size: 16px;
    color: #000;
    line-height: 19px;
}

.boxProduct ul.listSimple {
    list-style: disc;
    padding: 0px 0px 0px 16px;
    margin: 0px;
    font-size: 16px;
}

.boxProduct ul.listSimple li + li {
    margin-top: 9px;
}

.boxProduct .bottomContent p {
    font-weight: 400;
    padding-bottom: 0px;
}

.boxProduct .topContent {
    padding: 0px 20px;
}

.boxProduct .topContent h3 {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 18px;
	min-height:74px;
}
.boxProduct .topContent h3 img{
    max-height:17px;
}
    
.boxProduct .topContent h5 {
    margin: 0px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 12px;
}

.boxProduct .topContent h2 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #000000;
}

.boxProduct .topContent h6 {
    color: #000;
    font-size: 16px;
    padding-bottom: 28px;
}

.boxProduct .topContent h6 .dropdown {
    display: inline-block;
}

.boxProduct .topContent h6 .dropdown-menu {
    min-width: 230px;
}

.boxProduct .topContent h6 .dropdown-menu.dropdownPaypal:before {
    right: 50%;
    margin-right: -12px;
}

.boxProduct .productInnerImage {
    padding: 0px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.boxProduct .topContent h6 .iconInfo {
    position: relative;
    top: -9px;
    color: #FF7A00;
    font-size: 14px;
}

.productInnerImage .slides_small {
    max-width: 100%;
}

.productInnerImage .slides_control {
    width: 100% !important;
}

.productInnerImage .slides_small .slides_container div.slide {
    width: 100%;
    height: 280px !important;
}

.productInnerImage .slides_small .slides_container div.slide img {
    width: auto !important;
    height: auto !important;
    max-height: 215px;
    max-width: 100% !important;
}

.productInnerImage .slides_small .slides_container .caption, .productInnerImage .carouselCaption {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-style: italic;
    padding: 0px;
    background: none;
    bottom: 0px;
    height: auto;
    position: initial;
    min-height: 66px;
    padding-top: 20px;
}

.boxproductInnerImage {
    height: 230px;
    width: 100%;
    position: relative;
}

.boxproductInnerImage img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
}

.boxProduct .pagination {
    right: -3px;
    opacity: 1 !important;
    bottom: 4px;
}

.boxProduct .slides_small .pagination li a {
    width: 16px;
    height: 16px;
    background: #A9A9A9 !important;
}

.boxProduct .slides_small .pagination li + li {
    margin-left: 4px !important;
}

.boxProduct .slides_small .pagination li:first-child a {
    width: 16px;
    height: 16px;
}

.boxProduct .slides_small .pagination li.current a {
    background: #1654CB !important;
}

.commanContent {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 50px;
}

.commanContent h4 {
    font-size: 26px;
    color: #000000;
    margin: 0px 0px 25px 0px;
    font-weight: 700;
}

.productInnerImage .carousel-indicators {
    position: initial;
    text-align: right;
    margin: 0px 0px 12px 0px;
    display: inline-block;
    width: 100%;
}

.productInnerImage .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #A9A9A9;
    display: inline-block;
    z-index: 1;
}

.productInnerImage .carousel-indicators li:first-child {
    background-color: #000 !important;
}

.productInnerImage .carousel-indicators li:nth-child(3) {
    background-color: #645D5D !important;
}


.productInnerImage .carousel-indicators li:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 1px #1654CB;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    transform: translate(-50%, -50%) scale(0);
}

.productInnerImage .carousel-indicators li.active:before {
    transform: translate(-50%, -50%) scale(1.5);
}
.dropdown-menu.dropdownPaypal {
    min-width: inherit;
    text-align: center;
    background-color: #EBEBEB;
    border-radius: 4px;
    line-height: 1.4;
    padding: 18px;
    font-weight: 300;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 30px !important;
    max-width:192px;
}
.dropdown-menu.dropdownPaypal:before {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #EBEBEB;
    border-width: 12px;
}
.logoPaypal {
    padding-bottom: 25px;
}
.dropdownPaypal h4{
    font-size: 18px;
    color: #1654CB;
    font-weight: 700;
}
.dropdownPaypal a {
    color: #FF7A00;
}

.productInnerImage .textProductSize {
    min-height: 66px;
    padding: 20px 0px 0px 0px;
    font-size: 11px;
    font-style: italic;
    color: #000;
}