body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    /*        height: 100% !important;*/
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
p {
    font-size: 18px;
    line-height: 30px;
}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #23a1d1;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/* top */
#top {
    padding: 4px 0px 3px 0;
    margin: 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}
#top .btn-link:hover, #top-links a:hover {
    color: greenyellow;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 15px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 25px 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    min-height: 40px;
    padding: 2px 0 2px 0;
}
#menu .nav > li > a {
    color: #000;
    padding: 10px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    /* background-color: rgba(0, 0, 0, 0.1); */
    color: #fff;
    background: #027bc7;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
}

#menu .dropdown-menu li a {
    padding: 10px 5px;
}

#menu .dropdown-menu li a:hover {
    background-color: #fff;
    background-image: none;
}

#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
    color: #000;
    font-weight: bold;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    .content-section-2-right {
        display: none;
    }
    #menu {
        border-radius: 0px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: palevioletred;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

header {
    -webkit-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    background:url(../image/bg-80-op.png) repeat;
    z-index: 0;
    position: inherit;
}

.common-home header {
    -webkit-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.65);
    z-index: 500;
    position: relative;
    background:url(../image/bg-80-op.png) repeat;
    background-color: gainsboro;
}

/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    width: 100%;
    padding-bottom: 50px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .navbar-header {
        display: none;
    }
    #extruderLeftTop {
        display: none;
    }
}
.navbar-header img {
    width: 100px;
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }

}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
    .content-section-1 .container .ban2 {
        padding-top: 120px !important;
    }
    .content-section-1 .container .ban2 p {
        font-size: 32px !important;
    }

    .content-section-1 .container .ban2 p span{
        font-size: 140px !important;
        line-height: 130px !important;
    }  
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .content-section-1 .container p {
        margin-bottom: 70px !important;
        font-size: 2vw !important;
    }
    .content-section-1 .container p span {
        font-size: 3.5vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-section-1 {
        background-size: 1600px !important;
    }
    .content-section-1 .container .ban2 {
        padding-top: 50px !important;
    }
    .content-section-1 .container .ban2 p{
        font-size: 28px !important;
    }
    .content-section-1 .container .ban2 p span {
        font-size: 130px !important;
        line-height: 110px !important;
    }
    .content-section-1 .container {
        background-size: 80% !important;
        height: 450px !important;
    }
    .content-section-1 .container p {
        margin-bottom: 40px !important;
        font-size: 18px !important;
    }
    .content-section-1 .container p span {
        font-size: 40px !important;
    }

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
    #menu .nav > li > a {
        padding: 10px 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .content-section-1 {
        background-size: 1300px !important;
    }
    .content-section-1 .container .ban2 {
        padding-top: 30px !important;
    }
    .content-section-1 .container .ban2 p{
        font-size: 18px !important;
    }
    .content-section-1 .container .ban2 p span {
        font-size: 90px !important;
        line-height: 80px !important;
    }
    .content-section-1 .container {
        background-size: 80% !important;
        height: 350px !important;
        padding-top: 30px !important;
    }
    .content-section-1 .container p {
        margin-bottom: 20px !important;
        font-size: 20px !important;
        line-height: 30px;
    }
    .content-section-1 .container p span {
        font-size: 36px !important;
    }

    .content-section-2 .container h2, .content-section-4 .container h2, .content-section-5 .container h2, .content-section-6 .container h2   {
        font-size: 36px;
    }

    .affix a {
        padding: 8px 0px !important;
    }

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
    #menu .nav > li > a {
        padding: 10px 0px;
        font-size: 10px;
    }    
}

@media (min-width: 478px) and (max-width: 767px) {

    .content-section-1 {
        background-size: 1100px !important;
    }

    .content-section-1 .container .ban2 {
        padding-top: 70px !important;
    }
    .content-section-1 .container .ban2 p{
        font-size: 18px !important;
        padding-right: 10px !important;
    }
    .content-section-1 .container .ban2 p span {
        font-size: 70px !important;
        line-height: 60px !important;
    }

    .content-section-1 .container {
        background-size: 80% !important;
        height: 290px !important;
        padding-top: 10px !important;
        width: 100% !important
    }
    .content-section-1 .container p {
        margin-bottom: 15px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .content-section-1 .container p span {
        font-size: 24px !important;
    } 
    .content-section-2 .container {
        width: 94% !important;
        left: 3% !important;
    }
    .content-section-2 .container h2, .content-section-4 .container h2, .content-section-5 .container h2, .content-section-6 .container h2 {
        font-size: 32px;
    }
    .content-section-2 .reviews {
        margin-bottom: 50px !important;
        min-height: 200px !important;
    }

    .content-section-2 .reviews h2 {
        margin-bottom: 20px !important;
    }

    .content-section-2 .container .col-sm-8 {
        padding-bottom: 40px;
    }
    .content-section-2 .container .padding-top-50 {
        padding-top: 10px !important;
    }
}

@media (max-width: 477px) {
    .content-section-1 {
        background-size: 800px !important;
    }
    .content-section-1 .container {
        background-size: 80% !important;
        height: 200px !important;
        padding-top: 10px !important;
        width: 100% !important;
    }

    .content-section-1 .container .ban2 {
        padding-top: 50px !important;
    }
    .content-section-1 .container .ban2 p{
        font-size: 16px !important;
        padding-right: 0px !important;
    }
    .content-section-1 .container .ban2 p span {
        font-size: 50px !important;
        line-height: 40px !important;
    }

    .content-section-2 .container {
        width: 94% !important;
        left: 3% !important;
    }
    
    .content-section-2 .container h2, .content-section-4 .container h2, .content-section-5 .container h2, .content-section-6 .container h2 {
        font-size: 26px;
    }

    .content-section-2 .reviews {
        margin-bottom: 50px !important;
        min-height: 200px !important;
    }

    .content-section-2 .reviews h2 {
        margin-bottom: 20px !important;
    }

    .content-section-2 .container .col-sm-8 {
        padding-bottom: 40px;
    }

    .content-section-2 .container .padding-top-50 {
        padding-top: 10px !important;
    }

    .content-section-1 .container p {
        margin-bottom: 15px !important;
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 5px !important;
    }
    .content-section-1 .container p span {
        font-size: 18px !important;
    }
}
@media (max-width: 767px) {
    .content-section-1 .container .ban2 p{
        text-align: right !important;
    }

    .w3-previous{
        top: 65px !important;
        left: 5px !important;
    }
    .w3-next{
        top: 65px !important;
        right: 5px !important;        
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* -------------- Custom added by Tiron ------------------------------------------------------------------------------------------------ */

/* ------ navi hover effect ------------------------------------------------------*/
@media (min-width: 768px) {
    @-webkit-keyframes expandAndFade {
        100% {
            -webkit-transform: scale(1.5);
            opacity: 0;
        }
    }
    @keyframes expandAndFade {
        100% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    .hover-effect:after, .hover-effect:before {
        content: '';
        position: absolute;
        top: -2px;
        right: -2px;
        left: -2px;
        bottom: -2px;
        border: 1px solid transparent;
    }

    .hover-effect:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .hover-effect:hover:after, .hover-effect:hover:before {
        -webkit-animation: expandAndFade 2s infinite;
        animation: expandAndFade 2s infinite;
    }
    .hover-effect:hover:after {
        border: 1px solid #0c63ae;
        -webkit-animation: expandAndFade 2s 0s infinite;
        animation: expandAndFade 2s 0s infinite;
    }
}
/*------------------------------------------------------------------------------------*/
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav>li{
    padding-right: 8px;
}

.fullWidth {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.color-red {
    color: red;
}

.phone {
    font-size: 20px;
    padding: 10px 0 10px 20px;
}

.phone .glyphicon {
    padding-right: 12px;
}

.nav-order-now {
    background: #027bc7;
}

li.nav-order-now {
    padding-right: 0;
}

.nav>li.logo-small {
    display: none;
}

.affix .nav>li.logo-small {
    display: block;
    margin-right: 50px;
}

.affix .nav>li.logo-small img {
    width: 90px;
    height: auto;
}

#menu .nav > li.nav-order-now > a {
    color: #fff;
}

#menu .nav > li.nav-order-now a:hover {
    background: #fff;
    color: #000;
}

.navbar {
    border-radius: 0;
}

.head-section {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.common-home .btn-default {
    background-color: #ff7800;
    border-radius: 50px;
    padding: 30px 45px;
    background-image: none;
    text-transform: uppercase;
    text-shadow: none;
    color: #000000;
}
.common-home .btn-default:hover {
    background-color: #000000;
    color: #ffffff;
}
.affix {
    z-index: 1000;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: url(../image/bg-80-op.png) repeat;
    border-color: #f6f6f6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 0;
    border-top: 0;
    border-left: 0;
    padding: 5px !important;
}
.affix a {
    padding: 5px 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .2s ease-in-out;
}
.affix-top a {
    /* padding: 10px !important;*/
}
.affix + .container-fluid {
    padding-top: 15px;
}

.logo-small {
    display: none;
}
.affix .logo-small {
    display: inline-flex;
    padding: 2px;
    margin-right: 10px
}
.affix .logo-small a {
    padding: 2px !important;
}

#menu .nav > li.logo-small a:hover {
    background: #fff;
}

.navbar {
    margin-bottom: 0;
}

.content-section-1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    background: url(../image/ban21.jpg) top center no-repeat;
}

.w3-button {

}
.w3-button:hover {
    background: darkseagreen !important;
}

.w3-previous {
    position: absolute;
    left: 10px;
    top: 180px;
    transform: translate(0,-50%);
    z-index: 1000;
}

.w3-next {
    position: absolute;
    right: 10px;
    top: 180px;
    transform: translate(0,-50%);
    z-index: 1000;
}

.content-section-1 .btn-default {
    background-color: #ff7800;
    padding: 15px;
    background-image: none;
    text-transform: uppercase;
    text-shadow: none;
    color: #000000;
    border: none;
}

.content-section-1 .container {
    width: 80%;
    left: 10%;
    text-align: right;
    height: 590px;
    padding-top: 60px
}
.content-section-1 .container .ban2{
    padding-left: 100px;
    padding-top: 80px;
}

.content-section-1 .container .ban2 p {
    color: black;
    text-align: left;
    font-size: 32px
}

.content-section-1 .container .ban2 p span{
    font-size: 140px;
    color: #027bc7 !important;
    line-height: 130px;
    margin-left: -10px;
}

.content-section-1 .container p { color: white;font-size: 34px; margin-bottom: 50px; font-weight: bold;padding: 5px}
.content-section-1 .container p span { color: #ffc90f;font-size: 60px;}

.testimonial {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 767px) {
    .navbar-nav>li {
        padding-right: 0
    }
    #menu .nav > li > a{
        background: gainsboro;
        margin-bottom: 1px
    }
}

.sd-art-1,.sd-art-2,.sd-art-3,.sd-art-4,.sd-art-5,.sd-art-6,.sd-art-7,.sd-art-8,.sd-art-9,.sd-art-10 {
    /*    background: url(../image/top-banner.jpg) 50% 0% no-repeat;*/
}

.content-section-2 {
    width: 100%;
    background-color: #f8f8f8;
    padding: 60px 0;
}

.content-section-2 .container {
    width: 80%;
    left: 10%;
    text-align: left;
    line-height: auto;
}

.content-section-2 .reviews h2 {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 40px;
    font-weight: bold;
}

.content-section-2 p {
    line-height: 24px;
}

.content-section-2 .bg-mid-line {
    background: url("../image/hr-2px.jpg") repeat-x;
}

.content-section-2 .reviews {
    background-color: #ededed;
    min-height: 350px;
    text-align: center;
    margin-bottom: -70px
}

.content-section-2 #type-text {
    margin-bottom: -10px;
    font-size: 16px;
    padding: 0 20px 20px 20px;
    text-align: left
}

.content-section-2 .container h2 {
}

@media (max-width: 767px) {
    .content-section-2 {
        padding: 20px 0;
    }
}

.content-section-3{
    width: 100%;
    background: #f1f1f1;
    min-height: 670px;
    background:url(../image/section3.jpg) 50% 0 no-repeat fixed;
    overflow: hidden;
}

.content-section-7{
    width: 100%;
    background: #f1f1f1;
    min-height: 650px;
    background:url(../image/section7.jpg) 50% 0 no-repeat fixed;
    overflow: hidden;
}

.content-section-3 .container {
    width: 80%;
    left: 10%;
}

.content-section-4 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0;
}

.content-section-4 .container {
    width: 80%;
    left: 10%;
}

.content-section-5 .col-sm-4{
    padding-top: 40px;
}
.content-section-5 {
    width: 100%;
    background: whitesmoke;
    padding: 60px 0;
}

.content-section-5 .container {
    width: 80%;
    left: 10%;
}

.content-section-5 ul {
    list-style: none;
}

.content-section-5 ul li {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.content-section-5 span {
    margin-right: 30px;
    color: #51a351;
}

.content-section-6 {
    background: white;
    width: 100%;
    padding: 60px 0;
    text-align: center
}

.content-section-6 ul {
    list-style: none;
}

.content-section-6 li {
    background: url(../image/bullet1.png) right 8px no-repeat;
    padding-left: 36px;
    padding: 6px 36px 6px 0;
    font-size: 18px;
    text-align: right;
}

.margin-bottom {margin-bottom:30px;}

@media (max-width: 767px) {
    .content-section-3,.content-section-4,.content-section-5 {
        padding: 30px 0;
    }
    .content-section-6 {
        background: white;
        text-align: left;
    }
    .content-section-6 li {
        background: url(../image/bullet1.png) left 8px no-repeat;
        text-align: left;
        padding: 6px 0px 6px 34px;
    }
    .navbar-nav {
        margin: 10px 0
    }
}

.content-section-6 .container {
    width: 80%;
    left: 10%;   
}

.content-section-8 {
    width: 100%;
    height: auto;
    background: whitesmoke;
    padding: 60px 0;
}

.content-section-8 .container {
    width: 80%;
    left: 10%;   
}

/*---------------------------------------------------------------------------------------------------------*/

#my_account_menu {
    position: fixed;
    width: 90%;
    left: 5%;
    top:120px;
    /*    background: white;*/
    display: none;
    z-index: 1000;
    border: none;
    /*    -webkit-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);
        box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);*/
}

#my_account_menu .close {
    background: black;
    text-align: center;
    padding: 8px;
    opacity: 1;
    color: white;
    margin-right: 14px;
    padding: 14px;
}

#my_account_menu .close:hover {
    background: gray;
    color: black;
}

#my_account_menu .my_account_menu_cell {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    padding: 65px 0;
    font-size: large;
    -webkit-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 23px -2px rgba(0,0,0,0.75);
    background-size: 100% 200%;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;

}

#my_account_menu .my_account_menu_cell:hover {
    background-position: 0 -110%;
    color: black;
}

#my_account_menu .my_account_menu_cell span{
    padding-right: 15px;
}
.cell_section {
    padding: 10px 20px;
}

.cell_section .col-sm-3,.cell_section .col-sm-2,.cell_section .col-sm-6,.cell_section .col-sm-4 {
    padding-right: 8px;
    padding-left: 8px;
}

.cell_section .row {
    padding: 0;
    margin: 0;
}

.cell1{
    background-image: linear-gradient(to bottom, #f29500 50%, #ccc 50%);
    color: black;
}

.cell2{
    background-image: linear-gradient(to bottom, #6fa014 50%, #ccc 50%);
    color: black;
}

.cell3{
    background-image: linear-gradient(to bottom, #00aced 50%, #ccc 50%);
    color: black;
}

.cell4 {
    background-image: linear-gradient(to bottom, #5177c1 50%, #ccc 50%);
    color: black;
}

.cell5{
    background-image: linear-gradient(to bottom, #434343 50%, #ccc 50%);
    color: white;
}

.cell6{
    background-image: linear-gradient(to bottom, #868686 50%, #ccc 50%);
    color: white;
}

.cell7{
    background-image: linear-gradient(to bottom, #656565 50%, #ccc 50%);
    color: white;
}

.cell8{
    background-image: linear-gradient(to bottom, #212121 50%, #ccc 50%);
    color: white;
}

.cell9{
    background-image: linear-gradient(to bottom, #6fa014 50%, #ccc 50%);
    color: white;
}

.cell10{
    background-image: linear-gradient(to bottom, #0097aa 50%, #ccc 50%);
    color: white;
}

.cell11{
    background-image: linear-gradient(to bottom, #c23916 50%, #ccc 50%);
    color: white;
}

@media (max-width: 767px) {
    #my_account_menu2 {
        display: none;
        border: none;
        margin-top: 20px
    }

    #my_account_menu2 .row {
        margin-left: 0;
        margin-right: 0;
    }

    #my_account_menu2 .close:hover {
        background: gray;
        color: black;
    }

    #my_account_menu2 .my_account_menu_cell {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        padding: 12px 0;
        font-size:14px;
        background-size: 100% 200%;
        -webkit-transition: background-position 0.5s;
        -moz-transition: background-position 0.5s;
        transition: background-position 0.5s;

    }

    #my_account_menu2 .my_account_menu_cell:hover {
        background-position: 0 -110%;
        color: black;
    }

    #my_account_menu2 .my_account_menu_cell span{
        padding-right: 15px;
    }    

    .cell_section {
        padding: 0;
    }

    .cell_section .col-sm-3,.cell_section .col-sm-2,.cell_section .col-sm-6,.cell_section .col-sm-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .width-49 {
        width: 49%;
    }

}

/*side panel  ---------------------------------------------------------------------------------*/

#extruderLeft {
    z-index: 999;
    display: none;
}
#extruderLeftTop {
    z-index: 999;
    display: none;
}
.extruder-content {
    background: #0a1729;
}

.extruder .text {
    background: #0a1729;
    color: #999;
    text-shadow:none;
    font-size: 15px;
    line-height: 18px;
}

.extruder .text h3{
    background: #666;
    color: #111;
    padding: 8px;
}
.extruder .extruder-content {
    background: #0a1729;
}

.extruder.left .ext_wrapper {
    /*    height: auto;*/
}

.extruder.left.a .flap{
    font-size:18px;
    color:white;
    top:0;
    padding:10px 0 10px 10px;
    background:#772B14;
    width:30px;
    position:absolute;
    right:0;
    /*    -moz-border-radius:0 10px 10px 0;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-right-radius:10px;*/
    -moz-box-shadow:#555 2px 0px 3px;
    -webkit-box-shadow:#555 2px 0px 3px;
}

.extruder.left.a .content{
    border-right:3px solid #772B14;
}

.extruder.top .optionsPanel .panelVoice a:hover{
    color:#fff;
    background: url("elements/black_op_30.png");
    border-bottom:1px solid #000;
}
.extruder.top .optionsPanel .panelVoice a{
    border-bottom:1px solid #000;
}

.extruder.left.a .flap .flapLabel{
    background:#772B14;
}

#extruderLeft .flap object.skrollable {
    position: relative !important;
    z-index: 0 !important;
}

#extruderLeftTop .flap object.skrollable {
    position: relative !important;
    z-index: 0 !important;
}

#extruderLeftTop .flap {
    background: #0c63ae;
}

#extruderLeftTop .flap .flapLabel{
    background: #0c63ae;
}
/*------------------------------------------------------------------------------------------------------------------*/

.order_view_btn {
    width: 85px;
}

#popup_button {
    padding: 10px;
    text-transform: uppercase;
    background: #027bc7;
    border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    #popup_button {
        padding: 10px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #popup_button {
        display: none
    }
}

#popup_button:hover {
    background: #fff;
    color: #000;
}
#order_info_inner,#quote_info_inner {
    width: 100%;
    z-index: 1000;
    background: white;
    min-height: 100%;
    /*    -webkit-box-shadow:5px 5px 23px -2px rgba(0,0,0,0.65);
    -moz-box-shadow:5px 5px 23px -2px rgba(0,0,0,0.65);
    box-shadow:5px 5px 23px -2px rgba(0,0,0,0.65);*/
}
.order_info_section,.quote_info_section {
    min-height: 100%;
    margin-top: 16px;
    padding: 10px;
    background: white;
}
#order_info_inner button.info-close, #quote_info_inner button.info-close {
    background: black;
    text-align: center;
    padding: 8px;
    opacity: 1;
    color: white;
    margin-right: 14px;
    padding: 14px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*#content h1 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: -15px;
}*/
.text-16px {
    font-size: 16px;
}

.text-14px {
    font-size: 14px;
}

.text-18px {
    font-size: 18px;
}
.left_side_navi {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    background: black;
    text-align: center;
    padding: 5px 0;
}

.left_side_navi a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.left_side_navi .closebtn {
    position: fixed;
    top: 0;
    font-size: 18px;
    z-index: 10;
    display: none;
}
.left_side_navi_btn {
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: #000;
    right: 0;
    top: 0;
}
.btn {
    border-radius: 0;
}
.container .jumbotron, .container-fluid .jumbotron{
    border-radius: 0
}
.well {
    border-radius: 0
}
.panel-group .panel {
    border-radius: 0
}
.nav-tabs>li>a {
    border-radius: 0;
    font-size: 14px;
}
.form-control {
    border-radius: 0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-radius: 0
}
.jumbotron p{
    font-size: 16px;
}
.panel {
    border-radius: 0
}
.width-5 {
    width: 5%
}
.width-6-25 {
    width: 6.25%
}
#mySidenav .pagination>li {
    display: inline-table;
}
.spinner {
    width: 100%;
    height: 400px;
    background:url(../image/ring.gif) no-repeat center center;
}
.samples_image_box {
    width: 25%;
    display:initial;
    float: left;
    text-align: center;
    padding: 8px 0;
}
.samples_image_box img {
    margin: 5px;
    border: 1px solid #ddd;
    width: 95%;
}

@media (max-width: 767px) {
    #mySidenav .pagination>li>a,#mySidenav .pagination>li>span {
        padding: 5px 2px;
    }
    #content h1 {
        margin-top: 10px;
        text-align: center
    }
    .order_view_btn,.quote_view_btn {
        width: 40px;
        padding: 7px 5px;
    }
    #order_info_inner button.close, #quote_info_inner button.close {
        margin: 5px;
        padding: 10px 6px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: -30px;
    }
    .info-top {
        margin-bottom: 15px;
    }
    .info-top .well {
        padding: 8px;
        margin-bottom: 5px
    }
    .info-top .well p {
        font-size: 14px
    }
}
blockquote footer {
    padding: 0;
    margin: 0;
    background-color: white;
    border: none;

}
blockquote p {
    font-size: 16px;
    line-height: 18px
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display:none;
}
#bc1c1f516fce48c884fc5711707f11c1 {
    bottom: 0 !important;
}
.help-button {
    margin-right: 3px;
}
#menu .nav li.help-button a {
    font-weight: normal;
    background: black;
    color: white;
    border: 1px solid;
    padding: 10px 5px;
}
.margin-bottom-60 {margin-bottom: 50px}
.padding-top-100{padding-top: 100px}
.padding-left-40{padding-left: 40px}
.padding-right-40{padding-right: 40px}

.checked {
    color: orange;
}
.padding-top-50 {
    padding-top: 50px
}
.bg-1 {
    background-color:rebeccapurple;
}
#top.affix {
    background-color: rebeccapurple;
    background-image: none;
    top:50px
}
.view_reward_balance {
    font-size: 14px;
    color: darkviolet;
    margin-left: 10px;
}
.color5 {
    color:lawngreen !important;
}
.info-top {
    font-size: 14px;
}
.info-top .well{
    min-height: 100px;
}
.new-designs {
    background-color: lightcoral;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
.new-design-badge {
    position: absolute;
    top: 140px;
    right: -400px;
    background-color: darkmagenta;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 40px;
    -moz-border-radius: 40px;
    text-align: left;
    z-index: 10;
    padding: 20px 30px;
    line-height: 30px;
    width: 500px;
}