.ms-prds-view .collapse {
    overflow: hidden;
}
main.ms-prds-view {
    font-size: 20px;
	color:#000000;
}
.prds-specification .collapse.in {
    display: block;
}
.prds-specification .tab-content>.active {
    display: block;
    opacity: 1;
}
.ms-prds-view h2.prds-name,.ms-prds-view h2.sectn-title {
    font-size: 48px;
    font-weight: 500;
    text-transform: capitalize;
}
.ms-prds-view h4.prds-catg {
    font-weight: 400;
    color: #999999;
    font-size: 20px;
    margin-bottom: 15px;
}
h5.prds-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
h5.prds-title.prds-title-diff {
    color: #999999;
    font-weight: 900;
}
main.ms-prds-view > section {
    padding: 65px 0;
}
main.ms-prds-view section.prds-description {
    color: #ffffff;
    background: url(/catalog/view/theme/default/image/product-page/bg.jpg);
    background-size: cover;
    background-position: center right;
    position: relative;
}
main.ms-prds-view section.prds-description ul {
    padding-left: 20px;
    font-size: 18px;
}
main.ms-prds-view section.prds-description ul li {
    list-style-type: disc;
}
main.ms-prds-view section.prds-description p {
    padding-right: 85px;
}
.prds-specification ul.prd-sp-data {
    display: flex;
    flex-wrap: wrap;
}
.prds-specification ul.prd-sp-data li {
    flex: 0 0 calc(50% - 20px);
    border-bottom: 0px solid #dddddd;
    margin: 10px 20px 10px 0;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px #ddddddb5;
}
.prds-specification ul.prd-sp-data li:last-child, .prds-specification ul.prd-sp-data li:nth-last-child(2) {
    /*border: 0;*/
}
.prds-specification .nav-tabs li a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #adadad;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: all 200ms;
}
.prds-specification .nav-tabs li .fa {
    font-size: 36px;
    width: 70px;
    height: 70px;
    background: #daf4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 12px;
	border-bottom:2px solid #ffffff;
}
.prds-specification .nav-tabs li a:hover,.prds-specification .nav-tabs li a[aria-expanded=true] {
    /*border-bottom: 2px solid #18B8D8; */
    font-weight: 900;
    background: #ffffff;
    box-shadow: 0 -5px 20px #9999994c;
    color: #000000;
}
.prds-specification .tab-content {
    /*padding: 20px;
    box-shadow: 0 0 20px #aaaaaa52;
    border-radius: 30px;
    background: #ffffff;*/
}
.prds-specification .nav-tabs{
    border:0;
	margin-top: 80px;
	justify-content: center;
}
section.prds-specification h2.sectn-title,section.prds-specification p.prds-light-below {
    text-align: center;
}
.prds-specification .nav-tabs li a:hover .fa, .prds-specification .nav-tabs li a[aria-expanded=true] .fa {
    color: #18B8D8;
}
.prds-info h5.prds-title {
    margin: 0;
}
.prds-info .prds-feature {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
p.prds-price {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
}
.prds-info .btn-group {
    margin-bottom: 30px !important;
}
.prds-info .carousel-indicators [data-bs-target] {
    text-indent: 0!important;
    width: 70px!important;
    height: 70px!important;
    border: 2px solid #999999!important;
}
.prds-info .carousel-indicators .active {
    border: 2px solid #54bcd9!important;
}
.prds-info div#productDetailCarousel {
    padding-bottom: 120px!important;
}
.prds-info ul.prds-feature-list {
    display: flex;
    font-size: 16px;
    margin-top: 10px;
}
.prds-info ul.prds-feature-list li {
    border-left: 0px solid #999999;
    padding: 0 8px 0 0px;
    display: flex;
    font-size: 14px;
}
.prds-info ul.prds-feature-list li:first-child {
    border: 0;
    padding: 0;
}
.prds-info .btn-group button.btn {
    background: #ffffff;
    margin-right: 10px;
    border-radius: 5px !important;
    padding: 7px 15px 2px 15px;
    font-size: 14px;
    border: 1px solid #18b8d8;
    color: #18b8d8;
}
.prds-info .prds-colors ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0 0 0;
}
.prds-info .prds-colors ul li {
    /*flex: 0 0 20%;*/
    padding-right: 10px;
}
.prds-colors ul li label {
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #ffffff;
    outline: 1px solid #cccccc;
}
.prds-info .prds-colors ul li input{
    display:none;
}
.prds-info .prds-colors ul li input:checked + label {
    border: 3px solid #fff;
    outline: 1px solid #000000;
}
.prds-button button {
    padding: 10px;
    background: #ffffff;
    color: #000000;
    display: inline-block;
    text-align: center;
    border: 2px solid #000000;
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all 400ms;
    border-radius: 10px;
    max-width: 48%;
    float: left;
    margin: 0 1% 0 1% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}
.prds-button button:before {
    opacity: .9;
    top: -2px;
    bottom: -2px;
    content: '';
    background: #fff;
    position: absolute;
    right: 15px;
    left: 15px;
    z-index: -1;
    transition: transform .2s ease-in-out;
}
.prds-button button:hover:before {
    transform: scaleX(0);
}
.prds-button button:hover {
    /*
    background: #18b8d8;
    color: #ffffff;
    border-color: #18b8d8;
    */
}
.prds-info .prds-select select {
    height: 35px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 16px;
    background: #e7e7e7;
    border-radius: 5px;
}
.prds-info .prds-description button.in-compare {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    background: #ffffff33;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 10px;
}
button.in-compare {
    background: #ffffff45;
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 40px;
    color: #ffffff;
    border-radius: 5px;
    text-transform: capitalize;
	    transition: all 500ms;
}
button.in-compare:hover {
    background: #ffffff;
    color: #000000;
}
main.ms-prds-view section.prds-description .container .row {
    /* min-height: 400px; */
    align-items: start;
}
main.ms-prds-view section.prds-advantages {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 120px 0 210px 0;
	background-attachment: fixed;
	background-image: url(/catalog/view/theme/default/image/electroride-advantage.jpg) !important;
}
main.ms-prds-view section.prds-advantages:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
main.ms-prds-view section.prds-advantages:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 44px;
    z-index: 2;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 25% 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 25% 100%);
}
main.ms-prds-view section.prds-advantages .mask {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    z-index: 1;
    height: 100%;
    pointer-events: none;
}
main.ms-prds-view section.prds-advantages h2.sectn-title {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 44px;
	margin-bottom: 85px;
}
.our-advantages-wrap {
    display: flex;
    justify-content: space-between;
	position:relative;
	z-index:1;
	flex-wrap: wrap;
}
.rol-icon-wrap {
    width: 55px;
    margin: auto;
    padding: 5px;
    border-radius: 50%;
    opacity: .8;
}
.rol-icon-wrap img {
    width: 100%;
}
main.ms-prds-view h5.spec-title {
    font-weight: 700;
}
.prds-similar .single-item .product-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #049dd9;
    margin-top: 15px;
    display: block;
}
.prds-similar .single-item .amount {
    font-size: 18px;
    font-weight: 500;
}
.prds-similar .single-item .btn-custom {
    font-size: 16px;
    padding: 5px 10px;
    border-color: #000000;
}
.prds-similar .single-item .quick-buy {
    margin-top: 15px;
}
.prds-similar .single-item img {
    max-width: 200px;
    width: 100%;
	margin: auto;
}
.prds-similar .single-item .quick-buy button.btn {
    font-size: 14px;
	    margin: 0 !important;
}
.prds-similar .owl-item {
        border: 1px solid #dddddd59;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #ddddddb5;
    margin: 20px 0;
    background: #ffffff;
}
main.ms-prds-view p.spec-value {
    margin: 0;
}
.ms-icn-wrap .ms-icn,.ms-icn-wrap img {
    width: 100%;
}
.ms-icn-wrap {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 40px;
}
main.ms-prds-view > section.prds-specification {
    min-height: 600px;
    padding-bottom: 150px;
}
.our-advantages-item {
    background: #ffffff24;
    width: 32.5%;
    padding: 28px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #ffffff45;
}
.prds-related .owl-nav,.prds-related .owl-dots{
display:none;
}
main.ms-prds-view section.prds-description .container {
    position: relative;
    z-index: 1;
}
main.ms-prds-view section.prds-description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000a8;
}
main.ms-prds-view .product-images .item img {
    /*max-height: 50vh;*/
    height: 500px;
    max-width: 100%;
    width: auto;
    margin: auto;
}
main.ms-prds-view .product-images-thumb .item img {
    max-width: 100px;
    height: auto;
    margin: auto;
}
main.ms-prds-view #product-images .item{
    padding:0;
}
main.ms-prds-view .prds-info .col-md-7 {
    padding-right: 100px;
}
#prdinqpop table.table, #prdinqpop table.table tr td, #prdinqpop table.table th, #prdinqpop table.table tr {
    border: 0 !important;
    font-size: 16px;
}
.product-images-thumb .owl-nav {
    display: none;
}

/*New for VW*/
.ms-prds-view h2.prds-name + img {
    float: right;
    margin: 5px 0 10px 0;
    max-width: 164px;
}

@media screen and (max-width:768px){ 
    .ms-prds-view h2.prds-name + img {
        max-width: 114px;
    }
}
main.ms-prds-view section.prds-advantages:before,main.ms-prds-view section.prds-advantages:after{
    display:none;
}
main.ms-prds-view section.prds-advantages {
    padding: 50px 0 50px;
}
main.ms-prds-view section.prds-advantages h2.sectn-title {
    margin-bottom: 40px;
}
@media screen and (min-width:1600px){
    main.ms-prds-view .product-images-thumb .item img {
    width: 100%;
    max-width: 120px;
}
    .ms-icn-wrap{
        width: 25%
        height: auto;
    }
    .ms-prds-view h2.prds-name, .ms-prds-view h2.sectn-title {
    font-size: 2.6vw !important;
}
.prds-info .btn-group button.btn {
    font-size: .9vw;
    padding: 0.4vw 1vw 0.1vw 1vw;
}
.prds-info h5.prds-title,h5.prds-title {
    font-size: .8vw;
}
main.ms-prds-view h5.spec-title{
    font-size: 1vw;
}
.prds-info ul.prds-feature-list li {
    font-size: 1vw;
    align-items: center;
}
p.prds-price {
    font-size: 2vw;
}
.prds-button button {
    font-size: 1vw;
}
main.ms-prds-view,main.ms-prds-view section.prds-description ul {
    font-size: 1.2vw;
}
.prds-specification .nav-tabs li a {
    font-size: 1.2vw;
}
.our-advantages-item h5 {
    font-size: 1.7vw;
}
.prds-similar .single-item .product-title {
    font-size: 1.5vw;
}
.prds-similar .single-item .amount{
    font-size: 1.2vw;
}
.prds-similar .single-item .btn-custom {
    font-size: 1vw;
}
.prds-similar .single-item .quick-buy button.btn {
    font-size: .9vw;
}
}
/*End New for VW*/


@media screen and (max-width:768px){
    main.ms-prds-view .prds-info .col-md-7 {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
main.ms-prds-view .product-images .item img {
    height: 300px;
}
  .prds-similar .owl-item {
    padding: 10px;
  }
  .prds-specification ul.prd-sp-data li{
    flex: 0 0 100%;
  }
  h4.panel-title a {
    color: #000000;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
    display: block;
    background: #ffffff;
    position: relative;
    font-size: 18px;
    box-shadow: 0 0 10px #99999942;
    border-radius: 10px;
}
h4.panel-title a:after{
   content: "";
    position: absolute;
    right: 12px;
    font-size: 26px;
    top: 11px;
}
h4.panel-title a[aria-expanded="true"]:after{
    content: "-";
    top: 4px;
    font-size: 30px;
    right: 16px;
}
h4.panel-title a[aria-expanded="false"]:after {
    content: "+";
}
.prds-specification ul.prd-sp-data {
    padding: 10px;
    font-size: 14px;
}
main.ms-prds-view h5.spec-title {
    font-size: 16px;
}
.carousel-item img.detail-img {
    width: 300px!important;
}
main.ms-prds-view > section {
    padding: 50px 15px;
	min-height: auto !important;
}
.prds-info div#productDetailCarousel {
    padding-bottom: 100px!important;
}
.our-advantages-item {
    width: 48%;
	padding: 10px;
}
main.ms-prds-view section.prds-description p{
   padding-right:0;
}
main.ms-prds-view section.prds-description ul,
main.ms-prds-view section.prds-description p,
.our-advantages-item h5 {
    font-size: 15px;
}
}
@media screen and (max-width:550px){
  .prds-similar .single-item .btn-custom {
    width: 100%;
    margin: 0 0 10px 0;
}
.prds-similar .single-item .quick-buy button.btn {
	    margin: 0 !important;
		width: 100%;
}
.prds-similar .single-item img {
    max-width: 120px;
    width: 100%;
    margin: auto;
}
.ms-prds-view h2.prds-name, .ms-prds-view h2.sectn-title,main.ms-prds-view section.prds-advantages h2.sectn-title {
    font-size: 28px;
	}
	.ms-icn-wrap {
    width: 75px;
    height: 75px;
    margin: auto;
    margin-bottom: 10px;
}
.prds-similar .single-item .product-title,.prds-similar .single-item .amount{
font-size:15px;
}
.prds-info ul.prds-feature-list {
    flex-wrap: wrap;
}
.prds-info ul.prds-feature-list li {
    flex: 0 0 100%;
	align-items: center;
	margin-bottom: 5px;
}
.rol-icon-wrap{
	margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border: 1px solid;
    padding: 7px;
}
}

.prds-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}