@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

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

.fix {
    overflow: hidden
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
}

input:focus,
select:focus {
    outline: none;
}

input,
button,
img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ef4836;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity {
    position: relative;
    z-index: 9;
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-1 {
    background: #f5f5f5;
}

.bg-2 {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.bg-img-1 {
    background: url(../images/banner/1.jpg) no-repeat center center / cover;
}
.bg-img-8 {
    background: url(../images/banner/2.jpg) no-repeat center center / cover;
}

.bg-img-2 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover;
}

.bg-img-3 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover;
}

.bg-img-4 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover;
}

.ptb-25 {
    padding: 25px 0px;
}

.ptb-50 {
    padding: 50px 0px;
}
.ptb-60 {
    padding: 60px 0px;
}

.ptb-15 {
    padding: 15px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-60{
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-8{
    margin-top: 8px;
}
.mt-28{
    margin-top: 28px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 30px;
}

a#scrollUp {
    position: absolute;
    right: 50px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background: #ef4836;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

a#scrollUp:hover {
    background: #ef4836;
}

#supPillow {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
#sup24 {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: darkgreen;
    position: relative;
    top: 10px;
    margin: auto;
    cursor: pointer;
    z-index: 9999;
}
#sup24 img {
    width: 70px;
    position: relative;
    top: 20%;
    left: -1px;
}
.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.fluid-container {
    width: 1720px;
    margin: 0 auto;
    padding: 0px 15px;
}

/*===============================
    24. PRELOADER
===============================*/

.preloader-wrap {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    top: 0;
    left: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



/*================================
header-area start
=====================================*/

.header-contact li {
    color: #333;
    padding: 20px 20px 20px 0px;
}

.header-contact li:last-child {
    padding-right: 0;
}

.header-contact li i {
    margin-right: 5px;
}

.header-contact li i:before {
    font-style: 16px;
}

.account_login-area {
    justify-content: flex-end;
}

.account_login-area li {
    position: relative;
    padding: 20px 20px;
}

.account_login-area li.option {
    padding: 5px 20px;
}
.account_login-area li.option:before{
    display:none
}
.account_login-area li.option:first-child{
    padding-left:20px;
    padding-right: 20px;
}
.account_login-area li:first-child {
    padding-left: 0;
}

.account_login-area li:last-child {
    padding-right: 0;
}

.account_login-area>li:before {
    position: absolute;
    left: 0;
    top: 50%;
    background: #eee;
    content: "";
    height: 40px;
    width: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.account_login-area li:first-child:before {
    display: none;
}

.account_login-area li a {
    color: #333;
    display: block;
}

.account_login-area li:hover>a {
    color: #ef4836;
}

.account_login-area li a i.fa-user {
    margin-right: 5px;
}

.account_login-area li a i.fa-angle-down {
    margin-left: 5px;
}

.dropdown-toggle::after {
    display:none;
}

li ul.product-cart {
    padding: 15px;
}
.product-cart .cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 10px;
    margin-bottom: 15px;
}
.product-cart li {
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}
.product-cart .cart-header .product-cart-total {
    text-align: right;
}
.product-cart-info {
    display: inline-block;
    vertical-align: top;
}
a.shopping-cart-btn {
    color: white;
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    font-size: 13px !important;
    margin: 15px 0 0;
    font-weight: 600;
    margin-right: 10px;
    background-color: #ef4836;
}
a.shopping-cart-btn:hover{
    color:#fff !important;
}
.product-cart .item-name {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}
.product-cart .item-price {
    margin-right: 8px;
}
.product-cart li:last-child {
    margin-bottom: 0;
}
a.shopping-cart-btn:last-child {
    margin-right: 0;
}
.product-cart .text-center a:hover{
    color:#fff !important;
    text-decoration: none;
}
a.shopping-cart-btn:hover{
    color:#fff !important;
}
.dropdown-menu{
    transform: translate3d(-200px, 55px, 0px) !important;
}
.product-cart .text-center{
    padding:0px !important;
    display:flex;
}
.remove_cart_product{
    margin-left:5px;
}
.cart-icon {
    color: #333;
    font-size: 24px;
    margin-right: 0;
    float: left;
}
.product-cart .cart-header .badge {
    position: absolute;
    top: 0px;
}
.main-color-text{
    color: #ef4836 !important;
}
.badge {
    border-radius: 10px;
    color: white !important;
    background: #ef4836 !important;
    font-size: 10px;
    height: 15px;
    width: 15px;
    line-height: 10px;
    text-align: center;
}
.search-cart-wrapper li span{
    color: #333;
    font-weight:600;
}
li.clearfix{
    padding:0px !important;
}
.clearfix::before{
    display: table;
    content: " ";
}
.product-cart img {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
}
.w-250 {
    width: 250px;
}

.dropdown_style {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 200px;
    padding: 5px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.dropdown_style li a {
    color: #333;
    font-weight:500;
    padding:2px 0px;
}
.account_login-area li:hover .dropdown_style,
.mainmenu ul li:hover ul.dropdown_style,
.search-cart-wrapper li:hover>ul.dropdown_style {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.dropdown_style li {
    padding: 0px;
}

.dropdown_style li a:hover {
    padding-left: 5px;
    color: #ef4836;
}

.right {
    left: auto;
    right: 0;
}

.logo {
    padding: 25px 0;
}
.logo img{
    width: 300px;;
}

.mainmenu ul,
.search-cart-wrapper {
    justify-content: flex-end;
}

.mainmenu ul li {
    padding: 30px 20px;
    position: relative;
}

.mainmenu ul li:first-child {
    padding-left: 0;
}

.mainmenu ul li:last-child {
    padding-right: 0;
}

.mainmenu ul li a {
    text-transform: capitalize;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
    color: #ef4836;
}

.mainmenu ul li>ul {
    background: #333;
    width: 200px;
}

.mainmenu ul li>ul li {
    padding: 5px 0px;
}

.mainmenu ul li>ul li a {
    color: #fff;
    text-transform: capitalize;
}

.search-cart-wrapper li {
    padding: 30px 20px 30px 0px;
    position: relative;
    color: #fff;
}

.search-cart-wrapper li:last-child {
    padding-right: 0;
}

.search-cart-wrapper li>a {
    font-size: 18px;
    position: relative;
    display: block;
}

.search-cart-wrapper li>a span {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    color: #fff;
    background: #ef4836;
    display: block;
    position: absolute;
    right: -8px;
    top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

/* .search-cart-wrapper li:hover>a span {
    background: #333;
} */

.search-cart-wrapper li>ul.cart-wrap {
    width: 250px;
    background: #333;
    right: 0;
    padding: 20px;
    left: auto;
}

.cart-list-content {
    padding: 50px 0;
    background: #fff;
}
.column-labels {
    border: 1px solid #dedede;
    margin-bottom: -1px;
    zoom:1;
}
.product-cart-list {
    padding: 15px 0;
    border: 1px solid #dedede;
    margin-bottom: -1px;
}
.product-cart-list .product-image {
    text-align: center;
}
.db{
    display: block;
}
.product-image {
    float: left;
    width: 15%;
}
.product-cart-list .product-image img {
    width: 100px;
}
.product-details {
    float: left;
    width: 30%;
}
.product-cart-list .product-details .product-name {
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.product-name {
    font-size: 13px;
    color: #333;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 18px;
}
.price-title, .cart-product-price {
    float: left;
    width: 12%;
}
.total-price-title, .total-price {
    float: left;
    width: 12%;
    font-size: 14px;
}
.cart-product-price, .total-price {
    font-size: 15px;
    font-weight: 600;
}
.cart-product-variant {
    width: 10%;
}
.product-variant {
    float: left;
    width: 10%;
}
.column-labels:before{
    content: '';
    display: table;
}
.column-labels:after{
    content: '';
    display: table;
    clear:both;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
    text-indent: -9999px;
}
.column-labels label {
    border: solid #dedede;
    font-size: 16px;
    background-color: #FAFAFA;
    border-width: 1px 0;
    padding: 7px 0;
    margin: 0;
}
.product-quantity {
    float: left;
    width: 12%;
}
.product-removal {
    float: left;
    width: 9%;
    text-align: center;
}
.product-cart-list .product-quantity input {
    width: 45px;
    border: 1px solid #dedede;
    height: 36px;
    padding: 6px 12px;
}

.calculate-content {
    border-top: 1px solid #dedede;
    padding: 50px 0 20px;
}
.cart-totals {
    margin-bottom: 30px;
}
.cart-totals .cart-totals-border {
    padding: 30px;
    border: 1px solid #dedede;
    margin-top: 42px;
}
.cart-totals .totals-item {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}
.cart-totals h2, .shipping-form h2, .coupon-form h2 {
    font-size: 19px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 700;
}
.cart-totals .totals-item label {
    width: 75%;
    font-weight:700;
}
.col-sm-6.pull-right{
    left:50%;
}
.checkout {
    border: 0;
    margin-top: 20px;
    padding: 12px 25px;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    background: #ef4836;
}
.cart-totals .totals-item .totals-value {
    float: right;
    width: 25%;
    text-align: right;
}
.totals-item:after {
    clear: both;
}
.totals-item {
    zoom: 1;
}
.cart-totals .totals-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.cart-wrap li {
    padding: 0;
}

.cart-wrap li.cart-items {
    overflow: hidden;
    padding: 0px 0px 15px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #999;
}

.cart-img {
    float: left;
    margin-right: 15px;
}

.cart-wrap li .cart-content {
    overflow: hidden;
}

.cart-wrap li .cart-content a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px;
}

.cart-wrap li .cart-content a:hover {
    color: #ef4836;
    padding: 0px;
}

.cart-wrap li .cart-content span {
    display: block;
    line-height: 14px;
    color: #fff;
}

.cart-wrap li .cart-content p {
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
}

.cart-wrap li .cart-content i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.cart-wrap li .cart-content i:hover {
    color: #f00;
}

.cart-wrap li button {
    width: 100%;
    height: 35px;
    background: #fff;
    text-transform: uppercase;
    border: none;
    color: #333;
    margin-top: 25px;
}

.cart-wrap li button:hover {
    background: #ef4836;
    color: #fff;
}

.search-cart-wrapper .responsive-menu {
    padding: 36px 0;
}

.search-cart-wrapper .responsive-menu a {
    display: block;
    position: static;
}

.search-cart-wrapper .responsive-menu a span {
    position: static;
    width: 20px;
    height: 2px;
    margin-bottom: 2px;
    background: #333;
    border-radius: 0px;
}




/*search*/
/* 
.search-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    left: -100%;
    top: -100%;
    transition: all .5s;
    border-radius: 50%;
}

.search-area.current {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.11, .67, .79, .36);
    transition-timing-function: cubic-bezier(.11, .67, .79, .36);
    left: 0;
    top: 0;
    border-radius: 0px;
} */

.search-area{
    display: block;
    margin: 0;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    background:#fff;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 350px;
    height:70px;
    right:9%;
    z-index: 888;
    top:-9999px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.search-area.current{
    opacity: 1 !important;
    top: 195px !important;
    visibility: visible !important;
    
}

.search-form form {
    position: relative;
}

.closebar::before{
    content: "\f00d ";
    font-size:24px;
    font-family: "FontAwesome";
    -webkit-text-stroke: 3px white;
}
.search-form input {
    width: 100%;
    height: 40px;
    border: 1px solid lightgrey;
    padding: 0px 80px 0px 30px;
    background: transparent;
    color: #333;
    margin-top:13px;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 13px;
    width: 50px;
    height: 40px;
    background: #ef4836;
    font-size: 20px;
    color: #fff;
    border: none;
}

.search-form button:hover {
    color: #fff;
    background: #ef4836;
}

.closebar {
    display:none;
    /* position: absolute;
    right: 3px;
    top: 3px; */
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ef4836;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}




/*search*/


/*------responsive-menu area start------*/

.header-bottom {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.responsive-menu-tigger a {
    display: block;
    overflow: hidden;
    padding: 36px 0px;
}

.responsive-menu-tigger a span {
    width: 28px;
    height: 2px;
    background: #333;
    display: block;
    float: right;
    margin-bottom: 2px;
}

.responsive-menu-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #333;
    top: 100%;
    padding: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
}

.responsive-menu-area.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.metismenu li {
    margin-bottom: 5px;
}

.metismenu li a {
    color: #fff;
    display: block;
}

.metismenu .has-arrow:after {
    right: 0;
}

.metismenu li>ul {
    padding-left: 20px;
}




/*------responsive-menu area end------*/


/*------header-area end------*/


/*------slider-area start------*/

.swiper-container {
    height: 750px;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-shape {
    background:rgba(255,255,255,.8);
    width: 880px;
    height: 300px;
    text-align: center;
    margin: auto;
    padding: 65px 10px 0;
    position: relative;
}

.slider-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.count-down-clock {
    padding-bottom: 15px;
}
.slider-content p {
    font-size: 14px;
    color: #333;
}
.slider-content a {
    display:block;
    width: 150px;
    height: 50px;
    background: #ef4836;
    border:1px solid #ef4836;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: 100px;
    margin: auto;
    margin-top: 30px;
}

.slider-content a:hover {
    background: #fff;
    color: #333;
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #ef4836;
    outline: 1px solid #ef4836;
}

.slider-area2 .slider-content h2,
.slider-area2 .slider-content p {
    color: #fff;
}


/*------slider-area start------*/


/*------featured-area start------*/

.featured-area {
    padding: 100px 0px 70px;
}

.featured-wrap {
    position: relative;
    margin-bottom: 30px;
}

.featured-img {
    position: relative;
    overflow: hidden;
}

.featured-img img {
    width: 100%;
    zoom: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.featured-wrap:hover .featured-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.featured-img:before,
.featured-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 9;
    opacity: .4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.featured-img:before {
    left: 0px;
    top: 0px;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.featured-img:after {
    right: 0px;
    bottom: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.featured-img:hover:before,
.featured-img:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.featured-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 99;
}

.featured-content a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #ef4836;
    color: #fff;
    font-weight: 500;
    background: rgba(239, 72, 54, .7);
}

.featured-content a:hover {
    background: #ef4836;
    color: #fff;
}



/*------featured-area end------*/


/*===========================
 count-down
=============================*/

.count-down-area {
    background: url(../images/coundown/1.jpg) no-repeat center center / cover;
    position: relative;
}

.count-down-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0,0,0,.8);

}

.count-down-section {
    padding: 100px 0;
}

.count-down-section h2 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 36px;
        font-size: 3.44444rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 30px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2>span {
    font-size: 18px;
    display: block;
    margin-bottom: 0.6em;
    margin: 20px 0;

}

.count-down-item2 h2>span {
    font-size: 18px;
    display: block;
    margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .count-down-section h2>span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2>span {
        font-size: 14px;
    }
}


.count-down-section #clock {
    color: #5e9a8e;
    overflow: hidden;
}

.count-down-section #clock>div {
    width: 18%;
    float: left;
    text-align: center;
    border: 1px solid rgba(255,255,255,.5);
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .count-down-section #clock>div {
        width: calc(50% - 5px);
    }
}

.count-down-section #clock>div+div {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .count-down-section #clock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .count-down-section #clock>div {
        flex-basis: calc(100% * (1/2) - 15px);
        margin-bottom: 30px;
    }
}

.count-down-section #clock .box>div {
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box>div {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box>div {
        font-size: 40px;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 14px;
    text-transform: uppercase;
}



/*------product-area start------*/

.product-area {
  padding: 60px 0;

}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    padding-bottom: 6px;
}

.product-wrap {
    margin-bottom: 30px;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    zoom: 1;
}

.zoomImg{
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
}
.product-active .item:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(icon.png);
}
/* .product-active{
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}

.product-active:hover{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    z-index:99;
} */
.product-wrap:hover .product-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.product-img span {
    width: 55px;
    height: 25px;
    left: 10px;
    top: 10px;
    color: #fff;
    background: #ef4836;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.product-wrap:hover .product-img span {
    opacity: 0;
    visibility: hidden;
}

.product-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.product-wrap:hover .product-icon {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.product-icon:before {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #dddddd;
    content: "";
    z-index: -9;
    opacity: .5;
}

.product-img ul li {
    display: inline-block;
}

.product-img ul li a {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    line-height: 35px;
    border-radius: 3px;
}
.product-img ul li a:hover {
    background: #ef4836;
    border-color: #ef4836;
}

.product-content {
    padding-top: 20px;
    overflow: hidden;
}

.product-content h3 {
    font-weight: 500;
    font-size: 18px;
    min-height: 42px;
}
@media(max-width:576px) {
    .product-content h3 {
        min-height: auto;
    }
}

.product-content ul li {
    color: #ef4836;
}

.product-content del {
    margin-left: 20px;
}
/*------product-area end------*/


/*------banner-area start------*/

.banner-wrap {
    text-align: center;
    padding: 100px 0 105px;
}
.banner-wrap h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.banner-wrap h2 span {
    color: #ef4836;
    font-size: 100px;
}

.banner-wrap p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}


.banner-wrap a {
    display: inline-block;
    color: #ef4836;
    text-align: center;
    padding: 8px 25px;
    border:1px solid #ef4836;
    border-radius: 3px;
}
.banner-wrap a:hover{
    background:#ef4836;
    color: #fff;
}
/*------banner-area end------*/


/*------testmonial-area start------*/
.testmonial-area{
    padding: 70px 0 120px;
}

.test-items {
    overflow: hidden;
}

.test-img {
    float: left;
    margin-top: 0px;
}
.testmonial-active .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.test-title h2{
    font-size: 48px;
    font-weight: 500;
    margin-bottom:50px;
    color: #fff;
}

.test-content h2{
    font-size: 20px;
    font-weight: 700;
    color: #ef4836;
    margin:20px 0;

}
.test-content p{
    color: #bdb9b9;
}

.test-content span{
    color: #fff;
}

.testmonial-active .owl-dots {
    position: absolute;
    bottom: -23%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 46%;

}


.testmonial-active .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
    display:inline-block;
}

.testmonial-active .owl-dot.active {
    background:#ef4836;
}

.test-items2{
    text-align: center;
}
.test-img2{
    text-align:center;
    width: 15%;
    margin: auto;
    margin-top: 30px;
}
.testmonial-area.testmonial-area2{
    padding: 70px 0 80px;
}

/*------testmonial-area end------*/


/*------subscribe-area start------*/

.newsletter h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#fff;
}


.social-newsletter-section{
    padding: 90px 0;
    background: #272a2d;
}
.newsletter{
    max-width: 700px;
    margin: auto;
}
.social-newsletter-section .newsletter form {
    position: relative;
}
.social-newsletter-section .newsletter button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social-newsletter-section .newsletter button i {
    color: #c1b696;
}
.social-newsletter-section .newsletter input {
    background-color: #3a3f42;
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    padding: 6px 80px 6px 30px;
    border: 0;
    border-radius: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-area-2{
    padding-bottom: 70px;
}
 .contact-map {
  width: 100%;
  height: 604px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
.contact-map {
    height: 500px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*------subscribe-area end------*/


/*------footer-area start------*/
.footer-area{
    background: #222528;
}
.footer-top{
    padding: 50px 0;
    border-top: 1px solid #3c3c3c;
}
.footer-top-item{
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 50px;
}
.footer-top-text ul li{
margin-left: 15px;
}

.footer-top-text ul li{
    display: inline-block;
}
.footer-top-text li{
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;

}
.footer-top-text ul li a{
    color:#a0a0a0;
}
.footer-top-text ul li a:hover{
    color:#ef4836;
}
.footer-top-text li:first-child{
  padding-left:0px;


}
.footer-top-text li:first-child:before{
  display: none;

}
.footer-top-text li:before {
     content: "/";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #5f6365;
}
.back-top span{
    text-transform: uppercase;
    color:#a0a0a0;
}
.footer-icon ul li{
 padding-top: 30px;
 padding-right: 20px;
}
.footer-content{
  color:#a0a0a0;
}
.footer-content {
	position: relative;
}
.footer-content:after {
	position: absolute;
	left: -32px;
	top: 0;
	width: 1px;
	height: 100px;
	background: #3c3c3c;
	content: "";
}
.footer-adress {
	position: relative;
}
.footer-adress:before {
	position: absolute;
	left: -12px;
	top: 0;
	width: 1px;
	height: 100px;
	background: #3c3c3c;
	content: "";
}
.footer-adress:after {
	position: absolute;
	right: 0px;
	top: 0;
	width: 1px;
	height: 100px;
	background: #3c3c3c;
	content: "";
}
.footer-adress{
    padding-left: 10px;
    color:#a0a0a0;
}
.footer-adress ul li {
	line-height: 1.8em;
}
.footer-adress ul li span {
	color: #ab9f7c;
}
.footer-bottom {
	padding-bottom: 50px;
}
.footer-bottom ul li a{
    color:#a0a0a0;
}
.footer-bottom ul li a:hover{
    color:#ef4836;
}
.footer-reserved ul li{
    color:#a0a0a0;
    padding-top: 10px;
}


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


/*------home2 start------*/
.slider-content2{
    text-align: center;
}
.slider-shape2{
    background: #fff;
    padding: 30px;
    max-width: 600px;
    max-height:300px;
    margin:auto;
    margin-bottom: 30px;
    border:1px solid #ef483657;
    background:rgba(255,255,255,.8);
}
.featured-area.featured-sub{
 background: #000;
}
.product-area.product-area2{
   background: #000;
   color:#fff;
}
.product-area.product-area2 .product-content h3 a{
    color:#fff;
}

/*------home2 end------*/


/*------home3 start------*/
.slider-content3{
    padding:0 52px;

}
.slider-content3 a{
    margin:0;
}
.slider-content3 p{
    padding: 20px 0 35px;
    color:#333;
}
.slider-content3 h2{
    color:#333;
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: -105px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 1px solid #ef4836;
    color: #ef4836;
    text-align: center;
    line-height: 35px;
    background: #fff;
}

.next-prev-style .owl-nav div:hover {
    background: #ef4836;
    color: #fff;
}

.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: -105px;
}

.banner-img img {
    width: 100%;
}

.featured-active2 {
    position: relative;
    z-index: 9;
    margin: 50px 0px 75px;
}

.featured-active2:before {
    position: absolute;
    left: -7.5%;
    top: -15%;
    width: 115%;
    height: 130%;
    border: 1px solid #333;
    z-index: -9;
    content: "";
    border-radius: 10px;
}

.owl-carousel .featured-wrap {
    margin-bottom: 0;
}
/*------home3 end------*/

.breadcumb-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color:#fff;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color:#fff;
}
.breadcumb-wrap ul li a{
  color:#fff;
}
.breadcumb-wrap ul li a:hover{
  color:#ef4836;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}



/*------product-style start------*/

.product-menu {
    margin-bottom: 50px;
}

.product-menu ul li {
    margin-right: 10px;
    font-weight: 500;
}

.product-menu ul li:last-child {
    margin-right: 0px;
}

.filter-menu a,
.product-menu ul li a {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #ef4836;
    font-weight: 500;
    text-transform: uppercase;
}

.product-menu ul li a.active {
    background: #ef4836;
    color: #fff;
}

.filter-menu a:hover {
    background: #ef4836;
    color: #fff;
}

.filter-active {
    display: none;
}

.filter-wrap {
    padding: 50px 50px 20px;
    border: 1px solid #eee;
    margin-bottom: 50px;
}

.product-filter {
    margin-bottom: 30px;
}

.filter-title {
    font-size: 18px;
    /* text-transform: uppercase; */
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/* .filter-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #ef4836;
    content: "";
} */

.sort-by li {
    line-height: 30px;
}

.color-filter li {
    line-height: 30px;
}

.color-filter li a {
    position: relative;
    padding-left: 20px;
}

.color-filter li a:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #ef4836;
    content: "";
    border-radius: 50%;
}

.color-filter li:nth-child(2) a:before {
    background: #A52A2A;
}

.color-filter li:nth-child(3) a:before {
    background: #FFA500;
}

.color-filter li:nth-child(4) a:before {
    background: #FF0000;
}

.color-filter li:nth-child(5) a:before {
    background: #FFFF00;
}

.product-tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.product-tags li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #eee;
}

.product-tags li a:hover {
    background: #ef4836;
    border-color: #ef4836;
    color: #fff;
}

.filter-price {
    margin-top: 20px;
}

.ui-slider-horizontal {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 3px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ef4836;
    height: 10px;
    outline: medium none;
    top: -4px;
    width: 10px;
    border-radius: 50%;
    cursor: w-resize;
    margin-left: -1px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #ef4836 none repeat scroll 0 0;
}

.filter-price input {
    height: 35px;
    border: none;
    width: 75px;
}

.filter-price button {
    height: 35px;
    width: 100%;
    border: 1px solid #ef4836;
    color: #ef4836;
    text-transform: uppercase;
    background: transparent;
}

.filter-price button:hover {
    background: #ef4836;
    color: #fff;
}



/*===========================
    shop sidebar style here
===========================*/

.widget {
    margin-bottom: 50px;
}

.widget-title {
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.widget-title:before {
    width: 70px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #ef4836;
    content: "";
    position: absolute;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    width: 100%;
    height: 40px;
    border: 1px solid #ef4836;
    padding: 0px 40px 0px 20px;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #ef4836;
    color: #fff;
    border: none;
}

.widget_search button:hover {
    background: #333;
}

.widget_categories ul li {
    margin-bottom: 15px;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li a {
    position: relative;
    color: #333;
    display: block;
}

.widget_categories ul li a:hover {
    color: #ef4836;
}

.widget_categories ul li a:before {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: fontawesome;
    content: "\f178";
}

.widget_categories ul li:hover a:before {
    right: 5px;
}

.widget_recent_entries ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.post-img {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

.post-content a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.post-content a:hover {
    color: #ef4836;
}

.post-content p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
}

.select-style {
    width: 100%;
    height: 40px;
    border: 1px solid #ef4836;
    padding: 0px 20px;
    background: #fff url(../images/select-icon.png) no-repeat calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.total-product {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ef4836;
    text-align: center;
}

.tab-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab-menu li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #ef4836;
    display: block;
    text-align: center;
    margin-left: 10px;
    color: #ef4836;
}

.tab-menu li a.active,
.tab-menu li a:hover {
    background: #ef4836;
    border-color: #ef4836;
    color: #fff;
}

.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-widget {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 4em;
}

.page-item a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ef4836;
    color: #ef4836;
    display: inline-block;
    margin-right:3px;
}

.page-item a.active,
.page-item a:hover {
    background: #ef4836;
    border-color: #ef4836;
    color: #fff;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ef4836;
    color: #ef4836;
    display: inline-block;
}

.product-list .product-content h3 {
    margin-top: 0;
}

.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li span {
    background: #ef4836;
    color: #fff;
    border-color: #ef4836;
}

.product-list .product-text {
    margin-bottom: 20px;
}

.product-list .product-content p {
    margin-bottom: 25px;
}

.product-list .cart-btn li {
    display: inline-block;
    margin-right: 5px;
}

.newsletter .btn {
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #282c3f;
    text-transform: capitalize;
}
.product-list .cart-btn li a {
    display: block;
    height: 40px;
    width: 130px;
    background: #ef4836;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ef4836;
}

.product-list .cart-btn li:first-child:hover a,
.product-list .cart-btn li:last-child a {
    background: transparent;
    color: #ef4836;
}

.product-list .cart-btn li:last-child:hover a {
    background: #ef4836;
    color: #fff;
}


/*===========================
shop single style here
===========================*/

.product-active {
    margin-bottom: 30px;
}

.product-thumbnil-active {
    padding: 0px 40px;
}

.product-thumbnil-active .owl-nav div {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

.product-thumbnil-active .owl-nav div:hover {
    background: #f8f8f8;
}

.product-thumbnil-active .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.product-thumbnil-active .item {
    cursor: pointer;
}

.single-product-area .product-single-content {
    padding-left: 0;
}

.color-plate {
    margin-bottom: 25px;
}

.color-plate p {
    margin-bottom: 5px;
}

.color-plate ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #999;
    outline: 2px solid #999;
    outline-offset: 2px;
    margin: 0px 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.color-plate ul li:nth-child(2) {
    background: #888;
    outline-color: #888;
}

.color-plate ul li:nth-child(3) {
    background: #777;
    outline-color: #777;
}

.color-plate ul li:nth-child(4) {
    background: #666;
    outline-color: #666;
}

.product-size {
    margin-bottom: 30px;
}

.product-size p {
    margin-bottom: 5px;
}

.product-size ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ef4836;
    color: #ef4836;
}

.single-product-menu ul li a {
    padding: 10px 30px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #e5e5e5;
    margin-right: -1px;
}

.single-product-menu ul li a.active,
.single-product-menu ul li a:hover {
    background: #ef4836;
    color: #fff;
    border-color: #ef4836;
}

.description-wrap p {
    margin-bottom: 20px;
}

.single-product-area .tab-content {
    border: 1px solid #d7d7d7;
    padding: 50px;
    margin-top: -1px;
}

.review-wrap {
    margin-bottom: 40px;
}

.review-wrap ul li.review-items {
    overflow: hidden;
    margin-bottom: 30px;
}

.review-wrap ul li.review-items.review-items2 {
    margin-left: 30px;
}

.review-wrap ul li.review-items:last-child {
    margin-bottom: 0;
}

.review-img {
    float: left;
    margin-right: 20px;
}

.review-content {
    overflow: hidden;
    position: relative;
}

.review-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.review-content h3 a {
    color: #333;
}

.review-content h3 a:hover {
    color: #ef4836;
}

.review-content span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.review-content .rating {
    position: absolute;
    right: 0;
    top: 0;
}

.ratting-wrap {
    margin-bottom: 40px;
}

.ratting-wrap table tr th {
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    font-weight: 500;
    border: 1px solid #d7d7d7;
}

.ratting-wrap table tr td {
    border: 1px solid #d7d7d7;
    text-align: center;
    height: 40px;
}

.ratting-wrap tr td input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
    outline: none;
    position: relative;
    top: 2px;
    cursor: pointer;
    background: #ef4836;
}

.ratting-wrap tr td input:checked {
    border: 3px solid #ef4836;
    background-color: #fff;
}

.add-review h4 {
    font-size: 18px;
}

.add-review textarea,
.add-review input[type="text"],
.add-review input[type="email"],
.cart-form-wrap input,
.cart-form-wrap select {
    width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.add-review textarea {
    height: 150px;
    padding-top: 5px;
}

.add-review button {
    float: right;
    margin-top: 10px;
    padding: 10px 55px;
    text-transform: uppercase;
    border: none;
    background: #ef4836;
    color: #fff;
}

.add-review button:hover {
    background: #333;
}

.faq-wrap .card {
    border: 1px solid #ef4836;
    border-radius: 0;
    margin-bottom: 5px;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #ef4836;
}

.faq-wrap .card-header h5 {
    margin-bottom: 0px;
}

.faq-wrap .card-header button {
    width: 100%;
    background: #ef4836;
    border: none;
    height: 40px;
    text-align: left;
    padding: 0px 20px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.faq-wrap .card-header button:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 43px;
    background: #ef4836;
    color: #fff;
    content: "-";
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-left: 1px solid #d7d7d7;
}

.faq-wrap .card-header button.collapsed:before {
    content: "+";
}

.accordion .card {
    border: none;
    box-shadow: none;
    background: unset;
}
.accordion .card .card-header {
    border: 1px solid #f0f0f0 !important;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
}

.accordion .card .card-header .card-title {
    padding: 0 0 0 0;
    margin: 0;
    font-size:16px;
}

.accordion .card .card-header .card-title .accordion-toggle.collapsed {
    background: #ffffff;
    color: #333;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.accordion .card .card-header .card-title .accordion-toggle {
    display: block;
    min-height: 50px;
    line-height: 35px;
    padding: 0;
    padding-left: 20px;
    padding-right:25px;
    border: unset;
    background: #ffffff;
    color: #ef4836;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: all 0.3s ease 0s;
}
.accordion .card .card-header .card-title .accordion-toggle.collapsed:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107" !important;
    right: 1px;
    top: 1px;
    height: 50px;
    line-height:50px;
    font-weight: 700;
    width: 55px;
    text-align: center;
    background: #ffffff;
    color: #666;
    padding: unset;
    transition: all 0.3s ease 0s;
}
.accordion .card .card-header .card-title .accordion-toggle:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f106";
    right: 1px;
    top: 1px;
    font-weight: 700;
    height: 50px;
    line-height:50px;
    width: 55px;
    text-align: center;
    background: #ffffff;
    color: #ef4836;
    padding: unset;
    transition: all 0.3s ease 0s;
}

/*------featured-product-area start------*/

.featured-product-area {
    padding-bottom: 70px;
}

.featured-product-wrap {
    margin-bottom: 30px;
}

.featured-product-img {
    overflow: hidden;
    position: relative;
}

.featured-product-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #ef4836; */
    opacity: .3;
    z-index: 9;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.featured-product-wrap:hover .featured-product-img:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.featured-product-img img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    zoom: 1;
    width: 100%;
}

.featured-product-wrap:hover .featured-product-img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.featured-product-content {
    padding-top: 20px;
}

.featured-product-content h3 {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5;
    min-height: 42px;
}
@media(max-width:576px) {
    .featured-product-content h3 {
        min-height: auto;
    }
}

.featured-product-content h3 a {
    color: #333;
}

.featured-product-content h3 a:hover {
    color: #ef4836;
}

.featured-product-content p {
    font-weight: 500;
    color: #999;
}

.featured-product-content ul li {
    display: inline-block;
}

.featured-product-content ul li a {
    height: 30px;
    width: 30px;
    border: 1px solid #a7a7a7;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #333;
}

.featured-product-content ul li a:hover {
    border-color: #ef4836;
    background: #ef4836;
    color: #fff;
}


/*------featured-product-area end------*/


/*===========================

    cart style here
===========================*/

.cart-wrap td,
.cart-wrap th {
    width: 10%;
    border: 1px solid #b7b7b7;
    text-align: center;
    font-weight: 500;
}

.cart-wrap td {
    padding: 10px;
}
.cart-wrap thead {
    background: #000;
    color: #fff;
}
.cart-wrap .product {
    width: 25%;
}

.cart-wrap .product a {
    font-size: 16px;
    color: #333;
}

.cart-wrap .product a:hover {
    color: #ef4836;
}

.cart-wrap .quantity {
    position: relative;
}

.cart-wrap th {
    height: 60px;
    font-weight: 400;
}

.cart-wrap .quantity .qtybutton {
    top: 50%;
    left: 27px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
}

.cart-wrap .quantity .qtybutton.inc {
    right: 27px;
    left: auto;
}

.remove i {
    cursor: pointer;
}

.remove i:hover {
    color: #f00;
}

.cartcupon-wrap ul {
    margin-bottom: 20px;
}

.cartcupon-wrap ul li {
    margin-right: 15px;
}

.cartcupon-wrap ul li:last-child {
    margin-right: 0;
}

.cartcupon-wrap ul li a, .cartcupon-wrap ul li button {
    padding: 10px 21px;
    background: #999;
    display: block;
    border: none;
    color: #fff;
    text-transform: capitalize;
}
.cartcupon-wrap ul li a:hover,
.cartcupon-wrap ul li button:hover {
    background: #333;
}

.cartcupon-wrap h3 {
    font-size: 20px;
    font-weight: 500;
}

.cartcupon-wrap p {
    margin-bottom: 10px;
}

.cupon-wrap {
    position: relative;
}

.cupon-wrap input {
    width: 100%;
    height: 45px;
    border: 1px solid #d7d7d7;
    padding-left: 20px;
}

.cupon-wrap button {
    width: 150px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ef4836;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.cupon-wrap button:hover {
    background: #333;
}

.cart-total h3 {
    position: relative;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-total h3:before,
.cart-total h3:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 200px;
    height: 1px;
    background: #d7d7d7;
    content: "";
}

.cart-total h3:after {
    bottom: 0;
    width: 230px;
    background: #a7a7a7;
}

.cart-total ul li {
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 15px;
}

.cart-total ul li span {
    font-size: 18px;
}

.cart-total ul li:last-child span {
    font-size: 30px;
}

.cart-total ul li:last-child {
    font-size: 24px;
}

.cart-total a {
    display: inline-block;
    padding: 10px 30px;
    background: #ef4836;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.cart-total a:hover {
    background: #333;
}

.stock span {
    color: #999;
}

.addcart a {
    height: 40px;
    width: 150px;
    background: #ef4836;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}

.addcart a:hover {
    background: #bbb;
}

/*--------blog-area start--------*/
.blog-area {
    padding: 80px 0px 50px;
}
.blog-wrap {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.blog-image {
    position: relative;
}
.blog-image ul {
    position: absolute;
    left: 10px;
    top: 10px;
    outline: 2px solid #fff;
    outline-offset: 3px;
    height: 60px;
    width: 50px;
    text-align: center;
    background: #fff;
    padding: 8px 0px;
}
.blog-image ul li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
}
.blog-image ul li:first-child {
    color: #ff9000;
    font-size: 18px;
}
.blog-image iframe {
    height: 235px;
    width: 100%;
}
.blog-image img {
    width: 100%;
}
.blog-content {
    padding: 30px 20px;
}
.blog-content .blog-meta {
    margin: 0px 0 20px;
}
.blog-content .blog-meta ul li {
    margin-right: 10px;
}
.blog-content .blog-meta ul li:last-child {
    margin-right: 0px;
}
.blog-content .blog-meta ul li a {
    font-weight: 400;
    color: #888;
}
.blog-content .blog-meta ul li a i {
    font-size: 12px;
}
.blog-content h3,
.blog-content h3 a {
    font-size: 20px;
    line-height: 28px;
}
.blog-content p {
    margin-top: 20px;
}
.blog-meta ul li{
    display: inline-block;
}
/*--------blog-area end--------*/
/*===========================
checkout style here
===========================*/

.cart-list-content h1, .checkout-conent h1 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: 900;
}
.checkout-conent {
    padding: 50px 0;
}
.billing-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    padding-top:30px;
}
.billing-form label {
    font-weight: 600;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
span.help-block{
    color:#f00;
}
.panel-default {
    border: 0;
}
.btn-confirm-order{
    background: #ef4836;
    color:#fff;
}
textarea.form-control {
    height: auto;
}
.check-orde {
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .07);
}
.check-orde h4 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: capitalize;
}
#set_cart_ship_name{
    font-weight: 700;
}
abbr{
    text-decoration: none !important;
    color:red;
}
.form-style input,
.form-style select,
.form-style textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-left: 20px;
}

.form-style textarea {
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
}

.form-style input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.create-account p {
    margin-bottom: 15px;
}

.form-style label {
    line-height: 18px;
    margin-bottom: 0;
    cursor: pointer;
}

.create-account {
    display: none;
}

.form-style input#toggle2 {
    top: 0;
}

label.fontsize {
    font-size: 18px;
    text-transform: uppercase;
}

#open2 {
    display: none;
}

.order-area h3,
.checkout-form h3 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 24px;
}

.total-cost,
.payment-method {
    margin-bottom: 40px;
}

.total-cost li {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    color: #333;
}

.total-cost li:last-child {
    font-size: 18px;
    font-weight: 700;
}

.payment-method li {
    margin-bottom: 5px;
    overflow: hidden;
}

.order-area button,
.account-form button {
    height: 45px;
    width: 100%;
    background: #ef4836;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.order-area button:hover,
.account-form button:hover {
    background: #999;
}

.account-form button {
    margin: 10px 0px 20px;
}

.blog-details-wrap h3 {
    margin: 30px 0px 0px 0;
    font-size: 30px;
}

.meta {
    margin-bottom: 20px;
}

.meta li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    position: relative;
    color: #ef4836;
}

.meta li:before {
    position: absolute;
    left: -12px;
    top: 0;
    content: "/";
}

.meta li:first-child:before {
    display: none;
}

.blog-details-wrap p {
    margin-bottom: 20px;
}

.list {
    margin: 10px 0px 25px;
}

.list li {
    line-height: 28px;
    position: relative;
    padding-left: 20px;
}

/* .list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: fontawesome;
    color: #ef4836;
} */

.share-wrap {
    border-top: 1px solid #ef4836;
    border-bottom: 1px solid #ef4836;
    padding: 25px 0px;
    margin: 30px 0px 50px;
}

.share-wrap .social-icon li {
    margin-right: 5px;
    color: #333;
    text-transform: capitalize;
}

.blog-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.blog-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ef4836;
    content: "";
}

ol {
    list-style: none;
}

.comment-wrapper {
    position: relative;
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.comment-theme {
    float: left;
    margin-right: 30px;
}

.comment-main-area {
    overflow: hidden;
}

.comment-wrap1 {
    margin-left: 70px;
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #ef4836;
    font-size: 13px;
}

.comment-area p {
    margin-bottom: 10px;
}

.form-submit input {
    width: 125px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    background: #333;
    cursor: pointer;
    margin: 30px 0px 0px;
}

.form-submit input:hover {
    background: #ef4836;
}

.recent_post .post-content a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.recent_post .post-content p {
    font-size: 13px;
    color: #333;
}


/*===================================================
                contact-area start
=====================================================*/

.contact-form input {
    height: 55px;
    margin-bottom: 25px;
}

.contact-form textarea {
    height: 192px;
}

.contact-wrap ul li {
    background: #fff;
    padding: 25px 20px 25px 80px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    margin-top: -1px;
}

.contact-wrap ul li:last-child {
    margin-bottom: 0px;
}

.contact-wrap ul li i {
    color: #999;
    font-size: 40px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.contact-wrap ul li p {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}

.contact-wrap ul li p span {
    display: block;
}

.contact-form button {
    padding: 10px 30px;
    background: #ef4836;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
}

.contact-form button:hover {
    background: #333;
}

#googleMap {
    height: 500px;
    width: 100%;
    background: #999;
}



/*===========================
    about-page start
===========================*/

.about-wrap h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-wrap p {
    margin-bottom: 15px;
}

.about-wrap h4 {
    margin-bottom: 25px;
}

.about-wrap{
    font-weight: 500;
}
/*modal*/

.modal-dialog-centered {
    background: #fff;
    padding: 50px;
    max-width: 1000px;
    margin: 200px auto;
}

.modal-body {
    padding: 0px;
}

.product-single-content {
    padding-left: 30px;
}

.modal-content {
    border: none;
}

.rating-wrap {
    margin-bottom: 30px;
}

.rating-wrap span {
    font-weight: 500;
    color: #333;
}

.modal-text h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #ef4836;
}

.product-single-content p {
    margin-bottom: 40px;
}

.social-icon li {
    display: inline-block;
    position: relative;
}
.social-icon{
    padding-top:50px;
}

.input-style {
    margin-bottom: 25px;
}

.quantity input {
    width: 120px;
    padding: 0px 35px;
    text-align: center;
    height: 35px;
    position: relative;
    background: #ccc;
    border: none;
}

.quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background:#ddd;
}

.quantity .qtybutton:hover {
    background: #ef4836;
    color: #fff;
}

.quantity .qtybutton.inc {
    left: auto;
    right: 0;
}

.input-style li a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    background: #ef4836;
    color: #fff;
    display: block;
    margin-left: 30px;
}

.input-style li a:hover {
    background: #333;
}

.cetagory {
    margin-bottom: 25px;
}

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

.social-icon li a:hover {
    background: #ef4836;
}

.modal-content button {
    position: absolute;
    right: -48px;
    top: -48px;
    width: 50px;
    height: 50px;
    background: #ef4836;
    text-align: center;
    font-size: 24px;
    border: none;
    color: #fff;
    opacity: 1;
}

.modal-content button:hover {
    background: #333;
}

.flaticon-search,.flaticon-shop{
    font-weight: 800;;
}

/*modal*/

.loadmore-btn {
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #ef4836;
    font-weight: 500;
    color: #ef4836;
    margin: 30px 0 0;
}

.loadmore-btn:hover {
    background: #ef4836;
    color: #fff;
}


/*mobal-subscribe*/

.subscribe-dialog {
    max-width: 900px;
    margin: 200px auto;
}

.subscribe-box {
    padding: 50px;
}

.subscribe-box h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.subscribe-box p {
    margin-bottom: 10px;
}

.subscribe-box form {
    position: relative;
    margin-bottom: 25px;
}

.subscribe-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px 120px 0px 20px;
}

.subscribe-box input[type="submit"] {
    width: 120px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 24px;
}

.subscribe-box input[type="submit"]:hover {
    background: #f5f5f5;
}

.subscribe-dialog .modal-content button {
    top: 0;
    right: 0;
}

.about-area{
    padding-bottom: 0;
}
/*mobal-subscribe*/
.page-breadcrumbs {
    border-bottom: 1px solid #edebef;
    background-color: #F4F5F7;
    /* border-top: 1px solid #dedede; */
    padding: 15px 0;
}

.page-breadcrumbs .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
}

.page-breadcrumbs .breadcrumb > .active {
    color: #ef4836;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ef4836;
    content: "/\00a0";
}
@media(max-width: 767px) {
    .product-details-content {
        padding: 30px 0 0;
    }
}

.fa-angle-left:before{
    content:"\f104" !important;
}
.fa-angle-right:before{
    content:"\f105" !important;
}
.form-control {
    border: 1px solid #dedede !important;
    box-shadow: none;
    height: 36px;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 12px;
}
.nice-select.form-control.select .current{
    padding-left:10px;
}
.cart-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart_counter{
    margin-right: 15px;
}
.cart_counter .items-count {
    padding: 0;
    border-radius: 0;
    width: 20px;
    height: 48px;
    font-size: 14px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    display: inline-block;
}
.cart_counter .input-text {
    height: 48px;
    width: 90px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: 1px solid #dedede;
    margin: 0 -5px;
    vertical-align: top;
}
.cart_counter .items-count, .input-text {
    display: inline-block;
}
.cart-btn {
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 120px;
    background: #ef4836;
    color: #fff;
    display: block;
    margin-left: 30px;
}
.cart-btn:hover{
    color:#fff !important;
}
.page-login{
    padding-top:30px;
}
.login-box-cnt {
    margin: 0 auto;
    width: 450px;
    max-width: 450px;
}
.auth-title{
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.btn-ulogin{
    font-size:16px;
    cursor:pointer;
    color:#fff;
    background: #28a745;
    padding:10px
}
.btn-cancel{
    padding:10px;
}
.btn-guest{
    background: #444;
    color:#fff;
    border-color: lightgrey;
}
.btn-guest:hover{
    background: #444;
    color: #ef4836;
}
.m-t-15{
    margin-top: 15px;
}
.bn-p-t-15 {
    padding-top: 15px;
}
.login-box {
    position: relative;
    width: 90%;
    padding: 30px;
    margin-bottom: 80px;
    top: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid lightgrey;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.mainmenu{
    margin-top:50px;
}
.search-cart-wrapper{
    margin-top:50px;
}
/* .service-sidebar .service-button .service-btn-list {
    padding: 40px 15px 20px;
} */
.service-btn.nav.nav-tabs {
    display: block;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.service-sidebar .service-button .service-btn-list .service-btn li {
    border-bottom: 1px solid #eee;
}
.service-sidebar .service-button .service-btn-list .service-btn li a {
    color: #212121;
    display: inline-block;
    width: 100%;
    padding: 15px 35px;
    font-size:16px;
}
.service-sidebar .service-button .service-btn-list .service-btn li a:hover {
    color: #ef4836;
}
.nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    color: #ef4836;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link{
    border-color: #ddd;
    border-bottom: 1px solid #ddd;
    border-top:0;
    border-left:0;
    border-right:0;
}
.nav-tabs a.nav-link.active {
    color: #ef4836 !important;
}
.nav-tabs a.nav-link:hover{
    color:#ef4836;
    background: #fff;
}
.nav-label{
    display: inline-block;
}
.cart-text{
    font-size:16px;
}
.accordion-toggle, .card-body{
    font-weight:500;
}
.lost-password {
    padding: 15px;
    width: 500px;
    margin: 50px auto;
}

.lost-password .btn{
    background: #ef4836;
    color: #fff;
}
.btn-login{
    background:#ef4836;
    color:#fff;
    width:80px;
}
.btn-general{
    background:#ef4836;
    color:#fff
}
.btn-general:hover{
    background:#ef4836;
    color:#fff
}
table.dataTable thead .sorting_asc:after{
    display:none !important;
}
table.dataTable thead .sorting:after{
    display: none !important;
}
#orderstable_info{
    display: none;
}
.table thead th{
    border-bottom:0px;
}
.table th, .table td{
    border-top: 1px solid #ddd;
}
.checkbox_area {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid grey;
}

.checkbox_area input:checked ~ .checkmark {
    background-color: #444;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_area input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_area .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lost-password label{
    font-weight: 600;
}
.lost-password p{
    margin-bottom: 10px;
}
.form-group.has-error #privacy_policy{
    float: left;
    margin-right:5px;
}
.coupon_area{
    margin-top:40px;
}
#orderstable_wrapper{
    display: block;
}
.form-inline label{
    display:inline-block;
}
.dataTables_length{
    display:none;
}
#orderstable_wrapper .pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#orderstable_wrapper .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
#orderstable_wrapper .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
#orderstable_wrapper .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ef4836;
    border-color: #ef4836;
}
#orderstable_wrapper .pagination{
    margin-top: 25px;
}
#orderstable [type=submit]{
    border:0;
}
@media(max-width: 991px) {
    #supPillow{
        width: 70px;
        height: 70px;
    }
    #sup24 {
        width: 50px;
        height: 50px;
    }
    a#scrollUp {
        right:35px;
    }
}
@media(max-width: 769px) {
    .logo img{
        width: 200px;;
    }
    .mainmenu{
        margin-top:25px;
    }
    .search-cart-wrapper{
        margin-top:25px;
    }
    .responsive-menu-tigger{
        margin-top:25px;
    }
}

@media(max-width:576px) {
    .contact-form textarea{
        height: 150px;
    }
    .logo img{
        width: 100px;
    }
    .page-login{
        margin-left:18px;
    }
    .mainmenu{
        margin-top:0px;
    }
    .search-cart-wrapper{
        margin-top:0px;
    }
    .responsive-menu-tigger{
        margin-top:0px;
    }
    .cart-text{
        display: none;
    }
    .icon-tips{
        right:-8px !important;
    }
    .accordion .card .card-header .card-title .accordion-toggle.collapsed:after {
        right: 15px;
        width: 5px;
    }
    .accordion .card .card-header .card-title .accordion-toggle:after {
        right: 15px;
        width: 5px;
    }
    .lost-password{
        width:auto;
        margin: 50px 15px;
    }
    .lost-password .col-sm-6{
        width:50%;
    }
    #supPillow{
        width: 60px;
        height: 60px;
    }
    #sup24 {
        width: 40px;
        height: 40px;
    }
    a#scrollUp {
        right:30px;
    }
}
.single-product-area .tab-content iframe {
    width: 100%;
    height: 420px;
}
@media screen and (max-width: 991px){
    .single-product-area .tab-content iframe {
        height: 320px;
    }
}
@media screen and (max-width: 576px){
    .single-product-area .tab-content iframe {
        height: 200px;
    }
}
.has-error .help-block{
    color: red !important;
}