.ul-reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.topbar ul,
.topbar ul li a {
    display: flex;
    align-items: center
}

.topbar ul li a:hover {
    text-decoration: none;
    filter: brightness(10%)
}

.topbar ul>li:first-child {
    border-left: 1px solid rgba(0, 0, 0, .09)
}

.topbar ul>li {
    border-right: 1px solid rgba(0, 0, 0, .09);
    padding: 5px 0
}

.topbar ul>li a {
    padding: 0 25px
}

.topbar ul li a i {
    margin-right: 5px
}

#footer .contact li a {
    display: flex;
    align-items: center
}

#footer .contact li a:hover {
    text-decoration: none;
    color: #bb372c
}

#footer .contact li a i {
    font-size: 1.2em;
    margin-right: 5px
}

#footer .payments img {
    height: 32px;
    border-radius: 3px;
    padding: 2px;
    margin-left: 3px
}

#footer .payments a {
    text-decoration: none
}

#footer .full-copyright {
    max-width: 550px;
    padding: 10px 0
}

#footer .full-copyright .general-content {
    text-align: center
}

#footer .columns .col.account {
    max-width: 300px;
    width: 100%
}

#footer .col.account form input {
    width: 100%;
    margin-right: 10px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 10px
}

#footer .hallmarks {
    display: flex;
    flex-direction: column
}

#footer .hallmarks a:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width:1199px) {
    #footer .full-copyright {
        max-width: 450px
    }
}

@media (max-width:991px) {
    #footer .full-copyright {
        max-width: 550px
    }
    #footer .columns .col.account {
        max-width: 100%
    }
}

#productpage {
    padding-bottom: 0px !important
}

#productpage .product-detail-wrap {
    padding-bottom: 100px
}

.tabspages .tab-links {
    display: flex;
    border-bottom: 1px solid #C1C9BB;
    width: 100%
}

.tabspages .tab-links li a {
    background-color: #e5e5e5;
    border: 1px solid #C1C9BB;
    border-bottom: 0;
    display: block;
    line-height: 28px;
    padding: 0 10px
}

.tabspages .tab-links li.active a {
    background: #f8f8f8
}

.tabspages .tab-links li:not(:last-child) a {
    margin-right: 5px
}

.tabspages .page {
    display: none
}

.tabspages .page.active {
    display: block
}

.tabspages .product-page-content {
    border: 1px solid #C1C9BB;
    margin-top: -1px;
    padding: 20px;
    max-height: 600px;
    overflow: auto
}

@media (max-width:1199px) {
    #productpage .product-detail {
        flex-wrap: wrap
    }
    #productpage .product-detail .info {
        min-width: calc(100% - 400px);
        max-width: calc(100% - 400px);
        margin-right: 0
    }
    #productpage .product-detail .tabspages {
        margin-top: 50px
    }
    #productpage .product-detail-wrap {
        padding-bottom: 70px
    }
}

@media (max-width:991px) {
    #productpage .product-detail .images-wrap {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0
    }
    #productpage .product-detail .info {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0
    }
    #productpage .product-detail-wrap {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    #productpage .product-detail-wrap {
        padding-bottom: 30px
    }
}

.colors-popup {
    padding: 40px;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    overflow-y: scroll;
    max-height: 100%;
    position: relative;
    display: none
}

.colors-popup.color-big-open {
    overflow-y: hidden
}

.hidden {
    display: none
}

.colors-popup .popup-row {
    display: flex;
    align-items: flex-start;
    margin: -15px
}

.colors-popup .col-side,
.colors-popup .col-main {
    padding: 15px
}

.colors-popup .col-side {
    min-width: 200px;
    max-width: 200px
}

.colors-popup .col-main {
    flex-grow: 10
}

.colors-popup .colors {
    display: flex;
    flex-wrap: wrap;
    margin: -3px
}

.colors-popup .colors .color {
    padding: 3px;
    width: 20%;
    color: inherit;
    text-decoration: none
}

.colors-popup .colors .color .inner {
    height: 60px;
    padding: 10px;
    border-radius: 3px
}

.colors-popup .colors .color .cat {
    font-weight: 700;
    opacity: .5;
    visibility: hidden
}

.colors-popup .colors .color .nr {
    color: #fff
}

.colors-popup .side-block {
    margin-bottom: 30px
}

.colors-popup .side-block .title {
    font-size: 1.5em;
    font-weight: 700;
    width: 180px;
    margin-bottom: 10px
}

.colors-popup .side-block .subtitle {
    margin-top: -7px;
    margin-bottom: 10px
}

.colors-popup .side-block .text {
    font-size: 1.2em;
    width: 180px;
    margin-bottom: 30px
}

.colors-popup .side-block .btn {
    padding: 0 10px;
    width: 100%
}

.colors-popup select {
    height: 45px;
    width: 180px;
    border: 1px solid #d6dbd2;
    border-radius: 5px
}

.colors-popup input {
    height: 45px;
    width: 180px;
    border: 1px solid #d6dbd2;
    border-radius: 5px
}

.colors-popup .pop-cats {
    margin: -3px
}

.colors-popup .pop-cats .cat {
    padding: 3px
}

.colors-popup .pop-cats .cat a {
    padding: 7px;
    background: #bc372c;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.product-configure-inner .option-wrap {
    padding-bottom: 15px
}

.show-color {
    display: flex;
    align-items: center;
    font-weight: 700
}

.product-configure-inner .option-wrap a {
    color: inherit;
    text-decoration: none
}

.show-color .dot {
    min-width: 60px;
    min-height: 60px;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #cb0001;
    font-weight: 700
}

.pick-color {
    font-weight: 700;
    display: flex;
    align-items: center
}

.pick-color img {
    width: 30px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%
}

.colors-popup .close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
    color: inherit;
    z-index: 99
}

.color-options {
    margin: -5px;
    display: flex
}

.color-option {
    padding: 5px
}

.color-option a {
    display: flex;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #d6dbd2;
    align-items: center;
    font-weight: 700;
    border-radius: 5px
}

.color-option.active a {
    background: #cb0001;
    color: #fff
}

.colors-popup .category-blocks {
    margin: -10px
}

.colors-popup .category-blocks .block {
    padding: 10px
}

.colors-popup .category-blocks .block-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 110%
}

.colors-popup .color-big {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9
}

.colors-popup .color-big .box {
    width: 100%;
    height: 100%;
    padding: 30px
}

.colors-popup .color-big .box .title {
    font-size: 30px;
    font-weight: 700;
    opacity: .5
}

.colors-popup .color-big .box .btn {
    height: 45px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 20px;
    color: #cb0001;
    display: inline-flex;
    align-items: center;
    margin-top: 30px
}

.submit-custom-color {
    background: #cb0001;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 10px
}

.contactmobile {
    display: none
}

.contactonline {
    display: inline
}

@media (max-aspect-ratio:5/7) {
    .colors-popup .popup-row {
        display: block
    }
    .colors-popup .col-side,
    .colors-popup .col-main {
        padding: 15px
    }
    .colors-popup .col-side {
        min-width: 100%;
        min-width: 100%
    }
    .colors-popup .col-main {
        width: 100%
    }
    .contactmobile {
        display: inline
    }
    .contactonline {
        display: none
    }
}

#service-page .breadcrumbs {
    margin-top: 20px
}

@media (max-width:991px) {
    #service-page .flex-row {
        flex-direction: column-reverse !important
    }
}

#catalog-page .breadcrumbs {
    margin-top: 20px
}

#catalog-page .service-block {
    padding: 15px
}

#catalog-page .service-block a {
    display: flex;
    flex-direction: column
}

#catalog-page .service-block .service-block-inner {
    border: 1px solid #d6dbd2;
    border-radius: 5px
}

#catalog-page .service-block .image-wrap {
    padding: 40px
}

#catalog-page .service-block .image-wrap img {
    width: 100%;
    object-fit: cover;
    object-position: center center
}

#catalog-page .service-block .title.title-font {
    background: #d6dbd2;
    padding: 10px;
    border-radius: 0 0 5px 5px
}

@media (max-width:767px) {
    #catalog-page .service-block {
        padding: 10px
    }
    #catalog-page .service-blocks.row {
        margin: -10px !important;
        flex-direction: row
    }
    #catalog-page .service-block .image-wrap {
        padding: 20px
    }
    #catalog-page .contact-message-block {
        margin-top: 30px
    }
}

#textpage .col-image {
    max-width: 400px;
    margin-left: 50px;
    padding: 15px
}

#textpage .col-image img {
    min-width: 250px;
    min-height: 200px;
    max-width: 250px;
    max-height: 250px
}

@media (max-width:991px) {
    #textpage .col-image {
        max-width: 500px;
        height: auto;
        width: 100%;
        margin-left: 0
    }
}

.usp-bar.with-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.usp-bar ul li a:hover {
    text-decoration: none
}

.usp-bar ul li a:hover span {
    text-decoration: underline
}

@media(max-width:991px) {
    #textpage .flex-row {
        display: flex;
        flex-direction: column-reverse
    }
    #textpage .col-image {
        max-width: unset
    }
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 8%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (min-width:992px) {
    #footer.footer-new .columns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0;
        grid-row-gap: 0
    }
    #footer.footer-new .columns .col.col-1 {
        grid-area: 1 / 1 / 2 / 2
    }
    #footer.footer-new .columns .col.col-2 {
        grid-area: 2 / 1 / 3 / 2
    }
    #footer.footer-new .columns .col.col-3 {
        grid-area: 1 / 2 / 3 / 3
    }
    #footer.footer-new .columns .col.col-4 {
        grid-area: 1 / 3 / 3 / 4
    }
    #footer.footer-new .columns .col.col-5 {
        grid-area: 1 / 4 / 3 / 5
    }
}

.gui-checkout-login{
  background: #ff9900;
  color: #fff !important;
  padding: 5px;
  font-weight: bold !important;
  border-radius: 2px;
}

#productpage .sale-label{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff9900;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
}

/* Begin new styling not home options checkout */
.gui-div-cart-coupons .not-home-select{
    width: 100%;
}

.not-home-wrap .error-text {
  display: none;
  color: #cb0001;
}

.not-home-wrap.error .not-home-select {
  border: 1px solid #cb0001;
}

.not-home-wrap.error .error-text {
  display: initial;
}
