@font-face {
  font-family: FiraGO-Bold;
  src: url(../fonts/FiraGO-Bold.ttf)
}
@font-face {
  font-family: FiraGO-Book;
  src: url(../fonts/FiraGO-Book.ttf)
}
@font-face {
  font-family: FiraGO-Eight;
  src: url(../fonts/FiraGO-Eight.ttf)
}
@font-face {
  font-family: FiraGO-ExtraBold;
  src: url(../fonts/FiraGO-ExtraBold.ttf)
}
@font-face {
  font-family: FiraGO-ExtraLight;
  src: url(../fonts/FiraGO-ExtraLight.ttf)
}
@font-face {
  font-family: FiraGO-Four;
  src: url(../fonts/FiraGO-Four.ttf)
}
@font-face {
  font-family: FiraGO-Hair;
  src: url(../fonts/FiraGO-Hair.ttf)
}
@font-face {
  font-family: FiraGO-Heavy;
  src: url(../fonts/FiraGO-Heavy.ttf)
}
@font-face {
  font-family: FiraGO-Light;
  src: url(../fonts/FiraGO-Light.ttf)
}
@font-face {
  font-family: FiraGO-Medium;
  src: url(../fonts/FiraGO-Medium.ttf)
}
@font-face {
  font-family: FiraGO-Regular;
  src: url(../fonts/FiraGO-Regular.ttf)
}
@font-face {
  font-family: FiraGO-SemiBold;
  src: url(../fonts/FiraGO-SemiBold.ttf)
}
@font-face {
  font-family: FiraGO-Thin;
  src: url(../fonts/FiraGO-Thin.ttf)
}
@font-face {
  font-family: FiraGO-Two;
  src: url(../fonts/FiraGO-Two.ttf)
}
@font-face {
  font-family: FiraGO-UltraLight;
  src: url(../fonts/FiraGO-UltraLight.ttf)
}
@font-face {
  font-family: DroidSans;
  src: url(../fonts/DroidSans.ttf)
}
@font-face {
  font-family: DroidSans-Bold;
  src: url(../fonts/DroidSans-Bold.ttf);
}

@font-face {
  font-family: lari;
  src: url(../fonts/lari.ttf)
}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

body {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 14px;
    font-family: FiraGO-Medium;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*--------------------------------------------------------------------
                        Typography Settings
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FiraGO-Medium;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

p {
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------------
                        alignment css
--------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.no-gutter>[class*="col-"] {
    padding: 0;
}

.slick-slide:focus {
    outline: none;
}

.plr-none {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------------
                        All Transition Settings
--------------------------------------------------------------------*/
a,
img,
.product-large-slider button.slick-arrow,
.pro-nav button.slick-arrow,
.owl-dot-style .owl-dot,
.main-menu ul li ul.dropdown,
.main-menu ul li ul.dropdown li ul.dropdown,
.main-menu ul li ul.mega-menu,
.categorie-menus li ul.cat-submenu,
.product-item,
.sec-img,
.action-links a,
.ratings,
.price-box,
.btn-cart,
.product-layout-two,
.product-module-four-item,
.product-countdown,
.blog-thumb-active.owl-carousel .owl-nav div,
.newsletter-btn,
.footer-useful-link li a,
.filter-attribute-container ul li a::after,
.img-view {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------------
                        Common class
--------------------------------------------------------------------*/
.fix {
    overflow: hidden;
}

.section {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------
                        Slider Navigation style
--------------------------------------------------------------------*/
/* slick slider dot style */
.slick-dot-style .slick-dots {
    /* bottom: -20px; */
    left: 0;
    /* position: absolute; */
    right: 0;
    text-align: center;
    height: 10px;
    margin-top: 20px;
}

.slick-dot-style .slick-dots li button {
    background: #ebebeb;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}

.slick-dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dot-style .slick-dots li.slick-active button {
    background: #ff8600;
}

.slick-slide:focus {
    outline: none;
}

/* ---slick arrow style--- */
.product-large-slider button.slick-arrow,
.pro-nav button.slick-arrow {
    top: calc(50% - 0px);
    width: 30px;
    height: 30px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    left: 20px;
    color: #083b6a;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.product-large-slider button.slick-arrow:hover,
.pro-nav button.slick-arrow:hover {
    color: #ffffff;
    background-color: #ff8600;
}

.product-large-slider button.arrow-next,
.pro-nav button.arrow-next {
    left: auto;
    right: 20px;
}

.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Slick vertical slider arrow */
.pro-nav1 button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ff8600;
    cursor: pointer;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pro-nav1 button i {
    color: #ff8600;
}

.pro-nav1 button.arrow-next {
    bottom: 0;
    top: auto;
}

.pro-nav1:hover button {
    opacity: 1;
    visibility: visible;
}

/* ------Owl carosel nav style------ */
.owl-arrow-style .owl-nav {
    /* border-radius: 50%; */
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.owl-arrow-style .owl-nav div {
    width: 30px;
    height: 30px;
    /* line-height: 30px; */
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff none repeat scroll 0 0;
    font-size: 16px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    color: #083B6A;
}
.owl-arrow-style .owl-nav div i {
   line-height: 30px;
}
.owl-arrow-style .owl-nav .owl-prev {
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.owl-arrow-style .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0px, -50%);
}

/* dot style */
.owl-dot-style .owl-dots {
    bottom: 20px;
    left: 9%;
    position: absolute;
}

.owl-dot-style .owl-dot {
    background: #ff8600 none repeat scroll 0 0;
    border: 2px solid #ff8600;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.owl-dot-style .owl-dot.active {
    background: #fff;
}


/*--------------------------------------------------------------------
                        Start Header section
--------------------------------------------------------------------*/
/*----Start header top css----*/
.header-top-left>ul {
    padding: 12px 0;
    text-align: center;
}

.header-top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.header-top-left span {
    color: #aaa;
    margin-right: 5px;
}

.header-top-left li::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.header-top-left li:last-child::before {
    display: none;
}

.box.box-right {
    float: right;
}

.box-right li {
    display: inline-block;
    position: relative;
}

.box-right li a {
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
}

.box.box-right li a span {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.box-right li:hover>a {
    color: #ff8600;
}

.box-dropdown {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    right: 0;
    position: absolute;
    top: 45px;
    /* width: 150px; */
    z-index: 99;
    padding: 10px 0;
    display: none;
}
.box-dropdown:after {
    content: "";
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent rgb(255 255 255) transparent;
    position: absolute;
    top: -7px;
    right: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: none;
}

.box-dropdown li {
    display: block;
    margin: 0 !important;
}

.box-dropdown li a {
    color: #444;
    padding: 10px 20px;
}


/*----End header top css----*/

/*----Start header Middle css----*/
.header-middle {
    padding: 30px 0;
    background: #ffffff;
    /* border-bottom: 1px solid rgb(255 255 255 / 10%); */
}

.top-cat .nice-select {
    background: #f0f0f0;
    border: medium none;
    border-radius: 0;
    height: 52px;
    width: 150px;
    text-align: center !important;
    padding: 0 24px;
    border-radius: 6px 0 0 6px;
    z-index: 999999999;
}

.nice-select .list {
    z-index: 999;
}

.top-cat .nice-select .current {
    color: #555;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}

input.top-cat-field {
    border: 1px solid #f5f5f5;
    color: #222222;
    font-size: 13px;
    height: 55px;
    padding: 0 30px 0 50px;
    width: 400px;
    float: left;
    border-radius: 30px;
    background: #f6f7f9;
}

.top-search-btn {
    background: #0a54d2 none repeat scroll 0 0;
    border: medium none;
    /* border-radius: 0 6px 6px 0; */
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 52px;
    padding: 0 30px;
    width: 150px;
}

/* header style 2 */
.home-header2 .nice-select {
    background: #fff;
}

.home-header2 input.top-cat-field {
    border: medium none;
}

.home-header2 .top-search-btn {
    background: #111111;
    color: #fff;
}

.home-header2 .top-search-btn:hover {
    color: #ff8600;
}

.home-header2 .mini-cart-option li a,
.home-header2 .mini-cart-option li:hover a {
    color: #111;
}

.home-header2 .mini-cart-option .count {
    background: #111;
    color: #fff;
}

.header-top-menu.menu-style2 {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

/* header style 2 end */
.mini-cart-option {
    /* float: right; */
    margin-top: 4px;
}

.mini-cart-option li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mini-cart-option li:hover span.lnr {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mini-cart-option li span.lnr {
    color: #222;
    font-size: 28px;
    font-weight: 500;
    padding-left: 10px;
}

.mini-cart-option li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    /* max-width: 112px; */
    position: relative;
}

.mini-cart-option li a img {
    height: 25px;
    margin-top: -3px;
    margin-right: 12px;
}

.mini-cart-option .box-dropdown li:hover a {
    color: #ff8600;
}

.mini-cart-option .count {
    background: #ff8600;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    height: 17px;
    left: 25px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 17px;
    border: 1px solid #ffffff;
    font-family: 'DroidSans-Bold';
}

.mini-cart-option .cart-h4 .count {
    left: 10px;
}

.mini-cart-drop-down {
    position: absolute;
    right: 0;
    top: 45px;
    width: 300px;
    padding: 25px 25px 25px 25px;
    display: none;
    z-index: 9999999999;
    background: #fff;
    border-bottom: 2px solid #ff8600;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.mini-cart-drop-down>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    /* color: #111; */
    /* font-weight: 500; */
}

.cart-img {
    margin-right: 20px;
    width: 60px;
}

.cart-border {
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 22px;
}

.mini-cart-drop-down a.cart-button {
    background: #ff8600 none repeat scroll 0 0;
    /* border-radius: 5px; */
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 15px;
}

.mini-cart-drop-down a.cart-button:hover {
    color: #fff;
    background: #111111;
}

.mini-cart-drop-down a.cart-button2 {
    background: #111111 none repeat scroll 0 0;
    /* border-radius: 5px; */
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 5px;
}

.mini-cart-drop-down a.cart-button2:hover {
    color: #fff;
    background: #ff8600;
}

a.cart-button.hm2 {
    color: #fff !important;
}

.mini-cart-drop-down li a {
    color: #111111;
    font-size: 15px;
    /* margin-bottom: 5px; */
    max-width: 100%;
    font-weight: 400;
}

.cart-info h4:hover a {
    color: #ff8600;
}

.cart-info span {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.cart-info span span {
    color: #7e7e7e;
}
.subtotal-text {
    
line-height: 30px;
}
.subtotal-price>span {
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    color: #ff8600;
    font-size: 20px;
}

/*------ End header middle style css ------ */

/* ------Start header main menu css------ */

.top-main-menu {
    float: left;
    position: relative;
    width: 100%;
}

.main-menu {
    float: left;
}

.main-menu li {
    float: left;
    position: relative;
}
.main-menu li:hover a {
    color: #ff8600;
}

.main-menu li>a {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 0px 18px 50px;
    text-transform: uppercase;
    font-family: FiraGO-Medium;
}
.main-menu li li>a {
    color: #111111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 19px 20px 18px 20px;
    text-transform: uppercase;
    font-family: FiraGO-Medium;
}

.main-menu li:hover a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li span.lnr {
    font-size: 9px;
    margin-left: 10px;
}

/*dropdown menu css*/
.main-menu ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #ff8600;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.dropdown li {
    margin: 0;
    float: none;
    position: relative;
}

ul.dropdown li span {
    float: right;
    padding-top: 7px;
}

.main-menu ul li ul.dropdown li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #ff8600;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    left: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-bottom: 2px solid #ff8600;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li>a i {
    font-size: 14px;
    padding-left: 5px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    font-size: 10px;
    margin-top: 8px;
}

/*mega menu css*/
.main-menu ul li.static {
    position: static;
}

.main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #ff8600;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.mega-menu.mega-full {
    margin: 0 auto;
    padding: 30px;
    width: 100%;
}

.main-menu ul li ul.mega-menu li {
    width: 25%;
    float: left;
    margin: 0;
}

.main-menu ul li ul.mega-menu li a {
    padding: 0px 0 8px;
}

.main-menu ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu ul li ul.mega-menu li ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: capitalize;
    font-family: FiraGO-Medium;
}

.main-menu ul li ul.mega-menu li ul li:hover a {
    color: #ff8600;
}

/* -----Start header main menu css------ */

/* ------categories menu css here------ */
.categories-menu-bar {
    float: left;
}

.categories-menu-btn {
    /* background: rgb(255 134 0) none repeat scroll 0 0; */
    color: #ff8600;
    cursor: pointer;
    float: left;
    font-size: 15px;
    /* font-weight: 600; */
    padding: 19px 0px 17px 0px;
    /* width: 254px; */
    text-align: center;
    text-transform: capitalize;
}

.categories-menu-btn span {
    margin-left: 15px;
    font-family: FiraGO-Medium;
    color: #ffffff;
    display: inline-flex;
}

.left {
    float: left;
}

.left i {
    font-size: 20px;
    margin-left: 0;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
}

.right {
    float: right;
}

.right i {
    font-size: 10px;
    margin-top: -3px;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
}

.categories-menu-btn span.lnr {
    font-size: 14px;
    padding: 0 18px;
    vertical-align: middle;
}

.categories-menu-btn,
.categorie-menus {
    display: block;
    /* position: absolute; */
    z-index: 999999;
}

.categorie-menus {
    background: #fff;
    min-width: 350px;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    display: none;
    z-index: 9;
    padding: 15px 0;
    margin-top: 1px;
}

.categorie-menus li {
    position: relative;
}

.categorie-menus li span.lnr {
    float: right;
    font-size: 11px;
    margin-top: 8px;
    vertical-align: middle;
}

.categorie-menus li a {
    color: #222222;
    display: block;
    line-height: 25px;
    padding: 10px 20px;
}

.categorie-menus li a img {
    height: 24px;
    margin-right: 10px;
    margin-top: -3px;
    /* opacity: 0.7; */
    -webkit-transition: all 0.0s ease 0s;
    -moz-transition: all 0.0s ease 0s;
    -ms-transition: all 0.0s ease 0s;
    -o-transition: all 0.0s ease 0s;
    transition: all 0.0s ease 0s;
}

.categorie-menus li:hover>a {
    background: #ff8600;
    color: #FFF !important;
}
.categorie-menus li:hover>a img {
  filter: brightness(500);
  opacity: 1;
  -webkit-transition: all 0.0s ease 0s;
  -moz-transition: all 0.0s ease 0s;
  -ms-transition: all 0.0s ease 0s;
  -o-transition: all 0.0s ease 0s;
  transition: all 0.0s ease 0s;
}

.more-btn::before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.more-btn.minus::before {
    content: "\f068";
}

/* categories sub menu css */

.categorie-menus li ul.cat-submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 235px;
    padding: 15px 0;
}

.categorie-menus li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu>li a {
    color: #444;
    padding: 4px 25px;
}

.categorie-menus li ul.cat-submenu li:hover>a {
    color: #ff8600 !important;
    background: transparent;
}

.categorie-menus li ul.cat-submenu li ul.cat-submenu {
    top: 30px;
    opacity: 0;
    visibility: hidden;
}

.categorie-menus li ul.cat-submenu li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu.category-mega {
    width: 600px !important;
}

.cat-submenu.category-mega>li {
    width: 33.33%;
    float: left;
}

.cat-mega-title>a {
    font-weight: 600;
}

.category-mega li ul li a {
    color: #444;
    padding: 3px 25px;
}

.cat-mega-menu li ul li:hover a {
    color: #ff8600;
    background: transparent;
}

/* categories style 2 */

.categories-menu-bar.cat-menu-style2 {
    position: relative;
    width: 100%;
}

.cat-menu-style2 .categories-menu-btn {
    width: 100%;
}

.cat-menu-style2 .categorie-menus {
    width: 100%;
    display: block;
}

/* header call action css */
.header-call-action {
    float: right;
}

.header-call-action a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    padding: 19px 0px 18px 34px;
    display: block;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    margin-left: 25px;
    display: inline-flex;
}
.header-call-action a i {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    padding: 19px 0 18px 0;
    position: absolute;
    top: -2px;
    left: 0px;
}

.header-call-action strong {
    font-weight: 600;
}

.header-call-action span.lnr {
    font-size: 18px;
    padding-right: 10px;
}


/* sticky menus css  */
.header-top-menu.sticker.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 5%);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.header-top-menu.sticker.sticky .categories-menu-bar {
    /* display: none; */
}

.header-top-menu.sticky4.sticker.sticky {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 15px 0 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}


/* slick nav style */
.slicknav_menu {
    background: #fff;
    display: none;
}

.slicknav_nav * {
    padding: 0 !important;
    margin: 0 !important;
}

.slicknav_nav li {
    border-radius: 0px;
}

.slicknav_nav li a {
    color: #111 !important;
    border-radius: 0px;
    padding: 10px !important
}

.slicknav_nav li a a {
    padding: 0 !important;
}

.slicknav_nav>li:hover>a,
.slicknav_nav>li>a>a:hover,
.slicknav_nav>li>a:hover {
    background-color: #ff8600 !important;
    border-radius: 0px !important;
}

.slicknav_nav ul {
    margin-left: 20px !important;
}

.slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: #ff8600 !important;
}

.slicknav_nav .lnr-chevron-right {
    display: none;
}

/* header style 4 */
.header-style4 input.top-cat-field {
    width: calc(100% - 300px);
}

.header-middle.header-style4 {
    -webkit-box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
}

.categories-menu-btn.bg-4.ha-toggle {
    background: #ff8600 none repeat scroll 0 0;
    color: #111;
}

.top-main-menu.menu-style4 .main-menu {
    float: right;
}

/* header style three */
.header-top.hstyle3 {
    border-bottom: 1px solid #f0f0f0;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li a {
    color: #444;
}

.main-menu.menu-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}

nav.m-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main-menu.menu-style3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-main-menu .main-menu.menu-style3 li {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.top-main-menu .main-menu.menu-style3 li:last-child {
    border-right: none;
}

.main-menu.menu-style3 li>a {
    padding: 12px 16px;
    text-align: center;
    text-transform: capitalize;
}

.main-menu.menu-style3 li span i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.main-menu.menu-style3 li ul.dropdown li {
    width: 100%;
}

.main-menu.menu-style3 li span {
    display: inline-block;
    line-height: 18px;
    margin-left: 8px;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
}

.main-menu.menu-style3 ul li ul.dropdown li {
    border-right: medium none;
}

.main-menu.menu-style3 ul li ul.dropdown li a {
    text-align: left;
}

.main-menu.menu-style3 ul li ul.mega-menu li {
    border-right: none;
    width: 16.66%;
}

.main-menu.menu-style3 ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu.menu-style3 ul li ul.mega-menu li a {
    text-align: left;
}

.mean-nav li a span.lnr {
    display: none;
}


/* --------Slider area css here-------- */
.single-slider {
    background-position: center center;
    background-size: cover;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.slider-text h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.slider-text p {
    font-size: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.btn-1.home-btn {
    background: #ff8600;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 52px;
    padding: 0 30px;
    text-transform: capitalize;
}

.btn-1.home-btn:hover {
    background: #111;
    color: #fff;
}

.slick-current .slider-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.slick-current .slider-text p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .home-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* hero style 2 */
.hero-style-2 .single-slider {
    height: 518px;
    ;
}

.hero-style-2 .slider-text h1 {
    font-size: 54px;
    line-height: 60px;
}

.hero-style-2 .slider-text p {
    margin-bottom: 30px;
}

.hero-style-2 .slider-text {
    padding: 0 20px;
}

/* slider three */
.single-slider.slider3 {
    height: 625px;
}


/* -----features area css start----- */
.feature-inner {
    /* border: 1px solid #f0f0f0; */
    /* border-radius: 0; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* padding: 36px 20px; */
    text-align: center;
}

.feature-inner .col {
    position: relative;
    padding: 0;
    width: 20%;
}
.checkbox-label:hover .feature-item {
    border: 1px solid #68c413;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.checkbox-label:hover .feature-item {
    border: 1px solid #0075FF;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
[type="radio"]:checked + label .feature-item {
    border: 1px solid #0075FF;
}
.checkbox-label .feature-item {
  padding-bottom: 30px;
  margin-bottom: 0;
  position: relative;
}
.payment-checkbox label {
  margin-bottom: 30px !important;
}
.feature-item {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: inline-flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 30px;
    /* height: 100%; */
    margin-top: 60px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.same-height .feature-item {
    height: 100%;
}
.feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #FD8159 0, #FEC029 100%);
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 22px;
    /* line-height: 120px; */
    margin-top: -90px;
    text-align: center;
}
.payment-checkbox .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #f6f7f9 0, #fcfcfd 100%);
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 35px;
    line-height: 120px;
    margin-top: -90px;
}
.payment-checkbox .feature-item .feature-icon img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 15px;
}
.feature-item:before {
  border-right: 1px solid #f0f0f0;
  content: "";
  height: 100%;
  display: none;
  left: -15px;
  position: absolute;
  top: 0;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
}

@media (max-width: 480px) {
  .feature-item:before {
    border-right: 0;
  }
}

.feature-inner .col-md-3:first-child .feature-item:before {
  border-right: 0;
}
.feature-item .feature-icon img {
    height: 120px;
    margin-bottom: 0;
    padding: 30px;
}

.feature-item .feature-icon i {
    
font-size: 60px;
    
margin-bottom: 15px;
    
color: #FF8600;
    
display: block;
}

.feature-content {
    /* padding-left: 80px; */
    /* height: 60px; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: center;
}

.account-tabs.product-info.mt-half ul.nav.nav-pills li .feature-content h4 {
    color: #111;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    /* height: 60px; */
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.feature-content h2 {
    color: #111;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    /* height: 60px; */
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.feature-content p {
    font-size: 15px;
    line-height: 23px;
    font-family: FiraGO-Regular;
    margin: 0;
}

/* -----features area css end----- */

/* -----product wrapper area css start----- */
/* section title start */
.section-title {
    position: relative;
    /* margin-top: 54px; */
    margin-bottom: 70px;
}

.section-title h3 {
    background: #fff none repeat scroll 0 0;
    color: #222222;
    display: inline-block;
    font-size: 30px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}
.section-title h3 span {
    background: #fff none repeat scroll 0 0;
    color: rgb(34 34 34 / 50%);
    display: inline-block;
    font-size: 18px;
    top: -2px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.section-title h2 {
    background: #fff none repeat scroll 0 0;
    color: #111;
    display: inline-block;
    font-size: 25px;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
}

.section-title span {
}

.section-title.module-three {
    position: relative;
}

.section-title::after {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hm-1 .section-title.module-three {
    margin-top: 40px;
    margin-bottom: 35px;
}

.boxx-tab {
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.nav.my-tab {
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
}

.nav.my-tab li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.my-tab li:last-child {
    margin-right: 0;
}

.nav.my-tab li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.my-tab li:last-child::after {
    display: none;
}

.nav.my-tab a {
    color: rgb(68 68 68 / 60%);
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 15px;
}

.nav.my-tab li a:hover,
.nav.my-tab li a.active {
    color: #111111;
}

/* section title start */
.pro-module-title h3 {
    background: #fff;
    color: #111;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
}

.pro-module-title span {
    font-weight: 600;
}

.product-item {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background: #ffffff;
}

.product-item:hover {
    border-color: #ff8600;
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    /* padding-left: 1px; */
}

.product-thumb a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.product-item.sales-product-item-list .product-thumb a img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  -webkit-transition: all 0.0s ease 0s;
  -moz-transition: all 0.0s ease 0s;
  -ms-transition: all 0.0s ease 0s;
  -o-transition: all 0.0s ease 0s;
  transition: all 0.0s ease 0s;
  border-right: 1px solid #e9e9e9
}
.product-item .product-thumb a img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  -webkit-transition: all 0.0s ease 0s;
  -moz-transition: all 0.0s ease 0s;
  -ms-transition: all 0.0s ease 0s;
  -o-transition: all 0.0s ease 0s;
  transition: all 0.0s ease 0s;
}
.grid.grid-paddings .product-item .product-thumb a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.product-short .nice-select .list {
    right: 0;
    left: auto;
}

.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.label-product {
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 3;
    display: block;
}
.label-product li {
    margin-bottom: 5px;
    line-height: 31px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 10px;
    width: fit-content;
    position: relative;
    display: flex;
}
.label-product li.label-blue {
    background: #083B6A;
}
.label-product li.label-red {
    background: #ff0000;
}
.label-product li.label-orange {
    background: #ff8600;
}
.label-product li.label-green {
    background: #68c413;
}

.coupon-disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    background: #caeaad !important;
}

.label_sale {
    background: #ff8600;
    color: #111;
}

.label-product span {
    /* display: block; */
    /* -webkit-transform: skewX(20deg); */
    -ms-transform: skewX(20deg);
    /* transform: skewX(20deg); */
}

.action-links {
    position: absolute;
    right: 15px;
    top: 15px;
}

.action-links a {
    background: #ffffff;
    border-radius: 50%;
    color: #111;
    display: block;
    font-size: 14px;
    height: 34px;
    margin-bottom: 5px;
    text-align: center;
    width: 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.action-links a i {
    line-height: 34px;
}

.quick-view-btn {
    margin-top: 30px;
}

.action-links a:hover::before,
.action-links a:hover::after {
    opacity: 1;
    visibility: visible;
}

.action-links a:hover {
    background: #ff8600;
}

.action-links a:hover i {
    color: #ffffff;
}

.product-caption {
    position: relative;
    padding: 30px 95px 25px 30px;
    border-top: 1px solid #e9e9e9;
}
.grid.grid-paddings .product-caption {
    position: relative;
    padding: 20px 75px 15px 20px;
    border-top: 1px solid #e9e9e9;
}

.manufacture-product a {
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.product-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 8px 0 10px 0;
}

.product-name h4 a {
    color: #222;
}

.product-name h4:hover a {
    color: #ff8600;
}

.ratings {
    padding: 8px 0;
}

.ratings span i {
    font-weight: 900;
}

span.yellow {
    color: #ff8600;
}

.regular-price {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    color: #ff8600;
    display: inline-flex;
}

.old-price {
    color: #666;
    display: inline-block;
    font-size: 16px;
    margin-top: -10px;
    padding-left: 0;
}

.regular-price .special-price {
    color: #ff8600;
    /* display: inline-flex; */
}

.btn-cart {
    background: #ff8600;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 42px;
    height: 40px;
    margin-top: 10px;
    padding: 0 25px;
    text-transform: capitalize;
}

.btn-cart:hover {
    color: #fff;
    background: #083b6a;
}

.product-caption .btn-cart {
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.product-item:hover .btn-cart {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .ratings,
.product-item:hover .price-box {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.product-gallary-wrapper .owl-stage {
    margin-top: 15px;
}

/* home2 product-wrapper  */
.section-title.product-spacing.home2-tab-spacing {
    margin-bottom: 50px;
}

.section-title.product-spacing.home2-tab-spacing .boxx-tab {
    top: 54px;
}

.home2-tab-spacing .nav.my-tab a {
    font-size: 14px;
}

.product-gallary-active2.product-spacing .owl-nav {
    top: -85px;
}

/* home2 product-wrapper  */

/* tab problem fix css */
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* -----product wrapper area css end----- */

/* --------home banner statics-------- */
.single-banner-statics:hover img {
    opacity: 0.7;
}

.pro-gallary-banner {
    margin-top: 15px;
}

/* ----home featured categories area start---- */

.product-layout-two {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.product-layout-two:hover {
    border-color: #ff8600;
}

.product-layout-thumb {
    min-width: 130px;
    width: 36%;
    text-align: right;
}
.product-layout-thumb a img {
    
width: 150px !important;
    
height: 130px;
    
object-fit: cover;
    
border-radius: 50%;
}

.product-layout-thumb:hover img {
    opacity: 0.7;
}

.product-layout-info {
    padding: 0;
}

.product-layout-two h4.pro-name {
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-layout-two h4.pro-name a {
    color: #111;
}

.product-layout-two h4.pro-name:hover a {
    color: #ff8600;
}

.total-items {
    color: #FF860075;
    line-height: 20px;
    margin: 2px 0 12px;
    text-transform: capitalize;
    font-size: 13px;
}

a.shop-btn {
    color: #111;
    line-height: 22px;
    text-transform: capitalize;
}

a.shop-btn:hover {
    color: #ff8600;
}

/* ----home featured categories area end---- */

/*-----product module three start-----*/
.box-tab-style {
    position: relative;
}

.box-tab-style::before {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.tab-style2 {
    background: #fff;
    display: inline-block;
    position: relative;
}

.nav.tab-style2>li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.tab-style2>li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.tab-style2 li a {
    color: #868686;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
}

.nav.tab-style2 li a.active {
    color: #111;
}

.custom-seven-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-seven-column>.col {
    max-width: 14.28%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.28%;
    flex: 1 0 14.28%;
}

.custom-seven-column>.col-2 {
    max-width: 28.56%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.56%;
    flex: 1 0 28.56%;
}

/* home2 module three */
.section-title.module-three.module-three-spacing {
    margin-bottom: 60px;
}

.section-title.module-three.module-three-spacing .boxx-tab {
    top: 50px;
}

.section-title.module-three.module-three-spacing .boxx-tab .nav.my-tab {
    padding: 0 15px;
}

.module-three-spacing2.owl-arrow-style .owl-nav {
    top: -92px;
}

.module-three-spacing .nav.my-tab li a {
    font-size: 14px;
}

/*----product module four css here----*/
.product-module-four-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-module-four-item:hover {
    border-color: #ff8600;
}

.product-module-caption {
    padding: 8px 20px;
}

.product-module-caption .manufacture-com a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.manufacture-com a:hover {
    color: #111;
}

.product-module-caption .product-module-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-module-caption .product-module-name a {
    color: #111;
}

.product-module-caption .product-module-name a:hover {
    color: #ff8600;
}

.product-module-caption .ratings {
    padding: 8px 0;
}

.product-module-caption .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.product-module-caption .regular-price .special-price {
    color: #fe4f19;
}

.product-module-caption .old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.product-module-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 100%;
}

/* home2 module 4 */
.pro-home2 .product-module-caption {
    padding: 8px 12px;
}

.pro-home2 .product-module-thumb {
    max-width: 130px;
}

/* home module 4 */
.product-module-thumb.thumb4 {
    max-width: 110px;
}

.thumb4 .label-product {
    left: 200px;
}


/*----product module four css end----*/

/* ----brand sell area css start---- */
.nav.brand-active {
    background: #f6f7f9;
    border: 1px solid #f0f0f0;
    padding: 17px 0;
}

.nav.brand-active {
    margin-bottom: 25px;
}

.single-brand {
    display: block;
}

.brand-thumb {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-area li {
    text-align: center;
}

.sale-nav .owl-nav {
    top: -190px;
}

/* ---brand home--- 2 */
.single-brand-logo {
    text-align: center;
}

.brand2-slider-wrapper {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.single-brand-logo img {
    opacity: 0.7;
}

.single-brand-logo:hover img {
    opacity: 1;
}

/* ----brand sell area css end---- */

/* ----featured categories home 2 start---- */
.featured-home2 .section-title {
    margin-top: 24px;
}

.featured-home2-wrapper {
    border: 1px solid #f0f0f0;
}

.featured-home2-active {
    padding: 10px;
}

.featured-home2-single-item {
    text-align: left;
}

.featured-home2-thumb {
    text-align: center;
}

.featured-home2-thumb:hover img {
    opacity: 0.7;
}

.featured-home2-conteny h4 {
    margin-bottom: 13px;
    margin-top: 20px;
    text-transform: capitalize;
}

.featured-home2-conteny h4 a {
    color: #111;
}

.featured-home2-conteny h4 a:hover {
    color: #ff8600;
}

.sub-featured-categories li {
    margin-bottom: 6px;
}

.sub-featured-categories li a {
    color: #444;
    display: block;
}

.sub-featured-categories li:hover a {
    color: #ff8600;
    padding-left: 5px;
}

.featured-home2-conteny>a {
    color: #ff8600;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.featured-home2-conteny>a:hover {
    color: #111;
}

/* ----featured categories home 2 end---- */

/* ----home 2 sidebar start---- */
.banner-area>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.banner-area>.container-fluid>.row>.col-lg-6 {
    max-width: calc(100% - 570px);
}

.banner-area>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

.banner-right-thumb.mb-30 img {
    width: 100%;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

/* flash sale area */
.section-title.flash-title {
    margin-top: 0;
}

.product-item:hover .count-style .ratings,
.product-item:hover .count-style .price-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-countdown {
    display: flex;
    margin-top: 0;
    width: 100%;
    line-height: 1;
}

.single-countdown {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 18px;
}

.single-countdown:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #083B6A;
    position: absolute;
    right: -11px;
    top: 8px;
    border-radius: 50%;
    z-index: 1;
}
.single-countdown:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #083B6A;
    position: absolute;
    right: -11px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 1;
}
.single-countdown:last-child {
    margin-right: 0px;
}
.single-countdown:last-child:before,
.single-countdown:last-child:after {
    display: none;
}
.single-countdown__time {
    color: #083B6A;
    font-size: 35px;
    font-family: 'DroidSans-Bold';
    width: 100%;
    display: block;
    border-radius: 5px;
}

.single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
    display: none;
}

.product-item:hover .product-countdown {
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px); */
    -ms-transform: translateY(30px);
    /* transform: translateY(30px); */
}

/* end flash css */
.sidebar-static-thumb:hover img {
    opacity: 0.7;
}

/* latest product css */
.latest-single-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px;
}

.latest-single-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.latest-thumb {
    max-width: 110px;
}

.latest-pro-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.latest-pro-content h4 a {
    color: #111;
}

.latest-pro-content h4 a:hover {
    color: #ff8600;
}

/* ---latest blog area css--- */
.blog-area-wrapper {
    padding-top: 40px;
}

.blog-thumb.blog--hover img {
    width: 100%;
}

.blogg-thumb img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.single-blogg-item iframe {
    width: 100%;
}

.blogg-thumb {
    /* border-radius: 5px 5px 0 0; */
    overflow: hidden;
    position: relative;
}

.blogg-thumb:hover img {
    opacity: 0.7;
}

.blogg-content {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 40px;
}
.blogg-content p {
  
color: #212121;
  
margin-top: 5px;
  
margin-bottom: 15px;
  
line-height: 1.5;
  
font-size: 15px;
  
line-height: 23px;
  
font-family: FiraGO-Regular;
}

.blogg-content h1 {
    
font-size: 25px;
    
line-height: 1.4;
    
margin-bottom: 25px;
}
.post-date {
    background: #ff8600 none repeat scroll 0 0;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 10px;
}

.blogg-content h5 {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
    position: relative;
}

.blogg-content h5 a {
    color: #111;
}

.blogg-content h5:before {
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background: #f0f0f0;
}

.blogg-content h5 a:hover {
    color: #ff8600;
}

.blog-tag-line>a {
    border: 1px solid #f0f0f0;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tag-line>a:hover {
    background: #ff8600;
}

.blog-wrapper-inner.column5 .row .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.blogg-content blockquote {
    margin: 15px;
}

.blogg-content blockquote p {
    border-left: 5px solid #ff8600;
    color: #777;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
}

.blogg-meta {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    padding: 17px 0;
    text-align: left;
    text-transform: uppercase;
}

.blogg-meta a {
    color: #444;
}

.blogg-meta a:hover {
    color: #ff8600;
}

.blogg-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.author-thum {
    height: 65px;
    margin-right: 20px;
    width: 65px;
}

.author-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info h3 a {
    color: #444;
    padding-left: 5px;
    text-transform: capitalize;
}

.author-info h3 a:hover {
    color: #111;
}

.author-info>p {
    color: #444;
}

.related-product-area .section-title {
    margin-top: 25px;
}

.blog-related-post>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.single-blogg-post h4 {
    margin-top: 20px;
}

.single-blogg-post h4 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-blogg-post h4 a:hover {
    color: #ff8600;
}

.blogg-post-date {
    color: #959595;
    font-family: lato;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-social-sharing h3 {
    color: #111;
}

.blog-social-sharing li {
    display: inline-block;
}

.blog-social-sharing li a {
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-social-sharing li:hover a {
    color: #111;
    background: #ff8600;
}

.blog-thumb-active.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 30px;
}

.blog-thumb-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.blog-thumb-active.owl-carousel:hover .owl-nav>div {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/*---blog comment area css---*/
.blog-comment-wrapper h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 18px;
    text-transform: uppercase;
}

.blog-comment-wrapper>p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-post-box label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.coment-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #959595;
    padding: 8px 10px;
    width: 100%;
}

/* ---latest blog area css end--- */

/* pagination css */
.pagination-box li {
    display: inline-block;
}

.pagination-box li a {
    color: #111;
    padding: 10px;
}

.pagination-box li:hover a {
    color: #ff8600;
}

.pagination-box li.active a {
    color: #ff8600;
}

.paginatoin-area {
    padding-bottom: 0;
    border-top: 1px solid #e9e9e9;
}

.pagination-style-2 {
    text-align: right;
}

/* ---testimonial area start--- */
.testimonial-single-item {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 25px 45px;
}

.testimonial-single-item:hover {
    border-color: #ff8600;
}

.testimonial-avater {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author {
    margin-left: 25px;
}

.testimonial-author h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 5px;
}

.testi-quote {
    background-image: url("../img/icon/icon_ttm.png");
    background-repeat: no-repeat;
    margin-top: 35px;
    padding: 35px 0;
}

.testi-quote a {
    color: #444;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

/* ---testimonial area end--- */

/* ----home 2 sidebar end---- */


/* -----footer area css start----- */
/* ----newsletter area start---- */
.newsletter-group {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 36px 0;
}

.newsletter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.newsletter-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsletter-title {
    padding: 10px 0;
}

.newsletter-title>h3 {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.newsletter-title>p {
    font-size: 16px;
}

.email-box {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #a6a6a6;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 450px;
}

.newsletter-btn {
    background: #ff8600 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    padding: 0 23px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
}

.newsletter-btn:hover {
    color: #fff;
    background: #111;
}

.link-follow {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    /* justify-content: right; */
    /* text-align: right; */
    /* width: 25%; */
}

.link-follow a {
    background: #fff;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    /* line-height: 40px; */
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    width: 40px;
}

.link-follow a:hover {
    color: #ff8600;
}

/* ----newsletter area end---- */

/* -----footer top area css start----- */
.footer-top {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #f6f7f9;
}

.widget-body>p {
    margin-bottom: 35px;
}
.widget-title:after {
    background: #e8e8e8;
    content: "";
    height: 1px;
    position: absolute;
    top: 9px;
    width: 100%;
    left: 0;
    z-index: 0;
}

.payment-method>h4 {
    color: #111;
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.widget-title {
    position: relative;
}
.widget-title>h4 {
    color: #222222;
    font-size: 16px;
    /* font-weight: 600; */
    padding: 0px 15px 0px 0px;
    margin-bottom: 20px;
    line-height: 1;
    /* text-transform: capitalize; */
    /* border-left: 2px solid #FF8600; */
    position: relative;
    display: inline-block;
    background: #f6f7f9;
    z-index: 1;
}

.footer-useful-link li {
    margin-bottom: 10px;
    position: relative;
}

.footer-useful-link.contact-links li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-family: FiraGO-Regular;
}

.footer-logo.mb-30 {
    margin-bottom: 15px;
}
.footer-logo img {
    margin-bottom: 30px;
    height: 50px;
}

.footer-useful-link li a {
    color: #222222;
    font-family: FiraGO-Regular;
    font-size: 14px;
    /* text-transform: capitalize; */
}

.footer-useful-link li:hover a {
    color: #ff8600;
    margin-left: 10px;
}

.footer-useful-link span {
    color: #222222;
    font-family: FiraGO-Regular;
}

.footer-useful-link strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}

.twitter-text {
    background: #f6f7f9;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    line-height: 24px;
    margin-bottom: 65px;
    padding: 20px;
    position: relative;
}

.twitter-text a {
    color: #ff8600;
}

.twitter-text::after {
    border-color: #f6f7f9 transparent transparent #f6f7f9;
    border-style: solid;
    border-width: 14px 13px;
    bottom: -25px;
    content: "";
    left: 42px;
    position: absolute;
    z-index: 1;
}

.tweet-time {
    bottom: -60px;
    display: block;
    left: 20px;
    position: absolute;
}

.tweet-time i {
    color: #ff8600;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.tweet-time>a {
    color: #444;
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
}

/* -----footer top area css end----- */

.footer-bottom {
    border-top: 1px solid #e9e9e9;
    background: #f6f7f9;
}
.footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
}

.footer-copyright p {
    color: #222222;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: FiraGO-Regular;
}

.footer-copyright a {
    color: #222222a6;
}

.footer-custom-link a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 33px;
    position: relative;
    vertical-align: top;
}

.footer-custom-link a::after {
    background: #444;
    content: "";
    height: 13px;
    margin-top: -6.5px;
    position: absolute;
    right: -19px;
    top: 50%;
    width: 1px;
}

.footer-custom-link a:last-child::after {
    display: none;
}

.footer-custom-link a:hover {
    color: #ff8600;
}

/* -----footer area css end----- */

/* ---breadcrumb area css start--- */
.breadcrumb-area {
    background: #f6f7f9;
    padding: 0px 0;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 20px 0;
}

.breadcrumb-item>a {
    color: rgb(34 34 34 / 50%);
}

.breadcrumb-item>a:hover {
    color: #222222;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    padding: 0 15px;
    font-family: fontawesome;
}

/* ---breadcrumb area css end--- */
.single-sidebar:last-child {
    margin-bottom: 0;
}

.shop-sidebar-inner {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    /* padding: 30px 30px; */
    /* position: relative; */
}
.shop-sidebar-inner .single-sidebar {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px;
}
.shop-sidebar-inner .single-sidebar:last-child {
    border-bottom: none;
}

.shop-baner-img img {
    width: 100%;
}

.sidebar-inner-title {
    overflow: hidden;
    position: relative;
}

.sidebar-content-box {
  margin-top: 20px;
}

.sidebar-inner-title.mb-25 {
    margin-bottom: 10px;
}

.sidebar-inner-title h3 {
    color: #222222;
    display: inline-block;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 1;
    /* padding-right: 15px; */
    position: relative;
    text-transform: capitalize;
    /* width: 100%; */
    background: #ffffff;
}
.sidebar-inner-title p {
    display: inline-block;
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 1.3;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    /* width: 100%; */
    color: rgb(34 34 34 / 50%);
}


/* ---price filter css start--- */
.ui-widget-content {
    background: #d9d9d9;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 35px 0;
}

.ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #ff8600;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 18px;
    width: 18px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-widget-content .ui-state-default:hover {
    background: #ff8600;
}

.ui-widget-content .ui-slider-range:last-child {
    background: #ff8600;
}

.filter-price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-price-cont .input-type input {
    border: medium none;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
}

/* ---price filter css end--- */

/* sidebar categories css start */
.filter-attribute-container li {
    margin-bottom: 10px;
}
.filter-attribute-container li:last-child {
    margin-bottom: 0px;
}

.filter-attribute-container ul li a {
    color: rgb(34 34 34 / 50%);
    padding-left: 0px;
    position: relative;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active {
    color: #ff8600;
}


.sidebar-thumb:hover {
    opacity: 0.7;
}

/* ----sidebar categories css end---- */

/* ---product view mode change css start--- */
.shop-product-wrap.list .product-item {
    display: none;
}

.shop-product-wrap.grid .product-item {
    display: block;
}

.shop-product-wrap.grid .sinus-list-item {
    display: none;
}

.product-view-mode,
.shop-product-wrap.list .sinus-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-wrap.row.column_3 .sinus-list-item {
    display: none;
}

.product-view-mode a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    border-radius: 5px;
}

.product-view-mode a span {
    display: block;
    height: 16px;
    text-indent: -5000px;
    width: 16px;
    background-size: cover;
    background-image: url(../img/icons/col-3.svg);
}

.product-view-mode a:nth-child(2) span {
    width: 22px;
    background-image: url(../img/icons/col-4.svg);
}

.product-view-mode a:nth-child(3) span {
    width: 20px;
    height: 14px;
    background-image: url(../img/icons/list.png);
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #ff8600;
    background: #ff8600;
}

.product-view-mode a:hover span,
.product-view-mode a.active span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.top-bar-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar-right {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}

.per-page {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* margin-left: 100px; */
}

.product-short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.product-page {
    margin-left: 50px;
}

.product-shop-main-wrapper .shop-product-wrap.column_3.row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.shop-top-bar .nice-select {
    border: 1px solid #e9e9e9;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    min-width: 240px;
    margin-bottom: 30px;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.shop-top-bar .per-page p,
.shop-top-bar .product-short p {
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: -30px;
}

.product-shop-main-wrapper.mb-50 {
    padding-top: 5px;
}

.pagination-area.pt-35.pb-20 {
    padding-bottom: 13px;
    padding-top: 30px;
}

/* ---product view mode change css end--- */

/* ----product list item css start---- */
.sinus-list-item {
    border: 1px solid #ff8600;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 15px;
}

.sinus-list-item:hover {
    border-color: #083B6A;
}

.sinus-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    flex: 1 0 auto;
    position: relative;
    text-align: center;
}

.sinus-list-item .pri-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sinus-thumb .sec-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sinus-list-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.sinus-list-item:hover .pri-img {
    opacity: 0;
    visibility: hidden;
}

.sinus-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: left;
    width: calc(100% - 250px);
    padding-left: 20px;
}

.sinus-list-item-content h4 {
    font-size: 18px;
    margin: 10px 0 5px 0;
    text-transform: capitalize;
    line-height: 1.4;
}

.sinus-list-item-content h4 a {
    color: #222222;
}

.sinus-list-item-content h4 a:hover {
    color: #ff8600;
}

.sinus-ratings span {
    color: #666;
}

.sinus-box-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    flex: 1 0 auto;
}

.sinus-box-action .regular-price {
    font-size: 20px;
}

.sinus-box-action .btn-cart {
    line-height: 46px;
    font-size: 16px;
}

.action-links.sinrat-list-icon {
    margin-top: 20px;
    position: static;
}

.action-links.sinrat-list-icon a {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-bottom: 0;
}

.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ----product list item css end---- */

/* ---product details style css start--- */
.product-details-main-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}

.product-details-main-wrapper .product-gallery-active .owl-nav {
    display: none;
}

.pro-large-img {
    padding: 1px;
    position: relative;
    cursor: move;
    height: 451px;
}

.pro-large-img img {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    width: 100%;
    height: 450px;
    object-fit: contain;
    position: relative;
}

.pro-nav {
    margin: -5px;
    /* margin-right: 0px; */
}

.pro-nav-thumb {
    padding: 5px;
    cursor: pointer;
}

.pro-nav-thumb img {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #ff8600;
}

/* product details content css */
.pro-details-name h1 {
    color: #111;
    font-size: 30px;
    line-height: 1.4;
}

.pro-details-review li {
    display: inline-block;
    margin-right: 10px;
}

.pro-details-review li a {
    color: #444;
    padding-right: 10px;
    position: relative;
}

.pro-details-review li:hover a {
    color: #ff8600;
}

.pro-details-review li a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.pro-details-review li:last-child a:before {
    display: none;
}

.pro-details-review span i {
    color: #ddd;
}

.product-detail-sort-des {
    border-bottom: 1px solid #f0f0f0;
}

.pro-details-list li {
    margin-bottom: 5px;
    font-size: 15px;
}

.pro-details-list li span {
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.pro-details-list li a {
    color: #FF8600;
}

.product-availabily-option>h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.color-optionn h4 {
    color: #111;
    font-size: 14px;
    margin: 8px 0 15px;
    text-transform: capitalize;
}

.color-optionn sup {
    color: #f00;
    font-size: 16px;
    margin-right: 2px;
    top: 0;
}

.color-optionn li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}

.color-optionn li a {
    display: block;
    height: 30px;
    width: 30px;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.qty-boxx label,
.tag-line label,
.pro-social-sharing label,
.product-size label {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
}

.qty-boxx>input {
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    width: 80px;
}

.btn-cart.lg-btn {
    font-size: 15px;
    line-height: 50px;
    padding: 0 30px;
    height: 50px;
}

.contact-message .lg-btn {width: 100%;margin: 0;}

.useful-links li {
    display: inline-block;
    margin-right: 20px;
}

.useful-links li a {
    color: #444;
    text-transform: capitalize;
}

.useful-links li a i {
    color: #ff8600;
    font-size: 16px;
    margin-right: 5px;
}

.tag-line>a:hover,
.useful-links li:hover a {
    color: #ff8600;
}

.pro-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pro-social-sharing li.list-inline-item a {
    border-radius: 3px;
    color: #fff;
    height: 20px;
    padding: 3px 10px;
    width: 80px;
}

.bg-facebook {
    background: #365899;
}

.bg-twitter {
    background: #1b95e0;
}

.bg-google {
    background: #e04b34;
}

/* product details page reviews area css start */

.product-info.mt-half ul.nav.nav-pills {
    background: #f6f7f9;
    padding: 20px 0;
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    text-align: center;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.product-info.mt-half {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.product-info.mt-half .tab-content {
    /* background: #ffffff; */
    padding: 50px;
    margin-bottom: 0;
    border-radius: 5px;
}

.product-info.mt-half li.nav-item a {
    background: transparent;
    color: rgb(34 34 34 / 50%);
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 30px;
    padding: 2px 15px;
    text-transform: uppercase;
}

.product-info.mt-half li.nav-item a.active {
    color: #222222;
}

.table-striped tr td {
    width: 50%;
}

.ratting li {
    margin-right: 8px;
}

.review-form h2 {
    color: #111;
    font-size: 27px;
    margin-bottom: 10px;
}

.btn-cart.rev-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.btn-cart.rev-btn:hover {
    background: #ff8600;
}

/* product details page reviews area css end */
label {
    margin-bottom: 8px;
    font-family: FiraGO-Regular;
}

.slider-boxx .product-detail-sort-des p {
    padding: 0 200px;
}

.slider-boxx .pro-social-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-inner.pro-tab-one {
    padding-left: 30px;
}

/* ---product details style css end--- */

/* -----Layout Shopping Cart----- */
.cart-accordion-wrapper h3 {
    color: #111;
}

.shopping-cart-wrapper .table {
    /* text-align: center; */
}

.shopping-cart-wrapper .table thead td {
    color: #111;
    /* font-weight: 600; */
}

.shopping-cart-wrapper .table td,
.shopping-cart-wrapper .table th {
    border-width: 1px;
    font-weight: 300;
}

.shopping-cart-wrapper .table td,
.table-bordered td,
.table-bordered th {
    vertical-align: middle;
}

.shopping-cart-wrapper .table td a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.shopping-cart-wrapper .table img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.shopping-cart-wrapper .table span {
    /* display: block; */
    font-size: 15px;
}

.shopping-cart-wrapper .table .cart-input {
    margin-right: 10px;
}

.shopping-cart-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.shopping-cart-wrapper .table .btn-primary:hover,
.shopping-cart-wrapper .table .btn-primary:focus {
    background-color: #286090;
    border-color: #204d74;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #ff8600;
    border-color: #ff8600;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table button {
    /* height: 40px; */
}

.shopping-cart-wrapper .table button:first-child {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    /* margin-right: -2px; */
}

.shopping-cart-wrapper .table .input-group {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-wrapper strong {
    font-weight: 500;
}

.shopping-cart-wrapper input,
.shopping-cart-wrapper .nice-select {
    /* height: 40px; */
    line-height: 25px;
}

.shopping-cart-wrapper .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-wrapper .card {
    margin-bottom: 5px;
}

.shopping-cart-wrapper .card-body {
    padding: 30px;
}

.shopping-cart-wrapper .card-body input[type="button"] {
    margin-left: 10px;
}

.shopping-cart-wrapper .card-header {
    padding: 0;
}

.shopping-cart-wrapper .card-header i {
    float: right;
}

.shopping-cart-wrapper .card-header a {
    color: #111;
    display: block;
    padding: 15px;
}

.shopping-cart-wrapper .card-header a:not([aria-expanded="false"]) i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-amount-wrapper {
    margin-top: 40px;
}

.cart-amount-wrapper .table td span {
    font-weight: 600;
    font-size: 13px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary.cart-pg {
    padding: 0 20px;
}

.cart-select .nice-select {
    width: 100%;
}

.nice-select.form-control {
    line-height: 50px;
}

.wishlist-style .table thead td {
    color: #111;
    font-weight: 500;
}

.price>strong {
    color: #ff8600;
}

.wishlist-wrapper .table tr td a {
    color: #111;
    font-weight: 500;
}

.wishlist-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-right: 5px;
}

.wishlist-wrapper .table .btn-danger {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.wishlist-wrapper .table .btn-danger:hover {
    background: #ff8600;
    border-color: #ff8600;
}

/* ------Layout Checkout css start ------*/
.section-title.left-aligned {
    margin-top: 10px;
}

.checkout-wrapper .user-actions h3 {
    border-top: 3px solid #ff8600;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 15px 55px;
    text-transform: capitalize;
    line-height: 1.4;
    position: relative;
}

.checkout-wrapper .user-actions h3::before {
    content: "\f007";
    display: inline-block;
    font-family: 'fontawesome';
    left: 20px;
    font-size: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    position: absolute;
}

.checkout-wrapper .user-actions h3 span {
    cursor: pointer;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .display-content {
    border: 1px solid #ebebeb;
    display: none;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
}

.checkout-wrapper .user-login .login-info p:not(.lost-password) {
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-wrapper .user-coupon h3::before {
    content: "\f0e0";
    font-size: 22px;
}

.checkout-wrapper .user-coupon input {
    height: 40px;
}

.checkout-wrapper .checkout-form .form-check {
    padding-left: 0;
}

.checkout-wrapper .new-account-info,
.checkout-wrapper .ship-box-info {
    display: none;
}

.checkout-wrapper .form-check-label {
    color: #111;
    cursor: pointer;
}

.checkout-wrapper .order-summary .product-container {
    background-color: #f6f7f9;
    padding: 15px 30px;
    /* max-height: 450px; */
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}

.checkout-wrapper .order-summary .product-list {
    margin: 15px 0px;
}

.checkout-wrapper .order-summary .product-list h5 {
    color: #111;
    font-size: 16px;
}

.checkout-wrapper .order-summary .product-list img {
    width: 80px;
    height: 80px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.checkout-wrapper .order-summary .product-list .product-quantity {
    color: #111;
    margin-top: 6px;
    margin-bottom: 6px;
}

.checkout-wrapper .order-summary .product-list .product-final-price {
    font-size: 17px;
    color: #FF8600;
    font-weight: 500;
    margin: 0;
}

.checkout-wrapper .order-summary .table th,
.checkout-wrapper .order-summary .table td {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table td {
    vertical-align: middle;
}

.checkout-wrapper .checkout-payment {
    padding: 20px;
    border: 1px solid #ddd;
}

.checkout-wrapper .checkout-payment .custom-radio {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout-wrapper .checkout-payment label {
    color: #111;
    font-size: 16px;
    line-height: 25px;
}

.checkout-wrapper .checkout-payment .payment-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-wrapper .checkout-payment .form-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.checkout-wrapper .checkout-payment .form-check a {
    color: #ff8600;
}

.checkout-wrapper .checkout-payment .form-check label {
    font-size: 13px;
}

.checkout-wrapper .checkout-payment .form-check .checkmark {
    top: 3px;
}

.btn-secondary {
    background: #FF8600 none repeat scroll 0 0;
    /* line-height: 42px; */
    /* padding: 0 0.7rem; */
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}

/* Components Custom Inputs */
.custom-checkbox label {
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 20%;
    left: 0;
}

.custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    z-index: -1;
}

.custom-checkbox .checkmark::after {
    content: "";
    opacity: 0;
    left: 0;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark::after {
    left: 7px;
    opacity: 1;
}

.custom-radio {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
    z-index: -1;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 25px;
}

.custom-radio input[type="radio"]:checked~.checkmark::after {
    left: 8.5px;
    display: block;
}

.cart-input {
    width: 76px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 48px;
}

.custom-radio .checkmark,
.custom-radio .checkmark::after {
    border-radius: 50%;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio input[type="radio"] {
    position: absolute;
}

.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #ff8600;
}

.custom-radio .checkmark::after {
    background: #ffffff;
}

.form-row .nice-select {
    width: 100%;
}

.form-control {
    color: #222222;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ff8600;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lost-password a {
    color: #444;
}

.lost-password a:hover {
    color: #ff8600;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #ff8600;
}

/* quantity box style css */
.table.pro-table {
    display: block;
    max-width: 400px;
    padding: 17px 0;
}

.product-qty {
    /* border: 1px solid #f0f0f0; */
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 54px;
    border: none;
    margin-top: 30px;
}

.product-qty input {
    border: medium none;
    height: 100%;
    /* padding: 0px 15px; */
    width: 54px;
    text-align: center;
    /* background: #f6f7f9; */
    font-size: 22px;
    border: none;
}

.product-qty span {
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    background: #ffffff;
    width: 30px;
    font-size: 10px !important;
    color: #FF8600;
    border-radius: 50%;
}

.product-qty span.dec {
    border: 1px solid #e9e9e9;
    bottom: -30px;
    right: calc(50% - 15px);
}

.product-qty span.inc {
    border: 1px solid #e9e9e9;
    top: -30px;
    right: calc(50% - 15px);
}

.pro-table td {
    width: 33.33%;
    vertical-align: middle;
}

.pro-table td a {
    color: #444;
    line-height: 40px;
}

.table-bordered {
    border: none;
}

/* product details layout css */
.pro-details-gallery-thumb {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro-details-gallery-thumb:hover .img-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-view {
    right: 20px;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
}

.img-popup {
    background: #ff8600;
    display: inline-block;
    height: 40px;
    /* line-height: 45px; */
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.img-popup i {
    color: #fff;
    font-size: 15px;
    line-height: 41px;
}


/* compare page style css start */
.compare-style thead td strong {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.compare-style tbody td.product-title {
    color: #111;
}

.compare-style tbody tr td a strong {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.product-ratings .rating li {
    color: #ff8600;
    margin: 0 3px;
}

.text-color {
    color: #ff8600;
}

.compare-style tbody td span {
    color: #ff8600;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

/* my account css here */
.user-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.user-info [class*="col-"]:not(:last-child) .single-info {
    border-right: 1px solid #ebebeb;
}

.user-info .single-info {
    padding: 0 20px;
    min-height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.user-info .single-info p a {
    color: #111;
}

.user-info .user-name span {
    font-size: 15px;
    font-weight: 500;
}

.user-info .user-name::before {
    color: #555;
    content: "\f2bd";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.user-info p {
    line-height: 1.65;
}

.dashboard-list {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px 30px;
}

.dashboard-content p a {
    color: #111;
}

.dashboard-list li>a {
    color: #111;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    text-transform: capitalize;
    position: relative;
}

.dashboard-list li>a.active {
    font-weight: 500;
}

.dashboard-list li>a.active::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 16px;
    top: 48%;
    right: -48px;
    margin-top: -10px;
    position: absolute;
}

.dashboard-list li:not(:last-child)>a {
    border-bottom: 1px solid #f0f0f0;
}

.dashboard-content {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 40px;
}

.dashboard-content h3 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.dashboard-content p {
    line-height: 24px;
}

.dashboard-content table>thead {
    border-bottom: 1px solid #f0f0f0;
}

.dashboard-content table>thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.dashboard-content table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
}

.dashboard-content table .btn-secondary {
    height: 35px;
    line-height: 32px;
    text-transform: capitalize;
    float: right;
}

.billing-address {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.register-form {
    padding: 40px;
    border: 1px solid #ebebeb;
}

.login-form .form-group .col-form-label {
    color: #111;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    height: 40px;
    padding-top: 5px;
}

.login-form .pass-show-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    right: 15px;
    top: 0;
    position: absolute;
    text-transform: capitalize;
    border-radius: 0;
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
    cursor: pointer;
}

.login-form .pass-show-btn:hover,
.login-form .pass-show-btn:focus {
    background: #333;
}

.login-form .form-check label {
    font-size: 13px;
}



/* Layout Login / Register */

.login-wrapper .login-form {
    padding: 50px 50px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.login-box p a {
    color: #111;
}

.top-bordered {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 0;
}

.registration-form p a {
    color: #111;
}

/*-----contact page 2 css-----*/
.contact-two-area {
    background: #f2f3f6;
}
.contact-two-area2 {
    
}
.contact2-title h2 {
    color: #333;
    font-size: 30px;
    /* font-weight: 700; */
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-icon {
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 26px;
    width: 80px;
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}

.contact-icon:hover {
    background: #ff8600;
}

.contact-single-info h3 {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-single-info.text-center>p {
    margin-top: 20px;
}

.contact-message input,
.contact-message select,
.contact-message textarea {
    background: #f6f7f9;
    border: medium none;
    color: #838383;
    margin-bottom: 30px;
    padding: 0px 15px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    line-height: 1.4;
    border: 1px solid #e9e9e9;
}

.contact-message textarea {
    height: 140px;
    padding: 15px 15px;
}

.contact-btn .btn.btn-secondary {
    padding: 0px 20px;
    width: 100%;
    /* width: auto !important; */
    /* float: right; */
}

.form-messege.success {
    color: #fff;
    font-size: 16px;
    background: #222;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
}


/*-------scroll to top-------*/
.scroll-top {
    background: #ff8600;
    border-radius: 50px;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.scroll-top:hover {
    background: #083b6a;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.scroll-top i {
    line-height: 38px;
    color: #fff;
    font-size: 20px;
}

.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.pro-large-img:hover .img-view {
    opacity: 1;
    visibility: visible;
}

.product-gallary-active {
    margin-right: -1px;
    width: auto;
}

/*------slick arrow style for slider start------*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    color: #083b6a;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ff8600;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}


.logo a img {
    height: 50px;
}







.input-group-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    display: inline-block;
    padding: 0;
    top: 16px;
    left: 13px;
    z-index: 100;
    border: none;
}
.input-group-btn .button_search {
  color: #222;
  /* width: 54px; */
  /* height: 55px; */
  /* line-height: 39px; */
  font-size: 16px;
  /* border-radius: 100%; */
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border: none;
  /* border-radius: 43px; */
}
.input-group-btn .button_search:hover {
  /* background: #111111; */
  opacity: 0.5;
}
.input-group-btn .button_search:hover {
  /* -webkit-box-shadow: 0px 2px 20px 2px rgb(218 0 55 / 30%); */
  /* box-shadow: 0px 2px 20px 2px rgb(218 0 55 / 30%); */
}



.lang {
    display: inline-flex;
    /* background: rgb(0 0 0 / 10%); */
    margin-left: 30px;
    padding: 0px 15px;
}
.lang li {
    
}
.lang li a {
    
padding: 19px 10px 18px 10px;
    
margin: 0;
}
.lang li:hover a {
    opacity: 0.6;
}




.product-large-slider {
    
margin-bottom: 10px;
}





.hero-slider-active .single-slider:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgb(255 255 255 / 0%);
    z-index: -1;
}
.hero-slider-active .single-slider a {
  width: 100%;
}
.hero-slider-active .single-slider img {
  width: 100%;
  /* height: auto; */
  /* object-fit: cover; */
  position: relative;
  /* z-index: -1; */
}

.lari {
    font-family: lari;
    font-size: smaller !important;
    font-weight: 900;
    top: -1px;
    position: relative;
}

.all-categories {
    background: #f5f5f5;
}


.footer-useful-link li i {
    color: #FF8600;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 8px 0px 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.link-follow i {
    color: #FF8600;
    font-size: 15px;
    font-weight: 500;
    /* padding: 0px 8px 0px 0; */
    margin-top: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    line-height: 40px;
}











.footer-payments {
    text-align: right;
}
.footer-payments ul {margin: 0;padding: 0;display: inline-flex;list-style: none;}
.footer-payments ul li {margin-left: 20px;}
.footer-payments ul li a {margin: 0;}
.footer-payments ul li a img {
    height: 30px;
    opacity: 0.5;
    filter: brightness(0.5);
}















.mini-cart-drop-down .item-cart {
  position: relative;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding-bottom: 15px;
  margin-bottom: 15px;
  /* padding-top: 15px; */
  border-bottom: 1px solid #ebebeb;
  justify-content: initial;
}

.mini-cart-drop-down .e-del {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 17px;
  color: #ff8600;
}

.mini-cart-drop-down .product-img-wrap {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 70px; */
  margin-right: 20px;
  /* height: 80px; */
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.mini-cart-drop-down .product-img-wrap img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
}

.mini-cart-drop-down .product-details {
  position: relative;
}

.mini-cart-drop-down .product-details .inner-left {
  max-width: 136px;
  line-height: 22px;
}

.mini-cart-drop-down .product-details .inner-left .product-price {
  font-size: 14px;
  color: #333333;
}

.mini-cart-drop-down .product-details .product-price {
  font-weight: 500;
}


.header-middle-inner {
    position: relative;
}













.sidebar-categories .card-header a {
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 0px 15px 15px;
    color: #222222;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1;
    font-size: 16px;
}

.sidebar-categories .card:last-child .card-header a {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-categories .card-header a:hover {
    border-bottom: 1px solid #FF8600;
}
.sidebar-categories .card-header a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(15 82 186 / 5%);
    position: absolute;
    left: 0;
    top: 21px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-categories .card-header a i {
    color: #FF8600;
    float: right;
    font-weight: 900;
    font-size: 10px;
    margin-top: 5px;
}
.sidebar-categories .card-header a:hover:before {
    background: #FF8600;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-categories .card-body {
    
padding: 15px 15px;
    
border-bottom: 1px solid #f0f0f0;
}
.sidebar-categories .card-body ul {
    
position: relative;
}
.sidebar-categories .card-body ul li {
    
}
.sidebar-categories .card-body ul li a {
    
color: #727272;
    
width: 100%;
    
display: block;
    
font-size: 14px;
    
padding: 5px 0px;
}
.sidebar-categories .card-body ul li a:hover {
    
color: #FF8600;
}
.sidebar-categories .card-body ul:before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgb(15 82 186 / 5%);
    position: absolute;
    left: -15px;
    top: 0;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

















.pagination {
    margin: 30px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination li{
    font-family: bm;
    font-size: 14px;
    color: #ffffff;
}
.page-item.disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.page-item .page-link {
    border-radius: 3px;
    font-family: FiraGO-Medium;
    font-size: 16px;
    color: #222222;
    position: relative;
    display: block;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-color: #f0f0f0 !important;
    line-height: 39px;
    text-align: center;
    /* background-color: #24babc; */
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-link:hover{
    /* color: #3a3733; */
}
.pagination .page-link:focus{
    outline: 0;
    border: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: not-allowed;
    color: #b3c0d2;
    background-color: #fbfbfb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-family: FiraGO-Medium;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    /* border-radius: 0; */
    background-color: #FF8600;
    border-color: #FF8600 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link {
    color: #ffffff;
    background-color: #FF8600;
    border-color: #FF8600 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.2;
}
.pagination .page-item:hover:first-child .page-link,
.pagination .page-item:hover:last-child .page-link,
.pagination .page-item:hover .page-link {
    /* color: #ffffff; */
    background: #ffffff;
    border: 1px solid #FF8600 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #222529;
    background-color: #00000000;
    border-color: #FF8600 !important;
}

#map-canvas-multipointer {
    height: 400px;
}

.cart-price {
    font-size: 19px !important;
    font-family: 'DroidSans-Bold';
}
.cart-total {
    color: #ff8600;
    /* display: inline-flex; */
    font-size: 25px !important;
    font-weight: 600;
    font-family: 'DroidSans-Bold';
}

.cart-category {
    color: #FF8600 !important;
    margin-top: 5px;
    display: block;
}

.pos-rel {
    position: relative;
}

.order-price {
    /* display: inline-flex; */
    font-family: 'DroidSans-Bold';
}

.order-review th,
.order-review td {
    padding: 20px;
}

.cart-total2 {
    /* background: #f6f7f9; */
}
.cart-total2 .order-price {
    /* color: #ff8600; */
    font-size: 20px;
    font-weight: 600;
    font-family: 'DroidSans-Bold';
}

.cart-total2 .coupon-price {
    color: #68c413;
    font-size: 20px;
    font-weight: 600;
    font-family: 'DroidSans-Bold';
}

.media-body h1 {
    font-size: 16px;
    line-height: 1.4;
}


.update-cart-btn 
{
    width: auto !important;
    float: right;
    background: #222222;
    border: 1px solid #222222;
    padding: 0px 30px !important;
}
.update-cart-btn:hover {

background-color: #FF8600;

border-color: #FF8600;
}







.sfc-section i {
    color: #e8e8e8;
    font-size: 100px;
    margin-bottom: 30px;
    display: block;
}
.sfc-section img {
    height: 100px;
    display: block;
    margin: 0 auto 30px auto;
}
.sfc-section h1 {
    margin-bottom: 0;
}
.sfc-section p {
    margin-top: 8px; 
    margin-bottom: 5px;
}
.sfc-section .btn {
    margin-top: 25px;
}

.forget-pass {
    margin-top: 20px;
    display: block;
    color: #222222;
    transition: all .3s ease;
    text-align: center;
    font-family: 'FiraGO-Regular';
}
.forget-pass i {
    display: inline-flex;
    margin-right: 5px;
    color: #FF8600;
    font-size: 16px;
}



.order-red {
    color: #f10000;
}
.order-green {
    color: #34db50;
}
.order-orange {
    color: #ff9f66;
}






.order-details-section {
    
padding: 0px;
}
.order-details-section table {
    
margin: 0;
}
.order-details-section td .lari {
    display: inline;
}


.success-cart,.success-wishlist{
	background: #58c35f;
    color: #fff;
    padding: 15px 30px;
    position: fixed;
    z-index: 999;
    right: 0%;
    display: none;
}
.stock-cart,.added-wishlist{
	background: #ff7600;
    color: #fff;
    padding: 15px 30px;
    position: fixed;
    z-index: 999;
    right: 0%;
    display: none;
}
.radio{
	display:inline-block;
}

.text-section img ,.product-desc img {
	display: inline-block;
	max-width: 100%;
}

.text-section  ul, ol ,.product-desc ul, ol {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: revert;
}

.remove {
     border: 0;
    background: none;
}












    .radio {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    [type="radio"]:not(:checked),
    [type="radio"]:checked {
        position: absolute;
        left: 0;
        opacity: 0.01;
        z-index: -1;
    }
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative !important;
        padding-left: 0;
        font-size: 13px;
        line-height: 1;
        cursor: pointer;
        width: 100%;
        margin-bottom: 0px;
    }

    /* checkbox aspect */
    [type="radio"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before {
        content: '';
        position: absolute;
        left: calc(0% - 0px);
        bottom: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #e9e9e9;
        background: #ffffff;
        -webkit-transition: all .275s;
        transition: all .275s;
        border-radius: 5px;
    }

    [type="radio"]:hover + label:before {
        border: 1px solid #0075ff;
    }

    /* checked mark aspect */
    [type="radio"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after {
        content: "\f00c";
        /* padding: 0 15px; */
        font-family: fontawesome;
        position: absolute;
        left: calc(0% - 0px);
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        bottom: 0;
        background: #0075FF;
        -webkit-transition: all .2s;
        transition: all .2s;
        color: #ffffff;
        border-radius: 5px;
    }

    /* checked mark aspect changes */
    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
    }

    /* Disabled checkbox */
    [type="radio"]:disabled:not(:checked) + label:before,
    [type="radio"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #e9e9e9;
    }

    [type="radio"]:disabled:checked + label:after {
        color: #777;
    }

    [type="radio"]:disabled + label {
        color: #aaa;
    }

    /* Accessibility */
    [type="radio"]:checked:focus + label:before,
    [type="radio"]:not(:checked):focus + label:before {
        box-shadow: none;
    }


































    .sidebar-checkboxes {
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: 0;
        opacity: 0.01;
        z-index: -1;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative !important;
        padding-left: 25px;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
        margin: 0;
        color: #222222;
        font-family: FiraGO-Medium;
    }

    /* checkbox aspect */
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        width: 16px;
        height: 16px;
        border-radius: 5px;
        border: 1px solid #d6d6d6;
        background: #ffffff;
        -webkit-transition: all .275s;
        transition: all .275s;
    }

    /* checked mark aspect */
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 5px;
        width: 6px;
        height: 6px;
        border-radius: 2px;
        background: #ff8600;
        line-height: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
    }

    [type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
    }

    /* Disabled checkbox */
    [type="checkbox"]:disabled:not(:checked) + label:before,
    [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #e9e9e9;
    }

    [type="checkbox"]:disabled:checked + label:after {
        color: #777;
    }

    [type="checkbox"]:disabled + label {
        color: #aaa;
    }

    /* Accessibility */
    [type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
        box-shadow: inset 0 1px 3px rgb(255 134 0 / 10%), 0 0 0 3px rgb(236 188 83 / 10%);
    }



.action-links .wishlist-active {
    background: #FF8600;
}
.action-links .wishlist-active img {
    filter: brightness(500);
}

.header-top-menu {
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    /* margin-bottom: 30px; */
}

.header-middle-menu {text-align: right;}
.header-middle-menu ul {
    line-height: 50px;
    display: inline-flex;
}
.header-middle-menu ul li {
    margin-right: 30px;
}
.header-middle-menu ul li a {
    color: #222222;
}
.menu-new a {
    color: #FF8600 !important;
}

.my-cart {

}
.my-cart a {
  background: #ff8600;
  border-radius: 5px;
  color: #ffffff !important;
  padding: 13px 10px;
  margin-left: 30px;
  min-width: 50px;
  text-align: center;
}
.my-cart a:hover {
  background: #083b6a;
  color: #ffffff !important;
}

.my-cart a img {
    height: 22px! important;
    margin-right: 12px;
    margin-top: 0 !important;
}

.header-search-form {position: relative;margin: 0 30px;}
.header-middle-flex {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: end;
}






header a:hover {
    color: #ff8600 !important;
}



.header-top-info {
    text-align: center;
    padding: 13px 0;
}
.header-top-info ul {
    display: inline-flex;
}
.header-top-info ul li {
    margin: 0px 20px;
}
.header-top-info ul li a {
    color: #ffffff;
    font-size: 12px;
}
.header-top-info ul li a img {
    height: 23px;
    margin-right: 12px;
}

.categories-menu-btn img {
    height: 25px;
}

.right-slide {
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
}
.right-slide img {
    border-radius: 5px;
    width: 100%;
}

.timer-seconds {
    display: none;
}








.sale-price-box {
  font-family: DroidSans-Bold;
  /* float: right; */
  display: block;
  }
.sale-price-box .regular-price {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #ff8600;
    display: block;
    line-height: 1.2;
}

.sale-price-box .old-price {
    color: #9f9f9f;
    display: block;
    font-size: 15px;
    margin-top: 0;
    padding-left: 0;
}

.sale-price-box .regular-price .special-price {
    color: #ff8600;
}



.products-price-box {
  font-family: DroidSans-Bold;
  /* float: right; */
  display: inline-flex;
  margin-right: 20px;
  }
.products-price-box .regular-price {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #ff8600;
    display: block;
    line-height: 1.2;
}

.products-price-box .old-price {
    color: #9f9f9f;
    display: block;
    font-size: 15px;
    margin-top: 4px;
    padding-right: 10px;
}


.sale-block {
}
.sale-box {
    width: 76px;
    height: 50px;
    background: #ff0000;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.sale-box2 {
    width: 76px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.sale-box span {
    font-family: 'DroidSans-Bold';
    font-size: 20px;
    line-height: 1;
}
.sale-box p {
    color: #ffffff;
    font-size: 10px;
    margin: 0;
    line-height: 1;
}








.sinus-ratings {
    
}
.sinus-ratings ul {
    display: inline-flex;
}
.sinus-ratings ul li {
    margin-right: 5px;
}
.sinus-ratings ul li a {
    
}
.sinus-ratings ul li a i {
    color: #C4C4C4;
    font-size: 19px;
}
.sinus-ratings ul li a.active-star i {
    color: #ff8600;
}
.sinus-ratings a {
    color: #222222;
    font-family: 'DroidSans-Bold';
    font-size: 16px;
    top: -1px;
    position: relative;
}





.sinus-products-ratings {
    display: inline-block;
}
.sinus-products-ratings ul {
    display: inline-flex;
}
.sinus-products-ratings ul li {
    margin-right: 5px;
}
.sinus-products-ratings ul li a {
    
}
.sinus-products-ratings ul li a i {
    color: #C4C4C4;
    font-size: 15px;
}
.sinus-products-ratings ul li a.active-star i {
    color: #083b6a;
}

.sinus-products-ratings a {
    color: #222222;
    font-family: 'DroidSans-Bold';
    font-size: 13px;
    top: -1px;
    position: relative;
}

.sinus-products-ratings span {
    font-family: FiraGO-Medium;
}
.sinus-products-ratings a:hover {
    color: #ff8600;
}



.sinus-thumb a img {width: 250px !important;height: 218px;object-fit: contain;object-position: center;}








.same-height .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.same-height .row>[class*=col-] {
    display: flex;
    flex-direction: column;
}


.categories-boxes a img {
    margin-bottom: 30px;
    border-radius: 5px;
}






.new-products-height .product-thumb img {
    height: auto !important;
}



.new-products-height .product-item:hover .animated-dot .middle-dot {
    box-shadow: 0px 0px 0px 12px rgb(255 134 0 / 40%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 7px solid rgb(255 255 255 / 50%);
}





.animated-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    padding-left: 0px;
    cursor: pointer;
    left: calc(50% - 20px);
    bottom: 50px;
}

.animated-dot .middle-dot {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    background-color: #ff8600;
    border: 7px solid #ffffff;
    box-shadow: 0px 0px 0px 3px rgb(255 134 0);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.animated-dot .middle-dot img {
    height: 50px;
    padding: 10px;
    filter: brightness(500);
}

.animated-dot .signal {
    width: 100px;
    pointer-events: none;
    height: 100px;
    border-radius: 200px;
    position: absolute;
    left: -30px;
    top: -30px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
    background-color: #fff;
}

.animated-dot .signal2 {
    width: 100px;
    height: 100px;
    pointer-events: none;
    border-radius: 200px;
    position: absolute;
    left: -30px;
    top: -30px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    background-color: #ff8600;
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0.00)
    }

    1% {
        opacity: 0.5
    }

    20% {
        opacity: 0.5
    }

    60% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0.2
    }

    20% {
        opacity: 0.17
    }

    60% {
        opacity: 0
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0.00)
    }

    1% {
        opacity: 0.5
    }

    20% {
        opacity: 0.5
    }

    60% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0.2
    }

    20% {
        opacity: 0.17
    }

    60% {
        opacity: 0
    }
}






.products-cart-ab {
}
.products-cart-ab img {
    height: 35px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.0s ease 0s;
    -ms-transition: all 0.0s ease 0s;
    -o-transition: all 0.0s ease 0s;
    transition: all 0.0s ease 0s;
}
.grid.grid-paddings .products-cart-ab img {
    height: 35px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.0s ease 0s;
    -ms-transition: all 0.0s ease 0s;
    -o-transition: all 0.0s ease 0s;
    transition: all 0.0s ease 0s;
}
.add-to-cart {
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s !important;
    -moz-transition: all 0.4s ease 0s !important;
    -ms-transition: all 0.4s ease 0s !important;
    -o-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
}
.product-item:hover .add-to-cart {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s !important;
    -moz-transition: all 0.4s ease 0s !important;
    -ms-transition: all 0.4s ease 0s !important;
    -o-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
}


.products-cart-ab p {
  margin: 0;
  text-align: right;
  position: absolute;
  right: 75px;
  bottom: 30px;
  line-height: 1;
  font-size: 15px;
  color: rgb(8 59 106 / 70%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 }


.product-item:hover .products-cart-ab p {
  color: #083b6a;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 }






.product-caption2 .products-price-box .regular-price {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    background: #ff8600;
    padding: 7px 12px 4px 12px;
    border-radius: 5px;
}
.product-caption2 .products-price-box {
    /* display: block; */
    margin-bottom: 20px;
}
.product-caption2 .products-price-box .old-price {
    font-size: 19px;
    margin-top: 7px;
}
.product-caption2 .product-name h4 {
    font-size: 18px;
    padding: 10px 0 15px 0;
}
.product-caption2 .manufacture-product a {
    font-size: 20px;
}
.btn-img {
    height: 25px;
    margin-right: 10px;
    margin-top: -3px;
}

.product-caption2 .btn-cart {
    background: #083B6A;
    padding: 0 20px;
    display: block;
}
.product-caption2 .btn-cart:hover {
    color: #fff;
    background: #ff8600;
}



.sales-img {
    position: relative;
    margin-bottom: -120px;
}
.sales-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.sales-txt {
    position: absolute;
    height: 120px;
    top: 0;
    /* color: #ffffff; */
    /* text-align: center; */
    width: 100%;
    /* font-size: 30px; */
    vertical-align: middle;
    display: table-cell;
}
.sales-txt h1 {
    /* position: absolute; */
    height: 120px;
    /* top: 0; */
    color: #ffffff;
    text-align: center;
    width: 100vw;
    font-size: 30px;
    vertical-align: middle;
    display: table-cell;
}







.sales-timer {
    padding: 15px 15px 14px 15px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.sales-timer .product-countdown {
    display: block;
    margin-top: 0;
    width: 100%;
    line-height: 1;
    margin: 0 auto;
}

.sales-timer .single-countdown {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 18px;
}

.sales-timer .single-countdown:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #083B6A;
    position: absolute;
    right: -11px;
    top: 7px;
    border-radius: 50%;
    z-index: 1;
}
.sales-timer .single-countdown:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #083B6A;
    position: absolute;
    right: -11px;
    bottom: 9px;
    border-radius: 50%;
    z-index: 1;
}
.sales-timer .single-countdown:last-child {
    margin-right: 0px;
}
.sales-timer .single-countdown:last-child:before,
.sales-timer .single-countdown:last-child:after {
    display: none;
}
.sales-timer .single-countdown__time {
    color: #083B6A;
    font-size: 30px;
    font-family: 'DroidSans-Bold';
    width: 100%;
    display: block;
    border-radius: 5px;
}

.sales-timer .single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
    display: none;
}


.sales-products .products-price-box {
    display: block;
}














.pagination {
    margin: 30px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination li{
    font-family: 'DroidSans-Bold';
    font-size: 14px;
    color: #ffffff;
}
.page-item.disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.page-item .page-link {
    border-radius: 5px !important;
    font-family: 'DroidSans-Bold';
    font-size: 14px;
    color: #222222;
    position: relative;
    display: block;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-color: #f6f7f9 !important;
    line-height: 39px;
    text-align: center;
    background-color: #f6f7f9;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-link:hover{
    /* color: #3a3733; */
}
.pagination .page-link:focus{
    outline: 0;
    border: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: not-allowed;
    color: #b3c0d2;
    background-color: #fbfbfb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-family: 'ha';
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    background-color: #083b6a;
    border-color: #083b6a !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link {
    color: #ffffff;
    background-color: #083b6a;
    border-color: #083b6a !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.2;
}
.pagination .page-item:hover:first-child .page-link,
.pagination .page-item:hover:last-child .page-link,
.pagination .page-item:hover .page-link {
    color: #222222;
    background: #ffffff;
    border: 1px solid #ff8600 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #ff8600;
    border-color: #ff8600 !important;
}

.sidebar-checkboxes input.form-control {
    padding: 0 15px;
    margin-bottom: 15px;
}


.min-max-input {
    display: inline-flex;
}
.min-max-input input.form-control {
    width: 50%;    
}
.min-max-input span {
    line-height: 40px;
    margin: 0 10px;
    color: rgb(34 34 34 / 50%);
}


.sidebar-search-btn {
    width: 100%;
    margin: 0;
}
















.product-caption3 .products-price-box .regular-price {
    font-size: 40px;
    font-family: 'DroidSans-Bold';
    color: #ff8600;
    display: inline-block;
    line-height: 1.2;
}
.product-caption23 .products-price-box {
    /* display: block; */
    margin-bottom: 20px;
}
.product-caption3 .products-price-box {
    margin-bottom: 11px;
}
.product-caption3 .products-price-box .old-price {
    font-size: 18px;
    margin-top: 11px;
}
.product-caption3 .product-name h4 {
    font-size: 25px;
    padding: 10px 0 10px 0;
}
.product-caption3 .manufacture-product h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
}

.product-caption3 .sinus-products-ratings {
    width: 100%;
    margin: 5px 0;
}

.label-ab {
    background: rgb(0 0 0 / 10%);
    font-family: 'DroidSans-Bold';
    padding: 0px 10px;
    margin: 0 0px 0 10px;
}

.btn-boxx .btn-cart {
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.btn-boxx .btn-cart.tap-buy {
    background: #083B6A;
}
.btn-boxx .btn-cart.space-credit {
    background: #050709;
    text-transform: uppercase;
}
.btn-boxx .btn-cart.tap-buy:hover {
    background: #ff8600;
}
.btn-cart.coupon-btn {
    margin-bottom: 30px !important;
    background: #083B6A;
}
.btn-cart.coupon-btn:hover {
    background: #ff8600;
}
.btn-cart.fb-login {
    background: #4267B2;
}
.btn-cart.fb-login:hover {
    background: #083B6A;
}
.btn-boxx .btn-cart.space-credit:hover {
    background: #050709;
    box-shadow: inset 0 0 10px 3px #2897fc;
}
.btn-boxx .btn-cart.cart-add {
    margin-right: 0;
}
.btn-boxx .btn-cart.cart-add img {
    margin-right: 0;
}

.login-or {
    margin: 8px 0px;
    text-align: center;
    width: 100%;
    display: block;
}


.product-details-reviews {
    margin: 15px 0px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-details-reviews p {
    color: rgb(33 33 33);
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 15px;
    line-height: 23px;
    font-family: FiraGO-Regular;
}
.product-details-reviews h5 {
    color: #212121;
    font-size: 15px;
    margin-top: 0;
    line-height: 1.5;
}

.product-details-reviews a.all-reviews-btn {
    color: rgb(255 134 0) !important;
    font-family: 'DroidSans-Bold';
    font-size: 14px;
    position: absolute;
    margin-top: 15px;
    display: block;
    line-height: 40px;
    text-align: right;
    border: 1px solid #e9e9e9;
    padding: 0px 15px;
    height: 40px;
    border-radius: 5px;
    background: white;
    bottom: -20px;
    right: 30px;
}
.product-details-reviews a.all-reviews-btn span {
    font-family: FiraGO-Medium;
}












.sinus-details-ratings {
    display: inline-block;
}
.sinus-details-ratings ul {
    display: inline-flex;
}
.sinus-details-ratings ul li {
    margin-right: 5px;
}
.sinus-details-ratings ul li a {
    
}
.sinus-details-ratings ul li a i {
    color: #C4C4C4;
    font-size: 15px;
}
.sinus-details-ratings ul li a.active-star i {
    color: #083b6a;
}

.sinus-details-ratings a {
    color: rgb(34 34 34 / 50%) !important;
    font-family: 'DroidSans-Bold';
    font-size: 13px;
    top: -1px;
    position: relative;
}

.sinus-details-ratings span {
    font-family: FiraGO-Medium;
}









tr:nth-child(even) {/* background: #f6f7f9; */}


.table-ttl {
    color: #ff8600;
}





.product-details-txt .feature-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #FD8159 0, #FEC029 100%);
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 22px;
    /* line-height: 120px; */
    margin-top: 0px;
    text-align: center;
}
 .product-details-txt .feature-icon img {
    height: 120px;
    margin-bottom: 0;
    line-height: 120px;
    padding: 30px;
}
.product-details-txt h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 17px;
}
.product-details-txt p {
    font-size: 15px;
    line-height: 23px;
    font-family: FiraGO-Regular;
}


.order-review {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 25px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}




.order-review .cart-total {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #222222;
    display: inline-block;
    line-height: 1.2;
    margin-top: 15px;
    font-size: 40px !important;
}
.order-review .btn-cart.lg-btn {
    font-size: 15px;
    line-height: 50px;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 0;
}






.checkout-step p {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    height: 50px;
    line-height: 50px;
    margin: 0;
    line-height: 50px;
    padding: 0px 30px;
    display: block;
    color: #222222;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.checkout-step.active-step p {
    background: #ff8600;
    border: 1px solid #ff8600;
    color: #ffffff;
}
.checkout-step.active-step-fail p {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

.checkout-step.active-step-success p {
    background: #68c413;
    border: 1px solid #68c413;
    color: #ffffff;
}




.search_fix {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 46px;
    padding: 0;
    font-size: 18px;
    top: 0;
    right: 15px;
    /* left: -40px; */
    transition: all .6s ease 0s;
}






.pd-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #FD8159 0, #FEC029 100%);
    margin: 0 auto;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 0px;
    top: calc(50% - 20px);
    left: 15px;
    text-align: center;
}
 .pd-icon img {
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 0;
}

.product-delivery {
    position: relative;
    background: rgb(255 134 0 / 10%);
    padding: 20px 20px 20px 55px;
    border-left: 3px solid #ff8600;
    margin-bottom: 0;
}
.product-delivery .pd-content {
    text-align: left;
    padding-left: 15px;
}
.product-delivery .pd-content h4 {
    line-height: 1.3;
}
.product-delivery .pd-content p {
    margin: 0;
    margin-top: 5px;
    font-size: 15px;
    line-height: 23px;
    font-family: FiraGO-Regular;
}
.product-delivery .pd-content p span {
    margin-left: 8px;
    color: #ff8600;
}

p.pd-txt {
    margin: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    font-family: FiraGO-Regular;
    background: rgb(246 247 249);
    padding: 20px 20px 20px 20px;
    border-left: 3px solid #e9e9e9;
    text-align: left;
}







.pd-feature .feature-item {
    height: auto;
}








.pd-message p {
    background: rgb(0 117 255 / 10%);
    padding: 20px 20px 20px 55px;
    border-left: 3px solid #0075FF;
    position: relative;
    font-size: 15px;
    margin-bottom: 0;
}

.pd-message img {
    height: 20px;
    top: calc(50% - 10px);
    margin-right: 10px;
    position: absolute;
    left: 20px;
}




.product-stock {
    margin-bottom: 15px;
}
.product-stock p {
    font-size: 14px;
    margin: 0;
}
.product-stock .in-stock {
    color: #68c413;
}
.product-stock .out-of-stock {
    color: red;
}




.product-monthly-price {
    display: block;
}

.label-ab .label-font {
    font-family: FiraGO-Medium;
}

.cart-sidebar-table {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 26px;
    border-bottom: 1px dashed #e9e9e9;
}
.cart-sidebar-table td {
    padding: 0px 0px 20px 0px;
}
.cart-sidebar-table td:first-child {
    text-align: left;
    padding-left: 0;
}
.cart-sidebar-table td:last-child {
    text-align: right;
    padding-right: 0;
}


.cart-detele {
 margin-right: 60px;
 width: 25px !important;
 height: 25px !important;
 display: inline-block;
 top: -3px;
 position: relative;
 background: none;
 border: none;
 padding: 0;
 }
.cart-detele img {
    width: 25px !important;
    height: 25px !important;
}
.cart-detele:hover img {
  opacity: 0.5;
}















.cart-leftside {
    display: inline-flex;
}
.cart-rightside {
    text-align: right;
    margin-bottom: 30px;
}

.cart-middleside {
    text-align: left;
}
.cart-middleside p.order-status {
    font-size: 16px;
    margin: 0;
    color: rgb(34 34 34 / 50%);
    font-family: 'FiraGO-Medium';
}
.cart-middleside p.order-status.orange-status {
    color: #ff8600;
    margin-top: 10px;
    font-size: 18px;
}
.cart-middleside p.order-status.green-status {
    color: #68c413;
    margin-top: 10px;
    font-size: 18px;
}
.cart-middleside p.order-status.black-status {
    color: #222222;
    margin-top: 10px;
    font-size: 18px;
}
.cart-middleside p.order-status.red-status {
    color: #ff0000;
    margin-top: 10px;
    font-size: 18px;
}

.cart-item.account-order-item {
        
    margin-bottom: 30px;
        
    padding: 30px;
        
    border: 1px solid #e9e9e9;
        
    border-radius: 5px;
}



.order-top {
}

.cart-top-leftside {
    text-align: left;
    display: flex;
}
.cart-top-leftside p.order-number {
    font-size: 16px;
    margin: 0;
    color: #222222;
    font-family: 'FiraGO-Medium';
    background: #f6f7f9;
    padding: 10px 20px;
    align-items: center;
    display: flex;
}

.cart-top-leftside p.order-number span {
    font-size: 16px;
    margin: 0;
    color: rgb(255 134 0);
    font-family: 'DroidSans-Bold';
    margin-left: 10px;
    border-radius: 5px;
}
.cart-top-leftside p.order-status {
    font-size: 15px;
    margin: 0;
    color: rgb(34 34 34 / 50%);
    font-family: 'FiraGO-Medium';
    margin-left: 20px;
    padding-top: 10px;
}



.order-middle {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



.order-bottom {
}

.cart-bottom-leftside {
    text-align: left;
    display: flex;
    /* padding-top: 10px; */
    align-items: center;
}
.cart-bottom-leftside p.order-number {
    font-size: 16px;
    margin: 0;
    color: #222222;
    font-family: 'FiraGO-Medium';
    background: #f6f7f9;
    padding: 10px 20px;
}
.cart-top-rightside button.order-rate {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    color: #0075FF;
    font-family: 'FiraGO-Medium';
    border: none;
    background: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cart-top-rightside {
    text-align: right;
}
.cart-bottom-leftside button.order-cancel {
    font-size: 16px;
    margin: 0;
    color: #222222;
    font-family: 'FiraGO-Medium';
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #f6f7f9;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    min-width: 260px;
    margin-top: 0;
    padding: 0px 30px;
    text-transform: capitalize;
}
.cart-bottom-leftside button.order-cancel:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cart-bottom-leftside button.order-cancel img {
    width: 25px !important;
    height: 25px !important;
    margin-top: -3px;
    margin-right: 10px;
}

.cart-bottom-leftside p.order-number span {
    font-size: 16px;
    margin: 0;
    color: rgb(255 134 0);
    font-family: 'DroidSans-Bold';
    margin-left: 10px;
    border-radius: 5px;
}
.cart-bottom-leftside p.order-status {
    font-size: 15px;
    margin: 0;
    color: rgb(34 34 34 / 50%);
    font-family: 'FiraGO-Medium';
    margin-left: 0;
    /* margin-top: 12px; */
}
.cart-bottom-rightside {
    text-align: right;
}

.cart-bottom-rightside p.order-total {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    background: #ff8600;
    padding: 11px 15px 8px 15px;
    border-radius: 5px;
    margin: 0;
}











.cart-bottom-leftside .order-cancel-border {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e9e9e9;
}
.cart-bottom-leftside .order-buy-again {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e9e9e9;
}
.cart-bottom-leftside button.btn-cart.lg-btn {
    margin: 0;
}





.cart-product-caption {
    padding-left: 30px;
}
.cart-product-caption .products-price-box .regular-price {
    font-size: 26px;
    font-family: 'DroidSans-Bold';
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    background: #ff8600;
    padding: 7px 12px 4px 12px;
    border-radius: 5px;
}
.cart-product-caption .products-price-box {
    /* display: block; */
    margin-bottom: 0;
}
.cart-product-caption .products-price-box .old-price {
    font-size: 19px;
    margin-top: 7px;
}
.cart-product-caption .product-name h4 {
    font-size: 18px;
    padding: 10px 0 15px 0;
}
.cart-product-caption .manufacture-product a {
    font-size: 20px;
}


.cart-product-img img {
    width: 180px;
    height: 160px;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}


.checkout-product-img img {
    width: 130px;
    height: 114px;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}



.cart-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.cart-services {
    
margin-top: 20px;
}
.cart-services ul {
    display: block;
}
.cart-services ul li {
  margin-bottom: 12px;
}
.cart-services ul li:last-child {
  margin-bottom: 0px;
}
.cart-services ul li a {
    color: #68c413;
}
.cart-services ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}






.checkout-product-qty p {
    font-size: 14px;
    margin: 0;
    /* font-family: 'DroidSans-Bold'; */
    color: rgb(34 34 34 / 50%);
}


.coupon-use {
    
position: relative;
    
margin-bottom: 30px;
}
.coupon-use img {
    
position: absolute;
    
top: 15px;
    
left: 30px;
    
height: 20px;
    
z-index: 99999;
}
.coupon-use input {
    
position: relative;
    
padding-left: 45px;
    
padding-right: 60px;
    
width: calc(100% + 40px);
    
margin-bottom: 0;
}





.coupon-use .form-control:focus {
    border-color: #68c413;
}


.green-btn {
    background: #68c413;
}







.order-sf {
    text-align: center;
}
.order-sf img {
    height: 150px;
    margin-bottom: 30px;
}
.order-sf h3 {
    margin-bottom: 20px;
    font-size: 25px;
}
.order-sf p {
    margin-bottom: 5px;
    font-family: 'FiraGO-Regular';
}
.order-sf .lg-btn {
    margin-top: 25px;
}




















.sales-product-item-list .product-caption {
    position: relative;
    padding: 60px 45px 80px 45px;
    border-top: 1px solid #e9e9e9;
}

.sales-product-item-list .sales-timer {
    padding: 0 0 25px 0;
    margin: 0px 0 25px 0;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
}

.sales-product-item-list .sales-timer .product-countdown {
    display: block;
    margin-top: 0;
    width: 100%;
    line-height: 1;
    margin: 0 auto;
}

.sales-product-item-list .sales-timer .single-countdown {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 18px;
}

.sales-product-item-list .sales-timer .single-countdown:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #083B6A;
    position: absolute;
    right: -10px;
    top: 14px;
    border-radius: 50%;
    z-index: 1;
}
.sales-product-item-list .sales-timer .single-countdown:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #083B6A;
    position: absolute;
    right: -10px;
    bottom: 16px;
    border-radius: 50%;
    z-index: 1;
}
.sales-product-item-list .sales-timer .single-countdown:last-child {
    margin-right: 0px;
}
.sales-product-item-list .sales-timer .single-countdown:last-child:before,
.sales-product-item-list .sales-timer .single-countdown:last-child:after {
    display: none;
}
.sales-product-item-list .sales-timer .single-countdown__time {
    color: #083B6A;
    font-size: 50px;
    font-family: 'DroidSans-Bold';
    width: 100%;
    display: block;
    border-radius: 5px;
}

.sales-product-item-list .sales-timer .single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
    display: none;
}









.sales-product-item-list .product-caption .manufacture-product a {
    
font-size: 22px;
}
.sales-product-item-list .product-caption .product-name h4 {
    
font-size: 20px;
    
font-weight: 400;
    
line-height: 1.3;
    
padding: 10px 0 15px 0;
}
.sales-product-item-list .product-caption .products-cart-ab {
    
}
.sales-product-item-list .products-price-box {
    margin-bottom: 20px;
}
.sales-product-item-list .products-price-box .regular-price {
    font-size: 31px;
    font-family: 'DroidSans-Bold';
    color: #ff8600;
    display: block;
    line-height: 1.2;
}

.sales-product-item-list .products-price-box .old-price {
    color: #9f9f9f;
    display: block;
    font-size: 20px;
    margin-top: 4px;
    padding-right: 10px;
}


.account-tabs.product-info.mt-half {
    border: none;
    margin-right: -15px;
    margin-left: -15px;
}
.account-tabs.product-info.mt-half ul.nav.nav-pills {
    background: none;
    padding: 0;
    border: none;
}
.account-tabs.product-info.mt-half .nav.nav-pills {
    width: 100%;
}
.account-tabs.product-info.mt-half .nav.nav-pills li {
    width: 25%;
}
.account-tabs.product-info.mt-half .nav.nav-pills a:hover .feature-item,
.account-tabs.product-info.mt-half .nav.nav-pills a.active .feature-item {
  border: 1px solid #ff8600;
  }
.account-tabs.product-info.mt-half .nav.nav-pills .feature-item .feature-icon {
    margin-bottom: 30px;
}
.account-tabs.product-info.mt-half .nav.nav-pills .feature-content h4 {
    /* margin-top: 10px; */
    margin-bottom: 0px;
    color: #222222;
}

.account-tabs.product-info.mt-half .tab-content {
    padding: 80px 15px 0px 15px;
}


.account-orders-qty {
    font-size: 15px;
    margin: 0;
    color: rgb(34 34 34 / 50%);
    font-family: 'FiraGO-Medium';
    margin-left: 20px;
    padding-top: 10px;
}








.account-coupon {
    
background: rgb(104 196 19 / 10%);
    
border-radius: 5px;
    
padding: 30px;
    
border: 1px solid #68c413;
    
margin-bottom: 30px;
}
.account-coupon.account-coupon-used {
    
background: rgb(255 255 255);
    
border: 1px solid #e9e9e9;
}
.account-coupon .account-coupon-left {
    
text-align: left;
}
.account-coupon .account-coupon-left p {
    
margin: 0;
    
font-size: 18px;
    
line-height: 50px;
}
.account-coupon .account-coupon-left p img {
    
height: 30px;
    
margin-right: 15px;
    
margin-top: -2px;
}
.account-coupon .account-coupon-middle {
    
text-align: center;
}
.account-coupon .account-coupon-middle p {
    
margin: 0;
    
color: #68c413;
    
line-height: 50px;
}
.account-coupon .account-coupon-right {
    
text-align: right;
}
.account-coupon .account-coupon-right p {margin: 0;height: 50px;background: #f6f7f9;display: inline-block;line-height: 50px;padding: 0 30px;border-radius: 5px;color: rgb(34 34 34 / 50%);}
.account-coupon .account-coupon-right button {
    
margin: 0;
}


.rate-radio ul {
    display: inline-flex;
}

.rate-radio ul li {
  width: 25%;
}
[type="radio"]:checked + label .rate-item {
    border: 1px solid #0075FF;
}
.rate-item {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 20px 10px 50px 10px;
    margin-top: 30px;
    text-align: center;
}
.rate-item:hover {
    border: 1px solid #0075FF;
}

.rate-textarea {
    
margin: 30px 0px 0px 0px !important;
    
height: 120px !important;
}


.product-description-tabs .nav-item {
    margin: 0 10px;
}


.product-item.news-block .product-thumb a img {
    object-fit: cover;
}

.label-news {
    padding-top: 1px !important;
    font-family: 'DroidSans-Bold';
    font-size: 14px !important;
}





.inner-wrapper-sticky {
}