
ul li, p, .product-description {
    font-family: 'Work Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #25292b;
}
.product-container {
    padding: 3em 0em 4em 0em;
    margin-bottom: 0 !important;
}
#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.product-cover img {
    border-radius: 4px 4px 0 0;
}
.product-cover {
    margin-bottom: 0;
}
#main .images-container .js-qv-mask.scroll {
    width: 100%;
    margin: 0 auto;
}
.images-container .product-images>li.thumb-container .thumb {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    width: 150px;
    height: 150px;
    object-fit: cover;
    opacity: 0.5;
}
.images-container .product-images>li.thumb-container picture {
    display: inline-block;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    opacity: 1;
}
.product-cover .layer {
    border-radius: 4px 4px 0 0;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .4);
}
.content-product-info {
    padding: 2em 1.5em;
}
h1.h1 {
    color: #25292b;
    font-size: 36px;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.2em;
    text-transform: none;
}
/* .product-prices .tax-shipping-delivery-label {
    display: none !important;
} */
.product-flags {
    display: none!important;
}
.product-prices.js-product-prices {
    margin-top: 1rem;
}
.product-price.h5 {
    font-size: 24px;
    line-height: 32px;
    color: #CE9869;
}
.product-price .current-price-value {
    font-family: 'IBM Plex Sans', sans-serif;
}
.product-prices .current-price {
    margin: 0;
}
.product-prices .has-discount .discount {
    display: inline-block;
    padding: 4px 16px;
    margin-left: .625rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #CE9869;
    line-height: 18px;
    border-radius: 3px;
}
.product-discount .regular-price {
    color: #bbb;
    font-size: 18px;
    font-weight: 500;
    margin-left: .625rem;
    margin-right: 0;
    line-height: 18px;
}
.product-prices .product-discount {
    display: inline-block;
}
.product-information .product-description ul li {
    margin: 0 0 5px;
    padding: 0;
}
.product-information .product-description ul {
    padding: 0;
    margin: 0 0;
}
.product-information .product-description {
    margin: 1rem 0;
}
ul.product-images.js-qv-product-images {
    display: flex;
}
.scroll-box-arrows i {
    position: absolute;
    bottom: 17px;
    height: 150px;
    line-height: 150px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.social-sharing li {
    width: auto;
    height: auto;
    margin-left: 0;
    background-image: none !important;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: .25rem .25rem;
    background-size: 2rem 2rem;
    border-radius: 0;
    margin-right: 8px;
}
.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: inherit !important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
    color: #25292b !important;
    border: 1px solid #25292b;
    border-radius: 3px;
    padding: 6px 12px 6px 48px;
    position: relative;
}
.social-sharing li:before {
    display: none;
}
.social-sharing li a:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 8px;
    width: 20px;
    height: 20px;
}
.social-sharing li a.btn-facebook:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/facebook.svg);
    background-size: 18px;
    background-repeat: no-repeat;
}
.social-sharing li a.btn-twitter:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/twitter.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    top: 11px;
}
.social-sharing li a.btn-linkedin:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/linkedin.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    top: 9px;
}
.social-sharing li a:hover {
    color: #1E71B7 !important;
    border-color: #1E71B7 !important;
}
.social-sharing li a.btn-linkedin:hover:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/linkedin-hover.svg);
}
.social-sharing li a.btn-twitter:hover:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/twitter-hover.svg);
}
.social-sharing li a.btn-facebook:hover:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/sharebtns/facebook-hover.svg);
}
.product-actions .add-to-cart {
    height: 42px;
    padding: 8px 20px 8px 20px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: none;
    border: none !important;
    font-size: 16px;
    line-height: 24px;
    background: #1E71B7;
    border-radius: 0;
    color: #fff;
    width: 100%;
    outline: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.product-actions .add-to-cart:hover {
    background: #CE9869;
    color: #fff;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: .35rem .6875rem !important;
    height: 22px !important;
}
#product .product-actions .product-add-to-cart .product-quantity .qty .form-control {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    width: auto !important;
    height: 42px !important;
    color: #25292b !important;
    max-width: 60px;
}
.product-actions .control-label {
    color: #25292b !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    display: none;
}
.product-quantity .add {
    width: calc(100% - 92px);
}
.product-quantity .qty {
    width: 92px;
}
.tabs-container {
    padding: 0 0 7em;
}
.tabs-container .tabs {
    padding: 10px 18px 16px;
    margin-top: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: #ddd 1px solid;
}
.tabs .nav-tabs .nav-item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: -1px;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #CE9869 2px solid;
}
.tabs .nav-tabs .nav-link {
    color: #25292B;
    font-size: 18px;
    line-height: 24px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    height: 100%;
}
.btn-zoom.zoom-in {
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-top: 14px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-zoom.zoom-in:hover {
    background: #ddd;
}
.tabs .tab-pane .product-description ul {
    list-style: disc;
    padding-left: 1rem;
}
.tabs .tab-pane .product-description ul li {
    margin: 0 0 6px;
}
/**** product-modal *****/
#product-modal .modal-dialog {
    max-width: 800px;
}
#product-modal .modal-content .modal-body {
    margin-left: 0;
    justify-content: center;
    flex-direction: row!important;
}
#product-modal .modal-content .modal-body figure {
    width: 80%;
    margin: 0;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    width: 100%;
    height: auto;
}
#product-modal .modal-content .modal-body .thumbnails {
    width: 20%;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
    margin-bottom: 0;
}
#product-modal .product-images>li.thumb-container {
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 2px;
    background: #fff;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 100%;
    margin: 0;
    opacity: 0.5;
    border: none !important;
}
#product-modal .modal-content .modal-body .product-images img.selected, 
#product-modal .modal-content .modal-body .product-images img:hover {
    opacity: 1 !important;
}
/***/
.product-categories-info {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 2.1em 2.1em;
    background: #f5f5f5;
    border-radius: 3px;
}
.product-categories-info h2 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #25292b;
    margin: 0 0 20px;
}
.product-categories-info .product-categories {
    display: flex;
}
.product-categories-info .product-categories h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin: 0 24px 0 0;
    line-height: 1.6em;
}
.product-categories-info .product-categories ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.product-categories-info .product-categories ul li:not(:last-child) a {
    position: relative;
    padding-right: 5px;
    margin-right: 8px;
}
.product-categories-info .product-categories ul li:not(:last-child) a:after {
    content: ",";
    right: 0;
    position: absolute;
    vertical-align: baseline;
    color: #666666;
}
.product-categories-info .product-categories ul li a {
    font-size: 14px;
    color: #666666;
    font-family: 'Work Sans';
    line-height: 1.6em;
    display: inline;
    transition: all 0.2s ease;
    font-weight: 400;
}
.product-categories-info .product-categories ul li a:hover {
    color: #ce9869;
}

.btn.btn-primary.add-to-cart.disabled_,
.btn.btn-primary.add-to-cart.disabled_:focus,
.btn.btn-primary.add-to-cart.disabled_:active,
.btn.btn-primary.add-to-cart.disabled_:hover {
    background: #000!important;
    opacity: 0.5!important;
    cursor: pointer!important;
    color: #FFF;
    text-decoration: none;
    outline: none!important;
}
/******/
button.btn-size-guide {
    background: transparent;
    margin: 10px 0 20px;
    outline: 0 !important;
    border: 1px solid #000;
    padding: 8px 18px 8px 46px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease;
}
button.btn-size-guide:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: 0px;
    transform: translateY(-50%) rotate(90deg);
    width: 26px;
    height: 24px;
    background-image: url(/themes/identitybyfatherandsons/assets/img/guide.svg);
    background-size: 24px;
    background-repeat: no-repeat;
}
button.btn-size-guide:hover:after {
    background-image: url(/themes/identitybyfatherandsons/assets/img/guide-white.svg);
}
button.btn-size-guide:hover {
    background: #000;
    color: #fff;
} 
/** size-guide **/
#size-guide-modal .modal-dialog {
    max-width: 1230px;
    padding: 0 15px;
}
#size-guide-modal .modal-content {
    border: none;
    border-radius: 0;
    padding: 27px 27px 1px;
    box-shadow: none;
}
#size-guide-modal .modal-header {
    padding: 0;
    border-bottom: none;
}
#size-guide-modal .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 1;
}
#size-guide-modal .modal-header .close:hover {
    opacity: .6;
}
#size-guide-modal .modal-header h4.modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
}
#size-guide-modal .modal-body {
    position: relative;
    padding: 0;
}
#size-guide-modal .modal-body .tabs {
    padding: 0;
    margin-top: 0;
}
#size-guide-modal .note {
    text-align: end;
    text-align: right;
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 21px;
    color: #D92424;
    font-weight: 500;
}
#size-guide-modal .modal-body ul.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 40px !important;
    border-bottom: none;
    column-gap: 18px;
    row-gap: 22px;
    max-width: 900px;
}
#size-guide-modal .modal-body .tabs .nav-tabs .nav-item {
    width: auto;
    margin: 0!important;
}
#size-guide-modal .modal-body .tabs .nav-tabs .nav-link {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #282C4B !important;
    padding: 13px 12px 11px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    border-radius: 8px;
    min-width: 148px;
}
#size-guide-modal .modal-body .tabs .nav-tabs .nav-link.active, #size-guide-modal .modal-body .tabs .nav-tabs .nav-link:hover {
    background: #282C4B;
    color: #fff;
}
#size-guide-modal .modal-body .tabs #tab-content .tab-wrapper{
    border: 1px solid #282C4B;
    border-radius: 8px;
    padding: 15px 27px;
    margin-bottom: 26px;
}
#size-guide-modal .modal-body .tabs .tab-pane {
    padding-top: 0;
}
#size-guide-modal .tabs .tab-pane .tab-wrapper h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0 0 11px;
    margin: 0 0 30px;
}
#size-guide-modal .row-table {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#size-guide-modal .row-table .col-img {
    width: 20%;
    padding: 0 20px 0 0;
}
#size-guide-modal .row-table .col-img img {
    max-width: 100%;
    max-height: 300px;
}
#size-guide-modal .row-table .col-table {
    width: 78%;
    display: flex;
    justify-content: flex-start;
}
.row-table .col-table .table-guide thead {
    background: #F5E5D7;
}
.row-table .col-table .table-guide thead td, .row-table .col-table .table-guide thead th {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 8px 9px;
    border: 1px solid #000;
    text-align: center;
}
.row-table .col-table .table-guide tbody td {
    text-align: center;
    border: 1px solid #000;
    padding: 10px 8px;
}
.row-table .col-table .table-guide {
    margin: 0 0 19px;
}
@media (max-width: 920px) {
    #size-guide-modal .row-table .col-table {
        width: 70%;
    }
    #size-guide-modal .row-table .col-img {
        width: 30%;
    }
    #size-guide-modal .row-table .col-img img {
        max-height: 280px;
    }
#size-guide-modal .modal-body .tabs .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px 9px;
}
#size-guide-modal .modal-body ul.nav.nav-tabs {
    margin: 24px auto 30px !important;
    column-gap: 12px;
    row-gap: 16px;
}
#size-guide-modal .tabs .tab-pane .tab-wrapper h5 {
    margin: 0 0 24px;
}
.row-table .col-table .table-guide thead td, .row-table .col-table .table-guide thead th {
    font-size: 12px;
}
.row-table .col-table .table-guide {
    margin: 0 0 10px;
}
#size-guide-modal .modal-body .tabs #tab-content .tab-wrapper{
    padding: 15px 22px;
    margin-bottom: 20px;
}
#size-guide-modal .modal-dialog {
    padding: 0;
}
}
@media (max-width: 767px) {
#size-guide-modal .row-table {
    flex-wrap: wrap;
}
#size-guide-modal .row-table .col-img {
    width: 25%;
    padding: 0 !important;
}
#size-guide-modal .row-table .col-img img { 
    width: 100%;
}
#size-guide-modal .row-table .col-table {
    width: 75%;
    padding-left: 15px;
}
#size-guide-modal .modal-header h4.modal-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
#size-guide-modal .modal-body .tabs .nav-tabs .nav-link {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 12px 6px;
}
#size-guide-modal .modal-body ul.nav.nav-tabs {
    margin: 20px auto 17px !important;
    column-gap: 10px;
    row-gap: 12px;
}
#size-guide-modal .tabs .tab-pane .tab-wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 9px;
    margin: 0 0 18px;
}
}
@media (max-width:620px) {
    #size-guide-modal .note {
        margin: 0 0 6px;
        font-size: 14px;
        line-height: 18px;
    }
    #size-guide-modal .row-table .col-img {
        width: 100%;
        padding: 0 0 15px 0 !important;
    }
    #size-guide-modal .row-table .col-img img {
        max-height: 180px;
        width: auto;
    }
    #size-guide-modal .row-table .col-table {
        width: 100%;
        padding-left: 0;
    }
    #size-guide-modal .modal-content {
        padding: 24px 16px;
    }
    #size-guide-modal .modal-header h4.modal-title {
        font-size: 18px;
        line-height: 24px;
    }
    #size-guide-modal .tabs .nav-tabs .nav-item {
        border: none !important;
    }
}
@media (max-width:576px) {
    table.table-guide {
        width: 600px!important;
        max-width: max-content!important;
    }
    #size-guide-modal .row-table .col-table {
        width: 100%;
        overflow-x: scroll !important;
        overflow-x: auto !important;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch !important;
    }
    button.btn-size-guide {
        padding: 8px 14px 8px 36px;
    }
    button.btn-size-guide:after {
        left: 6px; 
    }
}
@media (max-width:480px) {
    #size-guide-modal .modal-body .tabs .nav-tabs .nav-link {
        font-size: 12px;
        line-height: 18px;
        padding: 7px 8px 5px;
        min-width: auto;
    }
    #size-guide-modal .modal-body .tabs #tab-content .tab-wrapper{
        padding: 15px 18px;
        margin-bottom: 18px;
    }
    
}
/******/
@media (max-width: 991px) {
#product-modal .modal-content .modal-body .product-images img {
    height: 90px;
    object-fit: cover;
}
#product-modal .modal-dialog {
    width: 80%;
    max-width: 700px;
}
#product-modal .modal-content .modal-body figure {
    width: calc(100% - 93px);
}
#product-modal .modal-content .modal-body .thumbnails {
    width: 93px;
}

}
@media (max-width: 768px) {
.product-cover .layer {
    display: none !important;
}
.product-container {
    padding: 2em 0em 2em 0em;
}
.tabs .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
}
.nav-tabs .nav-link {
    padding: 8px 12px;
}
}
@media (max-width: 576px) {
.tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.tabs .nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
}
ul.nav.nav-tabs {
    border-bottom: none;
    flex-wrap: wrap;
}
.product-container {
    padding: 2em 0em 2em 0em;
}
.content-product-info {
    padding: 0.5em 0.5em;
}
.product-categories-info {
    margin-bottom: 1.5em;
    padding: 1.5em;
}
.product-categories-info h2 {
    font-size: 16px;
    margin: 0 0 16px;
}
.social-sharing li {
    margin-right: 4px;
    margin-bottom: 8px;
}
.social-sharing {
    margin-top: 1rem;
}
h1.h1 {
    font-size: 30px;
}
}
@media (max-width: 425px) {
    .product-quantity .add {
        width: calc(100% - 92px);
    }
    .content-product-info {
        padding: 0;
    }
    .product-container {
        padding: 2em 0em 1.5em 0em;
    }
    .tabs-container {
        padding: 0 0 5em;
    }
}