.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    float: right;
}

.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
}

.sp-megamenu-parent > li.menu-justify {
    position: static;
}

.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 7px 34px 0px 34px;
    padding-right: 0;
    line-height: 84px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5e3c3e;
}

.sp-megamenu-parent > li.sp-has-child > a:after {
    font-family: "FontAwesome";
    content: " \f107";
}

.sp-megamenu-parent > li.active > a {
    color: #ff6347;
}

.sp-megamenu-parent .sp-module {
    padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
    font-family: "FontAwesome";
    content: " \f105";
    float: right;
}

.sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 70px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 20px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
    left: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 12px 0;
    color: #5e3c3e;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #ff6347;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    border-bottom: none;
}

.sp-megamenu-parent .sp-dropdown-mega > .row {
    margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
    margin-top: 0;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}

.sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuFadeIn 400ms;
    animation: spMenuFadeIn 400ms;
}

.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuZoom 400ms;
    animation: spMenuZoom 400ms;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
    -webkit-animation: spMenuFadeInUp 400ms;
    animation: spMenuFadeInUp 400ms;
}

#offcanvas-toggler {
    float: right;
    line-height: 90px;
}

#offcanvas-toggler > i {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 18px;
    background: transparent;
    margin: 38px 0 27px 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

#offcanvas-toggler > i:hover {
    color: #fff;
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #000;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.close-offcanvas:hover {
    background: #000;
    color: #fff;
}

.offcanvas-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    color: #999;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 9999;
    overflow-y: scroll;
}

.offcanvas-menu .offcanvas-inner {
    padding: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:before {
    display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
}

.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ltr .offcanvas-menu {
    -webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.ltr .body-innerwrapper:after {
    right: 0;
}

.ltr .offcanvas-menu {
    right: -280px;
}

.ltr.offcanvas .offcanvas-menu {
    right: 0;
}

.body-innerwrapper:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 999;
}

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

.offcanvas .body-innerwrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas .offcanvas-menu {
    opacity: 1;
}

.offcanvas .offcanvas-menu ul.nav-child li {
    padding-left: 10px;
}

.menu .nav-child.small {
    font-size: inherit;
}

@-webkit-keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spMenuZoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

ul.nav > li {
    display: inline-block;
}

body {
    overflow-x: hidden;
    color: #7a7a7a;
}

h1,
h2,
h3,
h4,
h5 {
    color: #2a2a2a;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
    display: inline-block;
}

a {
    text-decoration: none;
    -webkit-transition: 200ms;
    transition: 200ms;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
keygen,
select,
button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    box-shadow: none !important;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus,
button:focus {
    box-shadow: none !important;
    border-color: #ff6347 !important;
}

.ob-btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.ob-btn.sppb-btn-style2 {
    background-color: #ff6347;
    color: #ffffff;
}

.ob-btn.sppb-btn-style2:hover {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.sppb-carousel-indicators {
    position: inherit;
    bottom: inherit;
    margin-left: 0;
    left: inherit;
    width: inherit;
}

.sppb-carousel-indicators li {
    margin: 0 5px;
    border-color: #f0b2b5;
    background-color: #f0b2b5;
    display: inline-block;
    width: 12px;
    height: 12px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.sppb-carousel-indicators li.active {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    opacity: 1;
    margin: 0 5px;
}

.sppb-carousel-indicators li:hover {
    opacity: 1;
}

#sp-main-body {
    /*    padding-bottom: 80px;*/
}

.btn,
.sppb-btn {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.offline-inner {
    margin-top: 100px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
    color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
    color: #999;
}

select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
    height: auto;
}

.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
    width: 100%;
}

.sticky-wrapper.is-sticky #sp-header {
    z-index: 15;
    background-color: #ffffff;
}

#sp-header {
    position: relative;
    z-index: 1;
	/* background:url(../images/menubg.jpg); */
}

/*
#sp-header:after {
    background-image: url('../images/bg-header.png');
    height: 17px;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
}
*/

/*
#sp-header:before {
    background-image: url('../images/dotted.jpg');
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    top: 1px;
}
*/

#sp-header #sp-logo h1 {
/*        margin-top: 0px;*/
}

#sp-top2 {
    text-align: right;
}

#sp-top2 li a:hover {
    background-color: transparent;
    color: #ffffff;
}

#sp-top-bar {
    font-size: 12px;
    font-family: Roboto Slab;
}

#sp-top-bar .sp-contact-info {
    margin-bottom: 0;
}

#sp-top-bar .sp-contact-info li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sp-top-bar .sp-contact-info li i {
    font-size: 16px;
    margin-right: 5px;
}

#sp-menu {
    position: relative;
}

#sp-menu .sp-megamenu-wrapper {
    /*
    float: right;
    margin-right: 117px;
*/
    padding-right: 32px;
    position: relative;
}

#sp-menu .sp-megamenu-wrapper:after {
    position: absolute;
    content: "";
    width: 1px;
    right: 0;
    top: 25px;
    bottom: 25px;
    background-color: #dddddd;
}

#sp-menu .ob_cart {
    position: absolute;
    right: 50px;
    top: 15px;
}

#sp-menu .search_top {
    position: absolute;
    right: 80px;
    top: 17px;
}

#sp-menu .search_top .content_search .search_top {
    position: inherit;
    padding-left: 0;
}

#back-to-top {
    background-color: #ff6347;
    bottom: -50px;
    position: fixed;
    right: 40px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0.8;
    z-index: 10;
}

#back-to-top i {
    color: #ffffff;
}

#back-to-top:hover {
    opacity: 1;
}

#sp-bottom {
    font-size: 13px;
}

#sp-bottom h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

#sp-bottom ul li {
    display: block;
}

#sp-bottom ul li a {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 15px
}

#sp-bottom ul li a:hover {
    background-color: transparent;
}

#sp-footer {
    font-size: 12px;
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/stard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

.vm-col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.vm-col.vm-col-3 {
    width: 33.3%;
}

.vm-col.vm-col-4 {
    width: 25%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.grid_products .item {
    padding-bottom: 45px;
}

.grid_products .item .wrap {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.grid_products .item .wrap .feature-image {
    position: relative;
}

.grid_products .item .wrap .feature-image .link_product {
    position: relative;
    display: block;
}

.grid_products .item .wrap .feature-image .link_product:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: 0;
    -moz-transform: 0;
    -o-transform: 0;
    -ms-transform: 0;
    transform: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.grid_products .item .wrap .feature-image .icon {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    -webkit-transform: 0;
    -moz-transform: 0;
    -o-transform: 0;
    -ms-transform: 0;
    transform: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: .8;
}

.grid_products .item .wrap .feature-image .icon a {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #ffffff;
    font-size: 28px;
}

.grid_products .item .wrap .feature-image:hover .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: 1;
    -moz-transform: 1;
    -o-transform: 1;
    -ms-transform: 1;
    transform: 1;
}

.grid_products .item .wrap .feature-image:hover .link_product:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.grid_products .item .wrap .stats {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.grid_products .item .wrap .stats .title-product {
    display: block;
}

.grid_products .item .wrap .stats .title-product a {
    display: block;
    color: #5e3c3e;
    /*    margin-top: 20px;*/
    margin-bottom: 15px;
    padding: 0 30px;
    font-size: 16px;
    font-family: Roboto Slab;
}

.grid_products .item .wrap .stats .title-product a:hover {
    color: #ff6347;
}

.grid_products .item .wrap .stats .product-price {
    text-align: center;
}

.grid_products .item .wrap .stats .product-price .price {
    margin-bottom: 5px;
}

.grid_products .item .wrap .stats .product-price .price ins {
    text-decoration: none;
}

.grid_products .item .wrap .stats .product-price .price ins span {
    color: #ff6347;
    font-weight: 700;
    font-size: 16px;
}

.grid_products .item .wrap .stats .product-options {
    display: block;
}

.grid_products .item .wrap .stats .product-options .description {
    display: none;
}

.grid_products .item .wrap .stats .product-options .star-rating {
    text-align: center;
    position: absolute;
    top: 8px;
    width: 100%;
}

.grid_products .item .wrap .stats .product-options .star-rating .ratingbox {
    display: inline-block;
}

.grid_products .item .wrap .stats .product-options .addtocart-area {
    padding-bottom: 30px;
}

.grid_products .item .wrap .stats .product-options .addtocart-area .addtocart-bar {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
}

.grid_products .item .wrap .stats .product-options .addtocart-button input[type="submit"] {
    position: relative;
    background: #ffffff;
    color: #ff6347;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 13px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-weight: 700;
}

.grid_products .item .wrap .stats .product-options .addtocart-button input[type="submit"]:hover {
    background-color: #ff6347;
    color: #ffffff;
    border-color: #ff6347;
}

.list_products .item {
    padding-bottom: 45px;
    width: 100% !important;
}

.list_products .item .wrap {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px;
    padding-bottom: 30px;
    position: relative;
}

.list_products .item .wrap .feature-image {
    position: absolute;
    width: 270px;
    left: 0;
    top: 0;
}

.list_products .item .wrap .feature-image .link_product {
    position: relative;
    display: block;
}

.list_products .item .wrap .feature-image .link_product:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: 0;
    -moz-transform: 0;
    -o-transform: 0;
    -ms-transform: 0;
    transform: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.list_products .item .wrap .feature-image .icon {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    -webkit-transform: 0;
    -moz-transform: 0;
    -o-transform: 0;
    -ms-transform: 0;
    transform: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: .8;
}

.list_products .item .wrap .feature-image .icon a {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #ffffff;
    font-size: 28px;
}

.list_products .item .wrap .feature-image:hover .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: 1;
    -moz-transform: 1;
    -o-transform: 1;
    -ms-transform: 1;
    transform: 1;
}

.list_products .item .wrap .stats {
    text-align: left;
    position: relative;
    padding-left: 300px;
}

.list_products .item .wrap .stats .title-product {
    display: block;
}

.list_products .item .wrap .stats .title-product a {
    display: block;
    color: #5e3c3e;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Roboto Slab;
}

.list_products .item .wrap .stats .product-price {
    display: block;
    width: 100%;
}

.list_products .item .wrap .stats .product-price .price ins {
    text-decoration: none;
}

.list_products .item .wrap .stats .product-price .price ins span {
    color: #ff6347;
    font-weight: 700;
    font-size: 16px;
}

.list_products .item .wrap .stats .product-options {
    display: block;
}

.list_products .item .wrap .stats .product-options .description {
    margin-bottom: 20px;
}

.list_products .item .wrap .stats .product-options .star-rating {
    padding-top: 0;
    padding-bottom: 20px;
}

.list_products .item .wrap .stats .product-options .star-rating .ratingbox {
    display: inline-block;
}

.list_products .item .wrap .stats .product-options .addtocart-button input[type="submit"] {
    background: #ffffff;
    color: #ff6347;
    font-size: 14px;
    font-family: Roboto Slab;
    text-transform: uppercase;
    padding: 13px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-weight: 700;
}

.list_products .item .wrap .stats .product-options .addtocart-button input[type="submit"]:hover {
    background-color: #ff6347;
    color: #ffffff;
    border-color: #ff6347;
}

.list_products.topSales .item {
    padding-bottom: 0;
}

.list_products.topSales .item .wrap {
    padding-bottom: 0;
    border-bottom: none;
}

.list_products.topSales .item .wrap .feature-image {
    width: 105px;
}

.list_products.topSales .item .stats {
    padding-left: 120px;
    padding-bottom: 90px;
}

.list_products.topSales .item .stats .title-product a {
    font-size: 14px;
}

.modal {
    width: 100%;
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 900px;
    max-width: 100%;
}

.modal .modal-dialog .modal-content button.close {
    color: #333;
    right: 5px;
    text-align: center;
    padding-right: 0;
    top: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    z-index: 10;
    font-size: 22px !important;
    position: absolute;
}

.modal .modal-dialog .modal-body {
    padding: 0;
}

.ob_lightbox_shop {
    position: relative;
}

.ob_lightbox_shop .slide {
    padding-left: 30px;
    padding-top: 30px;
}

.ob_lightbox_shop .slide:hover .carousel-control {
    opacity: 1;
}

.ob_lightbox_shop .slide:hover .carousel-control.left {
    left: 35px;
}

.ob_lightbox_shop .slide:hover .carousel-control.right {
    right: 5px;
}

.ob_lightbox_shop .carousel-control {
    width: 31px;
    height: 32px;
    text-align: center;
    z-index: 99;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    color: #333333;
    text-shadow: 0 0 0 transparent;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.ob_lightbox_shop .carousel-control.left {
    left: 0;
}

.ob_lightbox_shop .carousel-control.right {
    right: -25px;
    margin-right: 0;
}

.ob_lightbox_shop .quick-view-detail {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #333333;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
}

.ob_lightbox_shop .quick-view-detail:hover {
    color: #ff6347;
}

.ob_lightbox_shop .product_title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #ff6347;
    text-transform: none;
    font-weight: normal;
}

.ob_lightbox_shop .product_meta {
    padding-bottom: 10px;
}

.ob_lightbox_shop .product_meta span {
    display: block;
    margin: 5px 0;
}

.ob_lightbox_shop .price {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ob_lightbox_shop .price ins {
    text-decoration: none;
    font-size: 20px;
    color: #5e3c3e;
    font-weight: 700;
}

.ob_lightbox_shop .price del {
    color: #666;
    font-size: 80%;
    margin-right: 10px;
}

.ob_lightbox_shop .description {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 45px;
}

#slideProduct .carousel-control {
    top: 50%;
    bottom: inherit;
    font-size: 24px;
    color: #dddddd;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: none;
    text-shadow: none;
    display: block;
}

#slideProduct .carousel-control.left {
    left: -40px;
}

#slideProduct .carousel-control.right {
    right: -40px;
}

.addtocart-area.is_qty {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 0;
}

.addtocart-area.is_qty .addtocart-button {
    display: inline-block;
}

.addtocart-area.is_qty .addtocart-button input[type="submit"] {
    line-height: inherit;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-size: 13px !important;
    border-radius: 3px;
    position: relative;
    top: -2px;
    background-color: #ff6347;
}

.addtocart-area.is_qty .addtocart-button input[type="submit"]:hover {
    background-color: #333333;
}

.addtocart-area.is_qty .quantity-box {
    display: inline-block;
    margin-right: 5px;
}

.addtocart-area.is_qty .quantity-box input[type="number"] {
    width: 55px;
    padding-bottom: 5px;
    padding-top: 7px;
    line-height: inherit;
    text-align: center;
    padding-right: 5px;
    height: auto;
}

.orderby-displaynumber {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px 15px;
    padding-bottom: 7px;
    margin: 0 0 30px 0;
    font-size: 13px;
}

.orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
    display: none;
}

.orderby-displaynumber .vm-order-list .orderlistcontainer .title {
    display: inline-block;
    margin-right: 15px;
}

.orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
    display: inline-block;
}

.orderby-displaynumber .display-number .display_view {
    display: inline-block;
    margin-right: 5px;
}

.orderby-displaynumber .display-number .display_view a {
    font-size: 15px;
    color: #dddddd;
    margin-right: 10px;
}

.orderby-displaynumber .display-number .display_view a:hover,
.orderby-displaynumber .display-number .display_view a.active {
    color: #ff6347;
}

.orderby-displaynumber .display-number label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
}

.productdetails .main-image img {
    max-height: none;
    margin-bottom: 10px;
}

.productdetails .thumbnails {
    margin: 0 -5px;
}

.productdetails .thumbnails a {
    float: left;
    width: 33%;
    padding: 0 5px;
}

.productdetails .ob-share-product {
    margin-top: 20px;
}

.productdetails .product-price {
    text-align: left;
    margin-bottom: 20px;
}

.productdetails .vm-img-desc {
    display: none;
}

.productdetails .virtuemart-tabs ul.vm-tabs {
    border-bottom: 1px solid #ddd;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

.productdetails .virtuemart-tabs ul.vm-tabs li {
    display: inline-block;
    margin: 0 15px;
}

.productdetails .virtuemart-tabs ul.vm-tabs li a {
    color: #515151;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.productdetails .virtuemart-tabs ul.vm-tabs li.active a {
    border-bottom: 4px solid #ff6347;
    color: #ff6347;
}

.productdetails .wc-tab {
    padding: 20px 0;
    display: none;
}

.productdetails .wc-tab.active {
    display: block;
}

.productdetails .customer-reviews {
    margin-top: 0;
}

.productdetails .fancybox-title-inside {
    display: none !important;
}

.productdetails .product-field-type-R {
    margin: 0;
}

.productdetails .ob-share-product .share_show {
    display: inline-block;
    margin-left: 5px;
}

.productdetails .ob-share-product .share_show li a {
    width: 24px;
    height: 24px;
    margin: 0 1px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.productdetails .ob-share-product .share_show li a.facebook {
    background-color: #3b5999;
}

.productdetails .ob-share-product .share_show li a.twitter {
    background-color: #61cae7;
}

.productdetails .ob-share-product .share_show li a.pinterest {
    background-color: #d4232b;
}

.productdetails .ob-share-product .share_show li a.googleplus {
    background-color: #f35633;
}

.productdetails .product_meta span {
    display: block;
    margin-top: 8px;
}

.productdetails .product_title {
    color: #333333;
    font-size: 34px;
    margin-top: 0;
    font-weight: normal;
}

.productdetails .price {
    margin-top: 5px;
}

.productdetails .price ins {
    text-decoration: none;
}

.productdetails .price ins span {
    color: #5e3c3e;
    font-size: 20px;
    font-weight: 700;
}

.star-rating {
    padding: 5px 0;
    font-family: star;
    letter-spacing: 4px;
}

.star-rating i {
    color: #fed559;
}

.star-rating .ratingbox {
    height: 20px;
    width: 95px;
    position: relative;
}

.star-rating .ratingbox:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating .ratingbox .stars-orange {
    content: "\73\73\73\73\73";
    color: #ff6347;
    top: 0;
    left: 0;
    position: absolute;
}

.rating .ratingbox {
    background-image: url(../images/star_not.png);
    height: 12px;
    overflow: hidden;
}

.rating .ratingbox .stars-orange {
    background-image: url(../images/star.png);
    display: block;
    height: 12px;
}

.product-related-products {
    display: inline-block;
    width: 100%;
}

.product-related-products h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 40px;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-view {
    width: 100%;
}

.cart-view .billto-shipto {
    margin-top: 0;
}

.cart-view .terms-of-service {
    display: inline-block;
    margin-right: 10px;
}

.cart-view textarea#customer_note_field {
    margin: 10px 0 10px 0px;
}

.cart-view .checkout-button-top {
    text-align: right;
}

.cart-view .checkout-button-top a.continue_link {
    color: #333333;
    border: 1px solid #333333;
    padding: 13px 20px;
    padding-bottom: 14px;
    top: -1px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position: relative;
}

.cart-view .checkout-button-top a.continue_link:hover {
    background-color: #333333;
    color: #ffffff;
}

.cart-view .checkout-button-top button {
    background-color: #ff6347;
    border: 1px solid #ff6347;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

.cart-view .checkout-button-top button span {
    font-size: 13px;
    font-family: roboto;
}

.cart-view .checkout-button-top button:hover {
    background-color: #333333;
    border-color: #333333;
}

.cart-view .cart_form_tbl h4 {
    font-size: 13px;
    font-weight: bold;
}

.cart-view .cart_form_tbl .coupons.row_list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-view .cart_form_tbl .coupons.row_list input[type="text"] {
    display: inline-block;
    border-radius: 0;
    box-shadow: inset;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

.cart-view .cart_form_tbl .coupons.row_list .details-button {
    display: inline-block;
}

.cart-view .cart_form_tbl .coupons.row_list .details-button input[type="submit"] {
    background-color: #181818;
    color: #ffffff;
    padding: 9px 30px;
    padding-bottom: 10px;
    border: none;
    top: -1px;
    position: relative;
    text-transform: uppercase;
    margin-left: -5px;
}

.cart-view .cart_form_tbl .row_list {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-align: right;
}

.cart-view .cart_form_tbl .row_list h3 {
    font-size: 15px;
}

.cart-view .cart_form_tbl .total_price {
    text-align: right;
    padding-bottom: 15px;
}

.cart-view .cart_form_tbl .total_price h3 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
}

.cart-view .cart_form_tbl .total_price h4 {
    margin: 0;
}

.cart-view .cart_form_tbl .cart-summary .cart-images img {
    max-height: 100px;
}

.cart-view .cart_form_tbl .cart-summary tr td {
    border-bottom: 1px dashed #dddddd;
    padding: 20px 0;
}

.cart-view .cart_form_tbl .cart-summary tr td input[type="text"].quantity-input {
    width: 40px;
    margin-right: 5px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

.cart-view .cart_form_tbl .cart-summary tr td button.vmicon {
    background-color: transparent;
    padding: 3px;
    color: #333333;
    border: none;
    font-size: 16px;
}

.cart-view .cart_form_tbl .cart-summary tr th {
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: top;
}

.cart-view .title {
    margin-bottom: 30px;
}

.cart-view .title h1 {
    font-size: 30px;
    margin-top: 0;
    text-transform: none;
}

.edit_address .control-buttons {
    margin-bottom: 70px;
    text-align: right;
    margin-top: 40px;
}

.edit_address .control-buttons #reg_text {
    margin-bottom: 15px;
    display: block;
    margin-right: 20px;
}

.edit_address .control-buttons button {
    margin-left: 0;
}

.edit_address .control-buttons button.default {
    background-color: transparent;
    border: none;
    padding: 8px 15px;
}

.edit_address .control-buttons button[name="save"] {
    background-color: #333333;
    color: #ffffff;
    padding: 15px 15px;
}

.edit_address .control-buttons button[name="register"] {
    padding: 15px 15px;
    color: #ffffff;
    margin-right: 5px;
    background-color: #ff6347;
}

.edit_address .control-buttons button[name="register"]:hover {
    background-color: #333333;
}

.edit_address .user-details td {
    padding-bottom: 10px;
}

.edit_address .user-details td label {
    font-weight: normal !important;
}

.edit_address h2 {
    text-transform: none;
    font-size: 24px;
}

.edit_address .userfields_info {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
    display: inline-block;
}

.edit_address .adminForm {
    width: 100%;
}

.edit_address .adminForm input[type="text"],
.edit_address .adminForm input[type="password"],
.edit_address .adminForm select {
    width: 315px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.item_product.list_view {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    font-family: Roboto Slab;
}

.item_product.list_view .box-title a {
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 10px;
    display: block;
    color: #5e3c3e;
}

.item_product.list_view .product-price ins {
    text-decoration: none;
}

.item_product.list_view .product-price ins span {
    color: #ff6347;
    font-weight: 700;
    font-size: 16px;
}

.item_product.list_view .star-rating {
    padding: 0;
    margin-bottom: 20px;
}

.item_product.list_view .cart_box {
    margin-top: 20px;
}

.item_product.list_view .cart_box input[type="submit"] {
    background: #ffffff;
    color: #ff6347;
    font-size: 14px;
    font-family: Roboto Slab;
    text-transform: uppercase;
    padding: 13px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-weight: 700;
}

#fancybox-content .pop_add {
    padding: 15px 20px;
}

.vm-pagination-bottom {
    text-align: center;
}

article .share-content {
    width: 60px;
    margin-right: 20px;
    float: left;
    margin-bottom: 30px;
}

article .share-content .article-info li {
    text-align: center;
    background: #ff6347;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    line-height: 22px;
    margin: 0;
    font-style: normal;
}

article .share-content .article-info li time i {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

article .share-content .sp-social-share {
    margin: 10px 0 0 0;
    border: 1px solid #eee;
    text-align: center;
}

article .share-content .sp-social-share ul {
    margin: 0;
}

article .share-content .sp-social-share ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

article .share-content .sp-social-share ul li .facebook {
    color: #4c67a2;
}

article .share-content .sp-social-share ul li .twitter-share-button {
    color: #00acee;
}

article .share-content .sp-social-share ul li .google {
    color: #d77066;
}

article .share-content .sp-social-share ul li .pinterest {
    color: #d43b17;
}

article .share-content .sp-social-share ul li a:hover {
    color: #5e3c3e;
}

article .content-inner {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
}

article .content-inner .content-wrap {
    padding-bottom: 50px;
}

article .content-inner .entry-header h2 {
    line-height: 40px;
	color:#fff;
}

article .content-inner .entry-header h2 a {
    font-weight: normal;
    font-size: 24px;
    color: #5e3c3e;
}

article .content-inner .entry-header h2 a:hover {
    color: #ff6347;
}

article .content-inner .entry-header .article-info {
    margin-bottom: 20px;
}

article .content-inner .entry-header .article-info li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    color: #7a7a7a;
    font-size: 13px;
}

article .content-inner .entry-header .article-info li:last-child {
    margin-right: 0;
}

article .content-inner .entry-header .article-info .createdby {
    text-transform: none;
}

article .content-inner .entry-header .article-info .createdby .author_post {
    color: #ff6347;
}

article .content-inner .entry-header .article-info .category-name {
    text-transform: none;
}

article .content-inner .entry-header .article-info .category-name a {
    color: #ff6347;
}

article .content-inner .entry-header .article-info .category-name a:hover {
    color: #5e3c3e;
}

article .content-inner .entry-header .article-info .category-name:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #aaa;
    margin-right: 2px;
    font-size: 7px;
    vertical-align: middle;
}

article .content-inner .jcomments-links {
    display: none;
}

#jc {
    margin-top: 30px;
}

.content_rating,
.content_rating + form {
    display: none;
}

.voting-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    display: inline-block;
}

.voting-symbol span.star {
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin: 0 2px;
    font-family: star;
}

.voting-symbol span.star.active:before {
    color: #ff6347;
}

.voting-symbol span.star:before {
    content: "\73 ";
    color: #d3ced2;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
    content: "\73";
    cursor: pointer;
}

.post_rating {
    display: inline-block;
}

.post_rating .ajax-loader,
.post_rating .voting-result {
    display: none;
}

.post-format {
    background: #ff6347;
}

.voting-symbol span.star.active:before {
    color: #ff6347;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
    color: #dc474e;
}

.entry-link,
.entry-quote {
    background: #ff6347;
}

blockquote {
    border-color: #ff6347;
}

.entry-gallery {
    position: relative;
}

.entry-gallery .carousel-left,
.entry-gallery .carousel-right {
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    margin-top: -15px;
    z-index: 12;
    position: absolute;
    top: 50%;
}

.entry-gallery .carousel-left:hover,
.entry-gallery .carousel-right:hover {
    background: #ff6347;
}

.entry-gallery .carousel-left {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.entry-gallery .carousel-right {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.pagination-wrapper {
    text-align: center;
}

.sticky {
    position: relative;
}

.sticky #sp-right {
    position: inherit;
}

.sticky #sp-right .wrap_sidebar {
    position: fixed;
    top: 120px;
}

.sticky.at-bottom #sp-right .wrap_sidebar {
    position: absolute;
    bottom: 0;
    top: inherit;
}

.sp_ob_homeslider {
    padding: 100px 0;
    padding-bottom: 155px;
}

.sp_ob_homeslider .sppb-item {
    padding-top: 0;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-img {
    display: inline-block;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption {
    display: inline-block;
    max-width: 520px;
    margin: 0 100px;
    position: relative;
    top: 70px;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text h2 {
    margin-bottom: 35px;
    line-height: 54px;
    font-size: 54px;
    color: #ff6347;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7a7a7a;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn {
    margin-top: 23px;
    padding: 9px 20px;
    padding-bottom: 11px;
    border-radius: 3px;
    color: #ff6347;
    border: 1px solid #ff6347;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: 700;
    background-color: transparent;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn i {
    border: 1px solid #ff6347;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px;
    line-height: 18px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    font-size: 18px;
    top: 1px;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn:hover {
    background-color: #ff6347;
    color: #ffffff;
}

.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn:hover i {
    border-color: #ffffff;
}

.sp_ob_homeslider .sppb-item.two_img .sppb-carousel-img {
    width: 360px;
}

.sp_ob_homeslider .sppb-item.two_img .sppb-carousel-caption {
    max-width: 415px;
    margin: 0 40px;
}

.sp_ob_homeslider .sppb-carousel-arrow {
    top: 50%;
    bottom: auto;
    margin-top: -23px;
    width: 45px;
    height: 45px;
    text-shadow: none;
    display: table;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.28);
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.sp_ob_homeslider .sppb-carousel-arrow i {
    display: table-cell;
    vertical-align: middle;
    color: #ff6347;
}

.sp_ob_homeslider .sppb-carousel-arrow:hover {
    border-color: #ff6347;
}

.sp_ob_homeslider .sppb-carousel-arrow.left {
    left: 20px;
}

.sp_ob_homeslider .sppb-carousel-arrow.right {
    right: 20px;
}

#sp-page-builder .page-content .sppb-section.box_featured {
    margin-top: -115px;
}

#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-image: url(../images/icon-box-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 55px;
}

#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row > div {
    margin-top: -84px;
}

#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row:before {
    position: absolute;
    content: "";
    display: block;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 36px;
    border: 1px dashed #eeeeee;
}

#sp-page-builder .page-content .sppb-section.box_featured .sppb-media-body {
    padding: 20px 0;
}

#sp-page-builder .page-content .sppb-section.box_featured .sppb-media-body .sppb-feature-box-title {
    font-size: 28px;
    color: #5e3c3e;
    margin-bottom: 10px;
}

#sp-page-builder .page-content .sppb-section.box_featured .pull-left img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#sp-page-builder .page-content .sppb-section.box_featured .sppb-addon:hover .pull-left img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#sp-page-builder .page-content .sppb-section.box_featured .sppb-media {
    overflow: inherit;
}

.sc-heading {
    margin-top: 23px;
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}

.sc-heading .heading__primary {
    font-weight: normal;
    color: #2a2a2a;
    margin-top: 0;
    padding: 0 15px;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
}

.sc-heading .heading__content {
    margin-top: 10px;
}

.sc-heading .separator {
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.sc-heading .separator:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 50%;
    left: -60px;
    background-color: #dddddd;
}

.sc-heading .separator:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 50%;
    right: -60px;
    background-color: #dddddd;
}

.sc-heading.bg_heading {
    background-image: url(../images/bg_wave.png);
    background-repeat: repeat-x;
    background-position: 2px;
}

.sp_ob_opening_slider .sppb-carousel-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item {
    padding: 0;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img {
    position: relative;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img img {
    width: 100%;
}

/*
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    content: "";
    background: rgba(0, 0, 0, 0.3) url(../images/wave-line.png);
}
*/
.about-us-h2 {
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    font-family: Pacifico, sans-serif;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 35px;
    margin-top: 0;
    color: #ffffff;
    line-height: 100%;

    padding-top: 100px;

}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
    position: absolute;
    top: 100px;
    width: 100%;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h5 {
    background: url(../images/event-heading-bg.png) no-repeat center;
    background-size: contain;
    height: 67px;
    padding-top: 12px;
    color: #5a5a5a;
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h2 {
    font-size: 48px;
    margin-bottom: 35px;
    margin-top: 0;
    color: #ffffff;
    line-height: 100%;
    margin-top: 100px;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-bottom: 30px;
    color: #ffffff;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time svg {
    position: absolute;
    left: 0;
    top: -5px;
    fill: #fff;
}

.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time .btn_item {
    display: block;
}

.sppb-testimonial-pro h3 {
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
    font-size: 22px;
    padding: 0 15px;
    margin-bottom: 25px;
    line-height: 100%;
    text-transform: uppercase;
}

.sppb-testimonial-pro .sppb-item img {
    border: 4px solid #f0b2b5;
    width: 80px;
    height: 80px;
    border-radius: 70px;
    margin-bottom: 30px !important;
}

.sppb-testimonial-pro .sppb-item .sppb-testimonial-message {
    width: 555px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
}

.sppb-testimonial-pro .sppb-item .sppb-testimonial-client {
    margin: 20px 0;
    margin-bottom: 28px;
}

.sppb-testimonial-pro .sppb-item .sppb-testimonial-client h5 {
    font-weight: normal;
    color: #ffffff;
}

.sppb-testimonial-pro .sppb-carousel-indicators {
    margin-bottom: 0;
}

.sppb-testimonial-pro .sppb-carousel-indicators li {
    width: 15px;
    height: 15px;
}

.cmc-signup form .control-group {
    margin-bottom: 0;
}

.cmc-signup .label_form {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.cmc-signup .label_form .title_cmc {
    color: #5a5a5a;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    display: block;
    line-height: 100%;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.cmc-signup .label_form .span12 {
    margin-left: 63px;
}

.cmc-signup .label_form .burst {
    position: absolute;
    top: 35px;
    left: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    z-index: 1;
}

.cmc-signup .label_form .burst i {
    font-size: 20px;
}

.cmc-signup .label_form .burst,
.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div,
.cmc-signup .label_form .burst div:before,
.cmc-signup .label_form .burst div:after {
    height: 33px;
    width: 33px;
    background: #ff6347;
}

.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div,
.cmc-signup .label_form .burst div:before,
.cmc-signup .label_form .burst div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst div:before {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div:after {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.cmc-signup .label_form .burst div {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 2;
}

.cmc-signup .label_form .burst > div > div {
    display: table;
}

.cmc-signup .label_form .burst span {
    display: table-cell;
    vertical-align: middle;
}

.cmc-signup .form_cmc {
    padding: 30px 0;
}

.cmc-signup .form_cmc .controls input {
    width: 320px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #f2eadf;
    height: 43px;
    line-height: inherit;
}

.cmc-signup .form_cmc button {
    background: none;
    top: 40px;
    position: absolute;
    left: 282px;
    color: #333333;
    border: none;
}

.cmc-signup .form_cmc button:hover {
    background: none;
    color: #333333;
}

.social-icons {
    margin: 30px 0;
    list-style-type: none;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin-left: 20px;
}

.social-icons li div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
}

.social-icons li div a {
    color: #ffffff;
    font-size: 18px;
}

.social-icons li div a i {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.social-icons li div a:hover i {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    color: #ffffff;
}

.social-icons li .facebook {
    background-image: url(../images/background-facebook.png);
}

.social-icons li .twitter {
    background-image: url(../images/background-twitter.png);
}

.social-icons li .pinterest {
    background-image: url(../images/background-pinterest.png);
}

.social-icons li .google {
    background-image: url(../images/background-googleplus.png);
}

.social-icons li .youtube {
    background-image: url(../images/background-youtube.png);
}

.counters-box .content-box-percentage .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    opacity: 0.7;
    width: 100%;
    height: 0;
    padding: 50% 0;
    border-radius: 100%;
    background-color: #ff6347;
}

.counters-box .content-box-percentage .circle .number {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    line-height: 100%;
}

.counters-box .content-box-percentage .circle .text {
    margin-top: 15px;
    font-size: 30px;
    color: #fff;
}

.list-html-teams .team_html_item {
    text-align: center;
    margin-bottom: 15px;
}

.list-html-teams .team_html_item .boxes-avata {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.list-html-teams .team_html_item .boxes-avata .social_link {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    background-color: #ff6347;
    opacity: 0.8;
    line-height: 55px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.list-html-teams .team_html_item .boxes-avata .social_link a {
    margin: 0 6px;
    color: #ffffff;
}

.list-html-teams .team_html_item .name {
    font-weight: normal;
    color: #5e3c3e;
    margin-bottom: 5px;
    font-size: 16px;
}

.list-html-teams .team_html_item .subtitle {
    font-style: italic;
    color: #7a7a7a;
    font-size: 13px;
}

.list-html-teams .team_html_item:hover .boxes-avata .social_link {
    bottom: 0;
}

.list-html-content {
    text-align: right;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.list-html-content .col-sm-6 {
    text-align: right;
}

.list-html-content .line-center {
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background: #7a7a7a;
}

.list-html-content .line-center:after,
.list-html-content .line-center:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: #7a7a7a;
    position: absolute;
    left: 50%;
    margin-left: -6px;
}

.list-html-content .line-center:after {
    bottom: 0;
}

.list-html-content .col-sm-6:nth-child(2n) {
    text-align: left;
}

.list-html-content .col-sm-6:nth-child(2n) .item-content {
    padding-right: 10px;
    padding-left: 45px;
}

.list-html-content .item-content {
    padding: 20px 45px 20px 10px;
    margin-bottom: 20px;
    max-width: 410px;
    display: inline-block;
}

.list-html-content .item-content .title-list h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}

.list-html-content .item-content .desc-list {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    font-style: normal;
}

.gallery_about .sppb-carousel {
    padding: 40px 0;
    padding-bottom: 70px;
    margin-bottom: 50px;
}

.gallery_about .sppb-container {
    max-width: 1033px;
}

.gallery_about .sppb-carousel-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.gallery_about .sppb-carousel-indicators li {
    margin: 0 12px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.gallery_about .sppb-carousel-indicators li.active {
    background-color: #ff6347;
}

.sppb-addon-module {
/*    margin-bottom: 50px;*/
}

.sppb-addon-module .sppb-addon-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.slide_product_home .grid_products {
    margin: 0 -15px;
}

.slide_product_home .owl-carousel .owl-item {
    padding: 0 15px;
}

.slide_product_home .owl-dots {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 38px;
}

.slide_product_home .owl-dots .owl-dot {
    width: 12px;
    cursor: pointer;
    height: 12px;
    margin: 5px 7px;
    display: inline-block;
    background-color: #dddddd;
    border-radius: 50%;
    border: 2px solid #dddddd;
}

.slide_product_home .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border-color: #ff6347;
}

.slide_product_home .controls_navi > div {
    position: absolute;
    top: 50%;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    color: #dddddd;
    width: 30px;
    line-height: 28px;
    text-align: center;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.slide_product_home .controls_navi > div:hover {
    color: #ff6347;
    border-color: #ff6347;
}

.slide_product_home .controls_navi .owl-prev {
    left: -40px;
}

.slide_product_home .controls_navi .owl-next {
    right: -40px;
}

#fancybox-wrap {
    padding: 10px;
}

.modal-body {
    width: 800px;
}

#fancybox-content {
    border-width: 0 !important;
}

.recentArticle .item {
    margin-bottom: 20px;
}

.recentArticle .item .date {
    display: block;
}

.ob_cart {
    float: right;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    line-height: 50px;
}

.ob_cart .cart-items-number {
    display: block;
    position: relative;
    cursor: pointer;
}

.ob_cart .cart-items-number i {
    color: #333333;
    font-size: 16px;
}

.ob_cart .cart-items-number span.total_products {
    border-radius: 50%;
    color: #ffffff;
    background-color: #ff6347;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: 5px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.ob_cart .shopping_cart_content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
    width: 350px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.ob_cart .shopping_cart_content ul {
    max-height: 300px;
    overflow: auto;
}

.ob_cart .shopping_cart_content ul li {
    border-top: 1px solid #ddd;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
}

.ob_cart .shopping_cart_content ul li:first-child {
    border-top: medium none;
}

.ob_cart .shopping_cart_content .total {
    color: #2a2a2a;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: right;
}

.ob_cart .shopping_cart_content p.buttons {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.ob_cart .shopping_cart_content p.buttons a {
    border: 1px solid #dddddd;
    color: #ff6347;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 400;
    margin: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    float: left !important;
}

.ob_cart .shopping_cart_content p.buttons a:hover {
    color: #ffffff;
    background-color: #ff6347;
    border-color: #ff6347;
}

.ob_cart .shopping_cart_content p.buttons a.checkout {
    color: #ffffff;
    padding: 8px 27px;
    background-color: #ff6347;
    float: right !important;
    border-color: #ff6347;
}

.ob_cart .shopping_cart_content p.buttons a.checkout:hover {
    background-color: transparent;
    color: #ff6347;
}

.ob_cart .shopping_cart_content img {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.ob_cart .shopping_cart_content .product_name a {
    color: #5e3c3e;
    font-weight: 500;
    display: block;
    font-size: 14px;
}

.ob_cart .shopping_cart_content .product_name a:hover {
    color: #ff6347;
}

.ob_cart .shopping_cart_content .null_cart {
    text-align: center;
    padding: 10px 0;
}

.ob_cart:hover .shopping_cart_content {
    opacity: 1;
    visibility: visible;
}

.icon_top {
    margin-top: 0;
    float: right;
    margin-left: 20px;
}

.icon_top button {
    background-color: transparent;
    border: none;
    color: #333333;
    line-height: 48px;
    font-size: 12px;
}

.icon_top button:hover {
    color: #ff6347;
}

.icon_top.user_mod button {
    font-size: 16px;
}

.modal.search_products {
    background-color: rgba(11, 11, 11, 0.8);
}

.modal.search_products .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.modal.search_products .content_search {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-right: 60px;
}

.modal.search_products .content_search button {
    float: none;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #ffffff;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.modal.search_products .content_search input[type="text"] {
    float: none;
    background-color: transparent;
    color: #eee;
    font-size: 30px;
    font-weight: 900;
    padding: 6px 15px;
    border: none;
    width: 100%;
    height: auto;
}

#sp-right .sp-module {
    margin-bottom: 50px;
}

#sp-right .sp-module .sp-module-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#sp-right .search {
    position: relative;
}

#sp-right .search input[name="searchword"] {
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #b7b7b7;
    font-style: italic;
    border: 1px solid #dddddd;
    border-right: none;
    position: relative;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding-right: 40px;
    outline: none;
}

#sp-right .search button {
    background: #ff6347;
    border: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}

#sp-right .categories-module li {
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

#sp-right .categories-module li a {
    font-size: 13px;
    font-weight: 700;
    color: #5e3c3e;
}

#sp-right .categories-module li a:hover {
    color: #ff6347;
}

#sp-right .insta_container a:hover img {
    opacity: 0.7;
}

#sp-right .insta_container .instagram_image {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: 200ms;
    transition: 200ms;
}

#sp-right .tagspopular li a {
    padding: 10px 15px;
    display: inline-block;
    background: #ff6347;
    border: 1px solid #ff6347;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 4px;
}

#sp-right .tagspopular li a:hover {
    background-color: transparent;
    color: #ff6347;
}

#sp-left .left_shop .searchleft_shop {
    position: relative;
}

#sp-left .left_shop input[name="keyword"] {
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #b7b7b7;
    font-style: italic;
    border: 1px solid #dddddd;
    border-right: none;
    position: relative;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding-right: 40px;
    outline: none;
}

#sp-left .left_shop button {
    background: #ff6347;
    border: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}

#sp-left .sp-module {
    margin-bottom: 50px;
}

#sp-left .sp-module .sp-module-title {
    margin-top: 27px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#sp-left .sp-module .VMmenu li {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eeeeee;
}

#sp-left .sp-module .VMmenu li a {
    color: #5e3c3e;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

.ob_ajax_form {
    margin-top: 40px;
}

.ob_ajax_form .form_item {
    margin-bottom: 30px;
}

.ob_ajax_form .form_item input[type="text"] {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.ob_ajax_form .form_item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    height: 200px;
}

.ob_ajax_form input[type="submit"] {
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff6347;
    width: 100%;
    border: 1px solid #ff6347;
    color: #ffffff;
    padding: 7px 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.mod_obfilter .jslider_plastic {
    margin-bottom: 15px;
    margin-top: 30px;
}

.mod_obfilter .jslider_plastic .jslider-pointer {
    width: 12px;
    margin: 0;
    height: 24px;
    cursor: pointer;
    background-color: white;
    background-image: none;
    border: 3px solid #ff6347;
    border-radius: 0;
    margin-top: -5px;
}

.mod_obfilter .jslider_plastic .jslider-value {
    top: -25px;
    font-size: 12px;
}

.mod_obfilter .jslider_plastic .jslider-value span {
    position: absolute;
    left: 10px;
}

.mod_obfilter .jslider_plastic .jslider-value.jslider-pointer-to {
    margin-left: -12px !important;
}

.mod_obfilter .jslider_plastic .jslider-label {
    font-size: 12px;
    display: none !important;
    top: -24px;
}

.mod_obfilter .jslider_plastic .jslider-label span {
    position: absolute;
    left: 10px;
}

.mod_obfilter .jslider-bg i {
    background: #cccccc !important;
}

.mod_obfilter .jslider-bg i.v {
    background: #ff6347 !important;
}

.mod_obfilter button {
    background: none;
    border: none;
    color: #ff6347;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
}

.layout-cakeartrecipes #sp-component {
    width: 100%;
}

.layout-cakeartrecipes #sp-right {
    display: none;
}

.recipes_layout .btn_all {
    margin-top: 25px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.recipes_layout .btn_all a {
    display: inline-block;
    background-color: #ff6347;
    border: 1px solid #ff6347;
    padding: 8px 23px;
    font-family: Roboto Slab;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

.recipes_layout .btn_all a:hover {
    background-color: transparent;
    color: #ff6347;
}

.recipes_layout article .content-inner {
    width: 100%;
}

.recipes_layout article .content-inner .rating_recipes {
    text-align: center;
    margin-top: -30px;
    position: relative;
    z-index: 11;
}

.recipes_layout article .content-inner .rating_recipes .post_rating {
    background-color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
}

.recipes_layout article .content-inner .entry-header {
    margin-top: 0;
}

.recipes_layout article .content-inner .entry-header h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}

.recipes_layout article .content-inner .entry-header h2 a {
    font-size: 16px;
}

.recipes_layout article .content-inner .recipe_image {
    border-radius: 3px;
    position: relative;
    z-index: 10;
}

.recipes_layout article .content-inner .recipe_image a {
    position: relative;
    display: block;
}

.recipes_layout article .content-inner .recipe_image a:hover:before,
.recipes_layout article .content-inner .recipe_image a:hover:after {
    width: 100%;
    height: 100%;
}

.recipes_layout article .content-inner .recipe_image a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 9;
}

.recipes_layout article .content-inner .recipe_image a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 9;
}

.recipes_layout article .content-inner .recipe_image a.title {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.recipes_layout article .content-inner .content-wrap {
    border-bottom: none;
    padding-bottom: 30px;
}

.recipes_layout .page-header {
    text-align: center;
    border-bottom: none;
}

.recipes_layout .page-header h1 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 20px;
}

.recipes_layout .page-header .separator {
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.recipes_layout .page-header .separator:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 50%;
    left: -60px;
    background-color: #dddddd;
}

.recipes_layout .page-header .separator:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 50%;
    right: -60px;
    background-color: #dddddd;
}

.recipes_layout .cat-children {
    text-align: center;
    margin-bottom: 60px;
}

.recipes_layout .cat-children .cat_item {
    display: inline-block;
}

.recipes_layout .cat-children .cat_item h3 {
    margin: 0 10px;
}

.recipes_layout .cat-children .cat_item h3 a {
    text-decoration: none;
    color: #5e3c3e;
    font-weight: bold;
    font-size: 15px;
}

article.detail_recipe .content-inner {
    width: 100%;
}

.detail_recipe .recipe_image .entry-gallery a {
    padding: 20px 10px;
}

.detail_recipe .entry-header {
    margin-top: 25px;
    position: relative;
}

.detail_recipe .entry-header .icons {
    position: absolute;
    right: 0;
}

.detail_recipe .entry-header .icons a {
    display: inline-block;
    width: 35px;
    position: relative;
    height: 30px;
    overflow: hidden;
}

.detail_recipe .entry-header .icons a span {
    width: 35px;
    height: 30px;
    display: block;
}

.detail_recipe .entry-header .icons a span:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 30px;
    color: #cccccc;
    right: 0;
}

.detail_recipe .entry-header .icons a span.icon-print:after {
    content: "\f02f";
}

.detail_recipe .entry-header .icons a span.icon-envelope:after {
    content: "\f003";
}

.detail_recipe .entry-header .icons a span.icon-envelope:before {
    content: '';
    position: absolute;
    background: #ccc;
    height: 27px;
    width: 1px;
    left: 5px;
    top: 3px;
}

.detail_recipe .entry-header h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: normal;
    color: #5e3c3e;
}

.detail_recipe .entry-header .recipe-other {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.detail_recipe .entry-header .recipe-other .col-md-4 {
    padding-right: 0;
}

.detail_recipe .entry-header .recipe-other .col-md-8 {
    padding-right: 0;
    padding-left: 20px;
}

.detail_recipe .entry-header .recipe-other .recipe-detail-component {
    font-size: 15px;
    padding-left: 33px;
    padding-right: 20px;
    border-right: 1px solid #dddcdc;
}

.detail_recipe .entry-header .recipe-other .recipe-detail-component .detail-info {
    color: #ff6347;
    margin-bottom: 0;
}

.detail_recipe .entry-header .recipe-other .recipe-detail-component:last-child {
    border-right: none;
}

.detail_recipe .main_content {
    margin-top: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.detail_recipe .main_content .instructions {
    position: relative;
    overflow: hidden;
}

.detail_recipe .main_content .instructions .recipe_content {
    margin-bottom: 23px;
    overflow: hidden;
}

.detail_recipe .main_content .instructions .recipe_content .introduction-recipe {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 27px;
    border-bottom: 2px solid #ff6347;
    padding-bottom: 7px;
    line-height: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-family: Roboto;
}

.detail_recipe .main_content .instructions .recipe-instructions {
    margin-bottom: 75px;
}

.detail_recipe .main_content .instructions .recipe-instructions .step {
    margin-bottom: 30px;
}

.detail_recipe .main_content .instructions .recipe-instructions .step [type="checkbox"] {
    position: absolute;
    left: -999999px;
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type="radio"],
.detail_recipe .main_content .instructions .recipe-instructions .step input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label {
    text-decoration: line-through;
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label + p {
    text-decoration: line-through;
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ff6347;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox] + label:after {
    content: "✔";
    position: absolute;
    top: -2px;
    left: 2px;
    font-size: 13px;
    color: #09ad7e;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s;
}

.detail_recipe .main_content .instructions .recipe-instructions .step label {
    color: #ff6347;
    line-height: 100%;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    margin-bottom: 25px;
}

.detail_recipe .main_content .instructions .recipe-instructions .step p {
    line-height: 24px;
}

.detail_recipe .main_content .instructions .sp-social-share ul {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.detail_recipe .main_content .instructions .sp-social-share ul li {
    display: table-cell;
    padding-right: 10px;
}

.detail_recipe .main_content .instructions .sp-social-share ul li a {
    display: table-cell;
    border: 1px solid #eeeeee;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
}

.detail_recipe .main_content .instructions .sp-social-share ul li a.facebook {
    color: #4c67a2;
}

.detail_recipe .main_content .instructions .sp-social-share ul li a.twitter-share-button {
    color: #00acee;
}

.detail_recipe .main_content .instructions .sp-social-share ul li a.google {
    color: #d77066;
}

.detail_recipe .recipe-ratings {
    border: 1px solid #dddddd;
    padding: 30px;
    padding-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.detail_recipe .recipe-ratings .rating-title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: Roboto;
}

.detail_recipe .ingredients {
    color: #ffffff;
    background-color: #5e3c3e;
    padding: 30px;
    padding-bottom: 15px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.detail_recipe .ingredients .ingredients-title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
}

.detail_recipe .ingredients [type="checkbox"] {
    position: absolute;
    left: -999999px;
}

.detail_recipe .ingredients [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
    border: none;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.detail_recipe .ingredients [type="checkbox"] + label:after {
    content: "✔";
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 13px;
    color: #09ad7e;
    opacity: 1;
    transform: scale(0);
    transition: all 0.2s;
}

.detail_recipe .ingredients [type="checkbox"]:checked + label {
    text-decoration: line-through;
}

.detail_recipe .ingredients [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.detail_recipe .ingredients label {
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 15px;
}

.relate_recipes {
    margin-top: 60px;
}

.relate_recipes .sp-module-title {
    line-height: 100%;
    margin-bottom: 40px;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
}

.relate_recipes article .content-inner .content-wrap {
    border-bottom: none;
    padding-bottom: 0;
}

.mod_search_recipes {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-image: url(../images/icon-box-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px;
    padding-bottom: 55px;
    margin-top: -175px;
}

.mod_search_recipes:before {
    position: absolute;
    content: "";
    display: block;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 36px;
    border: 1px dashed #eeeeee;
}

.mod_search_recipes .sp-module-title {
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 70px;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-bottom: 40px;
}

.mod_search_recipes .sp-module-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    background-color: #dddddd;
}

.mod_search_recipes .sp-module-title:after {
    background-image: url('../images/cupcake.png');
    position: absolute;
    content: "";
    width: 40px;
    left: 50%;
    height: 18px;
    background-repeat: no-repeat;
    bottom: -8px;
    background-color: #ffffff;
    margin-left: -20px;
    z-index: 2;
    background-position: center;
}

.mod_search_recipes .search-recipe {
    margin-top: 20px;
}

.mod_search_recipes .search-recipe label {
    font-weight: normal;
}

.mod_search_recipes .search-recipe select,
.mod_search_recipes .search-recipe input[type="text"] {
    width: 100%;
    margin-bottom: 30px;
    color: #7a7a7a;
    padding: 0 10px;
    line-height: 44px;
    height: inherit;
    -webkit-appearance: none;
}

.mod_search_recipes .search-recipe .select_opt {
    position: relative;
}

.mod_search_recipes .search-recipe .select_opt:before {
    position: absolute;
    background-color: #ffffff;
    right: 16px;
    border-radius: 5px;
    top: 27px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    width: 20px;
    text-align: center;
    content: "\f0d7";
    font-family: FontAwesome;
    display: block;
}

.mod_search_recipes .search-recipe select {
    height: 44px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
}

.mod_search_recipes .search-recipe button {
    background-color: #ff6347;
    color: #ffffff;
    font-family: Roboto Slab;
    border: 1px solid #ff6347;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 25px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-appearance: none;
}

.mod_search_recipes .search-recipe button:hover {
    background-color: #333333;
    border-color: #333333;
}

button:focus {
    outline: 0 !important;
    background-color: transparent !important;
}

#sp-page-title .sp-page-title {
    text-align: center;
    height: 310px;
    display: table;
    width: 100%;
    margin-bottom: 80px;
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
}

#sp-page-title .sp-page-title .container {
    display: table-cell;
    vertical-align: middle;
}

#sp-page-title .sp-page-title h1 {
    font-size: 56px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

.error-404 .page-content {
    padding: 170px 0 90px;
    text-align: center;
    margin-bottom: 105px;
}

.error-404 .page-content p {
    color: #999999;
    font-size: 14px;
    margin: 0;
}

.error-404 .page-content span {
    display: inline-block;
    zoom: 1;
    font-size: 192px;
    margin: 0 20px;
    vertical-align: middle;
    color: #ff6347;
}

.error-404 .page-content img {
    display: inline-block;
}

.error-404 .page-content h1 {
    color: #222222;
    font-size: 36px;
    margin-top: 15px;
}

.com-users #sp-component h1 {
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-transform: none;
}

.com-users #sp-component form {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    width: 600px;
    border-radius: 5px;
}

.com-users #sp-component form .form-links li {
    padding-right: 15px;
}

.com-users #sp-component form .group-control input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: 0;
    line-height: 22px;
    height: inherit;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background-color: #fff;
}

.com-users #sp-component form .group-control input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.com-users #sp-component form button[type="submit"] {
    width: inherit;
}

.com-users #sp-component form a.btn-danger {
    background-color: transparent;
    color: #ff6347;
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .sp_ob_homeslider .sppb-item {
        height: 415px;
    }
}

@media (min-width: 992px) {
    .grid_products .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sppb-addon-feature .pull-left {
        float: none !important;
        text-align: center;
    }

    .sppb-addon-feature .sppb-media-body {
        text-align: center;
    }

    .sp_ob_homeslider {
        padding-bottom: 200px;
    }

    .sp_ob_homeslider .sppb-item .sppb-carousel-caption {
        text-align: center;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
        top: 30px;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h5 {
        margin-bottom: 20px;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h2 {
        margin-bottom: 25px;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time {
        margin-bottom: 20px;
    }

    .cmc-signup .label_form {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .cmc-signup .label_form .burst {
        top: 15px;
    }

    .cmc-signup .form_cmc {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cmc-signup .form_cmc button {
        left: inherit;
        right: 30px;
        top: 18px;
    }

    #sp-social {
        padding: 20px 0;
    }

    #sp-bottom .row > div {
        margin-bottom: 30px;
    }

    #sp-bottom .row > div:nth-child(2n+1) {
        clear: both;
    }

    .modal-body {
        width: 660px;
    }

    .modal-body .ob_lightbox_shop .slide {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .offcanvas-menu .offcanvas-inner .sp-module ul li {
        display: block;
    }

    .offcanvas-menu .offcanvas-inner .sp-module ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }
}

@media (max-width: 767px) {
    .sp_ob_homeslider {
        padding: 50px 0;
    }

    .sp_ob_homeslider .sppb-item .sppb-carousel-caption {
        margin: 0;
    }

    .sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text {
        text-align: center;
    }

    .sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text h2 {
        margin-bottom: 25px;
        line-height: 45px;
        font-size: 35px;
    }

    #sp-page-builder .page-content .sppb-section.box_featured {
        margin-top: 0;
    }

    #sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row > div {
        margin-top: 20px;
    }

    .sp_ob_opening_slider {
        background-size: cover;
        background-position: center center;
    }

    .sp_ob_opening_slider .sppb-carousel-inner {
        padding: 50px 0;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .bg_img {
        display: none;
    }

    .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
        position: relative;
        top: inherit;
    }

    #sp-social {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .cmc-signup label .title_cmc {
        font-size: 18px;
    }

    .cmc-signup .label_form {
        padding-bottom: 0;
    }

    .cmc-signup .form_cmc {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .cmc-signup .form_cmc .controls input {
        box-sizing: border-box;
    }

    .cmc-signup .form_cmc button {
        left: inherit;
        right: 15px;
    }

    .social-icons {
        margin: 0;
        text-align: center;
    }

    .social-icons li {
        margin-left: 10px;
    }

    #sp-bottom .col-xs-10 {
        margin-bottom: 30px;
        text-align: center;
    }

    .grid_products .item .wrap .feature-image:before {
        display: none;
    }

    .grid_products .item .wrap .feature-image .icon {
        display: none;
    }

    .ob_cart .shopping_cart_content {
        width: 282px;
    }

    .ob_cart .shopping_cart_content p.buttons a.checkout {
        padding: 9px 15px;
    }

    .ob_cart .shopping_cart_content p.buttons a {
        padding: 10px 15px;
    }

    .col-xs-10 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #sp-top2 {
        text-align: left;
    }

    #sp-top2 .nav > li > a {
        padding-left: 0;
        padding-top: 0;
    }
}

.font-big {
    font-size: 15px;
    color: #fff;
}

.pull-lefts {
    font-size: 13px;
}

.heading__primarys {
    font-weight: normal;
    color: #2a2a2a;
    margin-top: 0;
    padding: 0 15px;
    font-family: Roboto Slab, sans-serif;
    font-size: 20px;
}

#sp-bottom1 {
    padding-top: 50px
}

#sp-bottom2 {
    padding-top: 50px
}

#sp-bottom3 {
    padding-top: 50px
}

#sp-bottom4 {
    padding-top: 50px
}

.sp-module-content ul li i {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px
}

.fa-facebook-official:hover {
    color: #3B5998;

}

.fa-twitter-square:hover {
    color: #1dcaff;
}

.fa-google-plus-square:hover {
    color: #d34836;
}

.padding_bottom1 {
    padding-bottom: 20px;
}

.owl-carousel.owl-loaded {
    display: inline-block;
}

.img-wrap {
    background-size: cover;
    background-position: bottom;
    height: 300px;
    width: 300px;
}

.img-wrap img {
    visibility: hidden;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

.bannner-herd {}

@media only screen and (max-width: 720px) {
    .bannner-herd {
        font-size: 36px;
    }
}

@media only screen and (max-width: 450px) {
    .bannner-herd {
        font-size: 16px;
    }
}