/* ==========================================================================
   General Site Styling
   ========================================================================== */
.gray-bg{
    background:#E3E2E2;
}
.sm-padding{
    padding: 2% 10%;
}
.break-line{
	white-space:pre;
}
/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Italic.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Italic.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-Italic.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style:italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-BoldItalic.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-BoldItalic.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-BoldItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight:bold;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-LightItalic.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-LightItalic.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-LightItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Light.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Light.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Bold.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Bold.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: bold;
  font-style:normal
}
@font-face {
  font-family: 'Montserrat';
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Regular.ttf'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/SoleDynamix/Montserrat-Regular.ttf') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/SoleDynamix/Montserrat-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* ----- Body fonts ----- */
body {
    font-family:'Montserrat';
    font-size:;
    font-weight:;
}
.cd-main-content > .content{
	padding-bottom:0px;
}

/* ----- Headings -----*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat';
    font-weight:bold;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size:;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}
.page-header{
	color:#D9DF2E;
}
/*---- Links ------*/
/* Body links */
.cd-main-content p > a:not(.btn) {
    color:;
}
.cd-main-content p > a:not(.btn):hover {
    color:;
}

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active {
    background:;
    border-color:;
    color:;
}
.btn{
    background:#0F0F0F;
    color:#E3E2E2;
    font-size:22px;
    text-transform: none;
}
.btn:hover, .btn:active{
    color:#D9DF2E;
}

.btn-green, .btn-green:focus, .btn-green:active {
    background: #D9DF2E;
    color:#0f0f0f;
}
.btn-green:hover {
    background: #D9DF2E;
    color:#fff;
}
.cartactions-container .btn{
	height:100% !important;
}
.cartactions-container .btn:hover{
	background:#0f0f0f;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    background:;
    border-color:;
    color:;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    background:;
    border-color:;
    color:;
}
.btn-ptBlue{
    border:none;
}
.btn-ptOrange{
    background:#D9DF2E;
    color:#0f0f0f;
    border:none;;
}
.btn-ptOrange:hover{
    color:#fff;
}

/* Alertify buttons */
.alertify-log{
    background:#D9DF2E;
    color:#0f0f0f;
    border-color:#0f0f0f;
}
.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:;
    border-color:;
    border-radius:;
}

/* Custom Page Width
   ========================================================================== */
@media screen and (max-width:767px) {
    .header>.container, .content>.container {
    	width:;
    }
}
@media screen and (min-width:768px) {
    .header>.container, .content>.container  {
    	width:;
    }
}
@media screen and (min-width:992px) {
    .header>.container, .content>.container  {
    	width:;
    }
}
@media screen and (min-width:1200px) {
    .header>.container, .content>.container  {
       width:;
    }
}
@media screen and (min-width:1300px) {
    .header>.container, .content>.container  {
       width:;
    }
}
@media screen and (min-width:1400px) {
    .header>.container, .content>.container  {
       width:;
    }
}

/* General Page Styling
========================================================================== */


/* Video
=============================*/
.sole-video{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  	padding-bottom:50px !important;
}
.video-headline{
    height:250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  	flex-direction: column;
}
.video-headline h2{
    font-weight: 400 !important;
}
.sole-video iframe{
    max-width: 100%;
    height:auto;
    aspect-ratio:16/9;
}

/* Paddings & Margins & Alignment
   ========================================================================== */
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.centered-content {
    text-align: center !important;
}
.section + .section, .content section {
    padding-bottom: 20px;
}
.minus-margin-top {
    margin-top: -30px;
}

/* Flex classes
   ========================================================================== */
@media screen and (min-width: 768px) {
    /* Set flex on container */
    .flex-container {
        display: flex;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
}

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header{
	background:#0F0F0F;
  	border-bottom:none;
  	height:85px;
}
.header .container{
    height:100%;
  	width:100%;
}
.header .section_Image{
    width:15vw;
  	min-width: 250px;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -22%);
    margin:0;
    padding:0;
}
.header .section_Image img{
    height:85px;
}
.header-logo-col{
    display:flex;
    justify-content: center;
    align-items: center;
}
/*Desktop menu header*/
.desktop-menu li a{
    color:#fff;
  	font-weight:normal !important;
    font-size:16px;
    text-transform: none;
    margin-right:20%;
    width:100%;
}
.desktop-menu .dropdown-menu, .desktop-menu .dropdown-toggle:hover{
    background-color:#0F0F0F !important;
    color:#fff;
}
.dropdown-menu li a:hover{
    background-color:#D9DF2E;
}
.desktop-menu .nav>li>a:hover{
    background-color:#0f0f0f;
}
.navbar-nav li.active{
    background-color:transparent;
}
.dropdown > .dropdown-toggle{
    background:#0F0F0F !important;
}
.dropdown.open .dropdown-menu li a{
    height:50px;
    display:flex;
    align-items: center;
}


/*Header link positions/ cart*/
.header-nav-text p a{
    color:#fff;
    font-size:16px;
  	text-decoration:none;
}
.desktop-menu .nav{
    width:90vw;
    padding-top:12px;
    display:flex;
}
.desktop-menu .nav > li:nth-child(1){
    position: absolute;
    left:50px;
}
.desktop-menu .nav > li:nth-child(2){
    position: absolute;
    left:225px;
}
/*Hides About in Desktop Nav*/
.desktop-menu .nav > li:nth-child(3){
    position:absolute;
    display: none;
    right:380px;
}
.desktop-menu .nav > li:nth-child(4){
    position: absolute;
    right:200px;
}
.header .fa-shopping-cart:before{
    font-family: "Montserrat";
    content: 'Cart';
    color: #fff;
    font-size: 16px;
}
.header .col-sm-4:nth-child(3){
    display:flex;
    justify-content: flex-end;
}

.header .col-sm-4:nth-child(3) .col-sm-6:nth-child(2){
    width:50px;
    padding:0;
    margin:16px;
    margin-right:30px;
    float:right;
}
.header .col-sm-4:nth-child(3) .col-sm-6:nth-child(1){
    margin-left:-20%;
}
.header .feature-basket{
    background:#E3E2E2;
}
.header .pt-btn-basket{
    border:none;
    background:none;
}
.header .pt-btn-basket:hover{
    border:none;
    background:none;
}
.header .cart.header-input{
    float:right;
  	margin-top:0;
    background: none;
    height: 68px;
    width: 70px;
}
.header .section_MiniBasket div.cart-field{
    display:none;
}
.header .section_MiniBasket{
    position: absolute;
    right:50px;
    top:9px;
}
.header .cart-btn:active{
    border:none;
    box-shadow: none;
}
.cart-product-img {
    width: 30px;
    margin: 10px 10px auto;
}
.cart-content.container{
    width:330px;
  	top:62px;
    right:0;
}
.cart-content.container{
    width:330px;
  	top:67px;
    right:-60px;
}
.header .feature-basket {
    border-top:none;
    border:1px solid #7E7E7E;
    background:#fff !important;
}
.header .table.cart-table th{
    border-top:none !important;
    color:#fff;
    text-transform: none;
    background:#0f0f0f;
    border-bottom:1px solid #7E7E7E;
    font-weight: 100;
}
.checkoutMinicartBtn{
    background:#D9DF2E;
    color:#0f0f0f;
    border: 1px solid #D9DF2E;
}
.checkoutMinicartBtn:hover{
    color:#7E7E7E;
    background:#D9DF2E;
    border: 1px solid #D9DF2E;
}

/*----- Promotion Header -----*/
.promotion-row{
    height:auto;
    padding:0px !important;
    text-align: center;
}
.promotion-row .container{
    padding:0px;
}
.promotion-container div:nth-of-type(1) > p{
    font-size:2.5rem;
    padding-top:5px;
    margin-bottom:-6px;
}
.promotion-container div:nth-of-type(2) > p{
    font-size:1.5rem;
    padding-bottom:8px;
}
.promotion-container p{
    margin:0px;
}
.promotion-row .promotion-link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.promotion-container{
    /*Standard Colors*/
    background: #D9DF2E;
    color: #0F0F0F;
}
.promo-slider section:first-child ~ section{
    padding-bottom:0px !important;
    position: absolute;
    top:0;
    left:0;
    right:0;
}
/* ----- Top-bar ----- */
/* Top bar general */
.top-bar {
    background:;
}
/* Top bar links */
.top-bar .top-bar-link a:hover {
    background-color:;
    color:;
}
/* @ Top bar mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Login ----- */
/* Login general */

/* @ Login mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Logo ----- */
/* Logo general */

/* @ Logo mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Cart ----- */
/* Cart general */

/* @ Cart tablet <-1199px */
@media screen and (max-width: 1199px) {
    
}
/* @ Cart mobile <-767px */
@media screen and (max-width:767px){
    .cart:hover .cart-content{
        display:none;
    }    
}

/* ----- Search -----*/
/* Search general */


/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width:1199px){
    .mobile-nav{
        width:100px;
    }
    .mobile-nav .cd-main-header{
        background:transparent;
    }
    .header .section_MiniBasket {
        position: absolute;
        right: 0px;
        top: -8px;
    }
    .mobile-nav .cd-main-header .cd-header-buttons{
        background: transparent;
        left: 0;
        top: 7px;
        padding-left: 0;
    }
    .header .section_Image {
        top: 40%;
        transform: translate(-50%, -50%);
    }
    .mobile-nav .cd-main-header .cd-nav-trigger span, .mobile-nav .cd-main-header .cd-nav-trigger span:before,
    .mobile-nav .cd-main-header .cd-nav-trigger span:after{
        background:#E3E2E2;
    }
    .header .cart.header-input{
        margin-top:17px;
    }
    .mobile-nav .cd-nav-trigger.nav-is-visible{
        left:-80px;
        top:4px;
        background:#2E3233;
        border: 5px solid #2E3233;
    }
    .mobile-nav .cd-nav-trigger.nav-is-visible span{
        background:#2E3233;
    }
    .mobile-nav .cd-nav-trigger.nav-is-visible span:before,
    .mobile-nav .cd-nav-trigger.nav-is-visible span:after{
        background:#D9DF2E;
    }
    .mobile-mega-menu .go-back{
        background:#D9DF2E;
        color:#010101;
    }
    .mobile-mega-menu .go-back a{
        color:#010101;
    }
    .mobile-mega-menu .go-back a:before,
    .mobile-mega-menu .go-back a:after{
        background:#010101;
    }
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

/*----- Sidebar navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

/*----- Footer navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/*Footer
   ========================================================================== */
/* Footer general */
.footer{
    padding:40px 0 0px;
}
.footer a:hover{
    text-decoration: none;
    color:#D9DF2E;
}
.footer .row div section{
    display: flex;
    justify-content: center;
}
.footer .row div .section_ContentDataUnit .social-media-links{
    width:174px;
}
.footer .section_Image img{
    width:200px;
}
.footer .col-sm-4 ul{
    padding:0;
}
.footer .col-sm-4 ul li{
    color:#E3E2E2 ;
    text-transform: none;
    font-size:18px;
    list-style: none;
}
.footer .col-sm-4 ul li:nth-child(n+2){
    padding-top:25px;
}
.footer .social-media-links{
    color:#E3E2E2;
    font-size:20px;
}
/*Footer bottom row*/
.footer-bottom-row{
    border-top:2px solid #444;
    margin-top:50px !important;
    margin-bottom: 0px !important;
  	margin-left:10% !important;
  	margin-right:10% !important;
}
.footer-bottom-row > .col-sm-4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-row div{
    height:135px !important;
}
.footer-bottom-row div:nth-child(1) section p{
    margin:0;
    color:#666;

}
.footer-bottom-row div:nth-child(1){
    justify-content: flex-start;
    padding-left:0;
}
.footer-bottom-row iframe{
    position: absolute;
    top:0;
    height: 100%;
    width:250px;
    overflow:hidden !important;
}
@media screen and (max-width:767px){
    .footer-bottom-row > div:nth-child(1){
        justify-content: center;
        padding-left:15px;
    }
    .footer-bottom-row > div:nth-child(2){
        justify-content: center !important;
        align-items: center;
        width:100%;
        flex-basis: 100% !important;
        order:3;
        padding-top:10px;
    }
    .footer-bottom-row > div:nth-child(3){
        justify-content: center !important;
    }
    .footer-bottom-row > div:nth-child(3) iframe {
        position: static;
        padding-top:25px;
    }   
    .footer-bottom-row div{
        height:75px !important;
    }
    .social-link-image{
        height:27px;
        width: 20px;
    }
}
/*Tiktok link*/
.footer .social-link-image img{
    width:0px;
    height:0px;
}
.footer .social-link-image:before{
    content:' ';
    background: url('/en/image/getthumbnail/1258');
    width:20px !important;
    height: 20px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-size:contain;
    margin-bottom:-3px;
}
.footer .social-link-image:hover:before{
    background: url('/en/image/getthumbnail/1259');
    width:20px !important;
    height: 20px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-size:contain;
    transform: scale(1.1);
}
/* Footer text */
.footer p {
    color:;
}

/* Footer links */
.footer p a {
    color:;
}
.footer p a:hover {
    color:;
}

/* Footer mobile
==================================*/
@media screen and (max-width:767px){
    .footer .row{
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    .footer .row div:nth-child(1) .section_Image img{
        width:75px;
    }
    .footer .row:nth-child(1) > div:nth-child(1){
        flex-basis:100%;
    }
    .footer .row:nth-child(1) > div:nth-child(2){
        flex-basis: 30%;
        padding-top:25px;
        justify-content: flex-start;
    }
    .footer .row:nth-child(1) > div:nth-child(3){
        flex-basis: 30%;
        padding-top:25px;
        text-align: right
    }
    .footer .row div .section_374{
        justify-content: flex-end;
    }
}

/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Info Card ----- */

/* ----- Section name ----- */
/* Section desktop */
.info-card-centered p{
    color:#7E7E7E;
    font-size:32px;
    font-weight: normal;
    white-space:pre-line;
    padding-bottom:15px;
}
.pt-page-index .info-card-col{
    height:350px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.info-card-col .info-card-centered .btn{
    line-height: 4.5rem;
    min-width: 35%;
    text-align: center;
}

/*Info Card Green background*/
.info-card-col.green-bg{
    background:#D9DF2E;
    height:300px;
    padding:75px 15px !important;
}
.info-card-col.green-bg p{
    color:#0F0F0F;
}
.half-image-container-w li,
.half-image-container li{
    padding-bottom:5px;
}

.half-image-container{
    display:flex;
    background:#0f0f0f;
    color:#fff;
}
.half-image-container div{
    flex-basis:50%;
}
.half-image-container div img{
    object-fit:cover;
    min-height:100%;
}
.half-image-container .half-image-text{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.half-image-text{
    padding:4%;
}
.half-image-text p{
    font-size:2.2vw;
    width:60%;
    padding-bottom:30px;
}
.half-image-text h2{
    padding-bottom:30px;
    font-size:2.5vw
}
.half-image-text .btn-green{
    line-height: 4.5rem;
    min-width: 50%;
}
@media screen and (max-width:767px){
    .half-image-text .btn-green, .info-card-col .info-card-centered .btn {
        width: 100%;
    }
    .half-image-container img{
        /*max-height: 60vw;*/
        min-width: 100%;
    } 
}
.half-image-right-True{
    order:2;
}
.half-image-text.text-right-True{
    align-items: flex-end;
    text-align: right;
}
.half-image-text.text-right-False {
    align-items: flex-start;
    text-align: left;
}
.half-image-text-w.align-start-False p, .half-image-text-w.align-start-True p{
    white-space:pre-wrap;
}
@media screen and (min-width:767px){
    .half-image-text-w.align-start-True p, .half-image-text-w.align-start-True h2{
        padding-right:50px;
    }
    .half-image-text-w.align-start-False p, .half-image-text-w.align-start-False h2{
        padding-left:50px;
    }    
}
@media screen and (max-width:767px){
    .half-image-container{
        flex-direction: column;
    }
    .half-image-text{
        align-items: center;
        text-align: center;
    }
    .half-image-text p {
        font-size:3.5vw;
        width: 80%;
      	padding-bottom:0;
    }
    .half-image-text h2{
        font-size:5vw;
        padding-bottom:0;
    }
    .half-image-text-w.align-start-False, .half-image-text-w.align-start-True,
  	.half-image-text.text-right-True, .half-image-text.text-right-False{
        align-items: center !important;
        text-align: center !important;
    }
    .half-image-text.text-right-True{
        order:2;
    }
    .half-image-text-w.align-start-False p, .half-image-text-w.align-start-True p{
        text-align: left !important;
    }
}


/*Half Image with White BG*/
.half-image-container-w{
    display: flex;
    min-height: 600px;
    height:auto;
    padding: 2% 10%;
}
.half-image-container-w > div{
    width:50%;
}
.half-image-container-w img{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
}
.half-image-text-w h2{
    padding-bottom:10px;
  	padding-top:10px;
}
.half-image-text-w{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.half-image-text-w.align-start-True{
    align-items: flex-start;
    text-align:left;
}
.half-image-text-w.align-start-False{
    align-items: flex-end;
    text-align: right;
}
.half-image-container-w .btn-green{
    line-height: 4.5rem;
    min-width: 70%;
    text-align: center;
}
@media screen and (max-width:767px){
    .half-image-container-w .btn-green{
        line-height: 4.5rem;
        min-width: 100%;
        text-align: center;
    }
}
.half-image-container-w.gray-bg .btn-green{
    background:#7E7E7E;
    color:#fff;
}
.half-image-text-w.two-buttons div:nth-child(2){
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.half-image-text-w.two-buttons{
    margin:100px 0px;
}
@media screen and (max-width:767px){
    .half-image-text-w.two-buttons{
        margin:25px 0px;
    }
    .half-image-text-w.two-buttons div:nth-child(2) a{
        margin:10px 0px;
    }
}
@media screen and (max-width:767px){
    .half-image-container-w{
        display: block;
        height:100%;
        padding-top:40px;
      	padding-bottom:40px;
    }
    .half-image-container-w > div{
        width:100%;
    }
}
@media screen and (min-width:1199px){
    .half-image-text-w > div{
        max-width: 85% !important;
    }
}
.half-image-text-w > div{
    max-width: 100%;
}
.half-image-container-w{
    max-height:550px;
}
@media screen and (max-width:767px){
    .half-image-container-w{
        max-height:100%;
    }
}
.border-top-gray{
    border-top: 2px solid #eee;
    margin:0 4%;
    padding:0 20px;
  	padding-bottom:0 !important;
} 
/*Shoe link list - index*/
.shoe-link-container{
    height:550px;
}
.shoe-link-container h2{
    height:125px;
    text-align: center;
    padding-top:50px;
}
.shoe-link-list{
    display:flex;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}
.shoe-link-list img{
    height:15vw;
  	min-height: 75px;
}
.shoe-circle{
    background:red;
    border-radius:50%;
    flex-basis: 15vw;
    height:15vw;
  	width:15vw;
  	min-height: 80px;
    min-width: 80px;
}
.shoe-circle h3{
    display:flex;
    justify-content: center;
    align-items: flex-end;
    height:100%;
    margin-top:60px;
    font-size:28px;
    font-weight: 100;
  	overflow: visible;
    white-space: nowrap;
}
.shoe-link-list{
    position:static;
    height:250px;
}
.shoe-link-list .shoe-circle:nth-child(1) {
    background:#417AB5;
}
.shoe-link-container .shoe-circle a:hover img{
    height:16vw;
    min-height:80px;
    top:24%;
    transform: rotate(10deg);
    transition: 0.3s;
}
.shoe-link-container .shoe-circle a img{
    transition: 0.3s;
}
.shoe-circle h3 a{
    display: flex;
    justify-content: center;
    text-decoration: none;
  	text-align: center;
}
.shoe-link-list .shoe-circle:nth-child(1) img{
    transform: rotate(0deg);
    position:absolute;
    top:26%;
}
.shoe-link-list .shoe-circle:nth-child(2) {
    background:#D9DF2E;
}
.shoe-link-list .shoe-circle:nth-child(2) img{
    transform: rotate(0deg);
    position:absolute;
    top:26%;
    padding-left: 0%;
}
.shoe-link-list .shoe-circle:nth-child(3){
    background:#EB4C2D;
}
.shoe-link-list .shoe-circle:nth-child(3) img{
    transform: rotate(0deg);
    position:absolute;
    top:26%;
    padding-left:0px;
}
@media screen and (max-width:767px){
    .shoe-circle h3{
        font-size:16px;
        margin-top:40px;
      	white-space: normal;
    }
    .shoe-link-container{
        height:350px;
    }
    .shoe-link-list .shoe-circle img{
        top:39% !important;
    }
}
/*Customer say - index*/
.customer-say-container{
    height:400px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.customer-say-container h2{
    font-size:38px;
    font-weight: 100;
}

/* Section mobile */

/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
}
#ui-id-1 li:last-of-type {
    border-bottom: none;
}
#ui-id-1 .ui-state-active {
    background: #eee;
    border: none;
}
#ui-id-1 li a div:first-of-type {
    margin-right: 8px;
}


/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */
.hero-container{
	background-position: 30% 30% !important;
}
.hero-container > .btn.btn-content{
    line-height: 4.5rem;
    min-width: 30%;
    max-width: 350px;
    text-align: center;
}
.pt-page-index section{
    padding-bottom:0;
}
@media screen and (max-width:767px){
    .hero-container{
        height:50vw !important;
      	background-position: center !important;
    }
}

/*Index Carousel*/
.pt-page-index .carousel .hero-container{
    height:500px !important;
}
.pt-page-index .carousel{
    box-shadow: none;
}
.pt-page-index .slick-slider{
    margin-bottom:0px;
}
.pt-page-index .banner-wrapper-main{
    padding-bottom:0px;
}
@media screen and (max-width:767px){
    .pt-page-index .carousel{
        margin:0px !important;
    }
    .pt-page-index .carousel .hero-container{
      	height:50vw !important;
  	}
}
/* News
   ========================================================================== */
/* ----- News archive page ----- */
.news-list .media{
    border: 2px solid #eee;
    padding:10px;
    background:#0F0F0F;
    color:#fff;
}
.news-list .media .media-heading a{
    color:#D9DF2E;
    text-decoration:none;
}
.news-list .news-menu{
    display:flex;
    /*position: absolute;*/
    background:#fff;
    /*top:-50px;*/
}
.news-list .news-menu .year-node{
    background:#D9DF2E;
    padding:10px 15px;
    margin-right:40px;
}
.news-list .news-menu .year-node h3{
    margin:0;
    color:#fff;
}
.news-list .news-menu .year-node a{
    text-decoration: none;
}
.news-list > .news-menu > .year-node > ul{
    max-width:300px;
  	min-width: 250px;
}
.news-list .news-menu .year-node ul{
    position:absolute;
    background:#D9DF2E;
    margin-left: -15px;
    padding:5px 20px;
    top:40px;
}
.news-list .year-node .month-node > ul{
    margin-left:-20px;
    margin-right:-20px;
}
.month-node > ul{
    position: relative !important;
    margin-top:-50px;
    margin-bottom:50px;
    background:#616163 !important;
}
.month-node > ul li{
    color:#fff;
}
.month-node > ul li:hover{
    background:#616163;
}
.news-list .news-menu .month-node a{
    color:#fff;
}
.news-list .news-menu .month-node a:hover{
    color:#fff;
    opacity:0.7;
}
.news-list .pager{
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
  	width:100%;
}


/* ----- News detail page ----- */


/* Contact us
   ========================================================================== */
.section_ContactUsForm h2{
    color:#000;
    font-weight: 100;
}
.section_ContactUsForm .form-control{
    border: 1px solid #757575;
    border-radius: 0;
}
.section_ContactUsForm .input-lg{
    height:50px;
}
.section_ContactUsForm textarea.input-lg{
    height:auto;
}
.section_ContactUsForm .row{
    display:flex;
    flex-direction: column-reverse;
}
.section_ContactUsForm #ContactUsFormSubmit{
    width:100% !important;
    background: #D9DF2E;
    color:#0f0f0f;
    border-color:#D9DF2E;
}
.section_ContactUsForm #ContactUsFormSubmit:hover{
    background: #D9DF2E;
    color:#fff;
    border-color:#D9DF2E;
}
.contact-info h2{
    font-weight: 100;
    border-bottom:1px solid #757575;
    padding-bottom:22px;
}
.contact-info p{
    padding: 10px 0px;
    font-size:16px;
}


/* About us
   ========================================================================== */


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url('/en/image/getthumbnail/1013');
}

/* How it works
=========================================================*/
.how-it-works-hero div{
    display:flex;
    flex-direction: row;
    width:100vw;
}
.how-it-works-hero, .how-it-works-hero img{
    max-height: 50vw;
}
.how-it-works-hero div:nth-child(1){
    width:35vw;
    height:22vw;
    position: absolute;
    border: 2px solid #fff;
    top:50%;
    left:15%;
    transform: translate(-25%, -50%);
}
.how-it-works-hero div:nth-child(1) h2{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.how-it-works-hero div:nth-child(2){
    height:800px;
    width:100%;
}
.how-it-works-hero img{
    width:100%;
    margin-left:30%;
    object-fit: cover;
}
@media screen and (max-width:1200px){
    .how-it-works-hero div:nth-child(1){
        display:none;
    }
    .how-it-works-hero img{
        margin-left:0%;
    }
}

/* Policies Pages
======================================================*/
.side-menu .sidebar-nav-heading{
    display:none;
}
.side-menu .toggle-item .sidebar-item{
    border:none;
}
.side-menu .sidebar-nav-items{
    border:none;
}
.side-menu .toggle-item span{
    font-size:16px;
    color:#b7b7b7;
    transition: 0.15s ease-in-out;
}
.side-menu .toggle-item span:hover{
    color:#0f0f0f;
    transition: 0.15s ease-in-out;
}
.side-menu .toggle-item.active span{
    color:#0f0f0f;
}
.side-menu .sidebar-nav-toggle.btn{
    background:#D9DF2E;
    color:#0f0f0f;
    border-color:#D9DF2E;
}
.policy-section h2{
    border-bottom:1px solid #6b6b6b;
    padding-bottom:40px;
    margin-bottom:40px;
}


/* ==========================================================================
   Product Pages Styling
   ========================================================================== */

/* Catalog landing page (3)
   ========================================================================== */

/* Product list (5)
========================================================================== */
.product-nav .paginate-top, .product-nav .clearfix, .hover-product .field-stockcode,
.product-nav-pagination, .hover-product-hover-bg, .hover-product .pricepanel{
    display:none;
}
#productlist > .product-nav{
    border:none;
}
.product-grid.reloadlist{
    border-bottom:1px solid #E3E2E2;
}
.hover-product-image{
    border:none;
    box-shadow: none;
}
.hover-product h3{
    text-align: center;
    font-weight: 400;
}
.hover-product h3 a:hover{
    color:#D9DF2E;
}
.standard-text-area{
    margin:75px 0px;
    padding-bottom:0px !important;
}
.standard-text-area h2{
    font-weight: 400;
}
.hover-product-additonal-details{
    font-size:0;
}
@media screen and (max-width:767px){
    .standard-text-area h2{
        font-size:4vw;
    }
    .hidden-xs.product-description-text{
        display:block;
        text-align: center;
    }
    .hover-product-additonal-details{
        display:none;
    }
}
/* PDP (19)
========================================================================== */

/* VPDP (23)
========================================================================== */
.pt-page-virtualproduct .sm-padding > div > .row{
    display:flex;
}
.pt-page-virtualproduct .section_ProductDetail_Header,
.pt-page-virtualproduct .section_ProductDetail_Description,
.pt-page-virtualproduct .section_Content,
.pt-page-virtualproduct .section_ProductDetail_Price{
    text-align: right;
}
.pt-page-virtualproduct .section_ProductDetail_Header{
    padding:0;
}
.pt-page-virtualproduct .section_ProductDetail_Header h1{
    color:#0f0f0f !important;
    font-weight: 400;
}

@media screen and (max-width:767px){
    .pt-page-virtualproduct .section_ProductDetail_Header, .pt-page-virtualproduct .section_Content,
    .pt-page-virtualproduct .section_ProductDetail_Description, .pt-page-virtualproduct .section_ProductDetail_Price{
        text-align: center;
    }
}
@media screen and (max-width:767px){
    .pt-page-virtualproduct .sm-padding > div > .row{
        display:flex;
        flex-direction: column;
    }
    .pt-page-virtualproduct .product-text-col{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* IPDP (20)
========================================================================== */
.pt-page-inquiryproduct .section_ProductDetail_Header,
.pt-page-inquiryproduct .section_ProductDetail_Description,
.pt-page-inquiryproduct .section_Content{
    text-align: right;
}
.pt-page-inquiryproduct .section_ProductDetail_Header{
    padding:0;
}
.pt-page-inquiryproduct .section_ProductDetail_Header h1{
    color:#0f0f0f !important;
    font-weight: 400;
}
.pt-page-inquiryproduct .section_Content .btn-green{
    padding: 10px 100px;
}
.pt-page-inquiryproduct .section_ProductImageLibrary hr{
    display: none;
}
.product-extra-info > div{
    border-top: 2px solid #ccc;
    border-bottom:2px solid #ccc;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.product-extra-info > div > section{
    text-align: left !important;
}
.product-extra-info > div:nth-child(1) h2{
    font-weight:400;
}
.product-extra-info > div:nth-child(2) img{
    max-height:500px;
    max-width: 100%;
}
.product-extra-info > div:nth-child(2){
    align-items:center;
}
.product-extra-info > div:nth-child(2) section{
    padding:0;
}
.product-extra-info > div:nth-child(2) section p{
    margin:0;
}
@media screen and (max-width:767px){
    .pt-page-inquiryproduct .section_ProductDetail_Header, .pt-page-inquiryproduct .section_Content,
    .pt-page-inquiryproduct .section_ProductDetail_Description{
        text-align: center;
    }
    .product-extra-info div:nth-child(1){
        border-bottom:none;
        text-align: center;
    }
    .product-extra-info div:nth-child(1) h2{
        margin-top:55px;
    }
    .product-extra-info div:nth-child(2){
     	border-top:none;
    }
    .pt-page-inquiryproduct .section_Content .btn-green{
        text-align: center;
        width:100%;
        padding:10px;
    }
}
@media screen and (min-width:767px){
    .pt-page-inquiryproduct .row{
        display:flex;
        flex-direction: row;
    }
    .product-text-col{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Search result (4)
========================================================================== */

/* Checkout (10)
========================================================================== */
@media screen and (max-width:767px){
    .section_Checkout #btnRow{
        display: flex;
        flex-direction: column-reverse;
        width:100%;

    }
    .section_Checkout #btnRow div{
        flex-basis:100%;
        margin:10px 15px;
        text-align: center;
    }
    .section_Checkout #btnRow div span{
        width:100%;
        flex-basis:100%;
        text-align: center;
    }
}
.pt-page-checkout .cart-view-table .col-xs-12 .cart-product-name:nth-child(1){
    font-weight: normal;
}
.pt-page-checkout .cart-view-table .col-xs-12 > br{
    display: none;
}
.pt-page-checkout .basket-thumbnail a{
    pointer-events: none;
}
/* Hide Add textline*/
.cart-view-table tbody td > .col-xs-12:nth-child(2){
    display: none;
}
/*Hide Add Recipient btn*/
#btnAddRecipients{
    display: none;
}
/* Configurator (Peter)
   ========================================================================== */
.config-selection-radio input:checked + label{
    background:#D9DF2E !important;
    color:#0f0f0f !important;
    border-color:#0f0f0f !important;
}
.config-button input:checked + span{
    text-shadow:none !important;
    background:#D9DF2E !important;
    color:#0f0f0f !important;
    border-color:#0f0f0f !important;
}
.config-selection-radio label, .config-selection-input input, .config-selection-dropdown select,
.config-button label input + span{
    font-size:2rem;
    line-height: 3.5em;
}
.col-sm-3.config-button label{
    border-color:#0f0f0f;
}
.add-config-to-cart{
    background:#D9DF2E;
    border:none;
    border-radius:2px;
    font-weight: bold;
    color:#0f0f0f;
    font-size:20px;
    width: 50%;
    line-height: 3.0em;
    height: 100%;
}
.add-config-to-cart:hover{
    color:#fff;
}
/*---*/
.config-links-container h3{
text-align:center;
}

.container.config-links-container{
padding-top:20px;
padding-bottom:20px;
}

.config-selection-container.order-notes-container{
text-align:center;
}
.config-selection-input input{
    text-align:center;
}
.config-selection-dropdown select{
line-height: 3.0em;
    height: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4c5966;
    width: 50%;
    padding: 3px 0;
    display: block;
    margin-left: 50%;
    left: -25%;
    position: relative;
height:3.5em;

}
 @media screen and (min-width: 992px) {
.config-selection-image-slider.Shoe.style .select-image-container img {
    transition: 0.3s;
    height: 300px !important;
   width:300px !important;
}

.config-selection-image-slider.Shoe.style .select-image-container {

    height: 300px !important;
    width: 300px !important;

}
}


@media screen and (max-width: 600px) {
.config-selection-image-slider.Shoe.style .config-image-list .col-sm-3{

width:100% !important;
}
.config-selection-image-slider.Shoe.style .select-image-container img {
    transition: 0.3s;
    height: 300px !important;
   width:300px !important;
}

.config-selection-image-slider.Shoe.style .select-image-container {

    height: 300px !important;
    width: 300px !important;

}

.config-step-selection{
padding:0px;
}
}

.config-selection-dropdown select option{

}
/* Data units
================================================*/
/* Round Images */
.round-image{
    flex:1;
}
.round-images-container{
    padding: 50px 0;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.round-images-section{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.round-images-section img{
    width:15vw;
    min-width: 175px;
    border-radius:50%;
}
.round-images-section p{
    margin:0 6vw;
}
.round-images-section a{
    font-weight: bold;
}
.round-image-heading h2{
    padding-bottom:50px;
    margin:0;
    white-space: pre-line;
    text-align: center;
}
.round-image h3{
    padding-top:10px;
}
@media screen and (max-width:767px){
    .round-images-section{
        display:flex;
        flex-direction: column;
        width:80%;
    }
    .round-images-section div{
        padding:15px 0px;
    }
    .round-images-section p{
        margin:0 10vw;
    }
}

/* Authors
   ==========================================================================
Name
*/

   @media screen and (max-width: 667px){
    
    [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-radio label, [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-dropdown select, [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-button label, [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-input input{
     width:100% !important;
     margin:0px !important;
     left:unset !important;
     }
     
     [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-image-slider .col-sm-3{
     width:100% !important;
     }
     
     [data-action="DienenConfigurator/SoleDynamixConfigurator"] .config-selection-image-slider .row{
     margin:0px;
     }
     
     [data-action="DienenConfigurator/SoleDynamixConfigurator"] .Shoe.style.config-selection-image-slider .select-image-container{
   margin-left:-25px;
     }
     
     [data-action="DienenConfigurator/SoleDynamixConfigurator"] .back-config-step{
 left:0px !important;
 }
 
 [data-action="DienenConfigurator/SoleDynamixConfigurator"] .next-config-step{
right:0px !important;
 
 }
     
     .cd-main-content{
transform:unset !important;
}

[data-action="DienenConfigurator/SoleDynamixConfigurator"] .next-config-step, [data-action="DienenConfigurator/SoleDynamixConfigurator"] .back-config-step{
/*position:fixed !important;*/
margin-top:10px !important;
}


 }
  
/* Promotions */
.form-promo-code .btn {
    height: 33px;
    font-size: 1em;
}
.form-promo-code .col-xs-10 {
    padding-right: 0;
}
@media screen and (max-width: 1199px){
    
.form-promo-code .col-xs-10 {
    width: 70%;
}
    .form-promo-code .col-xs-2 {
        width: 30%;
    }
}/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Customer information page */
.pt-page-usercustomerinformation .form-uppercase-label label {
    text-transform: none;
}
.pt-page-usercustomerinformation .control-label-static {
    margin-top: 0;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

/*Content banner*/
.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

.section_ContentBanner .slick-dotted.slick-slider {
margin-bottom:0;
}

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:25px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:10px;
opacity:0.6;
}

.slick-dots li.slick-active button:before {
opacity:1;
}

/* Login page */
.pt-page-login label {
    text-transform: none;
}
.pt-page-login .section_Image {
    margin-top: 20px;
    text-align: center;
}
.pt-page-login .section_Login input {
    height: 35px;
}
.section_Login {
    padding-bottom: 0 !important;
}
.section_Login h3 {
    display: none;
}
.section_Login .col-md-5 {
    width: 100%;
}
.section_Login .col-md-5 .col-sm-8 {
    width: 100%;
}
.section_Login .col-md-2.top37 {
    margin: 0;
    width: 100%;
}
.section_Login .col-md-5:first-of-type .col-sm-8:before {
    content: '\f007';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    content: '\f13e';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login input {
    padding-left: 32px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header {
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    margin-top: 10px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:after {
    content: '?';
}
.pt-page-login .section_ForgotPassword > p,
.pt-page-login .section_ForgotPassword > form {
    display: none;
}
.pt-page-login {
    background-size: cover;
    background-repeat: no-repeat;
}
.section_ForgotPassword {
    padding-bottom: 0 !important;
}
.section_SignUp h3 {
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 5px;
}
.section_SignUp {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}
.section_SignUp .btn {
    width: 100%;
}
.section_Login #login-response-msg-holder {
    margin-top: 2px;
    font-size: 13px;
}
.pt-page-login .content > .container:first-of-type {
    background: #fff;
    max-width: 400px;
    margin: 10vh auto;
}
.modal .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
}
/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}
.pt-page-accountdetail .form-uppercase-label label {
    text-transform: none;
}

/*Breadcrumb*/
.breadcrumb-wrapper {
box-shadow: none;
}

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav .sidebar-item.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one .sidebar-item {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}


/* Cookie notification */
#cookieNotification {
    z-index: 9998;
}

/* Modal */
.modal {
    z-index: 9999;
}
.modal-content {
    padding: 30px;
    max-height: 90vh;
    box-shadow: none;
    border: 1px solid #999;
}
.modal-dialog {
    margin-top: 5vh;
}
.modal-content .content {
    padding-top: 0;
}
.modal-header {
    padding: 0;
    min-height: 0;
}
.modal .close {
    margin-right: 0;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: grey;
}
.modal .close:hover {
    opacity: 1;
}
.modal .content {
    padding-bottom: 0;
}

/* Cart */
@media screen and (min-width: 992px) {
    .cart:hover {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .cart:hover {
        width: 100%;
    }
}
.cart-content {
   box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.cart:hover {
    box-shadow: none;
}

/*Buttons*/
.btn, .btn:focus, .btn:active {
outline:none!important;
}

/* Section checkout */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        margin-left: -15px;
    }
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}


/* Top bar links */
.top-bar .top-bar-link a, .top-bar .top-bar-link a:focus, .top-bar .top-bar-link a:active {
    background: none;
    border: none;
}

/* News list */
.pt-page-newsarchive .section_NewsList .section-heading,
.pt-page-content .section_NewsList .section-heading {
    letter-spacing: 0;
}
.pt-page-newsarchive .section_NewsList .news-list,
.pt-page-content .section_NewsList .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pt-page-newsarchive .section_NewsList .post,
.pt-page-content .section_NewsList .post {
    width: 31.33333%;
}
.pt-page-newsarchive .section_NewsList .post-body,
.pt-page-content .section_NewsList .post-body {
 	padding: 10px 0 0; 
}
.pt-page-newsarchive .section_NewsList .post .media > a,
.pt-page-newsarchive .section_NewsList .post .media > a img,
.pt-page-content .section_NewsList .post .media > a,
.pt-page-content .section_NewsList .post .media > a img {
    max-width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media > .media-body,
.pt-page-content .section_NewsList .post .media > .media-body {
    width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media-body .post-heading.media-heading,
.pt-page-content .section_NewsList .post .media-body .post-heading.media-heading {
    margin-top: 10px;
}
.pt-page-newsarchive .section_NewsList .post .media > .pull-left,
.pt-page-content .section_NewsList .post .media > .pull-left {
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post{
        width: 48%;
    }
}
@media screen and (max-width: 576px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post {
        width: 100%;
    }
}

/* News menu */
.section_NewsList ul.news-menu {
    padding-left: 0;
    width: 100%;
}


/* News detail */
.section_NewsDetail .article-intro {
    margin-top: 10px;
}
.section_NewsDetail .article-date {
    margin-bottom: 10px;
}
.section_NewsDetail .article-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Alertify dialog */
.alertify-dialog .alertify-message {
    color: #000;
}
.alertify-dialog button,
.alertify-dialog button:hover,
.alertify-dialog button:focus,
.alertify-dialog button:active {
    border-radius: 2px;
    padding: 6px 14px;
    height: 33px;
    line-height: 1.33;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.alertify-dialog button:last-of-type {
    margin-right: 0;
    float: right;
}
.alertify-dialog .alertify-buttons {
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
  	background: #fff;
	border: none;
}
#alertify {
    border-radius: 0;
    border: 1px solid #ccc;
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 100px;
}
#alertify p {
    text-align: center;
}
/* Alertify logs */
.alertify-log {
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 40px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
}

/* Megamenu mobile toggle */
@media screen and (max-width: 1199px) {
    .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
        background: #2e3233;
        left: 0px;
        top: 0px;
        width: 28px;
    }
    .cd-nav-trigger.nav-is-visible {
        background: #e8e8e8;
        border: 5px solid #e8e8e8;
        border-radius: 0px;
        left: -35px;
        height: 40px;
        width: 45px;
    }
    .cd-nav-trigger.nav-is-visible span {
        top: 9px;
        left: 4px;
    }
    .cd-nav-trigger.nav-is-visible span::after {
        top: 15px;
    }
    .cd-main-header.nav-is-visible {
        top: 2px;
        color: transparent;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    .cd-nav-trigger span::after {
        top: 7px;
    }
    .cd-nav-trigger span {
        top: 22px;
        left: 9px;
    }
    .cd-nav-trigger span::before {
        top: -7px;
    }
    .cd-primary-nav {
        margin-top: 0 !important;
    }
  	.cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after, .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after 	{
    	background: #fff;
	}
}
/* Contact us form */
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder {
    margin-left: 0;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder .control-label-lg {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder input[type="checkbox"] {
    cursor: pointer;
}
.section_ContactUsForm #ContactUsFormSubmit {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
    float: right;
    width: 40% !important;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
    width: 60%;
    float: left;
}
@media screen and (max-width: 576px) {
    .section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
        width: 100% !important;
    }
    .section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
        width: 100% !important;
    }
    .section_ContactUsForm #ContactUsFormSubmit {
        width: 100%;
    }
}

/* PDF link */
.CustomPdfStylePrint .basket-total-lines {
    width: 70% !important;
}
.CustomPdfStylePrint .basket-total-lines > .row {
    width: auto; 
} 
.CustomPdfStylePrint .basket-total-lines .col-sm-7.col-xs-6 h5 {
    font-weight: bold;
}
.CustomPdfStylePrint .basket-total-lines .col-sm-5.col-xs-6 {
    width: auto;
  	float: right;
}
.CustomPdfStylePrint .basket-total-lines .col-xs-6:only-child {
    width: 100%;
}
.CustomPdfStylePrint #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row {
    margin-left: 0px;
}
.CustomPdfStylePrint .btn {
  	display: none;
}
/* Checkout import button move to old position */
@media screen and (min-width: 550px){
    .cartactions-container .section_BasketProductImport {
        float: left;
        margin-left: 10px;
        padding-bottom: 0;
    }
}
.cartactions-container .btn {
    height: 32px;
}
.cartactions-container #EmptyCart {
    float: left;
}

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}/* ==========================================================================
   Template styling
   ========================================================================== */

/* Dashboard
   ========================================================================== */
.dashboard {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


@media screen and (min-width:768px) {
	.dashboard-item {
		flex: 1;
	}
	.dashboard-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.dashboard-item:first-of-type {
		margin-left: 0;
	}
	.dashboard-item:last-of-type {
		margin-right: 0;
	}
}
.dashboard-item {
	position: relative;
	height: 250px;
}
.dashitem {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: white;
}
a.dashitem-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.dashitem-link:hover {
	text-decoration: none;
}
.dashitem .fa {
	font-size: 0;
	color: #4c5966;
}
.dashitem .fa::before {
	font-size: 100px;
}
.dashitem img {
	width: 100px;
}
.dashitem .dashitem-heading {
	margin-bottom: 5px;
}
@keyframes ScaleDashitem {
	from
	{transform: scale(1)}
	to
	{transform: scale(1.01)}
}
a.dashitem-link:hover ~ .dashitem {
	animation: ScaleDashitem 0.3s;
	animation-fill-mode: forwards;
}
@media screen and (max-width:767px) {
	.dashitem-info {
		display: none;
	}
	.dashboard-item {
		height: 150px;
		width: 48%;
		margin-bottom: 20px;
		flex-grow: 1;
	}
	.dashitem-img {
		width: 60px;
	}
	.dashitem .fa::before{
		font-size: 60px;
	}
}

.dashitem, .dashitem h5, .dashitem .fa {
color:White;
}

.dashboard-item:nth-of-type(1) .dashitem {
background: #9cb92d;
}

.dashboard-item:nth-of-type(2) .dashitem {
background: #66becb;
}

.dashboard-item:nth-of-type(3) .dashitem {
background: #c51f30;
}

.dashboard-item:nth-of-type(4) .dashitem {
background: #ffcf01;
}

.dashitem h5{
font-weight:bold;
font-size:20px;
}



/* Search template
   ========================================================================== */
/* Search template */
.search-icon {
    font-family: fontawesome;
    font-size: 25px;
    cursor: pointer;
}
.search-icon img {
    width: 25px;
}

/* Search section (Add this class to container you want to toggle - needs script also) */
.search-container {
    display: none;
}

/* Social media links
   ========================================================================== */
.social-media-links {
   font-size: 35px;
}
.social-media-links a:hover,
.social-media-links .social-link-image img:hover {
    text-decoration: none;
    transform: scale(1.1);
}
.social-media-links a:active,
.social-media-links a:focus {
 	text-decoration: none; 
}

.social-media-links .social-link-image img {
    width: 35px;
}

/* Hero image with text and button
   ========================================================================== */
.hero-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  	background-size: cover;
    background-position: center;
}
.hero-container > h1,
.hero-container > a {
    width: 100%;
}
/* Contact info card
   ========================================================================== */
.contact-card {
    line-height: 170%;
}
.contact-card .contact-name {
    margin-top: 10px;
}
.contact-card h3 {
    margin-bottom: 5px;
}
.contact-card .contact-title {
    width: 100%;
    float: left;
}
.contact-card .contact-icons {
    margin-top: 5px;
}
.contact-card .contact-icons a {
    font-size: 20px;
}
.contact-card .contact-icons a:hover {
    text-decoration: none;
}

/* FAQ Accordion
   ========================================================================== */
.accordion-container input {
    display: none;
}
.accordion-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.accordion-container label {
    display: block;
    cursor: pointer;
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
}
.accordion-container label:after {
    content: '\f078';
    font-family: fontawesome;
    float: right;
    transform: rotate(0deg);
    transition: all 0.3s;
}
input +  label + .accordion-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all 0.2s;
}
input:checked + label + .accordion-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    height: auto;
    padding: 10px 0px;
}
input:checked + label {
    border-color: #000;
    color: #000;
}
input:checked + label:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

/* Info card icon left
   ========================================================================== */
.info-card-left .info-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info-card-left img {
    max-width: 30px;
    margin-right: 10px;
}
.info-card-left h3 {
    margin-bottom: 0;
}
.info-card-left .fa {
 	font-size: 0px; 
}
.info-card-left .fa:before {
    font-size: 30px;
    margin-right: 10px;
  	display: block;
}
/* Info card centered
   ========================================================================== */
.info-card-centered {
    text-align: center;
}
.info-card-centered .fa {
 	font-size: 0px; 
}
.info-card-centered img {
    max-width: 60px;
    margin-bottom: 10px;
}
.info-card-centered .fa:before {
    font-size: 60px;
    margin-bottom: 15px;
  	display: block;
}

/* Video
   ========================================================================== */
.video-embed-container { 
  	position: relative; 
  	padding-bottom: 56.25%; 
  	height: 0; 
  	overflow: hidden;
  	max-width: 100%; 
} 
.video-embed-container iframe, .video-embed-container object,
.video-embed-container embed { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
}
/* Image card with text on top
   ========================================================================== */
.image-card-text-top {
    background-size: cover;
    background-repeat: none;
    background-position: center;
    position: relative;
    padding: 20px;
}
.image-card-text-top.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.image-card-text {
    position: relative;
    z-index: 555;
}


.saved-config-list-container{
  padding-right: 30px;
    margin-top: -25px;
}