section.description {
    padding-top: 1rem;
}

section.description .product-media {
	margin-bottom: 1.5em;
}
section.description .product-media img {
	box-shadow: 0 0 2px #ccc;
}

section.description .product-title {
    margin-bottom: 1rem;
}
section.description h1 div {
    font-size: 75%;
}

section.description .short-description {
	margin-bottom: 1.5rem;
}
section.description .long-description .collapse:not(.questions-list),
section.description .long-description .collapsing:not(.questions-list) {
    overflow-x: auto;
}

section.description h3[data-toggle=collapse] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 1.25rem;
	padding-right: 2.5em;
	line-height: 1.5rem;
    font-weight: 300;
    position: relative;
    border-bottom: 1px solid #27a2a4;
    cursor: pointer;
}

section.description h3[data-toggle=collapse]:after {
	position: absolute;
    content: '+';
	font-weight: 300;
	font-size: 1.5rem;
	right: 0.5rem;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    transition: all .3s ease-in-out;
}
section.description h3[data-toggle=collapse].open:after {
    transform: rotate(-45deg);
}


section.description .collapsable table {
	margin-bottom: 0.5em;
    font-size: 0.85em;
}

section.description .collapsable table,
section.description .collapsable table td,
section.description .collapsable table th {
    border: none;
    padding: 0.25rem 0.5rem;
}

section.description .collapsable table thead {
	border-bottom: 1px solid #616161;
}

section.description .collapsable table tr:last-child {
    border-bottom: 1px solid #616161;
}


section.description .collapsable .collapse:after,
section.description .collapsable .collapsing:after {
	/*margin-top: 1em;
	margin-bottom: 0.5em;*/
	display: block;
	height: 1.5rem;
	content: '';
}

section.description .collapsable .collapsing p:last-child,
section.description .collapsable .collapse p:last-child {
	margin-bottom: 0;
}

section.description .swiper-pagination-bullet {
  width: 19px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: #fff;
}
section.description .swiper-pagination-bullet-active {
  color:#fff;
  background: #007aff;
}

section.product-small .short-description a {
	text-decoration: underline;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

@media (min-width: 576px) {
	section.description .product-media {
	    /*padding-top: 8em;*/
	}
	section.description .product-media .swiper-slide:first-child img {
	    width: auto;
	    box-shadow: none;
	}
	section.description .product-media img {
	    box-shadow: 0 0 2px #ccc;
        width: 90%;
	}
	section.description .product-media .swiper-wrapper {
	   display: block;
	}
	section.description .product-media .swiper-slide {
	   margin-bottom: 2em;
	   background: #fff;
	}
	section.description .product-media .swiper-pagination,
	section.description .product-media .swiper-cube-shadow {
	    display: none;
	}

}

section.description .tvc{
	position: relative;
}

section.description .tvc .video-control a {
    width: 6em;
    padding: 0 0 0.5em;
}

section.description .tvc .video-control {
    left: auto;
    bottom: 12%;
    right: 15px;
    bottom: 10%;
    transform: none;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
}
