/* 	--------------------------------------------------
    uSkinned.net

	BASE
    -------------------------------------------------- */

/* 	--------------------------------------------------
    TABLE OF CONTENTS
    --------------------------------------------------

	1.0 LINKS
	2.0 LISTS
	3.0 MISC
	4.0 TYPOGRAPHY

*/

/*

	BOOTSTRAP BREAKPOINTS

	.col-xs-	< 768px		(container width 100%)
	.col-sm-	> 768px		(container width 750px)
	.col-md-	> 992px		(container width 970px)
	.col-lg-	> 1200px	(container width 1170px)

*/

.btn, a {
  -webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  outline:none;
  text-decoration:none;
  transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}

/*	--------------------------------------------------
	1.0 LINKS
	-------------------------------------------------- */
*:focus-visible {
    box-shadow: 0 0 0 2px #858585 !important;
    outline: none;
}
a:not(a.btn):not(.main-nav-inner a):hover,
.social-share .btn-link:hover,
.sign-in-link {
    text-decoration: underline 1px !important;
}
a,
.btn,
.slick-prev, .slick-next,
.navigation nav.main ul li {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
a, .btn {
    outline: 0 none !important;
}
nav.main a, nav a, .promo-pods a, .listing a, .link a {
    text-decoration: none !important;
}

.btn:active, .btn.active, .btn, .btn:focus, .btn:hover {
    box-shadow: none;
}

a.see_all {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .5em;
}

a.close-button {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    margin: 1em 1em 0 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    a.close-button em {
        display: none;
    }

    a.close-button span {
        display: block;
        width: 40px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
    }

        a.close-button span.top {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        a.close-button span.bottom {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.link {
    margin-top: 40px;
}

    .link.text-uppercase a {
        display: inline-block;
        padding: 0 0 .25em;
        border-width: 0 0 2px;
        border-style: solid;
    }

#top-link-block {
    z-index: 200;
    position: relative;
}

    #top-link-block a {
        display: block;
        margin: 0 auto;
        padding: 1em;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width:991px) {
    #top-link-block a {
        text-align: center;
        border-radius: 0;
        border: 0 none;
        box-shadow: 0 none;
    }
}

@media (min-width:992px) {
    .btn:hover {
        border-radius: 0;
    }

    a.close-button:hover {
        opacity: 0.6;
    }

    #top-link-block {
        position: fixed;
        bottom: -60px;
        right: 0;
        padding: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        -moz-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        -ms-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    }

        #top-link-block.affix.show {
            bottom: 0;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            opacity: 1;
        }

        #top-link-block a {
            width: 3em;
            height: 3em;
            font-size: 20px;
            
        }
}

/*	--------------------------------------------------
	2.0 LISTS
	-------------------------------------------------- */

ul, ol {
    padding: 0;
    margin: 0 0 1em;
    line-height: 1.4;
}

ul {
    margin-left: 1em;
    list-style: disc outside;
}

ol {
    margin-left: 1em;
    list-style: decimal;
}

    ul ul,
    ol ol {
        padding: .25em 0 0 8px;
    }

ul ul {
    list-style: circle outside;
}

ol ol {
    list-style: lower-roman;
}

li {
    margin-bottom: .25em;
}

dl {
}

    dl dt {
        font-weight: bold;
        padding-bottom: 2px;
    }

    dl dd {
        padding-bottom: .25em;
    }

ul.nav, ol.nav,
nav ul, nav ol, ul.list, ol.list,
nav ul li, nav ol li, ul.list li, ol.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

/* 	--------------------------------------------------
	3.0 MISC
	-------------------------------------------------- */

img.usn {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ekko-lightbox img {
    width: auto;
    height: auto !important;
    margin: 0 auto;
}


.glyphicon.lg {
    font-size: 40px;
}

@media (max-width:767px) {
    .text-left-xs {
        text-align: left;
    }
}

/*@media (min-width:992px) {*/
    /* IMAGE TRANSITIONS */
    /*.image,
    .image.video,
    .banner .image,
    .promo-pods .image,
    .listing .image,
    .gallery .image {
        overflow: hidden;
        padding: 0;
    }

        .image a img,
        .image.video a img,
        .banner .item a img,
        .promo-pods .item a img,
        .listing .item a img,
        .gallery .item a img {
            -webkit-transition: transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out;
            -ms-transition: transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
        }

        .image a:hover img,
        .image.video a:hover img,
        .banner .item a:hover img,
        .promo-pods .item a:hover img,
        .listing .item a:hover img,
        .gallery .item a:hover img {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }
}*/

/*	--------------------------------------------------
	4.0 TYPOGRAPHY
	-------------------------------------------------- */


.heading, nav.main, table thead th, nav.tabs, .btn, button, .link.text-uppercase a, nav.sub, .pricing-menu .head .heading {
    line-height: 1.2;
}

/* h1,
.h1 {
    font-size: 5em;
    letter-spacing: .2em;
    line-height: 1.667;
    text-transform: uppercase;
} */
h1.heading.main {
    margin-top: 0;
}
/* h1,
.h1 {
    font-size: 3.5em;
    letter-spacing: .2em;
    line-height: 1.143;
    text-transform: uppercase;
} */
h1,
.h1,
.page-heading .grid-heading h2,
.collection-next-header {
    font-size: 2.5em;
    letter-spacing: .2em;
    line-height: 1.063;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 1.92em;
    letter-spacing: .2em;
    line-height: 1.174;
    text-transform: uppercase;
}

h3,
.h3,
.collection-details-section-header > span,
.collection-details-about-header{
    font-size: 1.5em;
    letter-spacing: .2em;
    line-height: 1.174;
    text-transform: uppercase;
}
.grid-product-wrap .main-info .product-header {
    letter-spacing: .2em;
}
h4, p.heading, .h4 {
    font-size: 1.25em;
}

h5, .sub-heading, .h5 {
    font-size: 1.15em;
}

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

#left-col h1:first-child, #right-col h1:first-child, #wide-col h1:first-child, #mid-col h1:first-child {
    margin-top: 0;
}



footer .heading {
    font-size: 1.25em;
}

p {
    margin: 0 0 .5em;
}



    p.caption {
        margin: 10px 0 0;
        font-size: 90%;
        font-style: italic;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        opacity: 0.6;
    }

.intro {
    font-size: 120%;
}

.banner .intro {
    font-size: 130%;
    font-weight: 300;
}

p#skip {
    display: none;
}

b, strong {
    font-weight: 600;
}

address p {
}

table {
    margin: .25em 0 1em;
}

blockquote {
    position: relative;
    padding: 30px 0 1em;
    margin: 1em 0 10px;
    border: 0 none;
}

    blockquote p::before,
    blockquote p::after {
        content: "\f347";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: inherit;
        position: absolute;
        top: .33em;
        font-size: 60px;
    }
	@media (max-width: 670px) {
        blockquote p::before,
        blockquote p::after {
            font-size: 40px;
        }
    }
    blockquote p::before {
        content: "\201c";
        left: -.5em;
    }
    blockquote p::after {
        content: "\201d";

    }
    .catalog-page-info-content p:before,
    .catalog-page-info-content p:after {
        display: none;
    }
/*    blockquote::after {
        bottom: 0;
        right: 0;
        font-size: 20px;
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    } */

    blockquote cite {
        font-size: 12px;
    }

.c1-bg blockquote::before,
.c1-bg blockquote::after {
    color: #ffffff;
    color: rgba(255,255,255,1);
}
@media (max-width: 768px) {
	h1,
	.h1,
	.page-heading .grid-heading h2,
	.collection-next-header {
		font-size: 1.92em;
	}
	h2,
	.h2 {
		font-size: 1.5em;
	}
	h3,
	.h3,
	.collection-details-section-header > span,
	.collection-details-about-header{
		font-size: 1.25em;
	}
	h4, p.heading, .h4 {
		font-size: 1.15em;
	}
	h5, .sub-heading, .h5 {
		font-size: 1em;
	}
	.product-description {
		margin: 2rem 0 !important;
	}
}
@media (max-width: 500px) {
	h1,
	.h1,
	.page-heading .grid-heading h2,
	.collection-next-header {
		font-size: 1.75em;
	}
	h2,
	.h2 {
		font-size: 1.333em;
	}
	h3,
	.h3,
	.collection-details-section-header > span,
	.collection-details-about-header{
		font-size: 1.15em;
	}
	h4, p.heading, .h4 {
		font-size: 1em;
	}
	h5, .sub-heading, .h5 {
		font-size: 1em;
	}
}



/*	--------------------------------------------------
	END
	-------------------------------------------------- */