p a,
p a:hover {
    text-decoration: underline;
}

.features-list li {
    display: inline-block;
}

.features-list .badge {
    background: none;
    border: solid #999 1px;
    color: #666;
    font-size: 0.7em;
}

.color-label {
    display: block;
    border-radius: 2px;
    padding: 3px;
    border:solid #ccc 1px;
}

.color-label i {
    display: block;
}

.color-label-s {
    padding: 2px;
}

.color-label-m {
    padding: 3px;
}

.color-label-s i {
    width: 14px;
    height: 14px;
}

.color-label-m i {
    width: 18px;
    height: 18px;
}

.color-label-l i {
    width: 22px;
    height: 22px;
}

.features-list .color-label.checked {
    border-color: #000;
}

.variants-image-list li {
    display: inline-block;
    border: solid 3px #e6e6e6;
}

.variants-image-list li.active {
    border-color: #888888;
}
.variants-image-list li.out-of-stock img {
    opacity: 0.4;
}

.variants-image-list li img {
    width: 80px;
}

::placeholder {
    opacity: 0.6;
}

.error {
    border-color: #e65540;
}

.error-label {
    color: #e65540;
}

.req {
    color: #e65540;
}

.post-text p {
    padding-bottom: 20px;
}

.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
    padding-bottom: 20px;
}

.post-text ul {
    padding: 0 0 20px 20px;
}

.post-text ul li {
    font-family: Montserrat-Regular;
    font-size: 15px;
    line-height: 1.7;
    color: #888888;
    margin: 0px;
    list-style: disc;
}

.order-form textarea {
    min-height: 45px;
}

.rightbar-cart {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 1020;
}

.price-old {
    text-decoration: line-through;
}

.price-new {
    color: #e65540;
}

.list-radio .list-radio-label {
    border-radius: 3px;
}

.list-radio .list-radio-label.active {
    border-color: #777;
}

.list-radio .list-radio-label .show-on-active {
    display: none;
}

.list-radio .list-radio-label.active .show-on-active {
    display: block;
}

.list-radio .check-switcher {
    margin-right: 10px;
}

.check {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.check + .check {
    margin-top: 7px;
}

.check input {
    display: none;
}

.check input + span {
    display: inline-block;
    position: relative;
}

.check input + span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}

.check input[type="radio"] + span:before {
    border-radius: 50%;
}

.check input + span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #ccc;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.check input[type="radio"] + span:after {
    border-radius: 50%;
}

.check input:checked + span:after {
    opacity: 1;
}

.check.color-check input + span:after {
    display: none;
}

.check.color-check input:checked + span {
    border-color: #32383e !important;

    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15)*/
}

.check.color-check span:before {
    display: none;
    color: white;
}

.input-group.success {
    border-color: #66a8a6;
}

.input-group.warning {
    border-color: #ffc107;
}

.orders .status-bar {
    width: 7px;
    height: 100%;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.orders .products-table {
    width: 100%;
}

.orders .products-table tr {
    border-bottom: solid 1px #e6e6e6;
}

.orders .products-table td,
.orders .products-table th {
    padding: 10px;
}

.orders .products-table th {
    font-size: 14px;
}

.orders .products-table td:first-child,
.orders .products-table th:first-child {
    padding-left: 0;
}

.orders .products-table td:last-child,
.orders .products-table th:last-child {
    padding-right: 0;
    text-align: right;
}

.shopping-cart-table-wrapper .products-table td:first-child,
.shopping-cart-table-wrapper .products-table th:first-child {
    padding-left: 0;
}

.shopping-cart-table-wrapper .products-table td:last-child,
.shopping-cart-table-wrapper .products-table th:last-child {
    padding-right: 0;
}

.orders .show-on-active {
    display: none;
}

.orders .active .show-on-active {
    display: block;
}

.orders .hide-on-active {
    display: block;
}

.orders .active .hide-on-active {
    display: none;
}

.classic-list {
    padding-left: 20px;
}

.classic-list li {
    list-style: disc;
    font-size: .9em;
    margin-bottom: 5px;
}

.categories-tree .active,
.categories-tree .active span {
    color: #e65540;
}

.rightbar .selected,
.categories-tree .active span {
    color: #e65540;
}

.categories-tree li a span {
    font-size: 0.8em;
    color: #888888;
}

.check-button span {
    border: 2px solid #e6e6e6;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.check-button span > i {
    padding: 5px 8px;
    font-size: 0.9em;
    background: #e6e6e6;
    color: #222222;
    display: block;
    font-style: normal;
}

.check-button input {
    display: none;
}

.check-button input:disabled + span > i {
    opacity: 0.5;
    background: none;
    cursor: default;
}

.check-button input.disabled + span {
    opacity: 0.5;
    background: none;
    display: none;
}

.check-button input:checked + span {
    border-color: black;
}

.check-button input:checked + span > i {
    color: white;
    background-color: black;
}

.wrap-pic-w {
    background: black;
}

.swal2-container {
    z-index: 1100;
}

.marks {
    position: absolute;
    padding: 5px 0 0 5px;
}

.marks li span {
    color: white;
    font-size: 12px;
    border-radius: 11px;
    padding: 0 10px;
    margin-bottom: 3px;
    display: inline-block;
}

.bo-r {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.filters-button {
    line-height: 3;
}

.options-table {
    width: 100%;
}

.options-table tr:nth-child(2n+1) {
    background-color: #f4f4f4;
}

.options-table td {
    padding: 7px 15px;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin-bottom: 20px;
}

.text-content p {
    margin-bottom: 10px;
}

.text-content ul,
.text-content ol {
    margin: 0 0 20px 20px;
}

.text-content ul li,
.text-content ol li {
    font-size: 15px;
    list-style-type: inherit;
    margin-bottom: 10px;
    line-height: 1.7;
}

.text-content ul li {
    list-style-type: circle;
}

.text-content .g-list > li {
    margin-bottom: 30px;
}

.text-content .subheader {
    display: block;
    font-size: 0.6em;
    line-height: 1.2em;
    margin-top: 10px;
    color: #888888;
}

.text-content .icon-list {
    margin-left: 0;
}

.text-content .icon-list > li {
    list-style-type: none;
}

.text-content .icon-list > li i {
    margin-right: 5px;
}

.text-content a {
    text-decoration: underline;
    color: #66a8a6;
}

.product-dd-list ul li {
    margin-bottom: 6px;
}

.product-dd-list .js-toggle-dropdown-content {
    margin: 20px 0;
}

.size-grid table {
    width: 100%;
}

.size-grid table td,
.size-grid table th {
    font-size: 12px;
    padding: 7px 15px;
}

.size-grid table th {
    font-weight: bold;
}

.size-grid table tr:nth-child(2n+1) {
    background-color: #f4f4f4;
}

.counter-input {
    width: 114px;
}

.counter-input button {
    width: 30px;
}

.slider-for {
    margin-bottom: 20px;
}

.slider-for .slick-slide img {
    width: 100%;
}

.slider-for .zoom {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    opacity: 0.7;
}

.slider-for .zoom:hover {
    opacity: 1;
}

.slider-for .zoom i {
    font-size: 2.4em;
}

.slider-nav .slick-slide img {
    border: solid white 2px;
    cursor: pointer;
    padding: 2px;
    width: 80px;
}

.slider-nav .slick-slide.slick-current img {
    border: solid #000 2px;
}

#product_details .not-available-text {
    display: none;
}

#product_details.not-available .not-available-text {
    display: inline-block;
}

#product_details.not-available .btn-addcart-product-detail button {
    background-color: #e6e6e6;
    color: #888888;
    cursor: default;
}

.item-slick1 .xl-text1,
.item-slick1 .m-text1 {
    font-family: 'Montserrat-Bold';
}

#content-wrapper {
    padding-top: 60px;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    line-height: 15px !important;
}

.order-b {
    text-transform: none;
}

@media (max-width: 800px) {
    .sm-small-spaces {
        padding: 0 15px;
    }

    .sm-small-spaces .col {
        padding-right: 5px;
        padding-left: 5px;
    }

    #content-wrapper {
        padding-top: 20px;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1000px;
    }
}

.social-auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #fff;
    transition: opacity 0.3s;
}

.social-auth-btn:hover {
    opacity: 0.85;
    color: #fff;
}

.social-auth-btn i {
    font-size: 15px;
}

.social-auth-btn--google {
    background-color: #db4437;
}

.social-auth-btn--facebook {
    background-color: #1877f2;
}

.ui-pnotify-container {
    opacity: 0.9;
}

.public-contract-text,
.public-contract-text a {
    font-size: 12px;
}
