 { word-break: break-word; }

*, ::after, ::before {
    box-sizing: inherit;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../uturapt-book.html');
    src: url('../eot/futurapt-bookd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/futurapt-book.woff2') format('woff2'),
        url('../woff/futurapt-book.woff') format('woff'),
        url('../ttf/futurapt-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../eot/futurapt-bold.eot');
    src: url('../eot/futurapt-boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/futurapt-bold.woff2') format('woff2'),
        url('../woff/futurapt-bold.woff') format('woff'),
        url('../ttf/futurapt-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../eot/futurapt-heavy.eot');
    src: url('../eot/futurapt-heavyd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff2/futurapt-heavy.woff2') format('woff2'),
        url('../woff/futurapt-heavy.woff') format('woff'),
        url('../ttf/futurapt-heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.d-none { display: none!important; }

.d-inline-block { display: inline-block!important; }

.connect-with-us h2 {text-transform:uppercase !important;}

@media (min-width: 768px) {
    .d-md-none { display: none !important; }

    .d-md-block { display: block !important; }
}

.fixed-header .container,
.connect-with-us .container,
.footer-widget-section .container,
.choose-the-good .container,
.copyright .container {
    max-width: 1230px !important;
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto;
    margin-right: auto;
}


.fixed-header .row,
.connect-with-us .row,
.footer-widget-section .row,
.choose-the-good .row,
.copyright .row  {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

@media (min-width: 768px) {
    .fixed-header .col-md-12,
    .connect-with-us .col-md-12,
    .footer-widget-section .col-md-12,
    .choose-the-good .col-md-12,
    .copyright .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .fixed-header .col-lg-8,
    .connect-with-us .col-lg-8,
    .footer-widget-section .col-lg-8,
    .choose-the-good .col-lg-8,
    .copyright .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fixed-header .col-lg-4,
    .connect-with-us .col-lg-4,
    .footer-widget-section .col-lg-4,
    .choose-the-good .col-lg-4,
    .copyright .col-lg-4  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.txt--center { text-align: center; }
.txt--right { text-align: right; }


.txt--white { color: #fff; }
.txt--black { color: #000; }
.txt--blue { color: #2D3393; }
.txt--grey { color: #6B6B6B; }
.txt--light-blue { color: #273F8D; }

.txt--x { font-size: 16px; }
.txt--m { font-size: 20px; }
.txt--lg { font-size: 28px; }

.txt--underline { text-decoration: underline; }

.mb--0 { margin-bottom: 0; }
.mb--10 { margin-bottom: 10px; }
.mb--20 { margin-bottom: 20px; }
.mb--30 { margin-bottom: 30px; }
.mb--40 { margin-bottom: 40px; }

.icon-md {
    font-size: 12px;
    position: relative;
    top: -6px;
}

.icon-copyright-xs {
    font-size: 12px;
    position: relative;
    top: -5px;
}

.icon-copyright-xl {
    font-size: 21px;
    position: relative;
    top: -13px;
    left: 2px;
}

.video-section video {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .br-md--none { display: none; }
}

@media only screen and (max-width: 575px) {
    .fixed-header .container,
    .connect-with-us .container,
    .footer-widget-section .container,
    .choose-the-good .container,
    .copyright .container {
        padding-left: 20px !important;
        padding-right: 20px !important;

    }

     .icon-copyright-xl {
        font-size: 14px;
        top: -6px;
    }

    .txt--lg { font-size: 26px; }

     .mb--xs-20 { margin-bottom: 20px; }
}
/*------------------------------------------------------------------------------------
#YOU MAY ALSO LIKE CUSTOM CSS
------------------------------------------------------------------------------------*/
.you-may-also-like { padding-top: 60px; }

.you-may-also-like .container { max-width: 1200px; }

.you-may-also-like .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

/*.you-may-also-like .row:first-child > * { padding: 0 !important; }*/

body .you-may-also-like .row:not(.no-collapse):not(.collapse-at-4):not(.collapse-at-3):not(.collapse-at-2) > * { width: 25% !important; }

.you-may-also-like .col-md-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.you-may-also-like .col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.you-may-also-like h2 {
    font-family: 'Futura PT', serif;
    font-size: 38px;
    line-height: 1.1;
    color: #24232D;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform:uppercase !important;
}

.you-may-also-like .product {
    text-align: center;
    width: 25% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 0 60px 0 !important;
}

.product-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-header { position: relative; }

.product-header a {
    font-family: 'Futura PT' !important;
    display: inline-block;
    color: #000;
    transition: .3s ease-in-out;
}

.product-header a:hover { color: #04AFBA; }

.image-wrapper {
    height: 220px;
    display: inline-block;
    margin: auto;
    position: relative;
}

.image-wrapper img {
    object-fit: contain;
    height: 100% !important;
    -webkit-box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 20%);
    width: auto;
    backface-visibility: hidden;
}

.product-footer {
    display: inline-block;
    min-height: 155px;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-loop-product_title {
    min-height: 80px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
}

.woocommerce-loop-product_title a,
.woocommerce-loop-product_title p {
    font-family: 'Futura PT' !important;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    transition: .3s ease-in-out;
}

.product-wrapper:hover .woocommerce-loop-product_title a { color: #04AFBA; }

.you-may-also-like .btn {
    font-family: 'Futura PT', serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 40px;
    border: none;
    text-decoration: none;
    font-size: 18px;
    width: calc(100% - 2px);
}

.you-may-also-like .add-to-cart-btn {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.you-may-also-like .btn.bg--gradient {
    background: #2c3392;
    position: relative;
}

.you-may-also-like .btn.bg--gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 2px);
    border-radius: 30px;
    opacity: 1;
    background: -moz-linear-gradient(left, #2d3393 1%, #01efe7 100%);
    background: -webkit-linear-gradient(left, #2d3393 1%,#01efe7 100%);
    background: linear-gradient(to right, #2d3393 1%,#01efe7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3393', endColorstr='#01efe7',GradientType=1 );
    transition: .4s ease-in-out;
}

.you-may-also-like .learn-more-list-view { width: 100%; }

.you-may-also-like .btn.bg--gradient span {
    position: relative;
    z-index: 9;
}

.you-may-also-like .btn.bg--gradient:hover:before { opacity: 0; }
.you-may-also-like .product-quick-buy-btn { cursor: pointer; }
.you-may-also-like .mb--5 { margin-bottom: 5px; }
.you-may-also-like .p--relative { position: relative !important; }
.you-may-also-like .d-inline-block { display: inline-block !important; }

.you-may-also-like .product-quick-buy-btn h6 {
    font-family: 'Futura PT', serif;
    font-size: 20px;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}

.you-may-also-like .product-quick-buy-btn:hover h6 {
    margin-right: 20px;
    color: #04AFBA;
}

.you-may-also-like .quick-buy-arrow {
    position: absolute;
    top: calc(50% + 3px);
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s ease-in-out;
}

.you-may-also-like .product-quick-buy-btn:hover .quick-buy-arrow {
    right: -10px;
    opacity: 1;
}

.you-may-also-like .txt--xs { 
    font-size: 13px; 
    line-height: 1.4;
}

.you-may-also-like .m--0 { margin: 0; }
.you-may-also-like .txt--light-grey { color: #999; }

.you-may-also-like .quick-link-box {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.you-may-also-like .quick-link-box.active {
    opacity: 1;
    pointer-events: auto;
}

.you-may-also-like .img-radius { border-radius: 10px; }
.you-may-also-like .bg--light-grey { background-color: #F4F4FB; }

.you-may-also-like .close-quick-links {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px 15px;
    transition: .3s ease-in-out;
}

.you-may-also-like .close-quick-links:hover { color: #04AFBA; }

.you-may-also-like .mb--40 { margin-bottom: 40px; }

.you-may-also-like h4 {
    font-family: 'Futura PT', serif;
    font-size: 24px;
}

.you-may-also-like .btn-amazon {
    background-color: #000;
    border:2px solid #000;
    transition: .3s ease-in-out;
}

.you-may-also-like .btn-amazon:hover { background-color: #fff; }

.you-may-also-like .btn-amazon svg path,
.you-may-also-like .btn-amazon svg text { transition: .3s ease-in-out; }

.you-may-also-like .btn-amazon:hover svg path,
.you-may-also-like .btn-amazon:hover svg text { fill: #000; }

.you-may-also-like .btn-amazon g#Group_965 path { fill: #ff9924; }

.you-may-also-like .btn-barnes { 
    border: 2px solid #365649;
    background-color: #fff;
    transition: .3s ease-in-out;
}

.you-may-also-like .btn-barnes:hover { background-color: #365649; }

.you-may-also-like .btn-barnes svg path,
.you-may-also-like .btn-barnes svg text { transition: .3s ease-in-out; }

.you-may-also-like .btn-barnes:hover svg path,
.you-may-also-like .btn-barnes:hover svg text { fill: #fff; }

.you-may-also-like .btn-barnes path#Path_203 { fill: #bc4612; }


@media only screen and (max-width: 991px) {
  body .you-may-also-like .row:not(.no-collapse):not(.collapse-at-4):not(.collapse-at-3):not(.collapse-at-2) > * {
        width: 50% !important;
    }

    .product-wrapper {
        max-width: 280px; 
        margin: auto;
    }

}

@media only screen and (max-width: 575px) {
    .you-may-also-like h2 { margin-bottom: 40px; }

    body .you-may-also-like .row:not(.no-collapse):not(.collapse-at-4):not(.collapse-at-3):not(.collapse-at-2) > * {
        width: 100% !important;
    }
    .product-wrapper {
        max-width: 100%; 
        margin: auto;
    }
}