
.PdfSection{
    display: inline-block;
}

.get_reader{
	display: none;
}

.ShortDescription .AvailableStock{
	float: none;
}

/*For Order history page only*/
#ctl00_Store_content_InvoiceList .panel-body{
	display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height:normal;
}
.CartItemCount{
	color:#1e9738;
}

.ShellMainContent {
    text-align:center;
}
    .ShellMainContent .Center {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px;
        background-color: #FFF;
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        min-height: 500px;
        border-radius: 5px;
    }
ul{
    padding:0;
}
    ul li {
        list-style: none;
    }
.LoggedOut .loggedout, .LoggedIn .loggedin {
    display: none !important;
}
.OnMobile {
    display: none;
    margin: 0;
}

/*Header*/
header .headerTop{
    background-color:#3876AF;
}
.ShellNav {
    background-color: #3876AF;
}
.LogInBtn {
    float: left;
    width: 20%;
    vertical-align: middle;
    margin-top: 50px;
}
.ShellLogo{
    float:left;
    text-align:center;
    position:relative;
    width:100%;

}
.ShellLogo .Logo{
    max-width:800px;
    margin:0 auto;
}
    .ShellLogo .Logo a:hover{
        text-decoration:none;
    } .ShellLogo .Logo a span {
        width: 60%;
        font-size: 36px;
        font-weight: bold;
        color: #3876AF;
        vertical-align: middle;
        margin-top: 30px;
        padding: 0 5px;
        display:inline-block;
    } .ShellLogo .Logo a img {
        max-width: 200px;
        width: 40%;
        margin-top: 10px;
    }
    .ShellLogo h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #3876AF;
    } .ShellTopNav ul li {
        list-style: none;
        display: inline-block;
    }
        .navbar-default {
            background-color: transparent;
            border: none;
            margin:0;
        }
            .navbar-default .navbar-nav > li > a {
                color: #3876AF;
            }
                .navbar-default .navbar-nav > li > a:hover {
                    color: #3876AF;
                    background-color: #FFF;
                    text-decoration: none;
                }
.login.linkBtn.OnMobile a{
    border-color:#FFF;
    margin-top:10px;
}header .ShellTopNav .form-control {
    border-radius: 0;
}.btn.btn-default {
    border-radius: 0;
    background-color: #3876AF;
    border: none;
    color: #FFF;
}
.linkBtn a {
    background-color: #1e9738;
    color: #FFF;
    padding: 8px 25px;
    border: 1px solid #1e9738;
}
    .linkBtn a:hover {
        background-color: transparent;
        color: white;
        text-decoration: none;
		background:#222;
		border: 1px solid #222;   
}

.ShellTopNav .btn.btn-default span{
    font-size:22px
}
.invisible {
    opacity: 0;
}

.visible {
    opacity: 1;
    visibility: visible;
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 50px;
    background: #3876AF;
    color:#FFF;
    font-size:20px;
    padding:15px;
    border-radius:50%;
    padding-top:13px;

}

/*Footer*/
.ShellFooter {
    float: left;
    clear: both;
    width: 100%;
}
footer {
    background-color: #3f3f3f;
    padding:10px 0;
    margin-top:50px;
}

footer ul li{
    list-style:none;
       display: block;
    max-width: 175px;
}
    footer .co {
        text-align: center;
        color: #FFF;
        margin-top: 10px;
        font-size: 16px;
    }
.login.linkBtn {
    float: left;
    margin: 10px;
}
footer .linkBtn a {
    background-color:#FFF;
    color:#3876AF;
}
    footer .linkBtn a:hover{
        color:#FFF;
        border-color:#FFF;
    }.navbar-default .navbar-toggle:hover {
        background-color: #3876AF;
    }
.navbar-default .navbar-toggle {
    border-color: #FFF;
    border-radius:0;
}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 30px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-default .navbar-collapse.collapse.in .navbar-nav > li > a {
        color: #FFF;
    }
    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-collapse.collapse.in .navbar-nav > li > a:hover {
        color: #333;
    } .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}
@media (max-width: 1000px){
    div#bs-example-navbar-collapse-1 {
        position: relative;
        margin-top: 0px;

    }
    .NonMobile{
        display:none;
    }
    .OnMobile {
        display: block;
    }
    .login.linkBtn.OnMobile{
        margin-top:15px;
    }
        .login.linkBtn.OnMobile a:hover{
            color:#3876AF;
            background-color:#FFF;
        } .ShellLogo {
            width: 100%;
        } .navbar-collapse.collapse.in .nav.navbar-nav {
        float: none !important;
    }
}
@media (max-width: 650px){
    .ShellLogo .Logo a span{
        width:100%;
        font-size:30px;
        padding:0;
    }
    .ShellLogo .Logo a img{
        width:100%;
    }

}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.mediumwrap {
    position: relative;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.miniwrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1366px){
	.wrap {
		width: 100%;
		max-width: 1020px;
		margin: 0 auto;
	}
	
	.mediumwrap {
		width: 100%;
		max-width: 1020px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1100px){
	.wrap {
		width: 100%;
		max-width: 767px;
		margin: 0 auto;
	}

	.mediumwrap {
		width: 100%;
		max-width: 767px;
	}

	.miniwrap {
		width: 100%;
		max-width: 767px;
	}
}

@media only screen and (max-width: 800px){
	.wrap {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.mediumwrap {
		width: 100%;
		max-width: 600px;
	}

	.miniwrap {
		width: 100%;
		max-width: 600px;
	}
}

@media only screen and (max-width: 640px){
	.wrap {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.mediumwrap {
		width: 100%;
		max-width: 480px;
	}

	.miniwrap {
		width: 100%;
		max-width: 480px;
	}
}

@media only screen and (max-width: 500px){
	.wrap {
		max-width: 90%;
	}

	.mediumwrap {
		max-width: 90%;
	}

	.miniwrap {
		max-width: 90%;
	}
}

.row {
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-row:before, .flex-row:after {
    content: '';
    display: block;
    clear: both;
}

.flex-row .flex-col {
    float: left;
}

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
	.home__blog .BELPEntry,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
	.home__blog .BELPEntry:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
	.home__blog .BELPEntry:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
	.home__blog .BELPEntry:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }

    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }

    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }

    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }

    .grid-1:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(6n) {
        margin-right: 0;
    }

    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }

    .grid-2:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-2:nth-child(3n) {
        margin-right: 0;
    }

    .grid-2:last-child {
        margin-right: 0;
    }
	
	.home__blog .BELPEntry {
		width: 32.32323%;
	}
	
	.home__blog .BELPEntry:nth-child(n) {
		margin-right: 1.51515%;
        margin-bottom: 1.51515%;
	}
	
	.home__blog .BELPEntry:nth-child(3n) {
        margin-right: 0;
    }
	
	.home__blog .BELPEntry:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }

    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%;
    }

    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }

    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }

    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83.0%;
    }

    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }

    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }

}

  .list-grid-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

/*! Header
//////////////////////////////////////////////*/
header {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 27%);
            box-shadow: 0 5px 10px 0 rgb(0 0 0 / 27%);
	background-color: #fff;
}

.top__header {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    background-color: #3c3c3b;
}

.top__header p {
    font-size: 15px;
    line-height: 1em;
    display: block;
    color: #fff;
}

.top__header .flex-col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.top__header  ul#menu-top-menu {
    line-height: 1em;
    display: block;
    list-style: none;
    text-align: right;
	margin-bottom: 0px;
}

.top__header  ul#menu-top-menu  li {
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #fff;
}

.top__header ul#menu-top-menu li:first-child,
.top__header ul#menu-top-menu li:last-child {
    border: none;
}

.top__header  ul#menu-top-menu  li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0 10px;
    color: #fff;
}

.top__header ul#menu-top-menu li a:hover {
    color: #1e9738;
}

.top__header .phone {
    margin-left: 15px;
}

.top__header ul#menu-top-menu li.phone a {
    font-weight: 600;
}

.bottom__header .nav__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom__header .wrap > .flex-row > .flex-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bottom__header .logo__area {
    max-width: 252px;
    width: 100%;
}

.bottom__header .search__area {
    width: 100%;
    max-width: 370px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom__header .wrap > .flex-row {
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__area .search-field {
    margin-right: 10px;
    width: 100%;
}

.SearchControls {
	position: relative;
}

.search-field input[type='text'] {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-right: -5px;
    padding: 10px 15px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    background-color: #f2f2f2;
	width: 98%;
}

.search-field .HiddenSearchButton {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    padding: 10px 15px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    color: #fff;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1e9738;
	position: absolute;
	top: 0;
	right: 0;
}

.search-field .HiddenSearchButton:hover {
    background-color: #1f1f1d;
}



.SearchButton {
	display: none;
}
.nav__area ul li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    text-transform: uppercase;
}

.nav__area ul li a i {
    font-size: 12px;
    font-weight: 400;
    margin-top: -5px;
    margin-left: 3px;
    vertical-align: middle;
    color: white;
}

.nav__area ul li:last-of-type {
    margin-right: 0;
}

.nav__area ul li a {
    font-weight: 600;
    text-transform: capitalize;
    color: #020300;
}

.nav__area .menu > li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Sharp';
    font-size: 16px;
    font-weight: 300;
    margin-left: 6px;
    content: '\f107';
    color: #1e9738;
}

.nav__area ul li ul {
    position: absolute;
    z-index: 100;
    top: 50px;
    visibility: hidden;
    width: 100%;
    min-width: 245px;
    margin-left: 0;
    padding: .25em 0;
    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s;
    pointer-events: none;
    opacity: 0;
}

.nav__area ul li:hover ul {
    opacity: 1;
    top: 15px;
    pointer-events: auto;
    visibility: visible;
}

.menu-item-32 .sub-menu {
    min-width: 240px;
}

.nav__area ul li:nth-of-type(4) ul {
    min-width: 215px;
}

.nav__area ul li ul li a:hover {
    color: #fff;
    background-color: #1f1f1d;
}

.nav__area ul li ul li {
    font-size: 13px;
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #ececec;
    background-color: #5e6962;
}

.nav__area ul li ul li:last-of-type {
    border-bottom: none;
}

.nav__area ul li ul li a {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #fff;
}

.mobile__button,
.mobile__nav {
	display: none;
}

@media only screen and (max-width: 1366px){
	.nav__area ul li {
		margin-right: 25px;
	}

	.nav__area ul li a {
		font-size: 14px;
	}

	.bottom__header .logo__area {
		width: 100%;
		max-width: 190px;
	}

	.search-field form input[type='text'] {
		width: 100%;
		max-width: 150px;
	}

	.bottom__header .search__area {
		max-width: 340px;
	}
	
	.top__header p,
	.top__header ul#menu-top-menu li a {
		font-size: 13px;
	}

	.top__header {
		padding: 7px 0;
	}
	
	.search__area .search-field {
		max-width: 150px;
		width: 100%;
	}
	
	.top__header .flex-col:first-child {
		width: 100%;
		max-width: 30%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
			flex: 0 0 30%;
	}

	.top__header .flex-col:last-child {
		width: 100%;
		max-width: 70%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
			flex: 0 0 70%;
	}
}

@media only screen and (max-width: 1100px){
	.bottom__header .search__area {
		position: fixed;
		z-index: 100;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 5px 0;
		text-align: center;
		background-color: #5e6963;
		-webkit-box-shadow: 5px 0 20px -5px rgb(0 0 0 / 50%);
				box-shadow: 5px 0 20px -5px rgb(0 0 0 / 50%);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.search-field form button {
		background-color: #939b97;
	}
	
	.bottom__header .nav__area {
		padding-right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.top__header .flex-col:nth-child(2) {
		width: 65%;
		max-width: 65%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
			flex: 0 0 65%;
	}

	.top__header .flex-col:nth-child(1) {
		width: 35%;
		max-width: 35%;
		-webkit-box-flex: 0;
		-ms-flex: 0 35%;
			flex: 0 35%;
	}

	.top__header .phone {
		margin-left: 0;
	}

	.top__header  .flex-row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	html, body {
		overflow-x: hidden;
	}
	
	.top__header ul#menu-top-menu li a {
		line-height: 1em;
		padding: 0 5px;
	}

	.top__header ul#menu-top-menu li {
		border-left: 1px solid #fff;
	}

	.top__header p,
	.top__header ul#menu-top-menu li a {
		font-size: 12px;
	}

	.top__header .flex-col:last-child {
		max-width: 65%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
			flex: 0 0 65%;
	}

	.top__header .flex-col:first-child {
		max-width: 35%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
			flex: 0 0 35%;
	}
	
	.search__area .search-field {
		max-width: 190px;
		width: 100%;
	}
}

@media only screen and (max-width: 800px){
	.bottom__header .nav__area > nav {
		display: none;
	}

	.bottom__header .nav__area > .mobile__button {
		display: block;
	}
	
	.top__header .flex-col:nth-child(2) {
		display: none;
	}

	.top__header .flex-col:nth-child(1) {
		width: 100%;
		max-width: 100%;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	}
}

@media only screen and (max-width: 380px){
	.search-field form input[type='text'] {
		width: 100%;
		max-width: 120px;
	}
	
	.search__area *[class^='button'] {
		font-size: 13px;
	}
}

/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3); 
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none; 
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 800px) {
    .mobile__nav__wrap {
        display: block;
    }
	
	.mobile__nav ul .menu--catalog a {
		text-transform: uppercase;
		border-bottom: none;
		background-color: #754baa;
	}

	.mobile__nav ul .menu--dealer a {
		text-transform: uppercase;
		border: none;
		background-color: #f05a92;
	}
	
	.mobile__nav ul .menu--catalog a i, 
	.mobile__nav ul .menu--dealer a i {
		font-size: 18px;
		margin-right: 5px;
	}
	
	header .top-header-text {
		display: none;
	}

	.mobile__button p {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 0;
		text-transform: uppercase;
		color: #ffc401;
	}
	
	.mobile__button .mb-line {
		display: -webkit-box;
		height: 4px;
		margin-bottom: 5px;
		border-radius: 50px;
		background-color: #5e6963;
	}

	.mobile__button .mb-wrapper span:last-child {
		font-size: 13px;
		text-transform: uppercase;
		color: #5e6963;
	}

	.logo__area {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.bottom__header .wrap > .flex-row {
		padding: 5px 0;
	}
}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out; 
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #5E6963;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    color: #fff;
    background: #414C46;
   width: 100%;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav  ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav  ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    border-bottom: 1px solid #707974;
	font-weight: 500;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav  ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #5E6963;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #414C46;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
	overflow-x: hidden;
}

@media all and (max-width: 800px) {
	.mobile__button, .mobile__nav {
		display: block;
	}
	
    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }
}

@media all and (max-width: 800px) {
    #page__wrap.fixed {
        z-index: 20;
    }
}

@media all and (max-width: 800px) {
    #page__wrap > .overlay {
		position: fixed;
		z-index: 10;
		z-index: 101;
		top: 0;
		left: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		cursor: pointer;
		-webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
			 -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
				transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
				transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
				transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
		opacity: 0;
		background-color: rgb(0 0 0 / 50%);
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
	}

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 380px){
	.mobile__button .mb-wrapper span:last-child {
		font-size: 13px;
	}
	
	.bottom__header .nav__area > .mobile__button {
		margin-top: 5px;
	}
}

.ViewImagesComponentLabel {
font-size:12px !important;
font-weight:bold !important;
}

/*! Content
//////////////////////////////////////////////*/

.btn.btn-default {
	background:#1e9738;
	transition: all .3s ease-in-out;
}

.btn.btn-default:hover {
	background:#222;
	transition: all .3s ease-in-out;
}

.TemplateTitle span {
	font-family: 'Fira Sans',sans-serif;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.ShellTemplate > article {
	background:#f7f7f7;
}

.Accessories .ShellAccessoryTemplate.Selected {
	box-shadow: 2px 2px 5px rgb(0 0 0 / 15%) !important;
}

.ShellNavigation {
	padding-bottom: 10px !important;
    padding-top: 10px !important;
    background: #dfe1e0 !important;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
}

.ShellNavigation a.PrimaryLink {
font-family: 'Fira Sans',sans-serif;
	font-size: 14px;
}

.ShellNavigation a.PrimaryLink:hover {
	color:#1e9738;
}

.ShellNavigation span.FolderNavigationArrow {
	font-family: 'Fira Sans',sans-serif;
	font-size: 14px;
}

.ShellDetailPrice h1 {
	 font-size: 24px;
    display: block;
    margin-bottom: 25px;
	font-family: 'Fira Sans',sans-serif;
}

.AccessoriesLabel {
	font-size: 20px;
	font-family: 'Fira Sans',sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.OptionalComponentList {
	font-size: 14px !important;
}

.CategoryLabel {
	min-width: 175px !important;
	font-size: 14px !important;
}

.ShellShowImages {
	width: 100px !important;
}

.ShellShowImages a {
	font-size: 12px !important;
	color:white;
	background:#1e9738;
	padding: 1px 5px;
}

.btn-primary {
	background:#1e9738 !important;
}

.btn-primary:hover {
	background:#222 !important;
}

.PaymentButton {
background:#1e9738 !important;
}

.ComplimentaryLink {
	font-weight: bold;
}

.OptionalComponentsCalculatePriceButton {
	    background: #1e9738;
    color: white;
    font-weight: bold;
    margin-bottom: 8px;
    border: none;
    padding: 5px;
}

.ItemOptionalComponentsAddToCartButton {
	 background: #1e9738;
    color: white;
    font-weight: bold;
    border: none;
    padding: 5px;
	margin-bottom: 0px;
}

.ComplimentarySmall2Link {
	font-weight: bold;
	font-size: 14px;
}

section h1 {
	color:#1e9738 !important;
}

section h2 {
	color:#1e9738 !important;
}

section h3 {
	color:#1e9738 !important;
}

section h4 {
	color:#1e9738 !important;
}

section h5 {
	color:#1e9738 !important;
}

section .Start span {
	background:#1e9738 !important;
}

section p {
	color:#222;
}

#ctl00_Store_content_PageTitle {
	display: none;
}

.home__blog {

}

.home__blog .ReadMore {
	display: block;
	margin-top: 16px;
	padding:15px 25px;
	background:green;color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.home__blog .ReadMore:hover {
	background:#222;
	transition: all .3s ease-in-out;
}

.home__blog .BELPEntryContainer {
	padding:25px;
	background:white;
	margin-bottom: 16px;
	display: block;
}

.home__blog img {
	width:100%;
	max-height: 350px;
	object-fit:cover;
	float: left;
	margin-bottom: 16px;
}

.home__blog .BELPTitle {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	color:#222;
	font-weight: bold;
}

.home__blog a:hover {
	text-decoration: none !important;
}

.home__blog h1 {
	margin-bottom: 32px;
}

.home__blog .BELPDescrContainer {
	display: block;
	width: 100%;
	clear: both;
}

.home__blog .BELPDescrText {
	color:#222;
	margin-bottom: 16px;
}

.home__blog .BELPCreated {
	margin-top: 16px;
	color:#1e9738;
	font-weight: bold;
}

.home__blog .BELPAuthor {
	color:#1e9738;
	font-weight: bold;
}

.home__blog .BELPTags {
	color:#1e9738;
	font-weight: bold;
}

#Fourth.homepage__banner {
	text-align: center !important;
	background:#4d4d4c;
}

#Fourth.homepage__banner h1 {
	text-align: center !important;
}

#Fourth.homepage__banner h4 {
	text-align: center;
}

.ShellMain a {
	color:#1e9738;
}


.InvoiceBackround {
	background-color:#1e9738 !important;
}

#AccountBalanceLabel strong {
		color:#1e9738 !important;
}

#AccountBalance strong {
	color:#1e9738 !important;
}

#AmountToApplyLabel {
	color:#1e9738 !important;
}

#AmountToApply {
	color:#1e9738 !important;
}

.ShellContent h1 {
	color:#1e9738 !important;
}

.ComplimentarySmallLink {
color:white !important;
}


/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    display: block;
    background-color: #3c3c3b;
	position: relative;
	z-index: 1;
}

.footer__column__two ul li {
	max-width: none !important;
	text-align: center;
}

.main__footer p,
.main__footer a {
    font-size: 14px;
    font-weight: 400;
    color: #8f8c8b;
	margin-bottom: 0;
}

.main__footer a:hover {
    color: #fff;
}

.top__footer {
    display: block;
    padding: 27px 0;
    border-bottom: 1px solid #4d4d4c;
}

.top__footer .footer-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: center;

    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.top__footer .footer-title:before {
    display: inline-block;
    width: 17px;
    height: 2px;
    content: '';
    background-color: #fff;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
}

.top__footer .footer-title:after {
    display: inline-block;
    width: 17px;
    height: 2px;
    content: '';
    background-color: #fff;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
}

.top__footer ul {
    display: block;
    list-style: none;
    text-align: center;
}

.top__footer  ul.two-column-list {
	-moz-column-count: 2;
-moz-column-gap: undefinedpx;
-webkit-column-count: 2;
-webkit-column-gap: undefinedpx;
column-count: 2;
column-gap: undefinedpx;
}

.top__footer ul.two-column-list:last-child {
    padding-left: 60px;
}

.top__footer .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top__footer .flex-col {
    padding: 25px 60px;
    text-align: center;
    border-right: 1px solid #4d4d4c;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top__footer  .flex-col:last-child {
    border: none;
}

.top__footer .flex-col:last-child p,
.top__footer .flex-col:last-child a {
    display: block;
}

.top__footer .flex-col:last-child img {
    display: block;
    margin: 15px auto 0;
}

.top__footer .flex-col:last-child > span > * {
    display: inline-block;
    vertical-align: middle;
}

.top__footer .flex-col:last-child > span > span {
    color: #8f8c8b;
    font-weight: 400;
    margin: 0 5px;
}

.bottom__footer {
    display: block;
    padding: 15px 0;
}

.bottom__footer p,
.bottom__footer a {
    font-size: 13px;
    text-align: center;
}

@media only screen and (max-width: 1200px){
	.top__footer .flex-col:first-child {
		padding-left: 30px;
	}

	.top__footer .flex-col:last-child {
		padding-right: 30px;
	}

}

@media only screen and (max-width: 1100px){
	.main__footer {
		margin-bottom: 46px;
	}
	
	.top__footer .flex-col:first-child {
		width: 100%;
		margin-bottom: 27px;
		padding: 25px 30px;
		border-right: 0;
		border-bottom: 1px solid #4d4d4c;
	}
	
	.top__footer .flex-col:last-child {
		padding: 25px 60px;
		width: 50%;
	}

	.top__footer .flex-col:nth-child(2) {
		width: 50%;
	}
}

@media only screen and (max-width: 800px){
	.top__footer .flex-col {
		padding: 25px !important;
	}
}

@media only screen and (max-width: 640px){
	.top__footer .flex-col {
		width: 100% !important;
		border-right: none;
		border-bottom: 1px solid #4d4d4c;
	}

	.top__footer .flex-col:first-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 500px){
	.top__footer ul.two-column-list {
		width: 100%;
		padding: 0 !important;
	}
	
	.top__footer .footer-title,
	.section-sub-headline {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	
	.top__footer .flex-col {
		padding: 25px 0 !important;
	}
}


.estimateBuildDateDiv-ItemOptionalComponentsCalcPrice {
    text-align: right;
}

.MarkOutOfStock{

   	height: unset !important;

    	float: none !important;
}


.menu-mobile-menu-container {
    margin-top: 60px;
}

.close {
    opacity: 1 !important;
}


.mobile__nav ul li.menu-item-has-children a:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}


/*Start Item page style */

.PdfSection{
	display: flex;
}

/*EDN Item page style */

/*item height*/
.ShellStoreMainContent.grid1.LoggedIn .ShellStoreItems .ShellTemplate.Item {
     min-height: 260px !important;
}

/*Accessories item page*/

.ShellTabsAccessories {
  display: flex !important;
  flex-direction: column-reverse;
}
.ShellTabsAccessories .ShellAccessories.Vertical,
.ShellTabsAccessories .ShellItemTabs {
  width: 100% !important;
}

/*Folder Page Style*/

.ShellStoreMainContent.hideYourPrice .TemplatePrice .your-price-label {
    display: none;
}

.ShellStoreMainContent.hideYourPrice .AddToCartPriceLabel .your-price-label {
    display: none;
}

/*Folder Page Style*/

.yourPriceCheckbox {
    padding-right: 8px;
}

.BlogEntryListWithPhotos {
    display: flex;
    flex-wrap: wrap;
}