/*
Theme Name: PayMaster Worldwide
Author: Haggen IT - Diseño y desarrollo web
Author URI: http://www.haggen-it.com/
Version: 1.0
*/

:root {
    --main-color: #ff8a00;
    --main-color-claro: #ff2e00;
    --secondary-color: #82847f;
    --terceary-color: #434343;
}


/* HTML 5 Fix */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Elementos HTML */

::-moz-selection {
    color: #FFF;
    background: #009ED8;
}

::selection {
    color: #FFF;
    background: #009ED8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

html,
body {
    height: 100%;
}

body {
    background: no-repeat #fff;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px;
    color: #212121;
    position: relative;
}

img {
    border: none;
}

a {
    color: var(--main-color-claro);
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
form {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

textarea {
    resize: none;
}


/* Contenedores */

.centeredContent {
    /*width:1100px;*/
    margin: 0 auto 0px auto;
    clear: both;
    position: relative;
}


/* Header */

body.admin-bar .pageHeader {
    top: 32px;
}

.pageHeader {
    width: 100%;
    height: 127px;
    clear: both;
    box-shadow: 3px 3px 3px #999;
    margin: 0 0 30px 0;
    background: var(--main-color-claro)
}

.logo {
    text-align: center;
    padding: 0;
    float: left;
    margin: 11px 0 0 20px
}

.logo img {
    height: 106px;
}

.headerRight {
    float: right;
    width: 595px;
}

.topMenu {
    float: right;
    background: none;
    padding: 5px 10px;
    font-size: 13px;
    color: #FFF;
    border-radius: 3px;
    margin: 10px 10px 0 0
}

.topMenu a {
    color: #FFF;
}

.topMenu a:hover {
    color: var(--main-color);
}

.pageMenu {
    padding: 0;
    margin: 35px 0 0 0;
}

.pageMenu li {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 10px;
    border-radius: 3px;
    display: inline;
    position: relative
}

.pageMenu li a {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    transition: none
}

.currentMenu,
.pageMenu li:hover {
    background: #febe10;
}

.currentMenu a,
.currentMenu a:hover,
.pageMenu li:hover a,
.pageMenu li:hover a:hover {
    color: #333
}

.submenu {
    position: absolute;
    top: 36px;
    left: 0;
    background: #FFF;
    border-top: 3px solid #febe10;
    z-index: 2;
    box-shadow: 1px 3px 5px #999;
    font-weight: normal;
    transition: 0.3s ease;
    display: none;
    width: 183px;
}

.submenu li {
    margin: 0;
    border-radius: 0;
    display: block;
    padding: 0
}

.submenu li a {
    display: block;
    text-transform: none;
    color: #333;
    background: #F0F0F0;
    margin: 5px;
    padding: 0 15px;
    font-weight: normal;
    line-height: 32px;
    min-width: 150px;
    font-size: 13px
}

.submenu li a:hover,
.submenu li:hover a {
    background: var(--main-color);
    color: #FFF !important
}

.pageMenu li:hover>.submenu {
    display: block;
}

.topPhone {
    float: left;
    background: none;
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
    margin: 10px 0 0 10px;
}

.topPhone a {
    color: #FFF;
    font-weight: bold;
}

.topPhone a:hover {
    color: #febe10;
}


/* Footer */

.footer {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.footer strong {
    color: var(--main-color-claro)
}


/* Login */

.page-template-page-login-php {
    background: #FFFFFF;
}

.page-template-page-login-php .pageHeader {
    display: none;
}

.loginPane {
    max-width: 400px;
    margin: 64px auto 0;
    width: 100%;
}

.loginPane img {
    clear: both;
    margin: 0 auto 16px;
    width: 220px
}

.loginPane form {
    padding-top: 24px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
}

.loginPane label {
    display: block;
    margin: 0 0 4px 0;
    color: var(--main-color);
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
}

.loginPane input[type=text],
.loginPane input[type=email],
.loginPane input[type=password] {
    width: 100%;
    border-radius: 2px;
    padding: 12px 12px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #808080;
    transition: 0.3s ease;
    margin: 10px 0 12px 0;
}

.loginPane input[type=text]:focus,
.loginPane input[type=password]:focus {
    color: #333;
    box-shadow: var(--main-color-claro) 0 0 3px inset
}

.loginPane input[type=submit] {
    background: var(--main-color);
    color: #FFF;
    border: none;
    border-radius: 32px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    clear: both;
    margin: 20px 0 8px 0;
    letter-spacing: 0.2em;
    transition: 0.3s ease;
    width: 100%;
    padding: 13px 16px;
    height: auto;
    font-size: 16px;
}

.loginPane input[type=submit]:hover {
    background-color: var(--main-color-claro);
}

.error {
    color: #F00;
}


/* Home */

.phonePane {
    clear: both;
    background: var(--secondary-color);
    padding: 15px 30px;
    /*width:1100px;*/
    margin: 0 auto 0;
    border-radius: 5px;
}

.no-pag {
    background: transparent;
}

.phonePane h1,
.phonePane label {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    /* float: left; */
    margin: 0 10px 0 0;
    /* line-height: 52px; */
    margin-bottom: 5px;
}

.phonePane label {
    margin-right: 5px;
    text-align: left;
    position: relative
}

.phonePane h2 {
    padding: 20px;
    text-align: center;
}

#amount0-error,
#amount1-error,
#amount2-error,
#amount3-error,
#amount4-error,
#amount5-error,
#amount6-error,
#amount7-error,
#amount8-error,
#amount9-error,
#amount-error,
#clientPhone-error,
#phoneInput-error {
    /* position: absolute; */
    display: block;
    font-size: 13px;
    /* top: 40px;
    right: 0; */
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
    font-style: normal
}

#phoneInput-error {
    position: absolute;
    top: 20px;
    right: 0px;
}

.phonePane input[type=number],
.phonePane input[type=tel] {
    padding: 7px 10px;
    border: 0px solid #ccc;
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    transition: 0.3s ease;
    margin: 0;
    width: 400px;
    max-width: 100%;
}

.phonePane input[type=tel]:hover {
    border: 0px solid #ccc;
}

.phonePane input[type=number]:focus,
.phonePane input[type=number]:focus {
    color: #333;
    border-color: var(--main-color-claro)
}

.phonePane input[type=button],
.phonePane input[type=submit],
.phonePane #continue {
    background: var(--main-color);
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    line-height: 48px;
    width: 100px;
    cursor: pointer;
    clear: both;
    margin: 0 0 0 330px;
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: 0.3s ease
}

.phonePane input[type=button]:hover,
.phonePane input[type=submit]:hover {
    background-color: var(--main-color-claro);
    color: #FFF
}

.recipientList {
    width: 100%
}

.recipientList input[type=button] {
    background: var(--main-color);
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    width: 80px;
    cursor: pointer;
    clear: both;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: 0.3s ease
}

.recipientList input[type=number],
.recipientList input[type=text] {
    border-radius: 2px;
    padding: 9px 12px;
    border: 1px solid #ccc;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: #333;
    transition: 0.3s ease;
    margin: 0;
    width: 200px;
}

.recipientList img {
    vertical-align: middle;
    display: block;
    margin: 0 auto
}

.logoRList {
    text-align: center;
    font-size: 14px;
}

.phonePane input[type="button"].searchButton {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0px;
    margin: 0 0 0 10px;
}

.customer-tag a {
    color: #fff;
    font-weight: bold;
}

#msg {
    margin: auto;
    background: transparent;
    padding: 0px 0px;
    width: auto;
}

.highlighted-sec {
    background: #dedddd;
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 4px;
}

.highlighted-sec .form-group {
    margin-bottom: 0;
}

.highlighted-sec #hours_bill,
.highlighted-sec #sport_payment {
    font-size: 15px;
    color: var(--main-color);
    font-weight: bold;
}

#msg p.error {
    margin: 0px 30px;
    color: #a53535;
    border-radius: 5px;
    padding: 15px 30px;
    background: #FFE0E0;
    margin-bottom: 20px;
}

#bill_amount_tr {
    display: inline-block;
    width: 100%;
}

#bill_amount_tr label {
    width: 100%;
    display: inline-block;
}

#bill_amount_tr input {
    float: left;
    margin: auto;
    margin-top: 10px;
    box-shadow: none;
    border: 0px;
    width: 150px;
    background: #febe10;
}

#bill_amount_tr input:hover {
    background-color: #3c7791;
    color: #FFF;
    text-decoration: none !important;
}

.homeBox {
    display: table-cell;
    text-align: center;
    width: 50%;
}

.homeBox h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0 0 5px 0
}

.homeBox .hbPanel {
    border: 1px solid #CCC;
    border-radius: 3px;
    width: 100%;
    padding: 10px
}

.homeButtons {
    clear: both;
    text-align: center;
    margin: 10px 0;
}

.homeButtons a {
    display: inline-block;
    line-height: 46px;
    width: 220px;
    font-size: 14px;
    max-width: 100%;
    margin: 8px 0;
    border-radius: 8px;
    background: var(--main-color);
    color: var(--terceary-color);
    font-weight: 600;
    text-transform: uppercase
}

.homeButtons a:hover {
    background-color: var(--main-color-claro);
    color: #fff;
    text-decoration: none !important;
}

.sliderItem {
    width: 100%;
    height: 125px;
    position: relative;
    background: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.sliderContent {
    /*width:600px; float:left;*/
}

.newsContent {
    /*width:480px; float:right;*/
    margin: 0 0 50px 0;
}

.newsTitle {
    font-size: 24px;
}

.newsDiv {
    clear: both;
    background: #e6e6e6;
    max-height: 270px;
    overflow-y: auto;
    padding: 10px;
}

.nDiv {
    background: #F0F0F0;
    display: block;
    margin: 0 0 10px 0;
    color: #666;
    transition: 0.3s ease
}

.nDiv:nth-child(even) {
    background: #E6E6E6;
}

.nDiv:hover {
    background: var(--main-color);
    text-decoration: none !important;
}

.media-body:hover {
    color: #fff !important;
}

.nDiv h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    max-width: 263px;
}

.nDiv:hover h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    max-width: 263px;
}

.nDiv .nDate {
    clear: both;
    color: #666;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.nDiv .fLeft {
    padding: 15px;
}

.nDiv .fRight {
    width: 150px;
    height: 70px;
    background: center center no-repeat;
    background-size: cover;
}

.productBox,
.productBoxApi,
.anotherCarrier {
    border-radius: 12px;
    word-wrap: break-word;
    transition: all .3s ease;
    border: 1px solid #CCC;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin: 0 12px 12px 0;
    padding: 10px 12px;
    text-align: center;
    background: #FFF;
    width: 214px;
    display: flex;
    height: 100%;
    justify-content: center;
}

.productBox:hover,
.productBoxApi:hover,
.anotherCarrier:hover {
    transform: scale(1.05);
    color: var(--terceary-color) !important;
}

.productBox .productBtn,
.productBoxApi .productBtn {
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    color: #000;
    align-items: center;
    flex-direction: column;
}

.productBox,
.productBoxApi {
    min-height: 180px;
}

.productBtn img {
    max-height: 85px !important;
    width: 90% !important;
    height: 100% !important;
    max-width: 85%;
    object-fit: contain;
}

.selectedProductBox {
    box-shadow: 0 0 6px var(--terceary-color);
    border: 2px solid var(--terceary-color);
}

.anotherCarrier {
    cursor: pointer;
    display: none;
    line-height: 20px;
    float: right;
}

.disblePhoneInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9;
    border-radius: 2px;
    display: none;
}

.loading {
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.productBtn {
    font-weight: bold;
}

.orangeMenu {
    background: url("../images/bg-sidebar.png") no-repeat 0 0;
    cursor: pointer;
    height: 182px;
    padding: 14px 6px;
    position: fixed;
    right: 0;
    top: 282px;
    width: 89px;
    z-index: 100;
}

.orangeMenu>.ico-shopping-car {
    color: #FFF;
    margin: 0 0 0 25px;
    font-size: 30px;
}

.orangeMenu>#orangeMenuArrow {
    color: #7F4614;
    font-size: 30px;
    font-weight: bold;
    float: right;
}

.orangeMenuSeparator {
    border-top: 1px solid #F16024;
    border-bottom: 1px solid #FFC698;
    margin: 12px 0 14px;
    width: 100%;
}

.orangeMenuLargeText,
.orangeMenuSmallText {
    color: #FEEFE9;
    text-align: right;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 10px;
    text-shadow: 0 2px 0 #F6691D;
}

.orangeMenuLargeText {
    font-size: 1em;
    line-height: 16px;
    text-shadow: 0 2px 0 #EC4E1B;
}

.shoppingCartContent {
    background-color: #DDD;
    border: 2px solid #DCDCDC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 240px;
    width: 250px;
    z-index: 100;
}

.shoppingCartContent ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.shoppingCartContent ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shoppingCartTitle {
    background-color: #888;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#888));
    background-image: -moz-linear-gradient(top, #888, #bbb);
    background-image: -o-linear-gradient(top, #888, #bbb);
    background-image: linear-gradient(to top, #888, #bbb);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#888', GradientType=0);
    background-repeat: repeat-x;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.shoppingCartTitle h2 {
    color: #484848;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0;
    text-shadow: 0 1px 1px #FFF;
    padding: 0;
}

.shoppingCartContent>.shoppingCartHeader {
    background-color: #444;
    color: #FFF;
    padding: 3px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.shoppingCartContent>.shoppingCartHeader>li {
    border-right: 1px solid #767878;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.3em;
}

.shoppingCartHeader li:last-child {
    border-right: none;
}

.shoppingCartCant,
.shoppingCartProd {
    width: 37%;
}

.shoppingCartPrec {
    width: 26%;
}

.shoppingEmptyCart {
    margin-top: 70px;
    text-align: center;
    width: 100%;
}

.shoppingCartContent .shoppingCartList {
    height: 160px;
    overflow-y: scroll;
}

.shoppingCartContent .shoppingCartCategories {
    font-size: 12px;
}

.shoppingCartContent .shoppingCartCategories li {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    min-height: 20px;
    padding: 7px 5px;
    width: 100%;
}

.shoppingCartContent .shoppingCartFooter {
    background-color: #F2F2F2;
    font-size: 0.9em;
    padding: 3% 4%;
    overflow: hidden;
    width: 100%;
}

.shoppingCartContent .shoppingCartFooter .span7,
.shoppingCartContent .shoppingCartFooter .span5 {
    color: #363636;
    line-height: 1.6em;
    min-height: 1.6em;
}

.shoppingCartContent .shoppingCartFooter .span5 {
    font-weight: bold;
    margin-left: 0;
    text-align: right;
}

.shoppingCartContent .shoppingCartFooter .span7 {
    float: left;
    width: 53%;
}


/* Páginas de administración */

.adminPage h1 {
    color: #6b6b6b;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 5px 0
}

.breadcrumbs {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    clear: both;
    margin: 0 0 30px 0
}

.breadcrumbs a {
    color: #5e5e5e;
}

.breadcrumbs a:hover {
    color: var(--main-color-claro);
}

.formContainer {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    background: #FFF;
    border-top: 3px solid var(--main-color-claro);
    padding: 0 20px 20px 20px;
}

.fcHeader {
    clear: both;
    height: 52px;
    line-height: 52px;
    margin: 0 0 5px 0
}

.fcHeader h3 {
    float: left;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    margin-left: 10px
}

.subTitle h3 {
    color: #008ab7;
}

.subTitle {
    margin-bottom: 20px;
    margin-top: 20px
}

.fcHeader a {
    float: right;
    display: block;
    background: var(--main-color);
    color: #FFF;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 32px;
    margin: 15px -5px 0 0
}

.fcHeader a:hover,
.formContainer .actionsTd a:hover,
.formContainer input[type=submit]:hover {
    background: var(--main-color-claro);
}

.formContainer table tr th {
    border-bottom: 2px solid #DDD;
    text-align: left;
    padding: 10px 20px;
    color: #333;
}

.formContainer table tr td {
    border-bottom: 1px solid #DDD;
    padding: 10px 20px;
    color: #404040
}

.formContainer table>tbody>tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.formContainer .actionsTd a {
    color: #FFF;
    background: var(--main-color);
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px
}

.formContainer .actionsTd a i {
    margin-right: 4px;
}

.formContainer form {
    margin: 0;
    padding: 20px 50px;
}

.formContainer label {
    clear: both;
    display: block;
    margin: 0 0 6px 0
}

.formContainer input[type=text],
.formContainer input[type=tel],
.formContainer input[type=password],
.formContainer input[type=email],
.formContainer input[type=number],
.formContainer input[type=date],
.formContainer select,
.formContainer textarea {
    font-size: 15px;
    border: 1px solid #d5d8de;
    padding: 10px 12px;
    background: #FFF;
    height: 42px;
    color: #404040;
    border-radius: 2px;
    width: 100%;
    margin: 0 0 20px 0;
    transition: 0.3s ease
}

.formContainer textarea {
    height: auto;
}

.formContainer select {
    cursor: pointer;
    padding: 0 12px;
}

.formContainer input[type=text]:focus,
.formContainer input[type=tel]:focus,
.formContainer input[type=password]:focus,
.formContainer input[type=email]:focus,
.formContainer input[type=number]:focus,
.formContainer textarea:focus {
    border-color: var(--main-color-claro);
}

.formContainer input[type=button],
.formContainer input[type=submit] {
    background: var(--main-color);
    border: none;
    border-radius: 5px;
    text-align: center;
    height: 42px;
    cursor: pointer;
    padding: 0 32px;
    color: #FFF;
    transition: 0.2s ease;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em
}

.formContainer .buttonsDiv {
    text-align: center;
    padding: 0 300px;
}

.searchDiv {
    clear: both;
    margin-bottom: 20px
}

.searchDiv input[type=text] {
    width: 400px;
}

.searchDiv input[type=date] {
    width: 180px;
}

.searchDiv select {
    width: 180px;
}

.searchDiv form {
    padding: 0 !important;
}

.recipientList {
    background: #FFF;
}

.recipientList th {
    background: #FFF;
    text-align: left;
    color: #333;
    border-bottom: 2px solid #DDD;
    padding: 10px 20px;
}

.recipientList td {
    border-bottom: 1px solid #CCC;
    padding: 10px 20px
}

#recipientDiv fieldset {
    padding: 10px 12px 12px 12px;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin-bottom: 30px;
}

#recipientDiv legend {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 0 12px;
}

.recipientList td .error {
    left: 5px;
    right: auto !important;
    top: 30px !important;
}


/* Estilos globales */

.hide {
    display: none;
}

.clear {
    clear: both;
}

.clear10 {
    clear: both;
    height: 10px
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.pLeft20 {
    padding-left: 20px;
}

.pRight20 {
    padding-right: 20px;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.displayTable {
    display: table;
    width: 100%
}

.borderBottom {
    border-bottom: 1px solid #DDD;
}

.green {
    color: #00B717;
}

.blue {
    color: var(--main-color-claro);
}

.red {
    color: #CC0000;
}

.orange {
    color: #d07200;
}

.fontBold {
    font-weight: bold;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.lineThrough {
    text-decoration: line-through;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0;
    color: inherit;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.tabs-container {
    width: 100%;
    margin: 0 auto;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

ul.tabs li:hover {
    background: #ededed;
    color: #fff;
}

ul.tabs li.current {
    background: #ededed;
    color: #fff;
}

ul.tabs.products li.current,
ul.tabs.products li:hover {
    background: var(--main-color);
    color: #FFF;
}

.tab-content {
    border-radius: 0 5px 5px 5px;
    display: none;
    padding: 15px;
    color: #FFF;
}

.tab-content.products {
    background: var(--main-color);
    /* background: transparent; */
    /* border: 6px solid var(--main-color); */
    box-shadow: 0px 0px 1px 6px var(--main-color) inset;
}

.tab-content.current {
    display: inherit;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item>.badge {
    float: right;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge-primary {
    background-color: #337ab7;
}

.badge-transparent {
    background-color: transparent;
}

.width100Percent {
    width: 100%;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

ul.skus-container {
    list-style-type: none;
    margin: 0 auto;
    width: 50%;
}

ul.skus-container li input[type=radio] {
    margin: 15px;
}

ul.skus-container li {
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    display: block;
}

ul.skus-container li label {
    display: block;
    float: inherit !important;
    text-align: left;
    width: 100%;
}

ul.skus-container li label:hover {
    cursor: pointer;
}

ul.skus-container li label .amount-input-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    padding: 0;
    width: 150px;
}