:root{
    --primary-color: #193364;
    --secondary-color: #ffffff;
    --tert: #fd4344;

    --yellow: #f0c109;
    --blue: #193364;
    --red: #fd4344;

}
.font-custom{ font-family: 'Encode Sans Condensed', sans-serif;}
a:hover {color: #dcad48 !important;}
.text-color{ color: var(--primary-color); }
.text-yellow{ color: var(--yellow) !important; }
.text-blue{ color: var(--blue) !important; }
.text-red{ color: var(--red) !important; }

.bg-color{ background:var(--primary-color); }
.flickity-button:hover{ background:var(--primary-color); }
#header .header-inner{ background:#000000;box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);}

.header-extras > ul > li a .circle, .tb-language span{ color: #e6e6e2;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight:500; letter-spacing: 0;}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav > ul > li > a,
#footer p,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.header-extras > ul > li .topbar-dropdown > .title{
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
    letter-spacing: 0;
}
body, p{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.67);
}

body .body-inner{
    background: url(../images/bg-03.png) no-repeat;
    background-size: 100%;
    background-position: center 25%;
}
.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i{ color:var(--red); }
.metal-bg{
    background: linear-gradient(119deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1) 14%, rgb(255, 255, 255) 19.33%, rgba(239, 238, 238, 1) 32.77%, rgb(207, 204, 204) 49.58%, rgb(213, 206, 206) 63.03%, rgba(221, 221, 221, 1) 71.01%, rgb(233, 233, 233) 87.82%, rgba(218, 218, 218, 1));
    border-radius: 20px;
    color: #16113b;
}
.topbar-content a {
    color: #fff !important;
}
.flickity-button:before{ var(--primary-color); }
.topbar-dropdown .title{ padding: 0px 10px; }
#search .search-form .form-control{
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
#search .search-form .text-muted{ font-size:10px; }
.btn.btn-top-call{
    padding: 0 20px !important;
    margin-right: 20px;
}
.tb-language {
    border-radius: 100px;
    border: 1px solid #d5cbba;
    padding: 1px 3px;
    line-height: 24px;
    display: inline-block;
    height: 32px;
    margin-top: -32px;
    vertical-align: middle;
    background-color: #e9e9e9;
    color: #7a7a7a;
}
.tb-language img{height: 18px; margin: 0 3px;}
.tb-language > a{
    color: inherit;
    padding: 0;
    margin: 0 5px;
}
.tb-language span{
    padding: 0 5px;
    color: #534d4d;
    font-size: 12px;
}
.tb-language > a.active{
    background-color: #ffffff;
    border-radius: 100px;
    line-height: 24px;
    display: inline-block;
    color: #5e5e5e;
    margin: 0;
    vertical-align: middle;
    align-content: center;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.27);
}
.tb-language > a:not(.active) .flag{ display:none; }
.flag{ margin-right: 4px; }

body.search-open #topbar,
body.search-open #logo,
body.search-open #mainMenu,
body.search-open .header-extras{
    opacity: 0;
    visibility: visible;
}
#search{
    width: 100%;
    float: right;
    left: initial;
    right: 0;
    height: 300px;
    background: #fff;
}
body.search-open #search{
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    height: 80px;
    max-width: 1140px;
}
.header-extras > ul > li > a{ padding:0 !important; }
.header-extras > ul > li a .circle{
    top: 3px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
background: #112344;
text-align: center;
transition: all .2s ease-in-out;
}
.header-extras > ul > li.extras-shopping a{ padding:0; }
.header-extras > ul > li.extras-shopping a span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    top: -10px;
    right: -6px;
    color: #fff;
    font-size: 11px;
}
.header-extras > ul > li a.circle,
.header-extras > ul > li a.circle i{
    line-height: 30px !important;
}
.header-extras > ul > li.top-language{
    border-left: 1px solid #ececec;
    margin-left: 20px;
    padding-left: 10px;
}
.header-extras > ul > li a:hover .circle{
    background: #0f2347;
    border-color: #0f2347;
    color: var(--primary-color);
    transform: scale(1.2);
}

.form-search{
    position: relative;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 17px;
    width: 285px;
    max-width: 100%;
}
.search-box input{
    width: 100%;
    border: none;
    padding-right: 40px;
    background: transparent;
}
.search-box .btn-search{
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
}

.headbar{ position:relative; }
.headbar .htitle, .htitle-dec{ 
/*    background-color: var(--primary-color);*/
color: #169091;
line-height: 30px;
display: inline-block;
font-size: 2.5em;font-weight: bold;
}
.headbar a{
    position: absolute !important;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headbar.text-center .subtitle{ margin:auto; margin-top:20px; font-size: 16px;}
.headbar .subtitle{ max-width: 60%; }
.headbar .btn-right{
    border-radius: 50px;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
    height: -webkit-fit-content;
    line-height: 40px;
    padding: 0 10px 0 20px;
    transition: all .3s ease-in-out
}
.headbar .btn-right:hover{
    background-color: var(--red);
    border-color: var(--red);
    color: var(--secondary-color) !important;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.headbar-img{
    width: 120px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
/*  MENU */
#mainMenu nav > ul > li{ padding: 0; margin: 0;}
#mainMenu nav > ul > li > a{
    font-size: 18px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    text-transform: inherit;
    padding: 0 10px;
    margin-left: 25px;
    color: #dcad48;
}
#mainMenu nav > ul > li > a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
/*    background-color: #c1b7b7;*/
left: 2px;
top: 0;
transform: rotate(24deg);
}
#mainMenu nav > ul > li.active > a{
    color: var(--primary-color);

}
.dropdown-menu{ font-size: 1em; }
#mainMenu nav > ul > li.dropdown > a:after{
    font-family: inspiro-icons !important;
    content: "\e92e";
    font-size: 12px;
}
#mainMenu nav > ul > li.dropdown > a >span{ padding-right: 20px; }
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li.dropdown:hover > a,
#mainMenu nav > ul > li .dropdown-menu > li:hover > a{ 
/*    color: #ddd;*/
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{
    color: var(--primary-color);
}
#mainMenu nav > ul > li .dropdown-menu{
    padding: 0;
    border: none;
    border-top: 2px solid var(--primary-color) !important;
}
#mainMenu nav > ul > li .dropdown-menu li{
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
}
#mainMenu nav > ul > li .dropdown-menu li a{
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
#mainMenu nav > ul > li .dropdown-menu li a{ padding:0 20px; }
#mainMenu nav > ul > li .dropdown-menu li a:hover{ 
    background: var(--secondary-color);
    color:#fff !important; 
    font-size: 1em;
    text-decoration: none;
}
#mainMenu nav > ul > li:hover >a,
#mainMenu nav > ul > li.active >a{ 
    color: var(--primary-color);
}


#header .header-inner #logo a > img{ 
    margin-top: 0;
    height: 80px;
}
#search .btn-search-close{ 
    background: var(--secondary-color);
    border-radius: 50%;
    top: 12px;
    right: 15px;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn, button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
    padding: 0 24px;
    letter-spacing: 0;
    line-height: 46px;
    height: 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    transition: all .2s ease-in-out;
    color: #fff !important;
    background: #dcad48;
    border-color: #dcad48;
}
.btn, .btn i{ color: #1f1906 !important;  }
.btn:hover, button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn-circle:hover{ 
    transform: scale(1.025);
    background-color: #169091 !important;
    border-color: #169091 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
/* topbar */
#topbar {
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: -webkit-flex;
    color: #333;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    background-image: linear-gradient(to right, #dcad48, #000000);
    /* background: var(--primary-color); */
}
.topbar .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.topbar .row {
    display: unset;
}
.tb-menu-topleft {
    display: inline-block;
    float: left;
}
#topbar .social-icons {
    float: left;
    height: 100%;
    overflow: hidden;
}
.tb-menu-topright {
    float: right;
    text-align: right;
}
.top-menu-item.tb-account {
    display: inline-block;
}
.tb-menu-topright .liextra-language {
    display: inline-block;
}
.topbar-left a{
    margin-right: 15px;
    font-size: 13px;
}
.topbar-content ul li{ display:inline-block; }
.top-language span{
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topbar-content .social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
ul.topbar-list{display: inline-block;}
ul.topbar-list > li{
    margin-left: 25px;
    float: left;
    line-height: 40px;
}
.top-language{ float: left; }
.top-language ul{ margin: 0; float: left;}
.top-language ul li{ 
    margin-left: 5px; 
    line-height: 80px;
}
#topbar .social-icons.social-icons-border li a {
    border: 0px solid #d7d7d7;
    background: transparent;
}
.top-language ul li span{ display: none; }
.top-language a{ 
 display: inline-block;
 border: 2px solid transparent;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 top: 5px;
 position: relative;
 box-shadow: 0 0 5px rgba(51, 51, 51, 0.24);
}
.top-language ul li.active > a{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.top-language img{
    height: 100%;
    float: left;
    padding: 2px;
}
.tb-menu-topleft a {
    color: #fff;
}
a.title {
    color: #fff !important;
}
.top-language a.active img{ padding:0; }
.top-language a.active{ 
    border: 2px solid var(--primary-color); 
    box-shadow: none;
}
#topbar .social-icons li a{
    color: #fff;
}
#topbar .social-icons li a:not(:hover) img{ opacity: 1; }
#topbar a:hover{ color:var(--primary-color); }
/* LOGO  */
#topbar .container-fluid,
#header .container-fluid{ 
    padding-left: 100px; 
    padding-right: 100px;
}

em.line{
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    margin: 0 auto;
    display: inline-block;
}
em.line::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: var(--primary-color);
    bottom: 0;
    margin: auto;
    display: inline-block;
    margin-top: -1px;
}
em.line.line-left::before{ right:initial; float:left; }

.social-icons img {
    height: 16px;
}
.text-gradient{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}
.topbar-content a {
    color: #fff !important;
}
.top-contact{
    border-left: 1px solid rgba(148, 146, 146, 0.59);
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1;
}
.header-extras > ul > li{ margin-left: 12px; }
.header-extras > ul > li .topbar-dropdown > .title{
    font-size: 16px;
    font-weight: 500;
}
/* SLIDER  */
.headbanner .inspiro-slider .flickity-button{ 
    opacity:1; 
    visibility:visible; 
    border-radius: 0;
    top: initial;
    bottom: 0;
    background: rgba(255, 255, 255, 0.39);
}
.inspiro-slider .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous{ left: initial; right: 78px; }
.inspiro-slider .flickity-button.next, .inspiro-slider:hover .flickity-button.next{ right: initial; right: 0px; }
.inspiro-slider .flickity-button:hover{ background: rgba(255, 255, 255, 0.9);}
.flickity-button:hover:before{ color:var(--lightbrown); }

.image-rounded,
.img-rounded{
    border-radius: 6px;
    overflow: hidden;
}
.headbanner{ position:relative; }
.slide{ position:relative; }
.slide img{ transition: all .3s ease-in-out; }
.slide a.link-image{ display:inline-block; width:100%; }
.slide .container{
    position: absolute;
    bottom: initial;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    vertical-align: middle;
}
.slide-captions{
    width: auto;
    max-width: 50%;
    float: left;
    text-align: center;
}
.slide-captions h1{  
    font-size: 1em;
    line-height: 1.3;
}
.slide-captions h4{
    font-size: 1.8em;
    padding-right: 20px;
    margin-bottom: 10px;
}
.slide-captions h1,
.slide-captions h4{
    color: #fff;
}
/* new arrival */
/* ----------------------------------------------------------------
    newarrival-section
    -----------------------------------------------------------------*/
    .section-title-one {
        position: relative;
        overflow: hidden;
    }
    .section-title-one::before {
        font-size: 52px;
        color: #cccccc;
        line-height: 46px;
        font-family: "Oswald", sans-serif;
        content: attr(data-title);
        font-weight: 700;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding-left: 25px;
        background-color: #ffffff;
    }
    .section-title-one::after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e8e8e8;
        z-index: -1;
    }
    span.status-item.sale {
        height: 50px;
        width: 50px;
        border-radius: 30px;
        background-color: #ff0000;
        border: 0px solid #000;
        font-size: 14px;
        line-height: 49px;
        padding: 0 0px;
        color: #fff;
    }
    span.status-item.hot {
        height: 50px;
        width: 50px;
        border-radius: 30px;
        background-color: #f69c3b;
        border: 0px solid #000;
        font-size: 14px;
        line-height: 49px;
        padding: 0 0px;
        color: #fff;
    }
    span.status-item.new {
        height: 50px;
        width: 50px;
        border-radius: 30px;
        background-color: #08c;
        border: 0px solid #000;
        font-size: 14px;
        line-height: 49px;
        padding: 0 0px;
        color: #fff;
    }
    .newarrival-section {
        background-color: #000;
    }
    .section-title-one {
        position: relative;
        overflow: hidden;
    }
    .section-title-one::before {
        font-size: 52px;
        color: #5e5e5e82;
        line-height: 46px;
        font-family: "Oswald", sans-serif;
        content: attr(data-title);
        font-weight: 700;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding-left: 25px;
        background-color: #ffffff00;
    }
    .section-title-one::after {
        position: absolute;
        left: 16%;
        top: 62%;
        content: "";
        width: 58%;
        height: 1px;
        background-color: #dcad48;
        z-index: -1;
    }
    .section-title-one h1 {
        color: #dcad48;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        background-color: #ffffff00;
        padding: 10px 0px;
        margin: 0;
        margin-left: 0px;
        float: left;
        position: relative;
        z-index: 3;
    }
    .theme-group-product .list-product-item img{ width: 100%;}
    .mb-40 {
        margin-bottom: 40px;
    }
    .col-12 {
        padding: 0;
    }
.list-product-item .product-detail-item{ padding: 10px;}
.list-product-item .product-inner{ 
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #f6f6f6;
}
.product-item-status{
	position: absolute;
	top: 10px;
	right: 10px;
	left: 0;
	text-align: right;
}
.product-item-status .status-item{
	border: 1px solid #000;
	color: #000;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 2px;
}

.product-item-name{ 
	text-align: center; 
	color: #000; 
	font-size: 16px;
	margin-bottom: 0px;
}
.product-item-name a{ 
	font-family: "Raleway", "Helvetica", "Arial", sans-serif;
	color: #2b2b2b;
	font-weight: bold;
	letter-spacing: 0px;
}
.product-item-code{
	text-align: center;
	font-size: 12px;
	color: #838383;
}
.product-item-category{
	text-align: center;
}
.product-item-category a{
	font-weight: 600;
	color: #101010;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	font-size: 12px;
}
.product-item-sku{
	text-align: center;
	font-size: 11px;
	letter-spacing: .2px;
	text-transform: uppercase;
}
.product-item-sku .inner{
	display: inline-block;
	border: 1px solid #e7e7e7;
	line-height: normal;
	font-weight: 600;
}
.product-item-sku .sku-title{
	background: #e7e7e7;
	padding: 0 5px;
	color: #696969;
}
.product-item-sku .sku-item{
	display: inline-block;
	border-radius: 2px;
	line-height: normal;
	padding: 0 4px;
}
.product-item-tags{ 
	text-align: center;
	font-size: 12px;
	color: #a9a9a9;
	margin-bottom: 5px;
}
.product-item-tags a{
	position: relative;
	font-weight: 600;
	color: #676767;
	margin-right: 0px;
	background: #ebebeb;
	padding: 0 10px 0 12px;
	border-radius: 20px;
	font-size: 10px;
}
.product-item-tags a:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	left: 8%;
	top: 35%;
}
.product-item-tags a:hover{
	background: #888;
	color: #fff;
}
.product-item-desp{
	font-size: 12px;
	line-height: normal;
	text-align: center;
	margin: 5px 0 0px 0;
}
.product-item-size{
	text-align: center;
	font-size: 11px;
	color: #444;
	font-weight: 600;
}
.product-item-size a.size-item {
	padding: 0 4px;
	border: 1px solid #9a9a9a;
	border-radius: 2px;
}
.product-item-size a.size-item:hover{ 
	background: #000; 
	color: #fff;
	border-color: #000;
}
.product-item-size .size-item.out{ opacity: .3;}
.ee-product {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .ee-product .image {
    position: relative;
  }
  
  .ee-product .image .label {
    position: absolute;
    left: 20px;
    top: 28px;
    font-size: 13px;
    font-weight: 700;
    color: #202020;
    text-transform: capitalize;
    line-height: 20px;
  }
  
  .ee-product .image .label.sale {
    color: #202020;
  }
  
  .ee-product .image .label.new {
    color: #ff0000;
  }
  
  .ee-product .image .img {
    display: block;
    background-color: #f6f7f8;
  }
  
  .ee-product .image .img img {
    display: block;
    width: 100%;
  }
  
  .ee-product .image .wishlist-compare {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  .ee-product .image .wishlist-compare a {
    height: 33px;
    width: 33px;
    border: 1px solid #999999;
    border-radius: 50px;
    display: block;
    float: left;
    margin-right: 7px;
    color: #444444;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    left: 20px;
    position: relative;
  }
  
  .ee-product .image .wishlist-compare a::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 600;
    background-color: #444444;
    color: #ffffff;
    line-height: 16px;
    padding: 3px 10px;
    border-radius: 2px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
  }
  
  .ee-product .image .wishlist-compare a::after {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -4px;
    content: "";
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #444444 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
  }
  
  .ee-product .image .wishlist-compare a:last-child {
    margin-right: 0;
  }
  
  .ee-product .image .wishlist-compare a:nth-child(1) {
    -webkit-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  
  .ee-product .image .wishlist-compare a:nth-child(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .ee-product .image .wishlist-compare a i {
    line-height: 31px;
    font-size: 15px;
    display: block;
  }
  
  .ee-product .image .wishlist-compare a:hover {
    color: #202020;
    border-color: #202020;
  }
  
  .ee-product .image .wishlist-compare a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  
  .ee-product .image .wishlist-compare a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  
  .ee-product .image .wishlist-compare a.added {
    color: #202020;
    border-color: #f5d730;
    background-color: #f5d730;
  }
  
  .ee-product .image .add-to-cart {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    color: #fff;
    border-radius: 50px;
    display: block;
    width: 180px;
    padding: 10px 25px 10px 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
  }
  .ee-product .image .read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0088cc;
    color: #fff;
    border-radius: 50px;
    display: block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
  }
  .ee-product .image .add-to-cart i {
    width: 41px;
    height: 41px;
    background-color: #ffffff;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
  }
  
  .ee-product .image .add-to-cart span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
  }
  .ee-product .image .read-more span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
  }
  .ee-product .image .add-to-cart.added {
    padding-left: 25px;
    padding-right: 56px;
  }
  .ee-product .image .read-more.added {
    padding-left: 25px;
    padding-right: 56px;
  }
  
  .ee-product .image .add-to-cart.added i {
    left: calc(100% - 41px);
  }
  
  .ee-product .specification {
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
  }
  
  .ee-product .specification ul {
    list-style: none;
  }
  
  .ee-product .specification ul li {
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    padding-left: 18px;
    position: relative;
    margin: 4px 0;
  }
  
  .ee-product .specification ul li::before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    content: "";
    background-color: #444444;
  }
  
  .ee-product .content {
    background-color: #ffffff;
    overflow: hidden;margin-bottom: 25px;padding-right: 0px;
  }
  
  .ee-product .content .category-title {
    padding: 15px 15px;
    border-bottom: 1px solid #dddddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .ee-product .content .category-title .cat {
    display: inline-block;
    line-height: 15px;
    text-transform: capitalize;
    font-size: 13px;
    color: #444444;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  
  .ee-product .content .category-title .cat:hover {
    color: #202020;
  }
  
  .ee-product .content .category-title .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  
  .ee-product .content .category-title .title a {
    display: block;
    color: #444444;
  }
  
  .ee-product .content .category-title .title a:hover {
    color: #202020;
  }
  
  .ee-product .content .price-ratting {
    padding: 9px 20px;
    float: left;
    width: 100%;text-align: center;
  }
  
  .ee-product .content .price-ratting .price {
    font-size: 15px;
    font-weight: 700;
    color: #444444;
    line-height: 24px;
    float: left;
    margin: 5px 0;
  }
  
  .ee-product .content .price-ratting .price span {
    float: left;
    color: #444444;
    margin-right: 15px;
    text-decoration: line-through;
  }
  
  .ee-product .content .price-ratting .ratting {
    float: right;
    margin: 5px 0;
  }
  
  .ee-product .content .price-ratting .ratting i {
    color: #444444;
    font-size: 14px;
    float: left;
    margin-right: 4px;
    line-height: 24px;
  }
  
  .ee-product .content .price-ratting .ratting i:last-child {
    margin-right: 0;
  }
  
  .ee-product:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
  
  .ee-product:hover .image .wishlist-compare a {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  
  .ee-product:hover .image .wishlist-compare a:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .ee-product:hover .image .wishlist-compare a:nth-child(2) {
    -webkit-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  
  .ee-product:hover .image .add-to-cart {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  .ee-product:hover .image .read-more {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
  }
  .add-to-cart i {color: #000!important;}
  .product-item-category {
      width: 100%;
      text-align: center;
  }
  .product-item-name {
          width: 100%;
      text-align: center;
  }
/*.grid-container */
.grid-container {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%;    background-color: #000;
}
.grid-container .item1 {
    grid-area: 1 / 1 / 3 / 2;
}
.grid-container .item2 {
    grid-area: 1 / 2 / 2 / 3;
}
.grid-container .item3 {
    grid-area: 2 / 2 / 3 / 3;
}
.grid-container .item4 {
    grid-area: 1 / 3 / 3 / 4;
}
.view-style {
    position: relative;
  }
  .view-style > img {
    width: 100%;
  }
  .view-style .view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 413px;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 33px;
    z-index: 1;
    /* Large devices */
    /* Medium devices */
  }
  @media (max-width: 1199px) {
    .view-style .view-content {
      min-width: 100%;
      min-height: 190px;
      padding: 15px;
    }
  }
  @media (max-width: 991px) {
    .view-style .view-content {
      min-width: 85%;
      padding: 25px;
    }
  }
  .view-style .view-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #856f3c;
    border: 10px solid #fff;
    opacity: 45%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .view-style .view-content .shape1 {
    position: absolute;
    right: 37px;
    top: 70px;
    /* Large devices */
  }
  @media (max-width: 1199px) {
    .view-style .view-content .shape1 {
      top: 0;
      right: 0;
    }
  }
  .view-style .view-content .view-title {
    color: var(--white-color);
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    align-self: flex-start;
    /* Large devices */
  }
  @media (max-width: 1199px) {
    .view-style .view-content .view-title {
      font-size: 30px;
    }
  }
  .view-style .view-content .view-link {
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1px;
    gap: 7px;
    align-self: flex-start;
  }
  .view-style .view-content .view-link i {
    font-size: 15px;
  }
  .view-style .view-title2 {
    position: absolute;
    font-size: 45px;
    line-height: 54px;
    text-transform: capitalize;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    bottom: 40px;
    left: 40px;
    margin-bottom: 0;
  }
  .view-style .view-title2 a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #fff;
  }
  .view-style .view-title2 a span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--white-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  .view-style .view-title2:hover a span {
    border-color: var(--theme-color);
    color: var(--theme-color);
  }

/*products*/
.section-products{background-image: url(../images/bg-f-theme03.jpg);
    background-size: cover;background-attachment: fixed !important;
}
.section-products h1 {color: #fff;}
.section-products h4 { color: #fff;}
.products-tab {
    padding-top: 30px;text-align: center;
}
.grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li.active a {
    border-color: #dcad48;
    color: #dcad48;
    background-color: transparent;
}
.section-products .ee-product {
    padding: 10px;
}
.grid-filter li a {
    font-weight: 600;
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 24px;
    color: #ffd60052;
    border-radius: 50px;
    transition: all .3sease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.space-top{    padding-top: 0px;text-align: center;background-color: #000;}
.feature-style h3 {
    color: #fff;
}
.feature-style p{
    color: #fff;
}
/*---------------------------------------------------- */
/*case-study
/*----------------------------------------------------*/
.case-title {
    padding-bottom: 20px;
}
.case-studye-areafix{padding-bottom: 0px;    padding-top: 0px;}
.case-studye-areafix .container-fluid {padding-left: 0px;padding-right: 0px;}
.case-study-content {
    padding: 30px 40px;
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #181E230A;
}
.case-study-img img {
    width: 100%;
}
.case-study-content h5 {
    font-size: 16px;
}
.case-study-content span{
   margin-bottom: 10px;
display: inline-block;
}
.case-study-content02 {
    padding: 30px 30px;
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #181E230A;
}
.case-study-content02 span{
   margin-bottom: 10px;
display: inline-block;
    color: #fe576b;
}
.case-study-content02 .ss-btn{
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn{
  display: inline-block;
} 
.case-study-box .case-study-content02{
    transition: all 0.5s ease 0s;
}
.case-study-box:hover .case-study-content02 {
    transform: translate(0,-62px);
}
.case-study-box-2{
    display: flex;    margin-bottom: 0px;
}
.case-study-box-2 li {
    position: relative;
    list-style: none;
}

.case-study-content-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 80px 30px 0;
      background-color: rgb(19, 31, 43);
  opacity: 0;
    color: #fff;
    transition: opacity .4s ease, visibility .2s ease;
}

.case-study-content-hover h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.case-study-content-hover p{line-height: 16px;}
.case-study-content-hover h5 a{
    color: #fff;
}
.case-study-content-hover a{
    color: #fff;
    font-weight: 600;
}
.case-study-box:hover .case-study-content-hover{
     opacity: 0.8;
}

/*footer*/
.footer-content{background-image: url(../images/bg-f-theme03.jpg);
    background-size: cover;}
.footer-content .widget {color: #fff;}
.footer-content p{color: #fff;}
.footer-payment {float: right;text-align: right;}
#footer .widget .widget-title, #footer .widget h4 {color: #fff;}
#footer .copyright-content {
        min-height: 50px;
        padding: 10px 0;
        background-color: #dcad48;
        font-size: 13px;
    }
.footer-payment ul li {
        padding-top: 0px;
        display: inline-block;
        float: left;
        margin-left: 8px;
    }
#footer a:not(.btn):not(:hover) {color: #ffffff;}
input:not([type=checkbox]):not([type=radio]), select{min-height: 46px;}
.copyright-text {width: 50%;float: left;}