body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

:focus {
    outline: 0!important
}

h1,h2,h3,h4,h5,h6 {
    color: #363f4d;
    line-height: 1;
    text-transform: capitalize
}

.fa {
    font-size: 14px
}

@font-face {
    font-family: Omnes;
    src: url(opentheme/webfont/OmnesTRUMedium.ttf)
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #101010;
    cursor: pointer
}

a:active,a:focus,a:hover {
    text-decoration: none;
    color: #ff7143
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 14px;
    font-weight: 400
}

input[type=color].form-control,input[type=date].form-control,input[type=datetime-local].form-control,input[type=datetime].form-control,input[type=email].form-control,input[type=month].form-control,input[type=number].form-control,input[type=password].form-control,input[type=search].form-control,input[type=tel].form-control,input[type=text].form-control,input[type=time].form-control,input[type=url].form-control,input[type=week].form-control,select.form-control,textarea.form-control {
    font-size: 12px
}

.input-group .dropdown-menu,.input-group .popover,.input-group input,.input-group select {
    font-size: 12px
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    bottom: 60px
}

.swal2-popup.swal2-toast {
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 110px;
    right: 20px;
    bottom: auto;
    left: auto
}

mobilebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999999;
    border-top: 4px solid #ff7143;
    height: 60px
}

mobilebar>.menuItem {
    width: 20%;
    float: left;
    text-align: center;
    padding: 3px 10px;
    color: #818181;
    position: relative
}

.menuItem span.txt_number1 {
    position: absolute;
    top: -3px;
    left: 47%;
    background: #1869aa;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    overflow: hidden;
    text-align: center
}

mobilebar>.menuItem:hover {
    box-shadow: inset 0 0 11px 3px #ddd
}

mobilebar>.menuItem>a {
    color: #818181
}

mobilebar>.menuItem>a:active,mobilebar>.menuItem>a:focus,mobilebar>.menuItem>a:hover {
    color: #ff7143
}

mobilebar>.menuItem>a>i {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #818181
}

mobilebar>.menuItem>a>i:active,mobilebar>.menuItem>a>i:focus,mobilebar>.menuItem>a>i:hover {
    color: #ff7143
}

mobilebar>.menuItem>a>i.mnC {
    background: #f2683a;
    padding: 13px 0;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -30px;
    margin-bottom: -25px;
    box-shadow: 0 0 6px 1px #888;
    max-width: 80px;
    max-height: 80px
}

mobilebar>.menuItem>a>i.mnC:active,mobilebar>.menuItem>a>i.mnC:focus,mobilebar>.menuItem>a>i.mnC:hover {
    background: #1869aa
}

mobilebar {
    display: none
}

.mbHeader a.share-button {
    margin-top: 10px;
    display: inline-block
}

.mbHeader {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 45px;
    position: sticky;
    top: 0;
    transition: 1s;
    z-index: 989
}

#MRL {
    position: absolute;
    left: -100px
}

span.h2Top {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 14px;
    font-weight: 400
}

span.backArrow>a>i {
    font-size: 22px;
    color: grey;
    padding-top: 13px
}

span.searchBar {
    font-size: 16px
}

span.searchBar i {
    font-size: 22px;
    color: #797979;
    padding-left: 5px;
    position: relative;
    top: -3px;
    left: 8px
}

.mContainerRL .hidden {
    display: none
}

.mContainerRL svg {
    width: 20px;
    height: 20px;
    margin-right: 7px
}

.mContainerRL .button:hover,.mContainerRL button:hover {
    border-color: #cdd
}

.copy-link,.mContainerRL .share-button {
    padding-left: 30px;
    padding-right: 30px
}

.mContainerRL .share-dialog {
    display: none;
    width: 90%;
    box-shadow: 0 8px 17px 15px rgb(0 0 0 / 31%);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    position: fixed;
    top: 8%;
    left: 18px;
    height: 60%
}

.mContainerRL .share-dialog.is-open {
    display: block;
    z-index: 99
}

.mContainerRL header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.mContainerRL .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px
}

.mContainerRL .close-button {
    background-color: transparent;
    border: none;
    padding: 0
}

.mbHeader svg {
    overflow: hidden;
    width: 25px;
    height: 25px;
    color: #797979;
    margin-right: 5px
}

.mContainerRL .close-button svg {
    margin-right: 0
}

.mContainerRL .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee
}

.mContainerRL .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

img {
    max-width: 100%;
    height: auto
}

.lineBarHead {
    background: linear-gradient(to right,#c4d7e6 0,#c4d7e6 33%,#faaf0d 33%,#f5af1a 66%,#979797 66%,#6d6d6d 100%);
    width: 100%;
    height: 64px
}

.thumpBox {
    height: 70px;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 35px;
    z-index: 9;
    box-shadow: 0 3px 7px #e0e0e0
}

.thumpBox img {
    padding: 0 2px;
    max-height: 53px
}

.nivo-thumbs-enabled>a:hover {
    border-bottom: 3px solid #4bc31c;
    margin-bottom: -5px
}

.nivo-thumbs-enabled>a.nivo-control.active,.nivo-thumbs-enabled>a:active {
    border-bottom: 3px solid #ff7043;
    margin-bottom: -5px
}

span.hidden-lg,span.hidden-md,span.hidden-sm,span.hidden-xs {
    display: inline
}

.flip {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: "* ";
    color: red;
    font-weight: 700
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff7143
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #ff7143
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #ff7143
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff7143
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ff7143
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff7143
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #ff7143
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ff7143
}

.tooltip-inner {
    background: #f15927
}

.alert {
    text-align: center;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border: none
}

a.btn.btn-dangers {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 5px 10px
}

#button-account,#button-confirm,#button-coupon,#button-guest,#button-login,#button-payment-method,#button-quote,#button-register,#button-review,#button-search,#button-shipping-method,.banner-1 .col-img img,.button,.form-horizontal input.btn,a.btn,input[type=submit] {
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

#button-account:hover,#button-coupon:hover,#button-guest:hover,#button-login:hover,#button-quote:hover,#button-register:hover,#button-review:hover,#button-search:hover,#button-shipping-method:hover,.button:hover,.form-horizontal input.btn:hover,a.btn:hover,input[type=submit]:hover {
    color: #fff!important;
    background-color: #ff7143!important
}

#button-account,#button-coupon,#button-guest,#button-login,#button-quote,#button-register,#button-review,#button-search,#button-shipping-method,.button,.form-horizontal input.btn,a.btn,input[type=submit] {
    border: none;
    background: #f2f2f2;
    padding: 0 40px;
    font-size: 12px;
    color: #363f4d;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 500
}

#button-coupon,#button-voucher {
    line-height: 34px;
    height: 34px;
    margin-left: 10px
}

#button-search+h2 {
    display: none
}

#button-search {
    margin: 15px 0
}

#modal-agree {
    z-index: 99999
}

.subCont {
    overflow-x: hidden
}

.bgwrapper {
    background: #0000009c;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.loaderX {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #f15927;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 40%;
    left: 42%
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.majorbg {
    background: #f2f2f2
}

ul.shortMenu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.shortMenu li {
    float: left
}

#cart>ul>li {
    float: none
}

.shortMenu li #top-links li {
    float: none
}

.shortMenu li #top-links li a {
    display: block;
    color: #484848;
    text-align: left;
    padding: 5px 11px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #ededed
}

.shortMenu li #top-links li a:hover {
    color: #f15927
}

.shortMenu li:hover .dropdown-menu {
    display: block
}

.shortMenu .dropdown-menu {
    top: 60%
}

.shortMenu li a {
    display: block;
    color: #484848;
    text-align: center;
    padding: 18px 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500
}

.shortMenu li a:hover {
    color: #7c7c7c
}

.shortMenu li a i {
    font-size: 17px
}

.top-header>.container {
    padding-top: 10px;
    padding-bottom: 10px
}

.top-header {
    border-bottom: 1px solid #ebebeb;
    color: #363f4d
}

.top-header #top>ul li .btn-link i,.top-header .row>div>ul li .btn-link i {
    margin-left: 5px;
    color: #d7d7d7;
    font-size: 10px
}

.top-header #top>ul li>a {
    vertical-align: middle
}

.top-header #top>ul li .btn-link,.top-header #top>ul li>a,.top-header .row>div>ul li .btn-link {
    color: #363f4d;
    text-transform: capitalize;
    padding: 0;
    border: none;
    font-size: 12px
}

.top-header #top>ul li,.top-header .row>div>ul li {
    display: inline-block;
    line-height: 1
}

.top-header #top>ul li:not(:last-child),.top-header .row>div>ul li:not(:last-child) {
    border-right: 1px solid #ebebeb;
    padding-right: 15px
}

.top-header #top>ul li:not(:first-child),.top-header .row>div>ul li:not(:first-child) {
    padding-left: 15px
}

.top-header #top>ul,.top-header .row>div>ul {
    padding: 0;
    margin: 0
}

.top-header #top>ul li .dropdown-menu {
    right: 0;
    left: auto
}

.top-header #top>ul li .dropdown-menu,.top-header .row>div>ul li .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0 15px
}

.top-header #top>ul li .dropdown-menu li:hover a,.top-header .row>div>ul li .dropdown-menu li:hover .btn-link {
    text-decoration: none;
    color: #ff7143
}

.top-header #top>ul li .dropdown-menu li,.top-header .row>div>ul li .dropdown-menu li {
    padding: 10px 0;
    display: block;
    border: none;
    text-align: center
}

.middle-header {
    transition: 1s;
    border-bottom: 1px solid #ebebeb;
    height: 125px
}

.container-fix {
    clear: both;
    border-bottom: 1px solid #ebebeb
}

.main-menu {
    position: relative
}

.logo-container {
    padding: 10px 0
}

.fix-header .container-fix .block-right {
    margin-top: 30px
}

.container-fix .block-right {
    margin-top: 45px
}

span.catHed {
    font-size: 18px;
    text-align: center;
    color: #757575;
    display: block;
    padding: 15px
}

span.catHed {
    display: none
}

.btn-xs {
    width: 40%;
    padding: 0 29px!important
}

.btn-xxs {
    width: 15%;
    padding: 0 10px!important;
    background: #ff4747!important;
    color: #fff!important;
    font-size: 17px!important;
    font-weight: 200!important
}

a.btn-warning {
    background: #ff9a56;
    color: #fff
}

.mfilter-button-top {
    display: block
}

hr.pr {
    background: linear-gradient(to right,#e5e5e5 0,#e5e5e5 40%,#ff6000 40%,#ff6000 60%,#e5e5e5 60%,#e5e5e5 100%);
    width: 280px;
    height: 1px
}

.lineBarH4 h4 {
    text-align: center;
    color: #7a7a7a;
    letter-spacing: 1px;
    font-size: 13px
}

.module-title3 h2 {
    font-size: 34px;
    line-height: 1;
    color: #363f4d;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-align: center
}

.module-title3 {
    text-align: center;
    margin-bottom: 20px
}

.module-title2 {
    border: 1px solid #ebebeb;
    padding: 15px 0 15px 30px
}

.module-title2 h2 {
    font-size: 14px;
    color: #363f4d;
    position: relative;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    font-weight: 700
}

.module-title h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1
}

.module-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 7px;
    border-color: transparent transparent transparent #ff7143;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1
}

.module-title {
    background: #ff7143;
    padding: 18px 0 18px 25px;
    position: relative;
    max-height: 50px
}

.b-close {
    display: block
}

.newletter-popup {
    background: #fff;
    top: 50%!important;
    left: 50%!important;
    position: fixed!important;
    padding: 50px;
    text-align: center;
    display: none;
    width: 60%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#boxes .newletter-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 20px
}

#boxes .box-content label {
    font-weight: 400
}

#boxes #frm_subscribe .required {
    color: red;
    padding-right: 5px
}

#boxes #frm_subscribe a {
    cursor: pointer
}

#boxes #frm_subscribe #subscribe_pemail {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    width: 50%;
    margin: 20px 0;
    padding: 0 15px
}

#boxes .box-content .subscribe-bottom {
    margin-top: 20px
}

#boxes .box-content .subscribe-bottom label {
    margin: 0
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0
}

#boxes #frm_subscribe #notification {
    color: red
}

#boxes #frm_subscribe #notification .success {
    color: #67d7bb
}

#popup2 {
    position: absolute;
    right: 0;
    top: -25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #222;
    cursor: pointer;
    padding: 0 10px;
    color: #fff
}

.newletter-subscribe-container .container {
    width: 100%;
    padding: 0
}

.newletter-subscribe-container {
    clear: both
}

#dialog-normal .newsletter-des {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 30px
}

#dialog-normal .newletter-title h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700
}

#dialog-normal .newleter-content label {
    font-size: 12px;
    color: #999
}

#dialog-normal .newletter-title label {
    color: #bebebe;
    margin: 0
}

#subscribe_email {
    border: none;
    border-radius: 0;
    padding: 10px;
    overflow: hidden;
    color: #ababab;
    width: 100%;
    font-size: 13px;
    line-height: 34px;
    margin-top: 10px;
    background: #fff;
    font-weight: 400
}

#subscribe_email::-webkit-input-placeholder {
    color: #ababab
}

#subscribe_email::-moz-placeholder {
    color: #ababab
}

#subscribe_email:-ms-input-placeholder {
    color: #ababab
}

#subscribe_email:-moz-placeholder {
    color: #ababab
}

#subscribe .btn {
    background: #fff!important;
    color: #868686!important;
    height: 53px;
    line-height: 53px;
    padding: 0 45px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 1px
}

#subscribe .btn:hover {
    background: #dfdfdf!important;
    color: #363636!important
}

#notification-normal {
    clear: both;
    text-align: left
}

#notification-normal div {
    color: #3ede41;
    position: absolute;
    padding: 10px 0
}

#notification-normal div.warning {
    color: red
}

.search-bars {
    border: 2px solid #f2683a;
    padding: 8px;
    border-radius: 5px
}

.search-containers {
    width: 20%;
    position: absolute;
    top: 18px;
    right: 0
}

.search-container {
    z-index: 113
}

#search {
    width: 100%;
    color: #7a7a7a
}

#search>i {
    color: #ff7143;
    font-size: 19px
}

.search-container i:hover {
    color: #ff7143!important
}

.search-container i.pe-7s-close {
    opacity: .8
}

.search-container i {
    color: #f94b3e;
    font-size: 24px;
    cursor: pointer;
    line-height: 1
}

#search>i {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
    line-height: 40px
}

#search>input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 40px 0 15px;
    background: 0 0;
    color: #91959b;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 13px
}

#search>input::-webkit-input-placeholder {
    color: #91959b
}

#search>input::-moz-placeholder {
    color: #91959b
}

#search>input:-ms-input-placeholder {
    color: #91959b
}

#search>input:-moz-placeholder {
    color: #91959b
}

#search>button:hover i,#search>i:hover {
    color: #ff7143
}

#search>button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    line-height: 1;
    color: #fff;
    background: 0 0!important;
    z-index: 2
}

#search>button.expand-search2 {
    opacity: 1;
    z-index: 4
}

#search.expand-search>i:hover {
    color: #ff7143
}

#search.expand-search>i {
    color: #fff
}

#search.expand-search>input {
    max-width: 250px;
    padding: 0 0 0 20px;
    background: #222;
    margin-top: -10px;
    color: #fff
}

#blog_home .aritcles-content {
    padding: 25px 0 0
}

#blog_home .articles-name+p {
    color: #abaaaa;
    font-size: 13px;
    text-transform: capitalize;
    margin: 10px 0
}

#blog_home .articles-name:hover {
    color: #ff7143
}

#blog_home .articles-name {
    color: #363f4d;
    font-size: 16px
}

#blog_home .readmore {
    margin-bottom: 30px
}

#blog_home .articles-intro {
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 25px 0
}

#blog_home .articles-container {
    padding: 15px 0 0 15px;
    border: 1px solid #ebebeb;
    border-top: none
}

#blog_home .row_items {
    text-align: center;
    padding: 0 15px 0 0
}

.view_all {
    color: #7a7a7a;
    font-size: 13px;
    text-align: right;
    float: right;
    margin: 0;
    display: inline-block;
    padding-right: 15px
}

.cart-container {
    padding: 27px 0
}

.cartItems {
    background-color: #f15925;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 32px;
    text-align: center;
    color: #fff;
    margin-left: 13px
}

#cart {
    float: right;
    width: auto;
    position: static
}

#cart-total {
    font-weight: 400;
    font-size: 13px;
    float: left;
    text-align: left;
    color: #838b98;
    margin: 7px 0 0 15px
}

#cart-total .total-price {
    font-weight: 500;
    color: #ff7143;
    font-size: 14px;
    text-transform: capitalize;
    display: block
}

#cart>button:hover i {
    color: #ff7143
}

#cart>button {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    float: right
}

#cart>button>i {
    font-size: 20px;
    color: #363f4d;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    line-height: 48px;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center
}

#cart .dropdown-menu .text-empty {
    margin: 0;
    padding: 10px 0
}

#cart .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 7px;
    border-color: transparent transparent #fff transparent;
    top: -9px;
    right: 35px;
    position: absolute
}

#cart .dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    min-width: 360px;
    margin: 20px 0 0 0;
    padding: 10px;
    top: 20px;
    right: -24px
}

#cart-total .item-cart {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #ff7143;
    border: 2px solid #fff;
    color: #fff;
    top: -8px;
    left: 32px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400!important
}

#cart .dropdown-menu {
    padding: 25px 20px 0 20px
}

#cart .cart-empty {
    padding-bottom: 25px;
    color: #7c7c7c
}

#cart .dropdown-menu p {
    margin: 0
}

#cart .dropdown-menu>li:first-child .table>tbody>tr>td {
    padding: 20px 0
}

#cart .table>tbody>tr>td {
    border: none;
    padding: 0
}

#cart .cart-close button {
    background: 0 0;
    color: #363f4d;
    border: none;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    vertical-align: middle
}

#cart .cart-quantity {
    color: #a4a4a4;
    margin: 8px 0!important;
    font-size: 12px
}

#cart .info-item a:hover {
    color: #ff7143
}

#cart .info-item a {
    color: #363f4d;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 18px
}

#cart .cart-price {
    font-size: 14px;
    font-weight: 500;
    color: #ff7143
}

#cart .cart-button {
    margin: 0 -20px!important;
    padding: 25px 30px;
    border-top: 1px solid #ebebeb;
    background: #363f4d
}

#cart p.cart-button a:last-child {
    margin-bottom: 0
}

#cart p.cart-button a {
    background: #495465;
    color: #fff;
    height: 47px;
    line-height: 47px;
    text-align: center;
    padding: 0 30px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-weight: 500
}

#cart p.cart-button a:hover {
    background: #ff7143
}

#cart p.cart-button a:hover i {
    color: #fff
}

#cart p.cart-button a i {
    padding-left: 5px;
    font-size: 10px;
    color: #434343;
    display: none
}

#cart .dropdown-menu .info-item {
    padding-left: 10px!important
}

#cart .dropdown-menu .has-scroll tr {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.06)
}

#cart .dropdown-menu .has-scroll {
    max-height: 300px;
    overflow: auto
}

#cart .dropdown-menu tr td strong {
    color: #000
}

#cart .dropdown-menu tr td:first-child {
    color: #232323;
    text-transform: uppercase;
    font-weight: 500
}

#cart .dropdown-menu tr td:last-child {
    color: #363f4d;
    font-size: 14px;
    font-weight: 500
}

.unvisible {
    display: none
}

.fix-header.container-fix .block-right {
    margin-top: 18px
}

.fix-header .logo-container img {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    transform-origin: center left
}

.fix-header .logo-container {
    padding: 0
}

.fix-header .top-header {
    display: none
}

.fix-header {
    top: 0;
    position: fixed!important;
    background: rgba(255,255,255,.95);
    width: 100%;
    left: 0;
    z-index: 9998;
    margin: 0;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1)
}

.fix-header.fix-header-act {
    background: #fff
}

.overflowLayer {
    position: fixed;
    top: 0;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 99
}

.banner-sidebar:hover img {
    opacity: .8
}

.banner-sidebar {
    margin-bottom: 30px;
    text-align: center
}

.logo-f {
    margin-bottom: 15px
}

.contact-info li span {
    margin-right: 5px
}

.contact-info li {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 30px
}

.social-footer li a:hover {
    color: #fff;
    background: #ff7143
}

.social-footer li a {
    color: #fff!important;
    line-height: 1!important;
    font-size: 19px!important;
    text-align: center;
    line-height: 43px!important;
    background: #2f2f2f;
    border-radius: 100%;
    margin: 0 10px 5px 0;
    width: 40px;
    height: 40px;
    display: block
}

.social-footer li a:hover.twtr {
    background: #06a6d6
}

.social-footer li a:hover.fcbk {
    background: #337ab7
}

.social-footer li a:hover.inst {
    background: #bb1a82
}

.social-footer {
    position: relative;
    top: 60px;
    text-align: right
}

.social-footer li {
    display: inline-block
}

.block-static-policy {
    padding: 0;
    padding: 35px 20px 35px 20px
}

.static-policy .col {
    padding: 0
}

.static-policy .text-content {
    padding-top: 10px;
    text-align: left
}

.static-policy .text-content p {
    font-size: 13px;
    color: #91959b;
    text-transform: capitalize;
    margin: 0
}

.static-policy .text-content h2 {
    font-size: 12px;
    color: #363f4d;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0
}

.static-policy .col-img {
    float: left;
    margin-right: 5px
}

.static-policy .col-img i {
    font-size: 21px;
    color: #363f4d;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    line-height: 48px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center
}

.banner-static-top-header i {
    font-size: 18px;
    margin-right: 5px
}

.banner-static-top-header {
    font-size: 12px
}

.banner-1 {
    margin: 0 -15px
}

.banner-1 .text-content h4 {
    color: #363f4d;
    font-weight: 400;
    font-size: 87.5%;
    margin: 0
}

.banner-1 .text-content h3 {
    color: #363f4d;
    font-size: 125%;
    font-weight: 400;
    margin: 0 0 25px 0
}

.banner-1 .text-content h5 {
    color: #363f4d;
    font-size: 87.5%;
    font-weight: 400;
    margin: 0 0 5px 0
}

.banner-1 .text-content {
    position: absolute;
    bottom: 40px;
    left: 45px;
    font-size: 16px
}

.banner-1>div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.banner-1>div {
    position: relative;
    margin-bottom: 40px;
    border-radius: 3px
}

.banner-1 .col-img {
    overflow: hidden;
    border-radius: 3px
}

.banner-1 .col-img img {
    border-radius: 3px
}

.owl-theme .owl-nav {
    margin: 0
}

.owl-theme .owl-dots {
    position: absolute;
    right: 3.1%;
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    line-height: 1
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7143;
    border-color: #ff7143
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px;
    border: 2px solid #909090
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 13%;
    margin: 0;
    background: #989898;
    text-align: center;
    color: #dadada;
    opacity: 0
}

.owl-nav>.owl-next {
    right: 0;
    width: 15px;
    border: 1px solid #989898;
    padding: 20px 0!important
}

.owl-nav>.owl-prev {
    left: 5px;
    width: 15px;
    border: 1px solid #989898;
    padding: 20px 0!important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff7143
}

.owl-products .owl-nav>.owl-next {
    right: -25px
}

.owl-products .owl-nav>.owl-prev {
    left: -35px
}

.owl-style2 .owl-theme .owl-nav [class*=owl-] {
    line-height: 40px;
    margin-top: -20px;
    background: 0 0!important
}

.owl-style2 .owl-theme .owl-nav [class*=owl-] {
    border: none;
    color: #b2b2b2
}

.owl-style2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff7143
}

.owl-style2 .owl-nav>.owl-next {
    right: -40px
}

.owl-style2 .owl-nav>.owl-prev {
    left: -40px
}

.owl-style2 .thumbnails-additional img {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin: 10px 0
}

.thumbnails>a>img {
    padding: 20px
}

.banner-ourbrands .item img {
    display: inline-block
}

.banner-ourbrands {
    padding: 50px 0
}

.banner-ourbrands .owl-carousel .owl-item:not(:hover) img {
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.banner-ourbrands .owl-carousel .owl-item {
    padding: 0
}

.banner-ourbrands .module-title {
    display: none
}

.banner-ourbrands .owl-item.active {
    position: relative
}

.breadcrumb {
    padding: 10px 0;
    margin: 0;
    background: 0 0
}

.breadcrumb a:hover,.breadcrumb li:last-child a {
    color: #ff7143
}

.breadcrumb a,.breadcrumb>li+li::before {
    color: #91959b;
    text-transform: capitalize;
    font-size: 13px
}

.common-home .breadcrumbs {
    display: none
}

.breadcrumbs {
    clear: both;
    background: #fff
}

.attText p {
    font-size: 15px;
    padding-top: 15px
}

span.major {
    color: #ff7143;
    font-weight: 500
}

.pd0 {
    padding: 0
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px;
    margin-bottom: 30px
}

.mr5 {
    margin: 5px
}

.float-right {
    float: right
}

.float-left {
    float: left
}

div.filterCat img {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 230px;
    margin-top: 10px;
    margin-bottom: 10px
}

div.filterCat:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 5px;
    transition: .3s
}

div.filterCat h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400
}

div.filterCat {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 5px
}

.sortMenu-menu h3 {
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 0
}

.sortMenu-menu {
    position: fixed;
    top: 5%;
    display: none;
    width: 90%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 17px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 1000;
    left: 5%
}

#sortButton>.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    background: #0000009c
}

#sortButton .sortMenuItem {
    display: block;
    width: 100%;
    padding: 2.25rem 2.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f2f2f2
}

#sortButton .sortMenuItem>i {
    float: right
}

#sortButton .sortMenuItem:hover {
    background: #f2f2f2
}

#sortButton .closeSort {
    position: fixed;
    text-align: center;
    left: 45%;
    padding-top: 15px
}

.category-info {
    margin-top: 10px
}

.category-info .img-thumbnail {
    border: none;
    border-radius: 0;
    padding: 0
}

.stSt {
    display: block;
    float: right;
    padding: 9px 10px
}

label.stockLbl {
    font-size: 12px;
    line-height: 12px
}

.sortBar>.btn-sorter {
    padding: 0 25px
}

.sortBar>.btn-defaulter {
    padding: 3px 13px
}

.sortBar>a.aktif {
    background: #ff7143!important;
    color: #fff!important
}

.sortBar>a.defaultaktif {
    background: #1869aa!important;
    color: #fff!important
}

.sortBar>a>i {
    padding-left: 10px;
    font-size: 17px;
    line-height: 36px
}

.sortBar>a>i.sorts {
    padding-left: 0
}

.toolbar {
    float: left;
    width: 100%;
    margin: 30px 0 15px;
    background: #f2f2f2
}

.toolbar3 .btn-group {
    background: #fff;
    padding: 13px;
    float: right
}

.toolbar3 {
    padding: 0;
    float: right
}

.toolbar1 {
    padding: 0
}

.toolbar1,.toolbar2 {
    padding-left: 0;
    background: #fff
}

#input-limit,#input-sort {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    font-size: 12px
}

#grid-view,#list-view {
    border: none;
    border-radius: 0;
    color: #dbdbdb;
    padding: 0;
    background: 0 0;
    line-height: 16px;
    height: 16px;
    width: 16px
}

#grid-view.selected,#grid-view:hover,#list-view.selected,#list-view:hover {
    color: #ff7143
}

#list-view {
    margin-right: 10px
}

#grid-view i,#list-view i {
    font-size: 16px
}

.pagination {
    margin: 0;
    background: #fff;
    display: block
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.pagination>li.active>span,.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background-color: #ff7143!important;
    color: #fff!important
}

.pagination>li>a,.pagination>li>span {
    border: none;
    border-radius: 3px!important;
    background: #f1f1f1!important;
    color: #7a7a7a!important;
    font-size: 18px;
    padding: 0 5px;
    margin: 0 3px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px
}

.toolbar4 {
    margin: 0;
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 15px 25px
}

.toolbar4 .col-sm-6 {
    padding: 0
}

.toolbar4 .text-right {
    margin-top: 7px;
    font-size: 13px;
    color: #6a6a6a;
    background: #fff;
    width: auto;
    float: right
}

.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px
}

.block-1 {
    margin-bottom: 30px;
    padding: 40px;
    border-right: 1px solid #f2f2f2
}

.block-1 .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none!important;
    margin: 0
}

.image-additional-container .thumbnail {
    opacity: .6
}

.image-additional-container {
    padding: 0 85px
}

.image-additional-container .current-additional.thumbnail,.image-additional-container .thumbnail:hover {
    opacity: 1
}

.image-additional-container .owl-item {
    padding: 0
}

.progress {
    border-radius: 30px;
    height: 20px;
    padding: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    margin: 10px 0;
    width: 90%;
    float: left
}

.progressCont {
    padding-top: 9px
}

.progressCont li {
    list-style: none
}

span.rateP {
    display: flex;
    padding: 6px 10px;
    font-size: 13px;
    color: #b5b5b5
}

.bg-warning {
    background-color: #fb8c00!important
}

.progress-bar {
    border-radius: 50px;
    padding-left: 1
}

.block-2 .product-name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #363f4d;
    text-transform: capitalize;
    line-height: 1
}

.block-2 .product-name+p {
    margin: 10px 0 0
}

.block-2 .product-name+p a {
    text-transform: capitalize
}

.block-2 .ratings .rating-box {
    display: inline-block;
    margin-right: 5px
}

.block-2 .ratings .rating-box div[class^=rating] {
    background-position: left;
    width: 66px
}

.rating-box>span:nth-child(6) {
    font-size: 12px;
    display: inline-block;
    vertical-align: super
}

.block-2 .ratings a,.block-2 .ratings span {
    font-size: 16px;
    color: #585858;
    vertical-align: middle
}

.block-2 .ratings a {
    margin: 0 5px
}

.block-2 .ratings {
    margin: 25px 0
}

i.shrbtn {
    content: url(opentheme/tools/share-button.svg);
    width: 19px
}

span.rateStarsmall {
    content: url(opentheme/tools/Ratestar.svg);
    width: 20px;
    height: 20px;
    margin-left: -5px
}

span.rateStarsmall1 {
    content: url(opentheme/tools/Ratestar1.svg);
    width: 20px;
    height: 20px;
    margin-left: -5px
}

span.rateStarsmallHalf {
    content: url(opentheme/tools/RatestarHalf.svg);
    width: 20px;
    height: 20px;
    margin-left: -5px
}

.block-2 .list-unstyled hr {
    color: #ebebeb
}

.block-2 .list-unstyled {
    color: #363f4d;
    clear: both;
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize
}

.block-2 .price-product .new-price {
    margin-right: 10px
}

.block-2 .price-product .old-price {
    font-size: 18px;
    color: #a4a4a4;
    text-decoration: line-through
}

.block-2 .price-product {
    font-size: 24px;
    color: #ff7143;
    margin-bottom: 25px;
    font-weight: 500
}

.block-2 .ex-text {
    color: #ff7143;
    margin-left: 5px;
    font-weight: 400
}

.block-2 .short-des {
    margin: 25px 0 30px;
    color: #666;
    line-height: 26px;
    font-size: 16px
}

#input-quantity,#input-quantity2,#minus,#minus2,#plus,#plus2 {
    display: inline-block;
    height: 35px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 35px;
    border-radius: 0;
    border: none;
    background: 0 0;
    padding: 0;
    color: #363f4d;
    font-size: 14px
}

#input-quantity,#input-quantity2 {
    width: 35px;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    margin: 5px 0;
    border: 1px solid #ddd;
    font-size: 28px;
    font-weight: 400;
    color: #8c8c8c
}

#minus,#minus2,#plus,#plus2 {
    font-size: 24px;
    color: #888;
    font-weight: 700
}

label[for=input-quantity] {
    float: left;
    line-height: 35px;
    margin-right: 30px
}

#button-cart i,#button-cart2 i {
    font-size: 24px;
    padding-right: 6px;
    position: relative;
    top: 3px
}

#button-cart,#button-cart2 {
    margin: 0 10px 0 0;
    height: 62px;
    padding: 0 70px;
    border-radius: 5px;
    background: #f15925!important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff!important;
    width: 60%;
    float: right
}

#button-cart2:hover,#button-cart:hover {
    background: #ff7143!important;
    color: #fff!important;
    border-color: #ff7143
}

.btn-actions button.btn-compare span,.btn-actions button.btn-wishlist span {
    display: none
}

.btn-actions button.btn-compare i,.btn-actions button.btn-wishlist i {
    font-size: 38px;
    color: #bec2c7
}

.oysecimi input[type=radio] {
    position: relative;
    opacity: 0
}

.oysecimi span label {
    display: inline-block;
    content: url(opentheme/tools/Ratestar1.svg);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: -18px;
    cursor: pointer
}

.oysecimi span {
    float: right;
    position: relative;
    cursor: pointer
}

#review ul.pagination {
    padding-bottom: 90px
}

.oysecimi span.checked label,.oysecimi span.checked~span label,.oysecimi span:hover label,.oysecimi span:hover~span label {
    display: inline-block;
    content: url(opentheme/tools/Ratestar.svg);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: -18px
}

.btn-actions button.btn-compare,.btn-actions button.btn-wishlist {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0;
    margin-right: 8px;
    float: left;
    margin-top: 16px
}

.btn-actions button.btn-compare:hover i,.btn-actions button.btn-wishlist:hover i {
    color: #ff7143!important
}

.btn-actions button.btn-compare:hover i,.btn-actions button.btn-wishlist:hover i {
    color: #fff
}

#product,#product2 {
    clear: both
}

.sub-col.col-sm-12.col-md-12 {
    padding: 5px
}

.indexed2 .module-title3>h2 {
    font-size: 24px;
    line-height: 32px;
    color: #f15928;
    font-weight: 400;
    text-align: center;
    display: none
}

.has-option {
    max-height: 300px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    margin-top: 20px
}

.option-container+div {
    margin: 25px 0
}

.quantity-box {
    border-radius: 10px;
    width: 115px;
    border: 1px solid #ebebeb;
    float: left;
    background: #efefef
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0!important
}

.bootstrap-datetimepicker-widget td span:hover {
    background: 0 0!important
}

.bootstrap-datetimepicker-widget td span {
    height: 40px!important;
    line-height: 40px!important;
    margin: 0!important
}

.alert.alert-success {
    text-align: center;
    font-size: 14px;
    margin: 0
}

.alert-dismissible {
    position: fixed;
    min-width: 350px;
    max-width: 400px;
    z-index: 999;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    right: 10%;
    top: 15%
}

.alert-dismissable .close,.alert-dismissible .close {
    position: absolute;
    top: 15px;
    right: 19px;
    color: inherit
}

.alert-dismissible h4 {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 600
}

.alert-dismissible p {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #696969;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.alert-dismissible img {
    float: left
}

.information-contact form .required {
    margin-bottom: 20px
}

.bankitem p {
    margin-bottom: 0
}

.bankitem {
    float: left;
    width: 46%;
    margin: 1%;
    background-size: 28px;
    background-position: 98%
}

.mobileHead {
    display: none
}

.justMobile {
    display: none
}

@media (max-width: 480px) {
    .headSearchBar1 {
        position:fixed;
        transition: .2s;
        z-index: 99;
        background: #fff;
        left: 0;
        padding: 10px 10px!important;
        top: 0;
        border-bottom: 1px solid #e2e2e2;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s
    }

    img.mobileLogo {
        margin-top: 7px
    }

    .mobilAppCheck,.mobilAppCheck a {
        display: flex;
        color: #7a7a7a
    }

    span.bgHeaderText a,span.bgHeaderText a i {
        color: #7a7a7a
    }

    span.bgHeaderTextAppT {
        background: #f2f2f2;
        padding: 3px;
        margin: 9px -12px 0 3px;
        z-index: 99;
        font-size: 11px;
        line-height: normal;
        height: 29px;
        border-radius: 5px;
        text-align: right
    }

    span.bgHeaderTextApp {
        background: #f2f2f2;
        border-radius: 50%;
        padding: 10px
    }

    span.bgHeaderText {
        background: #f2f2f2;
        margin: auto 2px;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: 700;
        overflow: hidden;
        height: 29px;
        max-width: 100px
    }

    .textContentHeader {
        display: flex;
        float: right
    }

    .justMobile {
        display: block;
        margin-bottom: 12px
    }

    .mobileHead {
        display: block
    }

    .search-bars {
        border: 1px solid #e5e5e5;
        padding: 8px;
        border-radius: 5px
    }

    .search-bars {
        border-radius: 5px;
        margin-bottom: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    #search>button {
        left: 0;
        right: unset
    }

    .search-container i {
        color: #8d8d8d
    }

    .module-title3 h2 {
        font-size: 24px;
        line-height: 32px;
        color: #f15928;
        font-weight: 400;
        text-align: center
    }

    .common-home #content {
        /* background:#f2f2f2; */
    }

    .bankitem {
        float: left;
        width: 98%;
        margin: 1%;
        background-size: 28px;
        background-position: 98%
    }
}

.bankitem .col-3 {
    float: left;
    width: 31%;
    height: 47px;
    border: 1px solid #cecece;
    text-align: center
}

.bankitem .col-9 {
    float: left;
    width: 69%;
    height: 47px;
    border-left: 0 solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding-left: 5px
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
    height: auto
}

.product-des {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 30px
}

.box-timer .countdown-period {
    display: block;
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.box-timer .countdown-section:not(:last-child) {
    margin-right: 3px
}

.box-timer .countdown-section .countdown-amount {
    color: #ff7143;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 3px;
    display: block
}

.box-timer .countdown-section {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center
}

.box-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.indexed .box-timer {
    display: none
}

#back-top:hover {
    background: #ff7143
}

#back-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: rgba(169,169,169,.47);
    text-align: center;
    cursor: pointer;
    z-index: 999
}

#back-top i {
    font-size: 20px;
    line-height: 50px;
    color: #fff
}

body:not(.common-home) footer {
    margin-top: 30px
}

.backed {
    background: #f4f4f4;
    margin-top: 70px;
    border-top: 1px solid #e8e8e8
}

.well {
    background: #fff
}

.well ul.nav-tabs {
    margin: 0;
    border: none;
    padding: 5px 0;
    position: relative;
    border-radius: 5px;
    background: #ebebeb
}

.well .nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    width: 49%;
    padding: 3px 7px
}

.well .nav-tabs li a {
    color: #363f4d;
    margin: 0;
    padding: 13px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-align: center
}

.well .nav-tabs li.active a,.well .nav-tabs li:hover a {
    color: #363f4d;
    background: #fff!important;
    box-shadow: 0 0 3px 1px #ddd
}

.well form {
    margin-top: 20px;
    padding: 10px
}

.well .btnBig {
    background: #f15927;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 16px
}

#register-post .chkCont {
    padding-left: 10px
}

#input-newslatter {
    visibility: hidden
}

#input-newslatter+.bnChck:before {
    content: url(opentheme/tools/checkbox-before.jpg);
    position: relative;
    left: -10px;
    top: 4px
}

#input-newslatter:checked+.bnChck:before {
    content: url(opentheme/tools/checkbox-after.jpg);
    position: relative;
    left: -10px;
    top: 4px
}

.edit {
    padding-left: 0;
    margin-top: 30px
}

.edit a.btn {
    background: #f15927;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 16px
}

.well input.inpBig {
    border: 1px solid #f2f2f2;
    height: 50px;
    margin-bottom: 10px
}

.well input.inpBig:focus {
    border: 2px solid #f15927;
    box-shadow: none
}

.well input.inpBig:last-child {
    margin-bottom: 0
}

.well input.inpBig::placeholder {
    color: #969696
}

.well .chkCont>input[type=checkbox] {
    visibility: hidden
}

.f-bottom div.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
    border: none
}

.boxedAc>span {
    text-align: center;
    font-size: 16px;
    color: #afafaf;
    letter-spacing: 1px;
    font-weight: 300
}

i.kargoAcc {
    display: block;
    content: url(opentheme/tools/kargo_account.svg);
    width: 90px;
    height: 90px;
    margin: auto
}

i.rekabet {
    display: block;
    content: url(opentheme/tools/rekabetci.svg);
    width: 90px;
    height: 90px;
    margin: auto
}

i.kiade {
    display: block;
    content: url(opentheme/tools/kiade.svg);
    width: 90px;
    height: 90px;
    margin: auto
}

i.paymn {
    display: block;
    content: url(opentheme/tools/paymn.svg);
    width: 90px;
    height: 90px;
    margin: auto
}

.well>.boxedAc {
    text-align: center;
    min-height: 185px
}

.f-bottom {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    min-height: 250px;
    position: relative;
    top: 130px;
    box-shadow: 0 0 20px 3px #c1c1c16e;
    display: inline-flex;
    margin-top: -70px
}

.backed h2 {
    font-size: 20px;
    text-align: center;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none
}

.backed p {
    font-size: 16px;
    text-align: center;
    font-family: Poppins,sans-serif;
    font-weight: 300;
    color: #a7a7a7
}

.backed .col-f {
    margin-top: 50px;
    margin-bottom: 20px
}

footer {
    background: #ebebeb;
    border-top: 1px solid #ebebeb
}

footer div.AppBox {
    width: 40%;
    float: left
}

footer div.AppBox img {
    margin-bottom: 20px
}

footer div.etbisLogo img {
    border: 5px solid #fff;
    max-width: 100px
}

footer .etbisLogo {
    width: 59%;
    float: left
}

footer .col-f hr {
    border-color: #c1c1c1
}

.title-footer {
    display: inline-block;
    font-size: 17px;
    padding-bottom: 8px;
    background: linear-gradient(to left,#00000029 50%,#f15925 50%) bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    font-weight: 500
}

.title-footer1 {
    font-size: 27px;
    font-family: Poppins,sans-serif;
    color: #7b7b7b
}

.col-f ul li a:hover {
    color: #ff7143
}

.col-f ul li a {
    color: #7a7a7a;
    line-height: 14px;
    font-size: 14px
}

.top-footer ul {
    margin: 0
}

.col-f li a {
    color: #999;
    line-height: 24px
}

.top-footer {
    padding: 180px 0 55px;
    border-bottom: 1px solid #ebebeb
}

.bottom-footer {
    padding: 20px 0;
    background: #fff
}

.copyright-text a {
    color: #ff7143
}

.copyright-text {
    color: #7a7a7a;
    float: left;
    margin: 5px 0 0;
    text-transform: capitalize
}

.payment-img {
    float: right
}

.category-module {
    margin-bottom: 30px
}

.category-module h3 {
    color: #363f4d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
    padding-bottom: 5px
}

.category-module ul ul {
    padding-left: 20px
}

.category-module ul {
    margin: 0
}

.category-module li a.active {
    color: #ff7143
}

.category-module li {
    padding: 8px 0;
    padding: 10px 0;
    display: block;
    text-transform: capitalize;
    color: #7a7a7a;
    font-size: 14px
}

.related-products {
    clear: both
}

.related-products .product-des {
    display: none
}

.related-container {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 0 0 0 10px
}

.owl-carousel {
    touch-action: manipulation
}

.maccount {
    display: none
}

@media (max-width: 1024px) {
    .b-modal,.newletter-popup,.zoomContainer {
        display:none!important
    }

    mobilebar {
        display: block
    }
}

@media (max-width: 991px) {
    .search-containers {
        width:250px
    }

    .banner-1 .text-content {
        font-size: 90%;
        left: 30px;
        bottom: 20px
    }

    .banner-1 .text-content h3 {
        margin: 0 0 5px 0
    }

    .block-static-policy {
        width: 100%
    }

    .cart-container {
        width: auto
    }

    .block-static-policy,.cart-container,.logo-container {
        padding: 10px 0
    }

    .copyright-text,.payment-img {
        float: none;
        text-align: center
    }

    .copyright-text {
        margin-bottom: 10px
    }

    #button-cart,#button-cart2 {
        padding: 0 20px
    }

    .qv-button-container {
        display: none
    }

    mobilebar {
        display: block
    }
}

@media (max-width: 767px) {
    .banner-1 .col-img {
        text-align:center
    }

    .banner-1>div:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }

    .banner-1 .text-content {
        font-size: 16px;
        top: 50%;
        left: 50%;
        width: 50%;
        text-align: center;
        bottom: auto;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    input[name^="quantity["] {
        min-width: 40px;
        padding: 0;
        text-align: center
    }

    .top-footer .col-f:not(:last-child) {
        margin-bottom: 30px;
        display: inline-block
    }

    .copyright-text,.payment-img {
        float: none;
        text-align: center
    }

    .copyright-text {
        margin-bottom: 10px
    }

    mobilebar {
        display: block
    }
}

@media (max-width: 680px) {
    .block-left,.block-right {
        width:100%;
        text-align: center
    }

    aside#column-left,aside#column-right {
        display: none
    }

    .mobileTool>div {
        float: left;
        width: 50%;
        text-align: center;
        padding: 10px;
        border: 1px solid #f2f2f2;
        display: block;
        cursor: pointer
    }

    #filtreButton:hover,#filtreButton:hover i,#sortButton:hover,#sortButton:hover i {
        color: #f15925;
        font-weight: 700
    }

    #filtreButton,#sortButton {
        font-size: 16px;
        color: #7a7a7a
    }

    #filtreButton img {
        height: 22px;
        padding-right: 5px
    }

    #filtreButton>i,#sortButton>i {
        font-size: 20px;
        color: #7a7a7a;
        padding-right: 5px
    }

    mobilebar {
        display: block
    }
}

@media (max-width: 560px) {
    #column-left,#column-right {
        box-shadow:0 0 20px 17px #b1b1b1
    }

    #column-left {
        width: 90%;
        position: fixed;
        z-index: 999999;
        background: #fff;
        margin: auto;
        display: block;
        top: 40px;
        overflow: scroll;
        left: 5%;
        height: 700px
    }

    aside#column-left,aside#column-right {
        display: none
    }

    .mobileTool>div {
        float: left;
        width: 50%;
        text-align: center;
        padding: 10px;
        border: 1px solid #f2f2f2;
        display: block;
        cursor: pointer
    }

    #filtreButton:hover,#filtreButton:hover i,#sortButton:hover,#sortButton:hover i {
        color: #f15925;
        font-weight: 700
    }

    #filtreButton,#sortButton {
        font-size: 16px;
        color: #7a7a7a
    }

    #filtreButton img {
        height: 22px;
        padding-right: 5px
    }

    #filtreButton>i,#sortButton>i {
        font-size: 20px;
        color: #7a7a7a;
        padding-right: 5px
    }

    .mfilter-button-top {
        display: none
    }

    mobilebar {
        display: block
    }
}

span.CloseBar {
    display: none
}

@media (max-width: 480px) {
    .headSearchBar span.CloseBar {
        display:block;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 30px;
        z-index: 999
    }

    .top-footer {
        padding: 50px 0 55px;
        border-bottom: 1px solid #ebebeb
    }

    mobilebar {
        display: block
    }

    .image-additional-container {
        padding: 0
    }

    .mfilter-button-top {
        display: none
    }

    .mobileTool {
        display: block;
        padding-bottom: 29px;
        margin-bottom: 15px;
        margin-top: 30px
    }

    .mobileTool>div {
        float: left;
        width: 50%;
        text-align: center;
        padding: 10px;
        border: 1px solid #f2f2f2;
        display: block;
        cursor: pointer
    }

    #filtreButton:hover,#filtreButton:hover i,#sortButton:hover,#sortButton:hover i {
        color: #f15925;
        font-weight: 700
    }

    #sortButton .closeSort>i {
        font-size: 35px;
        margin: 10px;
        color: #fff;
        display: block
    }

    #filtreButton,#sortButton {
        font-size: 16px;
        color: #7a7a7a
    }

    #filtreButton img {
        height: 22px;
        padding-right: 5px
    }

    #filtreButton>i,#sortButton>i {
        font-size: 20px;
        color: #7a7a7a;
        padding-right: 5px
    }

    .mfilter-free-button {
        display: none!important
    }

    #column-left,#column-right {
        box-shadow: 0 0 20px 17px #b1b1b1
    }

    #column-left {
        width: 90%;
        position: fixed;
        z-index: 999999;
        background: #fff;
        margin: auto;
        display: block;
        top: 40px;
        overflow: scroll;
        left: 5%;
        height: 700px
    }

    aside#column-left,aside#column-right {
        display: none
    }

    .breadcrumb {
        display: none
    }

    .maccount {
        position: absolute;
        right: 0;
        font-size: 24px;
        color: #888;
        padding: 5px;
        display: inline-flex
    }

    .siteLogo {
        width: 90%;
        margin: auto
    }

    .block-static-policy,.cart-container,.logo-container {
        padding: 10px 0 0 0
    }

    #search>input {
        padding: 0 40px 0 25px
    }

    #blog_home .module-title2 {
        text-align: center;
        padding: 15px 0
    }

    .view_all {
        float: none;
        padding: 0
    }

    .static-policy .col-img,.static-policy .text-content {
        float: none;
        text-align: center
    }

    .cart-container {
        width: 100%;
        text-align: center
    }

    #cart {
        float: none;
        position: static
    }

    #cart .dropdown-menu::before {
        right: auto
    }

    #cart .dropdown-menu,#cart .dropdown-menu::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .static-policy .col {
        text-align: center;
        margin-bottom: 20px
    }

    .owl-item.active .row_items {
        border-right: none!important
    }

    .top-header #top>ul li .dropdown-menu,.top-header .row>div>ul li .dropdown-menu {
        min-width: 100px;
        left: 0;
        right: auto
    }

    #top-links {
        right: 0!important;
        left: auto!important;
        min-width: 120px!important
    }

    #cart p.cart-button a {
        margin: 0
    }

    .toolbar1,.toolbar2 {
        width: 100%;
        padding: 0;
        margin: 5px 0
    }

    .block-right {
        margin: 10px 0
    }

    .tab-heading li {
        margin: 5px 20px
    }

    #cart .dropdown-menu {
        min-width: 260px
    }

    #cart p.cart-button a:not(:last-child) {
        margin: 0 10px 10px 0
    }

    .logo-container #logo {
        display: inline-block
    }

    .logo-container {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 360px) {
    .static-policy .col {
        width:100%
    }
}

@media (max-width: 480px) {
    .product-layout:hover img {
        box-shadow:none
    }
}

@media (max-width: 1024px) {
    .layer-category div#content {
        background:#f2f2f2
    }
}

.cookie-notification {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 999999;
    background: #fff;
    visibility: hidden;
    padding: 10px;
    box-shadow: 0 0 4px 2px #888
}

.cookie-notification .ct-accept {
    color: #fff;
    background: #ff7b00;
    border: 0;
    padding: 0 20px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    --buttonShadow: none;
    --buttonTransform: none
}

.cookie-notification .ct-cookies-content {
    font-family: inherit;
    color: #000;
    line-height: 1.4
}

.cookie-notification .ct-close {
    color: #000!important;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 27px;
    width: 45px;
    height: 45px;
    padding: 0;
    opacity: .5;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.cookie-notification .container {
    position: relative;
    padding: 25px;
    border-radius: 3px;
    max-width: 330px;
    min-height: 160px
}

.cookie-notification a {
    color: #f15927
}

.cookie-notification .ct-cookies-content {
    font-size: 14px;
    font-family: inherit;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px
}

@media (max-width: 480px) {
    .cookie-notification {
        width:90%;
        position: fixed;
        left: 5%;
        bottom: 70px;
        z-index: 999999;
        background: #fff;
        visibility: hidden;
        padding: 10px;
        box-shadow: 3px 1px 19px 3px #888
    }
}

.owl-carousel .owl-item img {
    border-radius: 10px;
    max-width: 99.5%
}

.slider-main-desktop {
    position: relative;
    margin-bottom: 8px
}

.owl-prev {
    position: absolute;
    color: #fff;
    display: none;
    opacity: .5;
    top: 45%;
    left: 2%;
    z-index: 999
}

.owl-next {
    position: absolute;
    color: #fff;
    display: none;
    opacity: .5;
    top: 45%;
    right: 2%;
    z-index: 999
}

.owl-next:hover,.owl-prev:hover {
    opacity: 1;
    cursor: pointer
}

.slider-main-desktop:hover .owl-next,.slider-main-desktop:hover .owl-prev {
    display: block
}

@media (max-width: 480px) {
    .slider-main-desktop {
        margin:0
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        border-radius: 5px
    }

    .owl-carousel .owl-item img.owl-lazy {
        width: 100%
    }
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon::after,.ribbon::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #31ab00
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #31ab00;
    box-shadow: -3px 4px 11px 1px rgb(0 0 0 / 33%);
    color: #fff;
    font-size: 17px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    z-index: 9;
    font-weight: 700
}

.ribbon-top-left {
    top: -10px;
    left: -10px
}

.ribbon-top-left::after,.ribbon-top-left::before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-top-left::before {
    top: 0;
    right: 0
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.outletProd {
    position: absolute;
    z-index: 9;
    left: 30px;
}

#kategoriSlider .s-Item img {
    font-size: 10px
}

#kategoriSlider .s-Item {
    text-align: center;
    font-size: 10px
}

.sliderCarousel {
    margin: 10px 0 0
}

.h1title {
    color: #F15927!important
}

.h3title {
    color: #A5A6A5!important
}

@media (max-width: 800px) {
    .title-base1 {
        margin-top:unset
    }

    .h3title {
        font-size: 11px
    }
}

@media screen and (max-width: 480px) {
    .title-base1 {
        margin-top: unset !important;
    }
}
