@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
    font-family: 'humanst521_lt_btlight';
    src: url("../fonts/hum521l-webfont.woff2") format("woff2"), url("../fonts/hum521l-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.font-size10 {
    font-size: 10px;
}
.font-size11 {
    font-size: 11px;
}
.font-size12 {
    font-size: 12px;
}
.font-size13 {
    font-size: 13px;
}
.font-size14 {
    font-size: 14px;
}
.font-size15 {
    font-size: 15px;
}
.font-size16 {
    font-size: 16px;
}
.font-size17 {
    font-size: 17px;
}
.font-size18 {
    font-size: 18px;
}
.font-size19 {
    font-size: 19px;
}
.font-size20 {
    font-size: 20px;
}
.font-size21 {
    font-size: 21px;
}
.font-size22 {
    font-size: 22px;
}
.font-size23 {
    font-size: 23px;
}
.font-size24 {
    font-size: 24px;
}
.font-size25 {
    font-size: 25px;
}
body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    overflow-x: hidden;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.humanst-font {
    font-family: 'humanst521_lt_btlight';
    font-size: 18px;
}
p {
    font-family: 'humanst521_lt_btlight';
    font-size: 18px;
}
.clr {
    clear: both;
}
.text-white {
    color: #fff;
}
.text-off {
    color: #C9CBCC;
}
.text-off2 {
    color: #979598;
}
.text-bold {
    font-weight: bold;
}
.text-theme {
    color: #e52026;
}
.margin-tb {
    margin-top: 10px;
    margin-bottom: 10px;
}
.row_5 {
    margin-left: -5px;
    margin-right: -5px;
}
.pad0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pad5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}
.bottom10 {
    margin-bottom: 10px;
}
.height30 {
    height: 30px;
}
.padpm5 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
textarea {
    resize: vertical;
}
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
.display-flex {
    display: block;
}
}
a {
    color: #30afd6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus {
    text-decoration: none;
    color: #1792b8;
}
.height5 {
    height: 5px;
    clear: both;
}
.height10 {
    height: 10px;
    clear: both;
}
.height20 {
    height: 20px;
    clear: both;
}
.height30 {
    height: 30px;
    clear: both;
}
.relative_block {
    position: relative;
    z-index: 2;
}
.rounded-0 {
    border-radius: 0;
}
.margin-padding0 {
    margin: 0;
    padding: 0;
}
ul.list {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
ul.list.whitecolor li a {
    color: #fff;
}
ul.list li {
    margin-left: 15px;
    font-family: 'humanst521_lt_btlight';
    font-size: 18px;
    padding-bottom: 6px;
}
ul.list2 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
ul.list2 li {
    margin: 0;
    padding: 0 10px 5px 0;
    min-width: 30%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
ul.list2 li {
    min-width: 100%;
}
}
ul.list2 li:before {
    font-family: 'FontAwesome';
    content: "\f178";
    color: #B88E63;
    margin-right: 5px;
}
.line-full {
    border-bottom: 1px solid rgba(184, 142, 99, 0.4);
    padding-bottom: 10px;
}
.img-100 {
    width: 100%;
}
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1000px) {
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
.bg-off {
    background-color: #f4f4f4;
}
#back-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1000;
    display: none;
    margin-left: 500px;
    width: 35px;
    height: 35px;
    background: #e52026;
    border: 1px solid #fff;
    color: white;
    text-align: center;
    cursor: pointer;
}
#back-top:hover {
    color: white;
    border: 1px solid #78b533;
    background: #78b533;
}
#back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.header-height {
    height: 70px;
    width: 100%;
    clear: both;
    display: block;
}

@media (max-width: 1000px) {
.header-height {
    height: 95px;
}
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #78b533;
}

@media (max-width: 1000px) {
header {
    height: 95px;
}
}
header ul.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    float: right;
    width: auto;
    margin-top: 15px;
}
header ul.top-menu li {
    width: auto;
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin: 0 5px;
    color: #000;
    position: relative;
    vertical-align: top;
}
header ul.top-menu li.dropdown.open a {
    background-color: #029aaf;
    color: #fff;
}
header ul.top-menu li .uservalue {
    float: left;
    display: block;
    width: 60px;
    padding-top: 8px;
    margin-left: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: #e52026;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1000px) {
header ul.top-menu li .uservalue {
    display: none;
}
}
header ul.top-menu li .cartvalue {
    float: left;
    display: block;
    width: 70px;
    padding-top: 8px;
    margin-left: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: #029aaf;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1000px) {
header ul.top-menu li .cartvalue {
    display: none;
}
}
header ul.top-menu li a {
    float: left;
}
header ul.top-menu li a.icon-pad {
    border: 1px solid #e52026;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    color: #e52026;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1000px) {
header ul.top-menu li a.icon-pad {
    width: 30px;
    height: 30px;
    line-height: 27px;
}
}
header ul.top-menu li a.icon-pad:hover {
    background-color: #e52026;
    color: #fff;
}
header ul.top-menu li a i {
    font-size: 22px;
}

@media (max-width: 1000px) {
header ul.top-menu li a i {
    font-size: 17px;
}
}
header ul.top-menu li a.cart, header ul.top-menu li a.bell {
    position: relative;
}
header ul.top-menu li a.cart:before, header ul.top-menu li a.bell:before {
    display: none;
}
header ul.top-menu li a.cart span, header ul.top-menu li a.bell span {
    position: absolute;
    top: 0px;
    right: -3px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #78b533;
    text-align: center;
    font-size: 10px;
    display: block;
    color: #fff;
    line-height: 14px;
    font-weight: bold;
}
.flexblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 5px;
}

@media (max-width: 1000px) {
.flexblock {
    display: block;
}
}
.flexblock .logoblock {
    float: left;
    width: 300px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 1000px) {
.flexblock .logoblock {
    width: 250px;
}
}
.flexblock .logoblock .menumobile {
    width: 40px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    float: left;
    font-size: 29px;
    color: #029aaf;
}

@media (max-width: 1000px) {
.flexblock .logoblock .menumobile {
    /*margin-top: 12px;*/
    margin-top: 0px;
    font-size: 24px;
    width: auto;
    margin-right: 4px;
}
}
.flexblock .logoblock .logo {
    display: block;
    float: left;
    padding: 2px 0px;
}

@media (max-width: 1000px) {
.flexblock .logoblock .logo {
    width: 150px;
    padding: 6px 0px;
}
}
.flexblock .col-2 {
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 1000px) {
.flexblock .col-2 {
    position: relative;
    top: -95px;
}
}
.flexblock .col-1 {
    flex-grow: 15;
    max-width: 100%;
}
.search {
    width: 100%;
    float: left;
    display: block;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 1000px) {
.search {
    width: 100%;
    padding: 0px 5px;
}
}
.search .input-group {
    margin-bottom: 0;
}
.search .input-group .form-control {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.search .input-group .form-control:focus {
    border-color: #78b533;
    border-right-color: transparent;
    outline: none;
}
.search .input-group .btn-search {
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    color: #fff;
    background-color: #78b533;
}
.search .input-group .btn-search i {
    position: relative;
    top: 1px;
}
.search .input-group .btn-search:hover {
    background-color: #e52026;
}
.search #suggesstion-box {
    position: absolute;
    top: 100%;
    left: 17px;
    z-index: 50;
    background-color: #fff;
    width: 96.333%;
    max-height: 350px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.search #suggesstion-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 101%;
    display: block;
    min-height: 100px;
    max-height: 360px;
    overflow-y: auto;
    position: relative;
    right: -4px;
}
.search #suggesstion-box ul li {
    width: 100%;
    display: block;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.search #suggesstion-box ul li:hover {
    background-image: linear-gradient(to right, #ffffff, #fbfbfb, #f7f7f7, #f3f3f3, #efefef);
    border-bottom: 1px solid #efefef;
}
.search #suggesstion-box ul li img {
    margin-right: 10px;
}
.search #suggesstion-box ul li .btn-filled {
    float: right;
    background-color: #FFBB6E;
    color: #000;
    text-align: center;
    padding: 1px 10px;
    display: inline-table;
    /*margin-top: 12px;*/
}
.left-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    z-index: 100;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 1000px) {
.left-menu {
    top: 50px;
}
}
.left-menu.open {
    left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.left-menu ul li {
    display: block;
}
.left-menu ul li a.li-style {
    display: block;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.left-menu ul li a.li-style:hover {
    background-color: #faf8f5;
    color: #029aaf;
}
.left-menu ul li:last-child a.li-style {
    border-bottom: none;
}
.left-menu ul li.mega-dropdown.open a.li-style {
    background-color: #faf8f5;
    color: #029aaf;
}
.left-menu ul li .mega-dropdown-menu {
    width: 500px;
    top: 0px;
    left: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
.left-menu ul li .mega-dropdown-menu {
    width: 100%;
    left: 0;
    top: inherit;
    height: 450px;
    overflow-y: auto;
}
}
.dropdown-style {
    width: 270px !important;
    margin: 0;
    padding: 5px;
    border-radius: 0;
}
.dropdown-style:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 5px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
}
.dropdown-style:after {
    content: '';
    position: absolute;
    top: -9px;
    right: 6px;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    border-left: 9px solid transparent;
}
.dropdown-style ul.addcart {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 170px;
    overflow-y: auto;
}
.dropdown-style ul.addcart li {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #efefef;
}
.dropdown-style ul.addcart li .product-list {
    display: flex;
    align-items: center;
}
.dropdown-style ul.addcart li .product-list .imgblock {
    width: 25%;
    float: left;
    padding: 5px;
}
.dropdown-style ul.addcart li .product-list .contentblock {
    width: 75%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    position: relative;
}
.dropdown-style ul.addcart li .product-list .contentblock .close {
    position: relative;
    float: right;
    z-index: 1;
    cursor: pointer;
    color: red;
    font-size: 15px;
}
.dropdown-style ul.addcart li .product-list .contentblock .qty-rs {
    background-color: #eee;
    margin: 4px 0 0 0;
    padding: 4px 8px;
    font-size: 12px;
}
.dropdown-style ul.addcart li .product-list .contentblock .qty-rs .text-info {
    font-weight: bold;
    font-size: 13px;
}
.dropdown-style .checkout {
    display: block;
    width: 100%;
    border-radius: 0;
}
.menu-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.menu-overlay.open {
    display: block;
}
.menu-block {
    width: auto;
    display: block;
    float: right;
    position: relative;
}

@media (max-width: 1000px) {
.menu-block {
    width: 230px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 50;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
}
.menu-block.open {
    left: 0;
}
.menu-block ul.navbar-nav {
    margin-top: 12px;
}

@media (max-width: 1100px) {
.menu-block ul.navbar-nav {
    margin-top: 0px;
}
}

@media (max-width: 1000px) {
.menu-block ul.navbar-nav {
    margin-top: 55px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
.menu-block ul.navbar-nav li a {
    color: #000;
    font-family: "Oswald", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    position: relative;
}
.menu-block .nav > li > a:focus, .menu-block .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #029aaf;
}
.menu-block .mega-dropdown {
    position: static !important;
}
.menu-block .mega-dropdown .mega-dropdown-menu {
    padding: 0px;
    width: 400px !important;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.menu-block .mega-dropdown .mega-dropdown-menu:before {
    position: absolute;
    top: -10px;
    left: 185px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 10px 13px;
    border-color: transparent transparent #ddd transparent;
}
.menu-block .mega-dropdown .mega-dropdown-menu:after {
    position: absolute;
    top: -9px;
    left: 186px;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #faf8f5 transparent;
}

@media (max-width: 1000px) {
.navbar-nav {
    margin: 0;
}
}
/*==========Mega-Menu==========*/
.features {
    padding: 10px;
}
.features.light-brown {
    background-color: #faf8f5;
}
.features .v-tabs .v-tab-head a,  .features .v-tabs a.v-tab-head {
    color: #292929;
    cursor: pointer;
    display: block;
    padding: 8px 20px 8px 8px;
    border-right: 1px solid #029aaf;
    margin: 0;
    text-align: right;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    line-height: 18px;
}
.features .v-tabs .v-tab-head a.active, .features .v-tabs .v-tab-head a:hover,  .features .v-tabs a.v-tab-head.active,  .features .v-tabs a.v-tab-head:hover {
    color: #029aaf;
    text-decoration: none;
}
.features .v-tabs .v-tab-head a {
    position: relative;
    display: block;
}
.features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
    content: "";
    border-style: solid;
    border-width: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.features .v-tabs .v-tab-head a.active::before {
    border-color: #029aaf transparent transparent;
}
.features .v-tabs .v-tab-head a.active::after {
    margin-right: -1px;
    border-color: #faf8f5 transparent transparent;
}
.features .v-tabs a.v-tab-head {
    border: none;
    padding: 10px 0;
    text-align: left;
    position: relative;
}
.features .v-tabs a.v-tab-head:after {
    color: #e2dcd6;
    content: "\e81c";
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.features .v-tabs a.v-tab-head.active::after {
    color: #3c6;
    content: "\e81c";
}
.features .v-tabs .v-tab-pane {
    padding: 0 15px;
}
.features .v-tabs .v-tab-pane ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.features .v-tabs .v-tab-pane ul .imgblock {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 0.4;
}

@media (max-width: 1000px) {
.features .v-tabs .v-tab-pane ul .imgblock {
    display: none;
}
}
.features .v-tabs .v-tab-pane ul .imgblock2 {
    position: absolute;
    top: -10px;
    right: -10px;
}

@media (max-width: 1000px) {
.features .v-tabs .v-tab-pane ul .imgblock2 {
    display: none;
}
}
.features .v-tabs .v-tab-pane ul li {
    color: #292929;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    z-index: 2;
}
.features .v-tabs .v-tab-pane ul li a {
    color: #000;
}
.features .v-tabs .v-tab-pane ul li a:hover {
    color: #029aaf;
}
.features .v-tabs .v-tab-pane .in {
    border-top: none;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
.features.light-brown {
    border-top: 0 none;
}
.features h2.section-title {
    font-size: 32px;
}
.features .v-tabs .v-tab-pane .in {
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
/*-----other-banner------*/
.other-banner {
    width: 100%;
    position: relative;
    display: block;
}
.other-banner img {
    width: 100%;
}

@media (max-width: 767px) {
.other-banner {
    height: 100px;
}
.other-banner img {
    width: auto;
    height: 100%;
}
}
.other-banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.other-banner .content {
    position: absolute;
    bottom: 100px;
    left: 0px;
    display: block;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.other-banner .content h1 {
    margin-bottom: 2px;
}
/*--End-Slider--------------->*/
a.pt-link-underline {
    display: inline-block;
    position: relative;
    color: #C3F7EC;
}
a.pt-link-underline:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '';
    color: transparent;
    background: #C3F7EC;
    height: 2px;
    -webkit-transition: width .2s;
    transition: width .2s;
}
a.pt-link-underline:hover:before {
    width: 0%;
}
/*---OWL-CAROUSEL---*/
.offer-carousel .owl-dots.disabled, .offer-carousel .owl-nav.disabled {
    display: none;
}
.offer-carousel a {
    margin-left: 10px;
}
.slider-carousel {
    position: relative;
}
.slider-carousel .owl-nav.disabled {
    display: none;
}
.slider-carousel .owl-dots {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
}
.slider-carousel .owl-dots .owl-dot {
    width: 17px;
    height:17px;
    background-color: #fbf8f8;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
	border: solid 2px #ed1b24;
    border-radius: 50%;
}
.slider-carousel .owl-dots .owl-dot.active {
    width: 17px;
    /*background-color: $theme-color;*/
    background-color: #ed1b24;
}
.carousel-style .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.carousel-style .owl-dots .owl-dot {
    width: 10px;
    margin: 10px 3px;
    display: inline-block;
}
.carousel-style .owl-dots .owl-dot span {
    display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}
.carousel-style .owl-dots .owl-dot.active span {
    background-color: #fff;
    border: 1px solid #fff;
}
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
.carousel-style .owl-nav {
    visibility: hidden;
}
.carousel-style .owl-nav  i {
    font-size: 20px;
    line-height: 45px;
}
.carousel-style .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 25px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.carousel-style .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
    width: 25px;
    height: 45px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-style:hover .owl-nav {
    visibility: visible;
}
.carousel-style2 .owl-nav i {
    font-size: 52px;
}
.carousel-style2 .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
}
.carousel-style2 .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
}

/*---End-OWL-CAROUSEL---*/
@media (max-width: 1000px) {
.hidden-small {
    display: none !important;
}
}
.img-zoom {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-zoom img {
    transition: transform .2s;
}
.img-zoom:hover img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}
.imgstyleblock {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.imgstyleblock span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 15px;
    color: white;
    /*mix-blend-mode: difference;*/
    font-weight: bold;
    background: #4a5d25a6;
}
.imgstyleblock span:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    background: #fff;
    height: 1px;
    -webkit-transition: width .2s;
    transition: width .2s;
}
.imgstyleblock:hover span:before {
    width: 100%;
}
.offerblock {
    width: 100%;
    display: block;
    position: relative;
}
.offerblock .contentblock {
    position: absolute;
    bottom: 20px;
    width: 90%;
    height: 40px;
    z-index: 1;
    color: #000;
    font-size: 15px;
    text-align: center;
}
.offerblock .contentblock h4 {
    margin: 0;
    padding: 0;
}
/*--Paralax-css-----*/
.patteren {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}
.patteren:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background-color: #029aaf;
    opacity: 0.4;
}
.patteren:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 420px 420px 0 0;
    border-color: #029aaf transparent transparent transparent;
    opacity: 0.4;
}
.fixed_img {
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 100% !important;
    display: block;
}
.sec-bg1 {
    background: url(../images/resource/paralax-1.jpg) no-repeat center;
}
.sec-bg2 {
    background: url(../images/resource/paralax-2.jpg) no-repeat right;
}
/*--End-Paralax-css-----*/
.sideimg {
    position: relative;
    width: 100%;
    display: block;
	margin-top: 36px;
}
.produvtslider {
    width: 100%;
    display: block;
}
.produvtslider .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
.produvtslider .heading:after {
    content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.product-item-info {
    width: 100%;
    height:250px;
    min-height: 230px;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.product-item-info .percentage {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #029aaf;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.product-item-info .imgblock {
    width: 50%;
    display: block;
    float: left;
}
.product-item-info .contentblock {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    padding: 15px;
}
.product-item-info .contentblock h4 {
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
    min-height: 80px;
}
.product-item-info .contentblock p {
    color: #029aaf;
    font-weight: bold;
}
.product-item-info .addtocart {
    position: absolute;
    bottom: -100%;
    left: 20px;
    z-index: 1;
    margin: auto;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    outline: none;
    border: 1px solid #029aaf;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item-info .addtocart:hover {
    background-color: #029aaf;
    color: #fff;
}
.product-item-info .overlayblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.product-item-info .overlayblock .out-of-stock {
    width: 70%;
    height: 30px;
    background-color: #6A6A6A;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.product-item-info:hover .addtocart {
    bottom: 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item-one {
    width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.product-item-one .imgblock {
    width: 100%;
    display: block;
}
.product-item-one .contentblock {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    padding: 15px;
    text-align: center;
    min-height: 110px;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
.product-item-one .contentblock {
    min-height: 150px;
}
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
.product-item-one .contentblock {
    min-height: 75px;
}
}
.product-item-one p {
    font-size: 15px;
    margin: 0;
    padding-bottom: 5px;
}
.testimonial-block {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.testimonial-block .imgblock {
    width: 20%;
    display: block;
    float: left;
}
.testimonial-block .contentblock {
    background: url(../images/testimonial/tebg.png) no-repeat right top;
    width: 80%;
    height: 100%;
    display: block;
    float: left;
    padding: 10px;
}
.testimonial-block .contentblock p {
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.newsletter {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px 25px;
}
.newsletter .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
.newsletter .form-control {
    border-color: #e8e8e8;
    background-color: #f7f7f7;
    border-radius: 0;
    height: 40px;
}
.newsletter .btn {
    border-radius: 0;
    background-color: #029aaf;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.proname {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}
.proname h4 {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proname p {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contactblock {
    display: block;
    padding: 10px;
    min-height: 371px;
    margin-top: 20px;
    background-color: #fff;
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
.contactblock {
    min-height: 394px;
}
}
.contactblock h4 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
}
.rightfooter {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    padding: 0 15px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
.rightfooter {
    display: block;
}
}
.rightfooter.logo {
    width: 20%;
    float: left;
}
.rightfooter ul.footer-social {
    width: 40%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 767px) {
.rightfooter ul.footer-social {
    width: 100%;
    display: block;
    text-align: left;
}
}
.rightfooter ul.footer-social li {
    display: inline-block;
    width: auto;
    margin: 5px 3px;
    vertical-align: top;
}
.rightfooter ul.footer-social li a {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #029aaf;
    color: #029aaf;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
}
.rightfooter ul.footer-social li a:hover {
    background-color: #029aaf;
    color: #fff;
}
.rightfooter ul.iconpay {
    width: 40%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 767px) {
.rightfooter ul.iconpay {
    width: 100%;
    display: block;
}
}
.rightfooter ul.iconpay li {
    display: inline-block;
    width: auto;
    margin: 5px 3px;
    vertical-align: top;
}
.brandblock {
    width: 100%;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
}
.info-wrapper {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.info-wrapper .container-fluid .infolist {
    border-right: 1px solid #ddd;
    padding: 0;
}
.info-wrapper .container-fluid .infolist:last-child {
    border-right: none;
}
.info-wrapper .container-fluid .infolist .infolist-block {
    padding: 20px;
    position: relative;
    height: 100%;
    display: block;
    text-align: center;
}
footer {
    background-color: #2c2c2c;
}
footer .footer-about {
    color: #fff;
    display: block;
    width: 100%;
}
footer .footer-about .heading {
    width: 100%;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
footer .footer-about .heading:after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
footer .footer-about p {
    font-size: 14px;
}
footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    font-size: 12px;
    color: #D0D0D0;
}
.left-side {
    display: block;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}
.left-side h4 {
    font-size: 18px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #e52026;
}
.left-side ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.left-side ul li {
    width: 100%;
    display: block;
    padding: 3px 0;
    font-size: 14px;
}
.left-side ul li a {
    color: #000;
    position: relative;
    padding-left: 10px;
}
.left-side ul li a:before {
    content: "\e81a";
    font-family: 'icomoon';
    font-size: 11px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}
.left-side ul li a:hover {
    color: #029aaf;
}
.right-side {
    display: block;
    width: 100%;
}
.right-side .heading {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    padding: 7px 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    color: #e52026;
}
.checkleft {
    position: relative;
    padding: 5px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.checkleft input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
.checkleft input[type=checkbox] {
    display: none;
}
.checkleft input[type=checkbox] + label {
    font-weight: normal;
}
.checkleft input[type=checkbox] + label:before {
    font-family: 'icomoon';
    content: "\f17b";
    border: 0.1em solid #666;
    border-radius: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right: 6px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
.checkleft input[type=checkbox] + label:active:before {
    transform: scale(0);
}
.checkleft input[type=checkbox]:checked + label:before {
    background-color: #029aaf;
    border-color: #029aaf;
    color: #fff;
}
.checkleft input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}
.checkleft input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
.spinner-block {
    display: inline-block;
    width: 50px;
}
.spinner-block .form-control {
    border-radius: 3px;
    text-align: center;
    padding: 4px;
}
.btn-theme {
    background-color: #78b533;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    border-color: #78b533;
}
.btn-save {
    background: none;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.product-pack-sizes {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.product-pack-sizes .heading {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 5px 0;
}
.product-pack-sizes .pack-size {
    display: block;
    margin-bottom: 5px;
}
.product-pack-sizes .pack-size label {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
    font-weight: normal;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    padding: 10px;
}
.product-pack-sizes .pack-size label .qty {
    padding-right: 20px;
    color: #029aaf;
    min-width: 60px;
    display: inline-block;
}
.product-pack-sizes .pack-size label .price {
    padding-right: 10px;
}
.product-pack-sizes .pack-size label .a-price {
    padding-right: 10px;
    color: #666;
}
.product-pack-sizes .pack-size label .off {
    color: #c73b4a;
}
.product-pack-sizes .pack-size label input[type="radio"] {
    display: none;
}
.product-pack-sizes .pack-size label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.product-pack-sizes .pack-size label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    z-index: 2;
}
.product-pack-sizes .pack-size label input[type="radio"]:checked + :after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: green;
    border-radius: 50%;
}
.product-pack-sizes .pack-size label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.product-pack-sizes .pack-size .cr {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-pack-sizes .pack-size .cr .cr-icon {
    margin-left: 5px;
    margin-top: 3px;
    color: #9cc63e;
    font-size: 20px;
}
/*--contact-style------*/
.contact_input_area .form-group input, .contact_input_area .form-group select, .contact_input_area .form-group textarea {
    border-radius: 3px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15);
    font-weight: 300;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}
.contact_input_area .form-group input:focus, .contact_input_area .form-group select:focus, .contact_input_area .form-group textarea:focus {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
    border: none;
}
.contact_input_area .form-group textarea {
    height: 150px;
}
.contact_input_area .btn-info {
    background-color: #78b533;
    border-color: #E7E7E7;
    color: #000000;
    font-size: 16px;
}
.contact_input_area .btn-info:hover {
    background-color: #78b533;
    border-color: #78b533;
    color: #fff;
}
.contact-det {
    display: block;
}
.contact-det p {
    position: relative;
    padding-left: 50px;
    padding-bottom: 15px;
}
.contact-det p i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.contact-det .contact-icon {
    font-size: 20px;
    color: #fff;
    background-color: #e41e24;
    margin-top: 0px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    float: left;
}
/*--End-contact-style------*/
.cart-section {
    display: block;
    width: 100%;
}
.cart-section .heading {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.cart-section .heading .c-title {
    width: auto;
    float: left;
    padding-top: 5px;
}
.cart-section .heading .p-button {
    width: auto;
    float: right;
}

@media (max-width: 767px) {
.cart-section .heading .p-button {
    float: left;
    margin-top: 7px;
}
}
.cart-section .items-list {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.cart-section .items-list.heading-bg {
    background-color: #666;
    color: #fff;
}
.cart-section .items-list .item-description {
    width: 45%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
    text-align: left;
}
.cart-section .items-list .item-description .mob-view {
    display: none;
}

@media (max-width: 767px) {
.cart-section .items-list .item-description {
    width: 70%;
}
.cart-section .items-list .item-description .mob-view {
    display: block;
    border-top: 1px solid #eee;
    padding: 3px 0;
    font-size: 12px;
}
.cart-section .items-list .item-description .mob-view .p-price {
    display: inline-block;
}
.cart-section .items-list .item-description .mob-view del {
    color: #666;
    display: inline-block;
    margin-left: 3px;
}
.cart-section .items-list .item-description .mob-view .p-saving {
    display: block;
    color: #029aaf;
}
}
.cart-section .items-list .item-description .t-name {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 14px;
}
.cart-section .items-list .item-description .proname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
}

@media (max-width: 767px) {
.cart-section .items-list .item-description .proname {
    margin-bottom: 5px;
}
}
.cart-section .items-list .unit-price {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}
.cart-section .items-list .unit-price del {
    display: block;
    color: #666;
    line-height: 13px;
}

@media (max-width: 767px) {
.cart-section .items-list .unit-price {
    display: none;
}
}
.cart-section .items-list .quantity {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
.cart-section .items-list .quantity {
    width: 30%;
}
}
.cart-section .items-list .quantity .cancel-item {
    position: relative;
    display: none;
    width: 25px;
    height: 25px;
    float: right;
    top: -3px;
    z-index: 5;
    color: red;
    font-size: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

@media (max-width: 767px) {
.cart-section .items-list .quantity .cancel-item {
    display: block;
}
}
.cart-section .items-list .quantity .number-spinner {
    width: 95px !important;
    margin: 3px auto 0;
}
.cart-section .items-list .subtotal {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
.cart-section .items-list .subtotal {
    display: none;
}
}
.cart-section .items-list .saving {
    width: 10%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
    text-align: center;
}
.cart-section .items-list .saving .cancel-item {
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 2;
    color: red;
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 767px) {
.cart-section .items-list .saving {
    display: none;
}
}
.cart-section .items-list.heading-bg .saving {
    background-color: #78b533;
}
.cart-section .items-list .gapext {
    padding-top: 6px;
    display: block;
}
.cart-section .items-list:hover .cancel-item {
    visibility: visible;
}
.items-list-group {
    display: block;
    width: 100%;
}
.items-list-group .items-group-heading {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    padding: 6px;
    font-size: 14px;
}
.items-list-group .items-group-heading strong {
    color: #029aaf;
    padding-right: 10px;
}
.sbtn {
    padding: 8px 20px 7px;
    border-radius: 2px;
    background: #78b533;
    border-color: #78b533;
}
.sbtn:hover {
    background: #78b533;
    border-color: #78b533;
}
.checkout-box {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    padding: 10px;
    min-height: 150px;
}
.checkout-box .subtotal {
    width: 70%;
    padding: 0 5px;
    float: left;
    position: relative;
    height: 100%;
    border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
.checkout-box .subtotal {
    width: 100%;
    border-right: none;
}
}
.checkout-box .subtotal .in-fo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: green;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.checkout-box .subtotal .c-total {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #ddd;
    font-size: 22px;
    color: #e42026;
}
.checkout-box .saved {
    width: 29%;
    color: red;
    text-align: center;
    font-size: 16px;
    padding: 40px 5px 0;
    float: left;
    position: relative;
    height: 100%;
}

@media (max-width: 767px) {
.checkout-box .saved {
    width: 100%;
}
}

@media (max-width: 767px) {
.checkout-box .saved {
    padding-top: 10px;
}
}
.checkout-box .checkout-button {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.checkout-box .checkout-button .btn {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    padding-top: 12px;
    background: #78b533;
    border-color: #78b533;
}
/*-----LOGIN-----*/
.modal-dialog {
    margin-top: 10%;
}
.loginimg {
    height: 100%;
    border-radius: 4px 0 0 4px;
}
.loginregister {
    position: relative;
    display: block;
    background-color: #fff;
    height: 100%;
    border-radius: 0 4px 4px 0;
}
.loginregister:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 200px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}

@media (max-width: 767px) {
.loginregister:before {
    display: none;
}
}
.loginregister:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 40px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}

@media (max-width: 767px) {
.loginregister:after {
    display: none;
}
}
/*----Tabs panel----*/
.loginbody {
    padding: 0;
    position: relative;
}
.loginbody .close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #b8ecf3;
}
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}
.tabbable-line {
    padding: 10px;
    min-height: 430px;
}
.tabbable-line .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line .nav-tabs li {
    margin-right: 2px;
}
.tabbable-line .nav-tabs li a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
}
.tabbable-line .nav-tabs li .open, .tabbable-line .nav-tabs li:hover {
    border-bottom: 4px solid #b8ecf3;
}
.tabbable-line .nav-tabs li .open a, .tabbable-line .nav-tabs li:hover a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line .nav-tabs li.active {
    border-bottom: 4px solid #029aaf;
    position: relative;
}
.tabbable-line .nav-tabs li.active a {
    border: 0;
    color: #333333;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.tabbable-line > .tab-content .socialbtn {
    display: inline-block;
    width: 48.333%;
    padding: 5px 5px 5px 15px;
    text-align: center;
    font-size: 14px;
    background-color: #efefef;
    margin: 10px 2px 20px 2px;
    color: #fff;
}

@media (max-width: 767px) {
.tabbable-line > .tab-content .socialbtn {
    width: 48%;
}
}
.tabbable-line > .tab-content .socialbtn i {
    float: left;
}
.tabbable-line > .tab-content .socialbtn.facebook {
    background-color: #3b5999;
}
.tabbable-line > .tab-content .socialbtn.google {
    background-color: #dc4e41;
}
.tabbable-line > .tab-content .or {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background-color: #029aaf;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
}
.tabbable-line > .tab-content .form-group .form-control {
    height: 40px;
    border-radius: 0;
}
.tabbable-line > .tab-content .form-group.has-error {
    position: relative;
    display: block;
}
.tabbable-line > .tab-content .form-control {border-color: #78b533;}
.tabbable-line > .tab-content .form-group.has-error .error-msg {
    position: absolute;
    top: 7px;
    right: 5px;
    width: auto;
    padding: 2px 5px;
    background-color: #78b533;
    color: #fff;
    font-size: 12px;
    display: table;
    z-index: 2;
}
.tabbable-line > .tab-content .form-group.has-error .error-msg:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 12px 0;
    border-color: transparent #78b533 transparent transparent;
}
.tabbable-line > .tab-content .btn-primary {
    height: 40px;
    background-color: #78b533;
    border-color: #78b533;
    border-radius: 0;
    outline:none;
}
.tabbable-line > .tab-content .keep {
    width: auto;
    float: left;
    margin-left: -10px;
    margin-top: -15px;
}
.tabbable-line > .tab-content .forgot {
    float: right;
    padding-bottom: 5px;
}
.tabbable-line > .tab-content .forgot a {
    color: #5A5A5A;
    font-size: 13px;
}
.tabbable-line > .tab-content .forgot a:hover {
    color: #029aaf;
    text-decoration: underline;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/*--checkout-section--*/
.checkout-section {
    border-radius: 0 !important;
    padding: 10px;
}
.checkout-section .panelheading {
    display: table;
    width: 100%;
}
.checkout-section .panelheading .panel-title {
    width: auto;
    float: left;
    padding-top: 6px;
}
.checkout-section .panelheading .button-right {
    width: auto;
    float: right;
    border: 1px solid #029aaf;
    border-radius: 0;
    padding: 5px 15px;
    color: #029aaf;
}
.checkout-section .panelheading .button-right:hover {
    background-color: #029aaf;
    color: #fff;
}
.checkout-section .panelbody-section {
    position: relative;
    margin-top: 10px;
}
.checkout-section .panelbody-section .address-show {
    width: 100%;
    display: block;
}
.checkout-section .panelbody-section .address-show.addresshide {
    display: none;
}
.checkout-section .panelbody-section .address-show .address-list {
    display: inline-block;
    width: 33%;
    position: relative;
}

@media (max-width: 767px) {
.checkout-section .panelbody-section .address-show .address-list {
    width: 100%;
}
}
.checkout-section .panelbody-section .address-show .address-list label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
    width: 100%;
    height: 180px;
    padding: 10px;
    display: block;
    color: #7B7B7B;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .text-theme {
    color: #000;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .deliver-here {
    background-color: #ccc;
    color: #666;
    border-radius: 0;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .checkicon {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .checkicon .cr-icon {
    margin-left: 5px;
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"] {
    display: none;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"] + .checkblock > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock {
    border: 1px solid #029aaf;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .text-theme {
    color: #029aaf;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .deliver-here {
    background-color: #029aaf;
    color: #fff;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .checkicon {
    border: 1px solid #029aaf;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .checkicon > .cr-icon {
    color: #029aaf;
}
.checkout-section .panelbody-section .addnew {
    background-color: #fff;
    border: 1px solid #029aaf;
    border-radius: 0;
    padding: 5px 15px;
    color: #029aaf;
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 3;
}
.checkout-section .panelbody-section .blockwhite {
    background-color: #fff;
    width: 160px;
    height: 40px;
    display: block;
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 3;
}
.checkout-section .panelbody-section .collapseaddnew {
    background-color: #F7F7F7;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 2;
    padding: 5px 10px;
}
.checkout-section .panelbody-section .addnewaddress {
    display: block;
    width: 100%;
}
.checkout-section .panelbody-section .addnewaddress .heading {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border-bottom: 1px solid #EBEBEB;
    color: #029aaf;
    margin-bottom: 5px;
}
.checkout-section .panelbody-section .addnewaddress .input-gap {
    padding: 5px;
}
.checkout-section .panelbody-section .addnewaddress .input-gap .form-control {
    border-radius: 0;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name label {
    font-weight: normal;
    font-size: 12px;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-right: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.checkout-section .panelbody-section .d-charge {
    position: relative;
    padding-left: 30px;
}
.checkout-section .panelbody-section .d-charge:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.checkout-section .panelbody-section .d-charge:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #029aaf;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}
.checkout-section .panelbody-section .delivery-msg {
    display: block;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 20px;
}
.checkout-section .panelbody-section .payment-section {
    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    margin-bottom: 5px;
}
.checkout-section .panelbody-section .payment-section .payment-list {
    width: 100%;
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    display: block;
    color: #7B7B7B;
    background-color: #fff;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-name {
    color: #000;
    padding-left: 35px;
    width: auto;
    float: left;
    padding-top: 4px;
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-name span {
    display: none;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-icon {
    width: auto;
    float: right;
    height: 25px;
    display: block;
    padding-top: 2px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-icon img {
    height: 100%;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .checkicon {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .checkicon .cricon {
    margin-left: 5px;
    margin-top: 4px;
    color: #f7f7f7;
    font-size: 18px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-details {
    width: 100%;
    padding: 10px;
    display: none;
    background-color: #f2f2f2;
    margin-top: 10px;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"] {
    display: none;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check {
    border: 1px solid #029aaf;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-name {
    color: #029aaf;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-name span {
    display: inline-block;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .checkicon {
    border: 1px solid #029aaf;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .checkicon > .cricon {
    color: #029aaf;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details {
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details .btn-place {
    padding: 10px 20px;
    background-color: #029aaf;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details .btn-place:hover {
    background-color: #2083a1;
}
.order-summary {
    display: block;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 10px 15px;
}
.order-summary .heading {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #029aaf;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.order-summary .coupon-code {
    background-color: #D9EFE6;
    padding: 5px 10px;
    display: block;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.order-summary .border-line {
    border-bottom: 1px solid #ddd;
}
.order-summary .product-value {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding: 5px 3px;
}
.order-summary .product-value .c-name {
    width: 70%;
    float: left;
}
.order-summary .product-value .c-value {
    width: 30%;
    float: right;
    text-align: right;
}
.bg-account-block {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    min-height: 70px;
}
.bg-account-block.bg-padding {
    padding: 10px;
}
.bg-account-block .bg-account-line {
    margin: 0 -10px;
    height: 5px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .borderline {
    border-bottom: 1px solid #ddd;
}
.bg-account-block .user-details {
    display: block;
}
.bg-account-block .user-details .user-content {
    position: relative;
    display: block;
    padding-left: 60px;
    padding-top: 5px;
}
.bg-account-block .user-details .user-content p {
    margin: 0;
}
.bg-account-block .user-details .user-content .username {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #029aaf;
}
.bg-account-block .user-details .user-content .user-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #029aaf;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .user-details .total-saving {
    font-size: 12px;
    background-color: #ddd;
    padding: 2px 10px;
    display: block;
    color: #000;
    margin-top: 7px;
    position: relative;
}
.bg-account-block .user-details .total-saving:before {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #bcbcbc;
}
.bg-account-block .user-details .total-saving:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}
.bg-account-block ul.account-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.bg-account-block ul.account-list li {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #e52026;
}
.bg-account-block ul.account-list li a {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #e52026;
}
.bg-account-block ul.account-list li a:after {
    font-family: 'icomoon';
    content: "\e81a";
    position: absolute;
    top: 0;
    right: 0;
}
.bg-account-block ul.account-list li a:hover {
    color: #000;
}
.bg-account-block ul.account-list li ul {
    margin: 0;
    padding: 10px 0;
}
.bg-account-block ul.account-list li ul li {
    font-weight: normal;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    margin-bottom: 2px;
}
.bg-account-block ul.account-list li ul li a {
    color: #878787;
}
.bg-account-block ul.account-list li ul li a:after {
    display: none;
}
.bg-account-block ul.account-list li ul li:hover, .bg-account-block ul.account-list li ul li.active {
    background-color: #ecf4fc;
}
.bg-account-block ul.account-list li ul li:hover a, .bg-account-block ul.account-list li ul li.active a {
    color: #000;
}
.bg-account-block .wishlist-block {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.bg-account-block .wishlist-block .prodelete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.bg-account-block .wishlist-block:hover {
    background-color: #f4f4f4;
}
.bg-account-block .wishlist-block:hover .prodelete {
    color: red;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .wishlist-block .proimg {
    width: 10%;
    float: left;
}
.bg-account-block .wishlist-block .pro-content {
    width: 90%;
    float: left;
    padding-left: 10px;
}
.bg-account-block .wishlist-block .pro-content .rating {
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
}
.bg-account-block .wishlist-block .pro-content .price {
    font-size: 16px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    padding-right: 5px;
}
.bg-account-block .wishlist-block .pro-content del {
    display: inline-block;
    color: #666;
    font-size: 13px;
    padding-right: 5px;
}
.bg-account-block .wishlist-block .pro-content .off-price {
    display: inline-block;
    color: #6EB980;
    font-size: 12px;
}
.radioleft {
    margin: 0.5rem;
    display: inline-block;
}
.radioleft input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radioleft input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 2px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radioleft input[type="radio"]:checked + .radio-label:before {
    background-color: #029aaf;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radioleft input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #029aaf;
}
.radioleft input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radioleft input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.radioleft label {
    font-size: normal;
    color: #585858;
}

/*********************** Demo - 6 *******************/
.box6 {
    background: #000;
    position: relative
}
.box6:after {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 70%;
    transform: skew(20deg) translateX(-75%)
}
.box6:after {
    transform: skew(20deg) translateX(0) !important
}
.box6 img {
    width: 100%;
    height: auto
}
.box6 img {
    /* opacity: .5 */
}
.box6 .box-content {
    padding: 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #384c109e;
}
.box6 .icon, .box7 .icon {
    padding: 0;
    list-style: none
}
.box10 .icon li a, .box11, .box12, .box13, .box14, .box6 .icon li a, .box7, .box7 .icon li a, .box8, .box8 .icon li a {
    text-align: center
}
.box6 .title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    transform: scale(0)
}
.box6 .title {
    transform: scale(1)
}
.box6 .icon li, .box6 .post {
    opacity: 0;
    transform: translateX(40px);
    transition: all .35s ease 0s
}
.box6 .post a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 5px
}
.box6 .icon {
    display: inline-block;
    margin: 0
}
.box6 .icon li, .box6 .post {
    opacity: 1;
    transform: translateX(0)
}
.box6 .icon li:first-child {
    transition-delay: .1s
}
.box6 .icon li:nth-child(2) {
    transition-delay: .2s
}
.box6 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #605f5f;
    margin-bottom: 5px;
    transition: all .35s ease
}
.box6 .icon li a:hover {
    background: #605f5f;
    color: #fff
}

@media only screen and (max-width:990px) {
.box6 {
    margin-bottom: 30px
}
}



.main_slide_bootm .offer-item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}
.main_slide_bootm .offer-item-img {
    position: relative;
    width: 100%;
}
.main_slide_bootm .gambo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2f4c;
    border-radius: 5px;
    opacity: 0.05;
}
.main_slide_bootm .offer-item-img img {
    border-radius: 5px;
    width: 100%;
}
.main_slide_bootm .offer-top-text-banner {
    position: absolute;
    top: 20px;
    left: 5px;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px 11px;
    width: 220px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.main_slide_bootm p:first-child {
    margin-top: 0;
}
.main_slide_bootm .offer-top-text-banner p {
    font-size: 12px;
    font-weight: 600;
    color: #f55d2c;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}
.main_slide_bootm p {
    margin: 0 0 1em;
    line-height: 1.4285em;
}
.main_slide_bootm .top-text-1 {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
}
.main_slide_bootm .offer-top-text-banner span {
    font-weight: 500;
    font-size: 14px;
    color: #8f91ac;
    text-align: left;
    line-height: 24px;
}
.main_slide_bootm .Offer-shop-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 30px;
    background: #f55d2c;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.main_slide_bootm .owl-carousel .owl-nav.disabled, 
.main_slide_bootm .owl-carousel .owl-dots.disabled {display: none;}


				/*cat*/


.mb-55 {
    margin-bottom: 55px;
}
.min_c .pl-0, .min_c .px-0 {
    padding-left: 0!important;
}
.min_c .pr-0, .min_c .px-0 {
    padding-right: 0!important;
}
.min_c .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.min_c .no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.min_c .single-categories-product-style2 {
    position: relative;
}
.min_c a, .min_c button, .min_c input {
    outline: medium none;
    color: #434343;
}
.min_c a, .min_c button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.min_c .img-full img {
    max-width: 100%;
}
.min_c img {
    vertical-align: middle;
    border-style: none;
}

.min_c .categories-text > h3 {
    margin-bottom: 0;
}
.min_c h3 {
    font-size: 24px;
}
.min_c .categories-text > h3 > a {
    font-size: 30px;
    color: #333;
    display: block;
    font-weight: 900;
    margin-bottom: 30px;
}
.min_c .categories-text > p {
    font-size: 14px;
    color: #444;
    line-height: 25px;
    margin-bottom: 0;
}
.min_c .categories-text .shop-btn2 {
    padding: 10px 25px;
    font-size: 14px;
}
.min_c .shop-btn2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    color: #6c8e01;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 40px;
    text-transform: capitalize;
    vertical-align: top;
}
.min_c .shop-btn2 > i {
    margin-left: 10px;
}
.min_c .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.single-categories-product-style2 {
    position: relative;
}
.categories-product-area2 .single-categories-product-style2:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-categories-product-style2:before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.single-categories-product-style2:hover .categories-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.min_c .categories-text {
    position: absolute;
    top: 50%;
    text-align: center;
    max-width: 410px;
    margin: auto;
    left: 20px;
    right: 20px;
    margin-top: -98px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
}


footer.sfo_2 {
    padding: 0px 0 0;
    overflow: hidden;
    color: #fff;
    background: #d8d8d8;
}
footer.sfo_2 .footer-inner {
    margin: auto;
    overflow: hidden;
    background-color: #2c2c2c;
    /*background: url(../images/banners/footer-img.png) no-repeat bottom right;*/
}
footer.sfo_2 .newsletter-row {
    overflow: hidden;
    width: 100%;
    padding: 35px 0px;
    background: #78b533;
}
footer.sfo_2 .footer-inner .container {
    padding: 0px;
}
footer.sfo_2 .payment-accept {
    color: #333333;
    font-size: 14px;
    margin: auto;
    overflow: hidden;
    float: left;
}
footer.sfo_2 .payment-accept img {
    margin-right: 10px;
}
footer.sfo_2 .newsletter-wrap h4 {
    margin-bottom: 3px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 0px;
    padding-top: 10px;
    margin-left: 25px;
    color: #000;
}
footer.sfo_2 h4 {
    padding: 0 0 18px;
    font-size: 16px;
    margin: 0;
    color: #78b533 !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer.sfo_2 #container_form_news {
    position: relative;
    z-index: 0;
}
footer.sfo_2 #container_form_news2 input[type="text"] {
    background: #FFFFFF;
    width: 65%;
    display: inline;
    color: #a7a7a7;
    line-height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e9e7e7;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0px;
}
footer.sfo_2 .newsletter-wrap input[type="text"] {
    background: #FFFFFF;
    height: auto;
    display: inline-block;
    color: #a7a7a7;
    line-height: 22px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 8px 10px;
    width: 425px!important;
}
footer.sfo_2 input.input-text, footer.sfo_2 select, footer.sfo_2 textarea {
    background-color: #fff;
    border: none;
    padding: 10px;
    outline: none;
    color: #333;
    border: 1px #ddd solid;
}
footer.sfo_2 .newsletter-wrap button.subscribe {
    background: none;
    border: 0 none;
    filter: none;
    overflow: hidden;
    padding: 7px 18px;
    cursor: pointer;
    font-weight: bold;
    border: 2px #000000 solid;
    background: #000000;
}
footer.sfo_2 button.button {
    display: inline-block;
    border: 0;
    background: #fff;
    padding: 8px 15px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    border: 2px solid #eee;
    -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #fff;
}
footer.sfo_2 .button{text-transform: uppercase;}
footer.sfo_2 .newsletter-wrap button.subscribe span {
    color: #ffffff;
    font-size: 14px;
}
footer.sfo_2 button.button span {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
footer.sfo_2 .footer-inner .container {
    padding: 0px;
}
footer.sfo_2  .co-info {
    margin-right: 0px!important;
    padding: 30px 0px;
    text-align: left;
    margin-top: 0px;
}
footer.sfo_2  address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 1.5em;
    color: #272626;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px;
}
footer.sfo_2  address div {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 15px 0px;
    border-bottom: 1px #464646 dotted;
}
footer.sfo_2  address div:last-child {
    border: none;
}
footer.sfo_2  address span {
    display: inline-block!important;
    color: #fff;
}
footer.sfo_2 .social {
    overflow: hidden;
}
footer.sfo_2 .social ul {
    margin: 0;
    list-style: none;
}
footer.sfo_2  ul {
    margin: 0px;
    padding: 0px;
}
.social ul li {
    border-bottom: none;
}
.social ul li {
    margin-right: 7px;
}
footer.sfo_2  ul li {
    list-style-type: none;
}
footer.sfo_2 .social .fb a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
}
footer.sfo_2 .social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
}
footer.sfo_2 .social a {
    color: #fff;
    width: 38px;
    height: 37px;
    line-height: 40px;
    background-color: #78b533;
    border-radius: 30px;
}
footer.sfo_2 .social .fb a:hover {
    background: #3C5B9B !important;
}
footer.sfo_2 .social a:hover {
    color: #fff;
}
footer.sfo_2  a:hover {
    text-decoration: none;
}
footer.sfo_2 .social .tw a:hover {
    background: #359BED !important;
}
footer.sfo_2 .social .googleplus a:hover {
    background: #E33729!important;
}
footer.sfo_2 .social .rss a:hover {
    background: #FD9F13 !important;
}
footer.sfo_2 .social .pintrest a:hover {
    background: #cb2027 !important;
}
/*footer.sfo_2 .social .linkedin a:hover {*/
/*    background: #027ba5 !important;*/
/*}*/
footer.sfo_2 .social .youtube a:hover {
    background: #F03434 !important;
}
footer.sfo_2 .footer-column {
    margin-left: 25px;
    margin-bottom: 40px;
    min-height: 180px;
    width: 30%;
    float: left;
    padding-top: 40px;
}
footer.sfo_2  h4 {
    padding: 0 0 18px;
    font-size: 16px;
    margin: 0;
    color: #ff5b00;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
    font-weight: bold;
}
footer.sfo_2  ul {
    margin: 0px;
    padding: 0px;
}
footer.sfo_2  ul li {
    list-style-type: none;
}
footer.sfo_2  .footer-column a {
    display: inline-block;
    color: #fff;
	font-family: "Roboto", sans-serif;
}
.footer-column .links li .fa
    {color: #78b533;
    margin-right: 10px;
    font-size: 24px;
}
.asfr{color: #78b533;
    font-size: 22px;
}
/*footer.sfo_2  .footer-column a:before {
    content: '\e81a';
    font-family: 'icomoon';
    font-size: 19px;
    display: inline-block!important;
    cursor: pointer;
    line-height: 20px;
    color: #b7bcc8;
    margin-right: 10px;
    vertical-align: top;
	font-weight: 600;
}*/
footer.sfo_2  .footer-column a {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
footer.sfo_2  a {
    line-height: normal;
}
footer.sfo_2  a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}
footer.sfo_2 .footer-bottom {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 25px 0;
    background-color: #2c2c2c;
    border-top: solid 1px #464646;
    text-align: center;
}
footer.sfo_2 .coppyright {
    color: #fff;
    float: left;
}
footer.sfo_2 .social .tw a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
}
footer.sfo_2 .social .pintrest a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
}
footer.sfo_2 .social .instagram a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
}
footer.sfo_2 .social .instagram a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

footer.sfo_2 .social .linkedin a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
}

/*footer.sfo_2 .social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}
footer.sfo_2 .social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}
footer.sfo_2 .social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}
footer.sfo_2 .social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}
footer.sfo_2 .social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
}
footer.sfo_2 .social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}
footer.sfo_2 .social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
}*/



@media only screen and (max-width:991px) {
.flexblock .logoblock .logo {
    width: 44px;
    /*padding: 6px 0px;*/
    padding: 0px 0px 15px 2px;
    
}
}
@media only screen and (max-width:900px) {
footer.sfo_2 .newsletter-wrap input[type="text"]{width: 301px!important;}	
}

@media only screen and (max-width:480px) {
footer.sfo_2 .newsletter-wrap input[type="text"]{width: 201px!important;}
#container_form_news2{text-align:center;}
footer.sfo_2 .co-info{padding: 30px 38px;}
footer.sfo_2 .footer-column{margin-bottom: 0px;width: 100% !important;}
footer.sfo_2 .payment-accept{float: initial;text-align: center;}

}



.offer_price_2{position: absolute;
    top: 11px;
    background: #16ce00;
    color: #FFf;
    padding: 2px 7px;
    left: 4px;
    font-size: 12px;}



.allproductstyle .blockcarousel .add-tocart {
    padding: 7px 22px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    border: 1px solid #78b533;
    color: #78b533;
}
.allproductstyle .blockcarousel:hover .add-tocart {
    background-color: #78b533;
    color: #fff;
}
.spinner .add, .spinner .sub {
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 25px;
    border: 1px solid #78b533;
    color: #78b533;
    display: inline-block;
}
.spinner {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.spinner input[type="number"] {
    text-align: center;
    max-width: 40px;
    padding: 10px;
    outline: none;
    position: relative;
    top: -6px;
}

.spinner input {
    padding: 10px;
    font-size: 16px;
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #1d1e22;
}
.allproductstyle .blockcarousel {
    width: 100%;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    position:relative;
}
.allproductstyle {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.offer_price_2 {
    position: absolute;
    top: 11px;
    background: #16ce00;
    color: #FFf;
    padding: 2px 7px;
    left: 4px;
    font-size: 12px;
}
.allproductstyle .blockcarousel .product-title {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: block;
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.allproductstyle .blockcarousel .product-price {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
.spinner .add:hover, .spinner .sub:hover {
    background-color: #78b533;
    color: #fff;
}
.spinner input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner input[type=number] {
  -moz-appearance: textfield;
}
.pagination>.active>a{
    background-color: #f26e0f;
    border-color: #f26e0f;
}
.pagination>li>a,.pagination>li>a:hover{
    color:#f26e0f;
}



.borderb {
    width: 80%;
    height: 5px;
    display: inline-block;
    background-color: #0bb70b;
}

.top-and-bottom {
  position: relative;
  margin-top: 2px;
  /*margin-bottom: 30px;*/
  color:#f26e0f;

}

/* top line */
.top-and-bottom::before {
  content: '';
    position: absolute;
    background-color: #59ce10;
    width: 78%;
    height: 1px;
    top: -1px;
    right: 3%;
}

/* bottom line */
.top-and-bottom::after {
    content: '';
    position: absolute;
    background-color: #59ce10;
    width: 78%;
    height: 1px;
    bottom: -3px;
    left: 0;
}

.top-and-bottom2 {
  position: relative;
    margin-top: -27px;
    /* margin-bottom: 30px; */
    color: #f26e0f;
    font-size: 30px;
}

.top-and-bottom2::before {
    content: '';
    position: absolute;
    background-color: #59ce10;
    width: 61%;
    height: 5px;
    /*top: -5px;*/
     bottom: 31px;
    right: 8%;
}
.top-and-bottom2::after {
    content: '';
    position: absolute;
    background-color: #59ce10;
    width: 61%;
    height: 5px;
    bottom: -5px;
    left: 35px;
}

@media (max-width: 767px) {
    .top-and-bottom {
    margin-top: 4px;
    font-size: 4px;}
    .flexblock .logoblock .logo {
    width: 50px;}
    .logo img{
        width:44px;
    }
    .top-and-bottom::before{
        top: -2px;
    }
    .top-and-bottom::after {
    height: 1px;
        bottom: -2px;
    }
    .phn-mtb{
        margin-top: 30px;
        margin-bottom: 100px;
    }
    footer.sfo_2 .newsletter-wrap h4{
        float: none;
    margin: 20px auto 10px !important;
    display: table;
    }
/*    .exzoom_img_box,.exzoom_img_ul_outer,#exzoom{*/
/*    width:100% !important;*/
/*    height:350px !important;*/
/*}*/
}


.inner-banner h1
{
    color: #e41e24;
}


@media (max-width: 1000px) {
    .search {
    width: 100%;
    padding: 0px 5px;
    margin-top: -12px;
}
.top-and-bottom{
    width: 100px;
    font-size: 8px;
}
footer.sfo_2 .footer-column {
    margin-left: 50px !important;
    width: auto;
}
footer.sfo_2 .newsletter-wrap input[type="text"] {
    width: 40% !important;
}
footer.sfo_2 .newsletter-wrap h4{
    font-size:14px;
    margin-left: 0;
}
footer.sfo_2 .newsletter-wrap button.subscribe {
    padding: 6px 16px;
    font-size: 10px !important;
}
footer.sfo_2 .payment-accept img {
    margin-right: 5px !important;
    width: 21%;
}
.loginimg{
    width: 260px !important;
    padding: 6em 0 2.5em;;
}
.top-and-bottom2::before {
    width: 50%;
    bottom: 20px;
    right: 8%;
}
.top-and-bottom2 {
    margin-top: -20px;
    font-size: 20px;
}
.exzoom_img_box,.exzoom_img_ul_outer,#exzoom{
    width:340px !important;
    height:350px !important;
}
.exzoom_nav{
    width:100% !important;
}
.search #suggesstion-box ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}


.loginimg{
    width: 400px;
    padding: 6em 0 2.5em;;
}
.allproductstyle img{
    width:100%;
}


/*--------------  29-04-2021 ------------*/

.footer-logo
{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.product-details-section ul.product-price li.actual-price {
    color: #e52026 !important;
}

.scroll-msg
{
    color: #e52026;
    font-weight: 600;
    letter-spacing: 2px;
    animation: marquee 5s linear infinite;
    text-transform: capitalize;
}
@keyframes scroll-msg {
  0% { left: 0; }
  100% { left: -100%; }
}

.d-flex2{
    display:flex;
}

@media (max-width: 767px) {
    .d-flex2{
       display:block; 
    }
}