.glide {
    position: relative;
    width: 100%;
    height: 100%
}

.glide__wrapper {
    overflow: hidden
}

.glide__track {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0
}

.glide__track.dragging {
    cursor: grabbing;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__arrow {
    cursor: pointer
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--slider .glide__slide {
    float: left;
    clear: none
}

.glide--carousel.glide--vertical .glide__track {
    overflow: visible
}

.glide--carousel .glide__slide {
    float: left;
    clear: none
}

.glide--slideshow .glide__wrapper {
    height: 100%
}

.glide--slideshow .glide__slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0)
}

.glide--slideshow .glide__slide.active {
    z-index: 1
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    list-style: none
}

.glide--horizontal .glide__bullets {
    bottom: 8%;
    left: 0;
    width: 100%;
    height: 12px;
    text-align: center
}

.glide__bullets>* {
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.glide--horizontal .glide__bullets>* {
    margin: 0 5px
}

.glide__bullets>.active {
    background-color: #fff
}

.glide__bullets>:focus {
    outline: 0
}

.glide__bullets>:focus,
.glide__bullets>:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .5)
}

#wishlist_alt_alt {
    display: none!important
}

body {
    background: 0 0
}

.ext_wrapper {
    margin: auto;
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

body.bpx_static #contentWrapper,
body #headerRow0_custom div.totalscreen {
     max-width: 1100px!important 
}

#contentWrapper #content {
    padding: 0
}

body #headerRow2_custom div.totalscreen {
    max-width: 1100px!important
}

body #headerRow2_custom div.totalscreen ul.tendineMenu,
body #headerRow2_custom div.totalscreen ul.tendineMenu div.departmentMenu {
    max-width: 975px!important
}

.nl_custom_right .nl_custom_right_inside .facebook_text {
    width: auto!important
}

@media only screen and (min-width:600px) and (max-width:999px) {
    .nl_custom_box {
        width: 33%!important
    }
    .banner_custom img {
        width: 100%!important
    }
}

@media only screen and (min-width:1000px) {
    .banner_custom img {
        width: 1000px!important
    }
    .nl_custom_box {
        width: 333px!important
    }
}

#newsletter_subscribe_custom,
.banner_custom div.totalscreen {
    width: 1000px!important
}

#contentWrapper.product-page{
	max-width:1200px!important
}


/*all tablet*/
@media only screen and (min-width: 768px) and (max-width : 1280px) {

	body #headerRow2_custom div.totalscreen ul.tendineMenu,
	body #headerRow2_custom div.totalscreen ul.tendineMenu div.departmentMenu {
	 	width: 95% !important;
	 	max-width: 95% !important;
	    margin-right: 2%;
	}
}