/* Popup header */
.angartabs-popup .modal-header {
padding: 10px 15px 6px;
}

.angartabs-popup .modal-header .modal-title {
font-size: 14px;
text-transform: uppercase;
}

.angartabs-popup .modal-header .modal-title i {
margin-right: 10px;
}

.angartabs-popup .modal-header button.close {
outline: none;
}

.angartabs-popup .modal-header button.close span {
margin-right: 0;
}

/* Content box */
.angartabs-content-box {
clear: both;
}

.product-additional-info .angartabs-content-box {
margin-top: 14px;
}

/* Extra tabs content */
.tab-pane.angartabs img {
border: 1px solid #d6d4d4;
padding: 5px;
}

/* Button popup - default */
button.btn-tab-popup {
text-transform: uppercase;
padding: 7px 10px;
background: none;
border-color: #D6D4D4;
margin: 0 4px 6px 0;
font-size: 13px;
}

button.btn-tab-popup:hover {
background: #f7f7f7;
}

button.btn-tab-popup:focus,
button.btn-tab-popup:active:focus {
outline: initial;
}

button.btn-tab-popup i {
font-size: 13px;
margin-right: 6px;
}

/* Button popup - youtube */
i.fa-youtube-play {
color: red;
}

.col-md-6.product_left button.btn-tab-popup.btn-youtube-play:hover,
.product-additional-info button.btn-tab-popup.btn-youtube-play:hover {
background: red;
border-color: red;
color: #fff;
}

.col-md-6.product_left button.btn-tab-popup.btn-youtube-play:hover i,
.product-additional-info button.btn-tab-popup.btn-youtube-play:hover i {
color: #fff;
}

/* Price container */
.product-prices button.btn-tab-popup {
display: block;
padding: 4px 0px 2px;
background: none;
border: 0;
text-transform: initial;
font-weight: normal;
margin: 0 20px 0 0;
}

.product-prices button.btn-tab-popup i {
width: 14px;
}

.product-prices button.btn-tab-popup:hover {
background: none;
text-decoration: underline;
}

/* Content ul and table */
.angartabs ul,
.angartabs ol {
padding-left: 16px;
}

.angartabs ul {
list-style: disc;
}

.angartabs a {
text-decoration: underline;
}

.angartabs a:hover {
text-decoration: none;
}

.angartabs-popup table {
width: 100%;
}