body.box-layout {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

body.box-layout .header-section {
    margin: 0 auto;
    max-width: 1300px;
}

.layout-btn-group ul {
    width: 100%;
    margin: 0px;
    display: table;
    padding: 0px 10px;
}

.layout-btn-group ul li {
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

.layout-btn-group ul li:last-child {
    margin-bottom: 0px;
}

.layout-btn-group ul li button {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    line-height: 40px;
    padding: 0px 30px;
    text-align: center;
    background: #333333;
    text-transform: capitalize;
}

/* Switcher CSS */

.switcher {
    top: 170px;
    left: -251px;
    width: 250px;
    z-index: 1080;
    position: fixed;
    background: #fff;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
}

.switcher .switch-h {
    position: absolute;
    left: 120%;
    top: 8px;
    width: 120px;
    text-align: center;
    color: #eee;
    background: #555;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    padding: 5px 0px;
    display: none;
}

.switcher .switch-h b {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #bbb;
}

.switch-h:after,
.switch-h:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.switch-h:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #555;
    border-width: 7px;
    margin-top: -7px;
}

.switch-h:before {
    border-color: rgba(221, 221, 221, 0);
    border-width: 8px;
    margin-top: -8px;
}

.switcher .switch {
    position: absolute;
    left: 100%;
    top: 13px;
    width: 35px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    color: #9a9a9a;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.switcher hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.switcher h4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
    font-weight: 600;
}

.switcher p {
    font-size: 14px;
    line-height: 20px;
    color: #878787;
}

.switcher .s-layout {
    height: 30px;
    width: 160px;
    outline: none;
    padding: 0 5px;
    color: #767676;
    margin-top: 6px;
    border: 1px solid #ddd !important;
}

.switcher .s-pattern img,
.switcher .s-back-img img,
.switcher .s-color img {
    display: inline-block;
    margin: 0 3px;
    margin-top: 6px;
    border-radius: 2px;
}

.s-color {
    margin-bottom: 15px;
}

.s-color a {
    width: 70px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    background: #000;
}

a[data-code="default"] {
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

a[data-code="color-1"] {
    background: linear-gradient(to bottom right, #fc6767, #ec008c);
}

a[data-code="color-2"] {
    background: linear-gradient(to bottom right, #12D8FA, #1FA2FF);
}

a[data-code="color-3"] {
    background: linear-gradient(to bottom right, #fd1d1d, #833ab4);
}

a[data-code="color-4"] {
    background: linear-gradient(to bottom right, #00b09b, #96c93d);
}

a[data-code="color-5"] {
    background: linear-gradient(to bottom right, #ffe000, #799f0c);
}

.switcher .s-site a {
    border: 1px solid #666;
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px 7px 15px;
    margin: 5px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    color: #000;
    text-decoration: none !important;
}