/*======================================================================
  1. Google Fonts

@import url('http://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=微软雅黑:wght@300;400;500;600;700&display=swap');
@import url('http://fonts.googleapis.com/css2?family=Kreon:wght@600;700&display=swap');
========================================================================*/
/*======================================================================
  2. Basic Styles
========================================================================*/
:root{
  --main-color:#e50412;
  --secondary-color:#ff4141;
  --light-color:#ff2f2f;
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }
html { overflow:hidden; overflow-y:auto; }
body { font-size:14px; line-height:1.8; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: '微软雅黑', 'Poppins'; color:#000; font-weight:400; margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display:none; height:0; }
[hidden] { display:none; }
html, button, input, select, textarea { font-family: '微软雅黑', 'Poppins'; }
input, textarea { padding:10px 18px; }
input, select { height:40px; padding:0 10px; }
input, button, select, textarea { font-size:14px; background: transparent; border:1px solid #d7d7d7; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; color:#424242; }
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus { outline:none; box-shadow: none; border-color:var(--light-color); }
input, select, textarea { width: 100%; font-size:13px; box-shadow:none; -webkit-box-shadow:none; border-radius:0; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }
input[type="checkbox"], input[type="radio"] { height:auto; width:auto; }
.form-check-input[type="checkbox"] { border-radius:0; margin-right:5px; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-position:right center; background-image:url(../images/arrow-select.png) !important; background-repeat:no-repeat !important; background-position:right 10px center !important; line-height:1.2; text-indent:0.01px; text-overflow: ''; cursor:pointer; padding:8px 28px 8px 15px; }
select option { background-color: #fff; }
iframe { border:0; width:100%; }
a { color:#555555; text-decoration:none; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
a, a:after, a:before { transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; }
a:focus { outline:thin dotted; }
a:active, a:hover { color:#000; outline:0; }
a:hover, a:focus { opacity:0.8; }
a:hover { color:var(--secondary-color); text-decoration:none; }
a:focus { outline:0; }
p { margin:0 0 24px; }
p:last-child { margin-bottom:0; }
pre { background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
blockquote { font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 40px; }
blockquote blockquote { margin-right: 0; }
blockquote cite, blockquote small { font-size: 14px; font-weight: normal; text-transform: uppercase; }
blockquote em, blockquote i { font-style: normal; font-weight: 300; }
blockquote strong, blockquote b { font-weight: 400; }
img { -ms-interpolation-mode:bicubic; border:0; vertical-align:middle; max-width:100%; -webkit-transform:translateZ(0); transform:translateZ(0); -moz-transform:translateZ(0);}
svg:not(:root) { overflow:hidden; }
ol, ul { padding:0; margin:0; }
hr { margin:20px 0; border:0; border-bottom:1px solid #b5b5b5; }

.list-items { margin-left:15px; list-style:none; }
.list-items li { position:relative; list-style:none !important; padding-left:20px; margin-left:0 !important; }
.list-items li:before { content:"\f061"; font-family:"annimex-bold" !important; position:absolute; left:0; }
.hide { display:none !important; }

/*======================================================================
  3. Typography
========================================================================*/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; text-decoration:none; font-weight:inherit; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr { margin:0; margin-bottom:20px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#000; margin:0 0 10px; font-family: '微软雅黑', 'Poppins'; font-weight:700; line-height:1.2; overflow-wrap:break-word; word-wrap:break-word; }
h1, .h1 { font-size:24px; }
h2, .h2 { font-size:19px; text-transform:uppercase; }
h3, .h3 { font-size:18px; }
h4, .h4 { font-size:17px; }
h5, .h5 { font-size:15px; }
h6, .h6 { font-size:14px; }

.head-font { font-family:'微软雅黑', 'Poppins'; font-weight:600; }

.pt-0 { padding-top:0 !important; }
.pb-0 { padding-bottom:0 !important; }
.pl-0 { padding-left:0 !important; }
.pr-0 { padding-right:0 !important; }
.ml-0 { margin-left:0 !important; }
.mr-0 { margin-right:0 !important; }
.mt-0 { margin-top:0 !important; }
.mb-0 { margin-bottom:0 !important; }

.no-border { border:0 !important; }
.no-border-bottom { border-bottom:0 !important; }
.no-border-top { border-top:0 !important; }
.no-border-left { border-left:0 !important; }
.no-border-right { border-right:0 !important; }
.border-bottom { border-bottom:1px solid #f2f2f2 !important; }

.text-left { text-align:left !important; }
.text-right { text-align:right !important; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.poss_relative { position: relative; }
.poss_absolute { position: absolute; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.clear { clear:both; }
.clearfix:before, .clearfix:after { content: ""; /* 1 */ display: table;/* 2 */ }
.clearfix:after { clear: both; }

table { margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
th { font-weight:700; text-transform:uppercase; }
.table > :not(:first-child) { border-top: none; }
.table > :not(:last-child) > :last-child > * { border-bottom-color:#ddd; }

/* Text specialized */
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-underline { font-style: underline; }

/* Font specialized */

.list--inline { padding:0; margin:0; }
.list--inline li { display:inline-block; margin-bottom:0; vertical-align:middle; }
.display-table { display:table; table-layout:fixed; width:100%; margin:0 !important; }
.display-table-cell { float:none; display:table-cell; vertical-align:middle; }

/* Buttons */
.btn { -moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; width:auto; height:auto; 
       text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border:1px solid transparent; border-radius:0; padding:8px 15px; background-color:var(--secondary-color); color:#fff;
       font-weight:600; text-transform:uppercase; letter-spacing:0; line-height:normal; white-space:normal; font-size:13px; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; 
}
.btn:hover, .btn:focus { background-color:var(--main-color); opacity:0.9; color:#fff; text-decoration:none; }
.btn--small { padding:7px 12px; font-size:0.92308em; line-height:1.2; }
.btn-secondary { background-color:var(--main-color); color:#ffffff; border:1px solid var(--main-color); }
.btn-secondary:hover, .btn-secondary:focus { border-color:var(--main-color); }
.btn--link { background-color:transparent; border:0; margin:0; color:#139ddd; text-align:left; text-decoration:none; outline:none !important;box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { color:#000; text-decoration:none; background-color:transparent; }
.btn-large { padding:12px 20px; }
.btn-link { color:#555; }
.btn-link:hover { color:#000; }

label { margin-bottom:5px; }
input:-moz-placeholder, textarea:-moz-placeholder { opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.slick-dots { margin:20px 0 0; width:auto; padding:0; list-style:none; text-align:center; }
.slick-dots li { width:12px; height:12px; vertical-align:middle; position:relative; display:inline-block; padding:0; cursor:pointer; margin-right:8px; }
.slick-dots li button { color:transparent; line-height:0; font-size:0; border:0; background:transparent; display:block; cursor:pointer; color:#fff; width:12px; height:12px; text-indent:-9999px; padding:0; border-radius: 100%; background-color:#000; transition:all 0.2s; -webkit-transition:all 0.2s; -ms-transition:all 0.2s; opacity:0.2; }
.slick-dots li.slick-active button { opacity:1; }

.mask-overlay { content: ""; position:fixed; background-color:#000; opacity:0.5; left:0; top:0; width:100%; height:100%; z-index:10; }
.pswp__bg { background: rgba(0,0,0,.5); }

/*======================================================================
  4. Container
========================================================================*/
.container { max-width:1300px; padding-left:15px; padding-right:15px; }
.container-fluid { padding:0 50px; }
.container-fluid:before,
.container-fluid:after { content:''; clear:both; display:block; }

.grid { *zoom:1; list-style:none; margin:0; padding:0; margin-left:-30px; }
.grid__item { float:left; padding-left:30px; }
.grid--no-gutters > .grid__item { padding-left:0; }

/*======================================================================
  5. Promotional Top Popup
========================================================================*/
.notification-bar { text-align:center; position:relative; z-index:5; background-color:var(--main-color); background-image:url(../images/prm-bg.png); background-repeat:repeat; background-position:center; }
.notification-bar__message { color:#fff; letter-spacing:1px; text-transform:uppercase; font-size:11px; padding:10px 30px; display:block; }
.notification-bar__message:hover, .notification-bar__message:active, .notification-bar__message:focus, .notification-bar__message:focus-within { color:#fff; text-decoration:none; }
.close-announcement { cursor:pointer; font-size:14px; font-weight:400; position:absolute; right:10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); height:25px; width:25px; line-height:22px; color:#fff; }

/*======================================================================
  6. Pre Loader
========================================================================*/
.preloader { color: #fff; height: 100vh; width: 100%; background-color: rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center; position: fixed; /*pointer-events:none;*/ z-index:1900; }
.preloader-in { color: #fff; font-size: 3rem; text-transform: uppercase; font-weight: 800; opacity: 0.8; letter-spacing: -12px; }
.preloader-in span { display: block; float: left; margin: .5rem; opacity:1; transform-origin: center; animation: move .6s linear infinite; animation-direction: alternate; }
@keyframes move{
    0% { transform: scale(0); opacity:0; }
    50% { transform: scale(1.3); opacity:1; }
    100%{ transform: scale(1); opacity:1; }
}

/*======================================================================
  7. Headers Style
========================================================================*/
.topheader { border-bottom:1px solid #ddd; padding:10px 0; }
.topheader a { color:#000; }
.topheader p, .topheader a, .topheader select, .topheader .fa, 
.topheader a:hover { color:var(--main-color); text-decoration:none; }
.topheader .phone-no, .topheader .welcome-msg { display:inline; }
.topheader .phone-no .anm { vertical-align:middle; }
.topheader .phone-no a:hover { text-decoration:none; }
.topheader .social-icons li { padding:0 5px; }
.topheader .social-icons li:last-of-type{ padding-right:0; }
.topheader .social-icons li .icon { font-size:14px; color:#000; height:auto; vertical-align:middle; }

.default-msg { padding-right:10px; }

.topheader .user-menu .anm { font-size:19px; cursor:pointer; }
.topheader .list-inline { margin:0; list-style:none; }
.topheader .list-inline > li { display:inline-block; padding-right:5px; padding-left:5px; text-transform:uppercase; }

.header-search label.label { clip:rect(0, 0, 0, 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.header-search .input-box { width:100%; position:relative; }
.header-search .input-box .input-text { padding:0 40px 0 10px; }
.header-search .search { font-size:17px; cursor:pointer; border:0; position:absolute; right:0; top:1px; width:40px; height:40px; text-align:center; }
.header-search .search:hover { opacity:0.8; }
.header-search .search-category { width:180px; }
.header-search .search-category select { border-right:0; }

.header { width:100%; min-height:70px; }
.header-1 { background-color:#ffffff; }
.main-menu { background-color:var(--main-color); padding:0; }

.logo { margin:0; }
.logo a { float:left; display:block; }
.logo img { display:block; max-width:180px; }

.iconset .icon { font-size:22px; text-decoration:none; }
.iconset { display:inline-block; position:relative; color:#000; text-align:center; padding:0 9px; cursor:pointer; }
.iconset .label { text-transform:uppercase; }
.iconset > a { display:block; color:#000; }
.icon-in { position:relative; display:block !important; }

.phone-400{font-size: 22px;
  border: 1px solid var(--light-color);
  display: flex;
  display: inline;}
.phone-400 .iconfont{font-size:29px;background-color:var(--light-color);color:#fff; vertical-align: text-bottom;}
.phone-400 .text{padding-right:4px;}


.icons-col .customer-links { font-size:12px; text-transform:uppercase; }
.icons-col .customer-links .register { text-decoration:underline; }

.stickyNav, .header-transparent.stickyNav, .header-sticky.stickyNav { position:fixed; top:0; z-index:1000; width:100%; left:0; background-color:var(--main-color); border-bottom:0; box-shadow:0 0 4px rgba(0, 0, 0, 0.14); -webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.14); }
.header-transparent.stickyNav, .header-sticky.stickyNav { background-color: #fff; }

.modal-open { padding-right:0 !important; }
.site-search { display:inline-block; cursor:pointer; }
.search-drawer { padding:40px 50px; background-color:#fff; opacity:0; visibility:hidden; position:fixed; top:0; left:0; z-index:9999; text-align:left; transform:translate(0,-100%); -webkit-transform:translate(0,-100%); -ms-transform:translate(0,-100%); -o-transform:translate(0,-100%); transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; width:100%; box-shadow:0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px rgba(0,0,0,0.2); }
.search-drawer .container { position:relative; }
.search-drawer.search-drawer-open { opacity:1; transform:translate(0,0); -webkit-transform:translate(0,0); -ms-transform:translate(0,0); -o-transform:translate(0,0); visibility:visible; }
.search-drawer.search-drawer-open .block { background-color:transparent; padding:0; }
.search-drawer .title { color:#000000; font-size:18px; margin-bottom:20px; font-weight:bold; }
.search-drawer .label { border:0; clip:rect(0,0,0,0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.search-drawer .input-text { color:#050000; font-size:13px; padding:5px 50px 5px 0; background:none; border:0 none; }
.search-drawer .action.search { font-size:24px; position:absolute; right:34px; border:0; background:none; cursor:pointer; height:38px; }
.search-drawer .action.search:hover { color:#000000; }
.search-drawer .closeSearch { color:#050000; font-size:18px; position:absolute; top:0; right:25px; cursor:pointer; }
.search-drawer .searchField { display:table; width:100%; padding: 10px; background-color: #f7f7f7; }
.search-drawer .search-category { display:table-cell; padding-right:10px; }
.search-drawer .search-category select { font-size:13px; border:0; }
.search-drawer .input-box { display:table-cell; width:87%; }

#siteNav { margin:0 auto; padding:0; list-style:none; }
#siteNav.right { text-align:right; }
#siteNav.left { text-align:left; }
#siteNav.center { text-align:center; }
#AccessibleNav { padding-left:0; }
.mobile-nav-wrapper, .site-header__logo.mobileview { display:none; }

.header-vertical-menu { position:relative; font-family: '微软雅黑', 'Poppins'; }
.header-vertical-menu .menu-title { color:#fff; font-weight:600;  margin:0; background-color:var(--secondary-color); display: block; padding:15px; letter-spacing:0; font-size:16px; cursor:pointer; }
.header-vertical-menu .menu-title:after { content: "\e62c"; font-family: "iconfont" !important; font-style:normal; font-size: 32px;line-height: 0.8;font-weight:400; position:absolute; right:15px; }
.header-vertical-menu .menu-title.active:after { content: "\e623"; }
.header-vertical-menu .menu-title i { font-size:20px; display:inline-block; vertical-align:middle; margin-right:5px; }
.header-vertical-menu .vertical-menu-content { display:none; width:100%; position:absolute; top:100%; z-index:100; background-color:var(--secondary-color); padding:0; }
.vertical-menu-content ul { list-style:none; padding:0; margin:10px 0; }
.vertical-menu-content ul > li { padding:0 10px; }
.vertical-menu-content ul > li .moreSlideOpen { margin:0; }
.vertical-menu-content ul > li .moreSlideOpen li { padding:0; }
.vertical-menu-content .nav-link, .vertical-menu-content .moreCategories { color:#fff; font-size:13px; display:block; text-transform:uppercase; padding:10px 5px; border-bottom:1px solid var(--secondary-color); }
.vertical-menu-content .nav-link i { font-size:20px; vertical-align:middle; margin-right:5px; }
.vertical-menu-content .moreCategories { padding:5px 15px 15px; display:block; cursor:pointer; position:relative; }
.vertical-menu-content .moreCategories:after { content: "\f067"; font-family:"annimex-bold"; font-weight: 400; font-size:13px; display:block; position:absolute; right:0; top:0; width:40px; height:40px; text-align:center; line-height:30px; }
.vertical-menu-content .moreCategories.show:after { content: "\f068"; }
.vertical-menu-content li .megamenu, .vertical-menu-content li .dropdown { min-width:800px; background-color:#fff; position:absolute; top:-9999px; left:100%; margin:0; box-shadow:0 2px 35px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 2px 35px rgba(0, 0, 0, 0.1); z-index:1001; visibility:hidden; opacity:1; transition:transform 0.3s ease-out; -webkit-transition:transform 0.3s ease-out; -ms-transition:transform 0.3s ease-out; transform:translate3d(10px, 0, 0); -webkit-transform:translate3d(10px, 0, 0); -ms-transform:translate3d(10px, 0, 0); }
.vertical-menu-content li:hover .megamenu, .vertical-menu-content li:hover .dropdown { left:100%; visibility:visible; top:0; transform:translate3d(0, 0, 0); -webkit-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); }
.vertical-menu-content .megamenu > li { padding:20px; flex:1; -ms-flex:1; -webkit-flex:1; margin:0; }
.vertical-menu-content .megamenu > li:last-child { flex:none; -webkit-flex:none; -ms-flex:none; }
.vertical-menu-content .has-submenu > a:after,
.vertical-menu-content .sub-menu > a:after { content:"\e633"; font-family:"iconfont"; font-weight: 400; font-size:21px;line-height:0.8; color:#fff; position:absolute; right:15px; margin-top:2px; }
.vertical-menu-content .megamenu .sub-menu-title { color:#000; font-size:15px; background-color:transparent; padding:0; text-transform:uppercase; font-weight:600; }
.vertical-menu-content .megamenu li ul li { padding:0; }
.vertical-menu-content .megamenu li ul li a { color:#000; display:block; font-size:14px; padding:4px 0; }
.vertical-menu-content .megamenu li ul li a:hover { color:var(--main-color); }
.vertical-menu-content li.dropdown-in { position:relative; }
.vertical-menu-content .sub-menu > a:after { color:#000; right:0; }
.vertical-menu-content li .dropdown { min-width: 230px; padding:20px; }
.vertical-menu-content li .dropdown li { padding:0; }
.vertical-menu-content li .dropdown li a { color:#000; display:block; font-size:14px; padding:4px 0; }
.vertical-menu-content .sub-menu:hover > a:after, .vertical-menu-content li .dropdown li:hover > a, .vertical-menu-content li .dropdown li a:hover { color:var(--main-color); }
.vertical-menu-content li .dropdown .sub-menu { position:relative; }
.vertical-menu-content li .dropdown .sub-menu > .sub-level2 { display:none; top:-22px; }
.vertical-menu-content li .dropdown .sub-menu:hover > .sub-level2 { display:block; }
.vertical-menu-content .megamenu hr { margin:10px 0; }

@media (min-width:990px) {
    .header .container { position:relative; }
    .header .container .d-menu-col { position:static; }
    #siteNav a { font-family: '微软雅黑', 'Poppins'; text-decoration:none; font-size:13px; display:block; opacity:1; -webkit-font-smoothing: antialiased; letter-spacing:0.05em; position:relative; }
    #siteNav > li { display:inline-block; text-align:left; position:relative; }
    #siteNav > li > a { color:#fff; padding:0 15px; text-transform:uppercase; line-height:40px; }
    #siteNav.medium > li a { font-weight:400; }
    #siteNav.hidearrow > li > a .an { display:none; }
    #siteNav > li > a .an { vertical-align:middle; margin-top: -3px; font-size: 11px; }

    #siteNav.left { text-align: left; }
    #siteNav.center { text-align: center; }

    #siteNav > li:hover > a, #siteNav > li > a:hover:hover, #siteNav > li > a:hover { color:#fff; }
   
    #siteNav > li .megamenu { min-width:750px; opacity:0; visibility:hidden; padding:30px; position:absolute; top:59px; left:0; z-index:999; background-color:#fff; box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); pointer-events:none; -ms-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; max-height:600px; overflow:auto; box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1); }
    #siteNav > li .megamenu ul { padding:0; list-style:none; }
    #siteNav > li:hover > .megamenu { top:40px; opacity:1; visibility:visible; pointer-events:visible; }
    #siteNav > li .megamenu li.lvl-1 { margin-bottom:30px; }
    #siteNav > li .megamenu.style1 li.lvl-1 { margin-bottom:0; }

    #siteNav > li .megamenu li.lvl-1 a.lvl-1, #siteNav > li .megamenu .menu-title { color:#000; font-size:14px; text-transform:uppercase; padding:0 0 8px; font-weight:400; }
    #siteNav > li .megamenu li.lvl-1 li .site-nav, #siteNav > li .megamenu .subLinks .site-nav { color:#000; padding:3px 0; font-weight:400; }

    #siteNav > li .megamenu li.lvl-1 li .site-nav:hover, #siteNav > li .megamenu .subLinks .site-nav:hover { color:var(--secondary-color); }
    #siteNav > li .megamenu li.lvl-1 li .site-nav:before, #siteNav > li .megamenu .subLinks .site-nav:before { content: ""; display:inline-block; width:0px; height:2px; vertical-align:middle; background-color:var(--secondary-color); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
    #siteNav > li .megamenu li.lvl-1 li .site-nav:hover:before, #siteNav > li .megamenu .subLinks .site-nav:hover:before { width:5px; margin-right:3px; }

    #siteNav > li .megamenu.style1 { width:330px; overflow:hidden; min-width:inherit; }
    #siteNav > li .megamenu.style2 li.lvl-1, 
    #siteNav > li .megamenu.style4 li.lvl-1 { margin-bottom:10px; }
    #siteNav > li .megamenu .menu-title { font-weight:600 !important; }
    #siteNav > li.mdropdown { position:relative; }
    #siteNav > li .megamenu .imageCol { padding-bottom:25px; }

    #siteNav > li ul.dropdown li a .an { position:absolute; right:3px; top:13px; }

    #siteNav > li.dropdown { position:relative; }
    #siteNav > li .dropdown,
    #siteNav > li .dropdown ul { background-color:#fff; list-style:none; opacity:0; visibility:hidden; width:220px; position:absolute; top:59px; left:0; z-index:999; box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; padding:10px; }
    #siteNav > li:hover > .dropdown,
    #siteNav > li .dropdown li:hover > ul { top:40px; opacity:1; visibility:visible; }
    #siteNav > li ul.dropdown li { border-top:1px solid #eeeeee; position:relative; }
    #siteNav > li ul.dropdown li:first-child { border:0; }
    #siteNav > li ul.dropdown li a { color:#000; font-weight:400; padding:8px 12px; background-color:#fff; }
    #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover { color:#000; background-color:#eee; padding-left:17px; }
    #siteNav > li ul.dropdown li ul { top:20px; left:100%; }
    #siteNav > li ul.dropdown li:hover > ul { top:0; }

    #siteNav .menu-brand-logo { width:50%; float:left; padding-right:10px; text-align: center; }
    #siteNav .menu-brand-logo a { display:block; margin-bottom:10px; border:1px solid #ddd; }
    #siteNav .menu-brand-logo a:hover { border-color:#000; }
    #siteNav .menu-brand-logo a img { display:inline-block; vertical-align:middle; }

    #siteNav .mmbanner-full { clear: both; }

}

/*======================================================================
  8. Homepage 
========================================================================*/

@media only screen and (min-width: 767px) {
    .large-pd { padding:55px 0; }
    .small-pd { padding:30px 0; }
}

/*======================================================================
  9. Homepage Sections
========================================================================*/
/* 9.0 Image Banners */
.custom-text-banner { color:#000; background: #fdfcf2; }
.custom-text-banner-in { padding:30px; }
.custom-text-banner .h1 { color:#000; font-size:30px; }

/* 9.1 Categories Section */
.categories-section { background-color:#f7f7f7; }
.categories-section .category-style1 .slick-list { margin:0 -10px; }
.categories-section .category-style1 .slick-slide { margin:0 10px; }
.categories-section .category-style1 .item { background-color:#fff; padding:20px; margin-bottom:20px; }
.categories-section .category-style1 .item:last-of-type { margin-bottom:0; }
.categories-section .category-style1 .content-image { flex:0 0 34%; -webkit-flex:0 0 34%; -ms-flex:0 0 34%; width:34%; }
.categories-section .category-style1 .content { padding: 0 10px 0 30px; margin-top: 0; }
.categories-section .item-children { margin: 0; list-style: none; }
.categories-section .item-children li::marker{display:none;}
.categories-section .item-title { font-size:16px; font-weight:bold; }


/* 9.2 Products With Tab Slider */
.tab-slider-product .tabs { border:0; text-align:center; margin:0; padding:0; }
.tab-slider-product .tabs > li { float:none; display:inline-block; margin:0 2px; cursor:pointer; }
.tab-slider-product .tabs > li { background:none; border:0; text-transform:uppercase; letter-spacing:0; }
.tab-slider-product .tabs > li a { color:#000; font-weight:600; font-size:14px; padding:5px 10px; display: inline-block; }
.tab-slider-product .tabs > li a.active { color:#fff; background:var(--main-color); }
.tab-slider-product .tabs li a:hover, .tab-slider-product .tabs li a:focus { color:#fff; opacity:1; background:var(--secondary-color); }

.product-category-tabs.tabs-style2 > li { position:relative; padding:0; margin:0 15px; }
.product-category-tabs.tabs-style2 > li a { padding: 0; font-weight: 700; font-size: 16px; }
.product-category-tabs.tabs-style2 > li a:after { width:0; content:""; display:block; height:2px; position:absolute; bottom:-6px; left:0; z-index:1; background:#111111; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; }
.product-category-tabs.tabs-style2 > li a.active:after { width:100%; }
.product-category-tabs.tabs-style2 > li a:hover:after { width:100%; opacity:1; }
.product-category-tabs.tabs-style2 > li a.active,
.product-category-tabs.tabs-style2 > li a:hover { color:#000; background-color:transparent; }

.tab-slider-product .tab_container { clear:both; width:100%; background:#fff; }
.tab-slider-product .tab_content { display:none; }
.tab-slider-product .tab_drawer_heading { display:none; }
.tab_container .grid-products .slick-arrow { width:30px; padding:0; }

.tab-slider-product-style1 .tabs > li { color:#000; font-size:16px; letter-spacing:0.02em; margin:0 12px; position:relative; padding:0; }
.tab-slider-product-style1 .tabs > li:after { width:0; content:""; display:block; height:2px; position:absolute; bottom:-6px; left:0; z-index:1; background:#111111; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; }
.tab-slider-product-style1 .tabs > li.active:after { width:100%; }
.tab-slider-product-style1 .tabs > li:hover:after { width:100%; opacity:1; }
.tab-slider-product-style1 .tabs > li.active,
.tab-slider-product-style1 .tabs > li:hover { color:#000; background-color:transparent; }

.tab-slider-product-style2 .tabs > li { color:#848484; font-size:14px; font-weight:bold; text-transform:uppercase; padding:5px 10px; }
.tab-slider-product-style2 .tabs > li.active { color:#000; background:transparent; }
.tab-slider-product-style2 .tabs > li:hover { color:#000; background-color:transparent; }



/* 9.10 Homepage Slideshow */
.slideshow-wrapper { position:relative; }
.slideshow-wrapper .container-fluid { padding:0; }
.slideshow .slide { position:relative; }
.slideshow .wrap-caption.center { max-width:1200px; text-align:center; }
.slideshow .slideshow__text-content.center { left:0; right:0; margin:0 auto; }
.slideshow .slideshow__text-content.center .wrap-caption.center { display: block; }
.slideshow .center .wrap-caption.white-bg { background-color:rgba(255,255,255,0.7); }
.slideshow .wrap-caption.right { text-align:left; }
.slideshow .wrap-caption.left { float:left; text-align:left; }
.slideshow .center .slideshow__text-content { left:0; right:0; margin:0 auto; -ms-transform:translateY(-50%,-50%); -webkit-transform:translateY(-50%,-50%); transform:translateY(-50%,-50%); } 
.left .slideshow__text-content { left:7%; text-align:center; }
.right .slideshow__text-content { right:7%; }
.slideshow__text-content { position:absolute; max-width:600px; width:50%; top:50%; z-index:3; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.slideshow .wrap-caption { display:inline-block; padding:25px; }

/* Slide Caption Animation */
.slideshow__text-wrap .anim-tru.style1 { opacity:0; -ms-transition:1s all 100ms; -webkit-transition:1s all 100ms; transition:1s all 100ms; -webkit-transition:1s all 100ms; transform:scale(0.8); -webkit-transform:scale(0.8); }
.slick-active .slideshow__text-content .anim-tru.style1 { opacity:1; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); }
.slideshow__text-content.bottom { top:auto; bottom:10%; -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.slideshow__text-content.top { top:10%; -ms-transform:translateY(10%); -webkit-transform:translateY(10%); transform:translateY(10%); }
.slick-active .slideshow__text-content { -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); opacity:1; }
.slick-active .slideshow__text-content.bottom { top:auto; -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.slick-active .slideshow__text-content.top { -ms-transform:translateY(-5%); -webkit-transform:translateY(-5%); transform:translateY(-5%); }
/* End Slide Caption Animation */

.slideshow .slideshow__title { color:#000000; font-weight:700; font-size:45px; line-height:1.1; text-shadow:1px 1px 7px rgba(0,0,0,0); }
.slideshow .slideshow__subtitle { color:#000000; font-weight:400; font-size:16px; text-transform:none; margin-bottom:20px; line-height:25px; text-shadow:1px 1px 4px rgba(0,0,0,0); display:block; }
.slideshow__text-wrap { height:100%; }
.slick-active .slideshow__image.img-animate { -ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1); }
.slideshow__image.img-animate { -ms-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1); }
.slideshow__overlay.bottom:before { background:-ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, #000 100%); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%); }
.slideshow__overlay:before { content: ''; position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.5; z-index:3; }
.slideshow .slick-slide img { width:100%; }
.slideshow .slick-prev, .slideshow .slick-next { 
    line-height:normal; font-size:0px; padding:0; border:0; opacity:0; visibility:hidden; position:absolute; z-index:4; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); 
    width:40px; height:40px; text-align:center; background-color:rgba(255,255,255,0.1); -ms-transition:all ease-out 0.2s; -webkit-transition:all ease-out 0.2s; transition:all ease-out 0.2s;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next { opacity:0.75; visibility:visible; opacity:0.7; background-color:rgba(255,255,255,0.7); box-shadow:0 0 4px rgba(0,0,0,0.4); -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); }
.slideshow .slick-prev { left:10px; }
.slideshow .slick-next { right:10px; }
.slideshow .slick-next:before { content:"\e634"; font-family:"iconfont"; color:#000; transform:rotate(180deg); }
.slideshow .slick-prev:before { content:"\e634"; font-family:"iconfont"; color:#000; }
.slideshow .slick-prev:before, .slideshow .slick-next:before { font-size:20px; line-height:20px; }
.slideshow .btn { color:#fff; background-color:#000; }
.slideshow .btn:hover, .slideshow .btn:focus { opacity:0.8; }
.slideshow .slick-dots { margin:0; width:auto; padding:0; list-style:none; position:absolute; bottom:30px; text-align:center; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.slideshow .slick-dots li { width:12px; height:12px; vertical-align:middle; position:relative; display:inline-block; padding:0; cursor:pointer; margin-right:8px; }
.slideshow .slick-dots li button { color:transparent; line-height:0; font-size:0; border:0; background:transparent; display:block; cursor:pointer; color:#fff; width:12px; height:12px; text-indent:-9999px; padding:0; border-radius: 100%; background-color:#000; transition:all 0.2s; -webkit-transition:all 0.2s; -ms-transition:all 0.2s; opacity:0.5; }
.slideshow .slick-dots li.slick-active button { opacity:1; }
.slideshow img.mobile-hide { display:none; }

.slideshow.style2 .slideshow__title { font-size:42px; font-weight:300; text-transform:uppercase; margin-bottom:5px; }
.slideshow.style2 .mega-small-title { text-transform:uppercase; margin-bottom:5px; }
.slideshow.style2 .slideshow__subtitle { font-size:15px; line-height:normal; }
.slideshow.style2 .btn { color:#fff; padding:5px 15px; border:2px solid #000; }
.slideshow.style2 .btn:hover, .slideshow.style2 .btn:focus { color:#000; border-color:#000; background-color:transparent; }

.slideshow-carousel.slideshow .slick-prev,
.slideshow-carousel.slideshow .slick-next { opacity:0.9; background-color:#fff; border-radius:0; box-shadow:none; -webkit-box-shadow:none; }
.home-slideshow-carousel .slick-slide { margin:0 6px 12px; }
.home-slideshow-carousel .slide .img { position:relative; overflow:hidden; }
.home-slideshow-carousel .slide .img img { display:block; width:100%; -ms-transition:all 0.4s ease-out; -webkit-transition:all 0.4s ease-out; transition:all 0.4s ease-out; }
.home-slideshow-carousel .slide .details { display:block; height:100%; position:absolute; top:0; left:0; opacity:0; visibility:hidden; width:100%; text-align:center; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.home-slideshow-carousel .slide .details h3 { color:#000; font-size:20px; line-height:1.3; margin:0; font-weight:600; text-transform:uppercase; }
.home-slideshow-carousel .slide .details .btn { background-color:#e34848; display:inline-block; margin-top:15px; font-size:12px; padding:10px 25px; }
.home-slideshow-carousel .slide .details .btn:hover { background-color:#000; opacity:1; }
.home-slideshow-carousel .slide .details:before { position:absolute; left:0; top:0; content: ""; width:100%; height:100%; background:#ffffff; opacity:0.8; }
.home-slideshow-carousel .slide:hover .details { opacity:1; visibility:visible; }
.home-slideshow-carousel .slide .inner { position:relative; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); padding:15px; }
.home-slideshow-carousel .slide:hover .img img { -ms-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1); }

.slideshow-carousel.style2 .slick-slide { margin:0; }
.slideshow-carousel.style2 .slide .details { height:auto; top:auto; bottom:0; opacity:1; visibility:visible; }
.slideshow-carousel.style2 .slide .details h3 { color:#fff; font-size:18px; margin:0; font-weight:700; padding:10px 20px; background: #0000007d; display: inline-block; }
.slideshow-carousel.style2 .slide .details:before { display:none; }
.slideshow-carousel.style2 .slide .inner { transform:none; -webkit-transform:none; -ms-transform:none; }

.mega-subtitle ul { list-style:none; padding:0; margin:15px 0; }
.mega-subtitle li { line-height:1.5; position:relative; padding-left:20px }
.mega-subtitle li:before { position:absolute; left:0; content:"\ea7f"; font-family:"annimex-bold"; font-size:14px; top:50%; margin-top:-10px }




/* 9.13 Home Blog Post */
.home-blog-post { background-color:#f7f7f7; padding:50px 0; }
.blog-post-slider .slick-list { margin:0 -10px; }
.blog-post-slider .slick-slide { margin:0 10px; }
.blogpost-item { /*width:auto !important;*/ margin:0; }
.blogpost-item .post-thumb { display:block; margin-bottom:20px; position:relative; overflow:hidden; }
.blogpost-item .post-thumb img { display:block; width:100%; -ms-transition:all 0.4s ease-out; -webkit-transition:all 0.4s ease-out; transition:all 0.4s ease-out; }
.blogpost-item:hover .post-thumb img { -ms-transform:scale(1.1); -webkit-transform:scale(1.1);transform:scale(1.1); }
.blogpost-item .post-detail { text-align:left; }
.blogpost-item .post-title { font-weight:bold; }
.blogpost-item .post-excerpt { margin-top:10px; }
.blogpost-item .article-excerpt { font-size:14px; margin-top:10px; }
.blogpost-item .publish-detail { color:#9d9d9d; font-size:12px; list-style:none; padding:0; margin:0; }
.blogpost-item .publish-detail li { display:inline-block; padding:0; }
.blogpost-item .publish-detail li a { color:#9d9d9d; }
.blogpost-item .publish-detail li a:hover { text-decoration:none; } 
.blogpost-item .post-detail .excerpt { margin:15px 0; }
.home-blog-post .slick-arrow { opacity:0; visibility:hidden; width:30px; height:30px; }
.home-blog-post:hover .slick-arrow { color:#000; opacity:1; visibility:visible; }
.home-blog-post .slick-prev { left:10px; }
.home-blog-post .slick-next{ right:10px; }



/*======================================================================
  11. Breadcrumbs
========================================================================*/
.breadcrumbs-wrapper { margin-bottom:20px; }
.breadcrumbs a, .breadcrumbs span { color:#111111; display:inline-block; padding:0 3px 0 0; margin-right:3px; font-size:12px; }
.breadcrumbs .icon-home { font-size:15px; }

.page-header { text-align:center; background-color:#f7f7f7; padding:70px 0; margin-bottom:20px; background-position:center center; background-size:cover; background-repeat:no-repeat; }
.page-title h1 { letter-spacing:normal; font-weight:700; font-size:24px; text-transform:uppercase; position:relative; margin:0; text-align:center; }
.page-header .breadcrumbs-wrapper .container { padding-top:10px; padding-bottom:0px; }

/*======================================================================
  12. Section
========================================================================*/
.section { padding-top:70px; padding-bottom:70px; }
.section-header { margin-bottom:30px; text-align:center;display: flex !important;align-items: center !important;justify-content: space-between !important; }
.section-header h2 { font-size:24px; font-weight:700; line-height:1.3; margin:0 auto; }
.section-header p { color:#9a9a9a; font-size:13px; margin:5px 0 0; display:block; }
.section-header.style2 h2 { margin-bottom:5px; }
.section-header.style2 p { max-width:550px; margin:0 auto; }
.pb-section { padding-bottom:50px; }
.pt-section { padding-top:50px; }
.no-pb-section { padding-bottom:0 !important; }
.no-pt-section { padding-top:0 !important; }

.section-header.style1 { border-bottom: 2px var(--main-color) solid; }
.section-header-left { text-align:left; padding-right:20px; }
.section-header-right { text-align:right; }

@media only screen and (min-width: 992px) {
    #page-content { min-height:500px; }
}

/*======================================================================
  13. Product Grid
========================================================================*/
.grid-products a { text-decoration:none !important; }
@media only screen and (min-width: 992px) {
    .shop-grid-5 .grid-products .item.col-lg-2 { -ms-flex:0 0 20%; -webkit-flex:0 0 20%; flex:0 0 20%; max-width:20%; }
}
@media only screen and (min-width: 1540px) {
    .shop-grid-7 .grid-products .item.col-lg-2 { -ms-flex:0 0 14.2222%; -webkit-flex:0 0 14.2222%; flex:0 0 14.2222%; max-width:14.2222%; }
}

.grid-products .item .product-image .showVariantImg img { opacity:0; visibility:hidden; }
.grid-products .item .product-image .showVariantImg .variantImg { visibility:visible; opacity:1; }
.grid-products .item .product-image .showLoading { transition: .5s; animation: loader-rotate .8s infinite linear; background: none !important; border: 3px solid rgba(100,100,100,.5);     border-top-color: rgba(100, 100, 100, 0.5); border-radius: 100%; border-top-color: #fff; content: ""; height: 34px !important; left: 50%; line-height: 1; margin-left: -17px; margin-top: -17px; pointer-events: none; position: absolute; top: 50% !important; -webkit-animation: loader-rotate .8s infinite linear; width: 34px !important; z-index: 154 !important; }
.grid-products .item .product-image { position:relative; overflow:hidden; margin:0 auto 15px; }
.grid-products .item .product-image > a { display:block; white-space:nowrap; opacity:1; }
.grid-products .item .product-image img { display:inline-block; width:100%; margin:0 auto; vertical-align:middle; -ms-transition:all ease-out 0.4s; -webkit-transition:all ease-out 0.4s; transition:all ease-out 0.4s; }
.grid-products .item .product-image .hover { visibility:hidden; opacity:0; left:50%; top:50%; position:absolute; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.grid-products .item .product-image:hover .primary { opacity:0.6; }
.grid-products .item .product-image:hover .hover:not(.variantImg) { opacity:1; visibility:visible; }
.grid-products .item .product-details.text-left .product-name, 
.grid-products .item .product-details.text-left .product-price .price { font-size:14px; }


.slick-prev, .slick-next { width:30px; height:30px; text-align:center; position:absolute; z-index:9; display:block; line-height:normal; font-size:0px; padding:6px 10px; cursor:pointer; background:rgba(255,255,255,0.75); color:transparent; top:50%; -webkit-transform:translate(0, -50%); -ms-transform:translate(0, -50%); transform:translate(0, -50%); padding:0; border:none; opacity:1; }
.slick-prev { left:10px; }
.slick-next { right:10px; }
.slick-prev:before, .slick-next:before { font-family: "iconfont" !important; font-size:20px; line-height:30px; color:#000; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; vertical-align:middle; display:block; }
.slick-prev:before { content:"\e634"; }
.slick-next:before { content:"\e634";transform: rotate(180deg); }

.productSlider:hover .slick-arrow, .productPageSlider:hover .slick-arrow, .productSlider-style1:hover .slick-arrow, .productSlider-style2:hover .slick-arrow,
.productSlider-style2:hover .slick-arrow, .productSlider-fullwidth:hover .slick-arrow { opacity:1; }
.grid-products .slick-arrow { margin-top:-10px; width:30px; }
.productPageSlider .slick-arrow { margin-top:-20px; }
.productSlider-style1 .slick-arrow, .productSlider-style2 .slick-prev, .productSlider-fullwidth .slick-prev { margin-top:-10px; }
.productSlider .slick-arrow, .productPageSlider .slick-arrow, .productSlider-style1 .slick-arrow,
.productSlider-style2 .slick-arrow, .productSlider-fullwidth .slick-arrow { padding:6px 10px; border-radius:0; opacity:0; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.productSlider .slick-next, .productPageSlider .slick-next, .productSlider-style1 .slick-next,
.productSlider-style2 .slick-next, .productSlider-fullwidth .slick-next { right:-35px; }
.productSlider .slick-prev, .productPageSlider .slick-prev, .productSlider-style1 .slick-prev,
.productSlider-style2 .slick-prev, .productSlider-fullwidth .slick-prev { left:-35px; }
.grid-products .slick-slider .item, .grid-products.slick-slider .item { margin-bottom:0; }

.productSlider.slick-slider .slick-list,
.productPageSlider.slick-slider .slick-list,
.productSlider-style2.slick-slider .slick-list { margin:0 -10px; }
.productSlider.slick-slider .slick-slide,
.productPageSlider.slick-slider .slick-slide,
.productSlider-style2.slick-slider .slick-slide { margin:0 10px; }

.product-labels { position:absolute; left:5px; top:5px; }
.product-labels + .product-labels { top:30px; }
.product-labels.rectangular .lbl { border-radius:0; }
.product-labels.radius .lbl { border-radius:3px; }
.product-labels.round .lbl { border-radius:100px; width:45px; height:43px; line-height:44px; padding:0 10px; }
.product-labels .lbl { display: block; white-space:nowrap; color:#fff; font-size:11px; font-weight:400; text-transform:uppercase; text-align:center; padding:0 5px; height:20px; line-height:20px; margin-bottom:5px; }
.product-labels .on-sale { right:5px; background:#e60f00; }
.product-labels .pr-label1, .product-labels .new { left:5px; background:#01bad4; }
.product-labels .pr-label2, .product-labels .hot { left:5px; background:#e9a400; }
.product-labels .pr-label3 { left:5px; background:#81d53d; }
.product-labels.rounded .lbl { 
    border-radius:50%; -moz-border-radius:50%; display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; -moz-align-items:center; 
    align-items:center; white-space:nowrap; word-break:break-all;-webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; -moz-justify-content:center; justify-content:center; text-align:center; height:50px; width:50px;
}

.grid-products .item { margin:0 0 10px; padding-inline: 5px; text-align:center; }
.grid-products .item:hover { border-color: #e9e9e9;
  box-shadow: 0 0 2px 2px #f8f8f8; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.grid-products .item .product-name a { color:#000; font-size:1em; line-height:1.2; margin-bottom:0; }
.grid-products .item .product-name a:hover { color: #333; }
.brand-name { color:#9d9d9d; font-size:12px; text-transform:uppercase; }
.grid-products .item .product-review { margin-bottom:10px; }
.grid-products .item .swatches { margin: 8px 0 7px; }
.grid-products .item .product-price { margin:5px 0 10px; color:#000000; font-weight:600; }
.product-price .old-price { color:#555; opacity:0.8; text-decoration:line-through; }
.product-price .old-price + .price { padding-left:5px; color:#e95144 !important; }
.product-price .price { color:#000000; }
.product-price__sale, .product__price--sale { color:#000 !important; }

.product-review .an { font-size:16px; opacity:1; color:#ffb503; margin:0; }
.product-review .an.gray-star { color:#ddd; }

.brand-name a { color:#555; font-size:12px; text-transform:uppercase; }

.product-load-more .list-product, .product-load-more .item { display:none; }

.product-with-colletion-bnr .grid-products .item { margin-bottom:0; }
.product-with-colletion-bnr a { position:relative; display:block; }
.product-with-colletion-bnr .btn-inner { position:absolute; bottom:20px; left:0; right:0; }
.product-with-colletion-bnr .btn-inner span { font-weight:700; margin:0; background:#fff; font-size:14px; display:inline-block; padding:8px 25px; word-wrap:break-word; color:#111; letter-spacing:0.02em; line-height:normal; }
.product-with-colletion-bnr .item:hover .btn-inner span { background-color:rgba(255,255,255,0.8); }

.products-grid-section .grid-products .button-set.style3 { position:static; opacity:1; visibility:visible; margin-top:10px; }
.products-grid-section .grid-products .row .item { margin-bottom:40px; }
.products-grid-section .grid-products .row:last-of-type .item { margin-bottom:20px; }

.modal-content { border-radius: 0; -webkit-border-radius: 0; }
.modal-header { border: 0; padding: 0; }
.modal-header .btn-close { padding: 0; margin: 0; position: absolute; right: 10px; top: 10px; z-index: 100; }

/*======================================================================
  14. Product Listview
========================================================================*/
.list-view-item { display:table; table-layout:fixed; margin-bottom:15px; padding-bottom:15px; width:100%; border-bottom:1px solid #e8e9eb; text-decoration:none; }
.list-view-item:hover { text-decoration:none; }
.list-view-item p { color:#555; margin-bottom: 10px; }
.list-view-item .brand-name { margin-bottom:10px; }
.list-view-item__image-column { display:table-cell; vertical-align:middle; width:280px; }
.list-view-item__image-wrapper { position:relative; margin-right:20px; }
.list-view-item__title-column { display:table-cell; vertical-align:middle; }
.list-view-items .grid-view-item__title { font-size:15px; font-weight:700; margin-bottom:10px; text-align:left; }
.list-view-items .product-price { font-size:16px; margin-bottom:10px; }
.list-view-items .product-price__sale { padding-left:5px; }
.list-view-items .variants { margin-top:10px; display:inline-block; vertical-align:middle; }
.list-view-items .button-box { display:inline-block; vertical-align:middle; margin-top:0; }
.list-view-items .button-box > div { display:inline-block; }
.list-view-items .button-box > div .btn-icon { color:#fff; font-size:18px; background-color:var(--main-color); width:40px; height:39px; line-height:39px; padding:0 10px; display:inline-block; vertical-align:middle; margin:0; }
.list-view-items .button-box > div .btn-icon.wishlist { margin:0 7px; }

/*======================================================================
  15. Products Detail Page
========================================================================*/
.product-form .swatch { margin-bottom:10px; }
.product-form .swatch .product-form__item { margin-bottom:0; padding-bottom:0; padding-top:0; }
.product-form__item { -webkit-flex:1 1 200px; -moz-flex:1 1 200px; -ms-flex:1 1 200px; flex:1 1 200px; margin-bottom:10px; padding:5px 5px 0; }
.product-form .swatch label { display:block; text-transform:uppercase; font-weight:600; margin-bottom:8px; }
.product-form .swatch label .required { color:#F00; }
.product-form .swatch label .slVariant { font-weight:normal; padding-right: 20px; }
.product-form .swatch .swatch-element { display:inline-block; margin-right:8px; cursor:pointer; }
.product-form .swatch .swatchInput + .swatchLbl.color.medium { width:50px; height:50px; }
.product-form .swatch .swatchInput:checked + .swatchLbl { border:2px solid #111111; box-shadow:none; }
.product-form .swatch .swatchInput + .swatchLbl.color { width:30px; padding:0; height:30px; background-repeat:no-repeat; background-position:50% 50%; background-size:100% auto; cursor:pointer; }
.product-form .swatch .swatchInput + .swatchLbl.large { width:40px; height:40px; }
.product-form .swatch .swatchInput + .swatchLbl.large:not(.color) { line-height:36px; }
.product-form .swatch .swatchInput + .swatchLbl {
    color:#333; font-size:12px; font-weight:400; line-height:25px; text-transform:capitalize; display:inline-block; margin:0; min-width:30px; height:30px; overflow:hidden; text-align:center; background-color:#f9f9f9; padding:0 10px; border:2px solid #fff; box-shadow:0 0 0 1px #ddd; 
    border-radius:0; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer;
}
.product-form .swatch .swatchInput { display:none; }

.product-action { width:100%; display:block; margin:5px 0 10px; padding:0 5px; }
.product-action .quantity { float:left; margin:0 10px 10px 0; }
.product-action .add-to-cart { width:auto; overflow:hidden; }
.product-action .add-to-cart .button-cart { width:100%; padding:6px 15px; min-height:42px; }
.product-action .wishlist-btn .wishlist { width:auto; float:left; padding:0; line-height:normal;  }
.product-action .wishlist-btn .wishlist i { vertical-align:middle; }
.product-action .wishlist-btn .wishlist:hover { color:#555; background-color:transparent; }

.share-icon { clear:both; }
.share-icon span { display:inline-block; font-weight:600; text-transform:uppercase; margin-right:5px; }
.share-icon .social-icons {  display:inline-block; }
.share-icon .social-icons li { margin-right:6px; }

.product-single-1 .product-details-img .product-zoom-right { width:100%; }
.product-details-img:before, .product-details-img:after { content:''; clear:both; display:block; } 
.product-details-img .product-thumb { display:inline-block; padding:0 10px 0 0; width:15%; margin:0; float:left; }
.product-details-img .product-thumb-1 { display:block; padding:0; width:100%; margin:0; float:left; padding-right:0; }
.product-details-img .product-zoom-right { display:inline-block; position:relative; width:85%; float:left; }
.product-thumb .product-dec-slider-2 a { cursor:pointer;}
.product-thumb .slick-slide { margin-bottom:3px; }
.product-details-img .product-thumb .slick-arrow { top:auto; background-color:rgba(255,255,255,0.8); padding:5px 0; opacity:0; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.product-details-img:hover .product-thumb .slick-arrow { opacity:1; }
.product-details-img .product-thumb .slick-prev { top:16px; left:50%; margin-left:-15px; }
.product-details-img .product-thumb .slick-next { bottom:-10px; left:50%; right:auto; margin-left:-15px; }
.product-details-img .product-thumb .slick-prev:before { content:"\f106"; font-family:"annimex-bold"; font-size:15px; line-height:20px; }
.product-details-img .product-thumb .slick-next:before { content:"\f107"; font-family:"annimex-bold"; font-size:15px; line-height:20px; }
.product-details-img .product-labels { z-index:99; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-arrow { background:transparent; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-next { right:0; top:50%; left:inherit; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-prev { left:15px; top:50%; bottom:0; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-prev:before { content:"\ea8b"; font-family:"annimex-bold"; font-size:16px; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-next:before { content:"\ea8c"; font-family:"annimex-bold"; font-size:16px; }

.product-details-img .social-sharing { text-align:center; clear:both; padding-top:20px; }
.product-details-img .social-sharing .share-title { display:none; }

.trustseal-img { margin:20px 0; }
.zoomContainer { z-index:2; }
.product-buttons > a { position:relative; }
.product-buttons .tooltip-label { padding:4px 6px; line-height:normal; top:-42px; left:50%; -ms-transform:translate(-50%); -webkit-transform:translate(-50%); transform:translate(-50%); border-radius:0; }
.product-buttons .btn:hover .tooltip-label { opacity:1; visibility:visible; top:-30px; z-index:1000; }

.product-form .swatch .swatchInput + .swatchLbl.rounded { border-radius:50% !important; }
.product-form .swatch .swatchInput + .swatchLbl.rectangle { border-radius:7px !important; }

.product-buttons { position:absolute; right:10px; bottom:10px; z-index:10; }
.product-buttons .btn.popup-video i, .product-buttons .btn i { line-height:33px; }
.product-buttons .btn { font-size:19px; height:36px; width:36px; text-align:center; margin-top:5px; clear:both; padding:0; line-height:33px; color:#ffffff; opacity:0.9; }
#videoPopup .modal-dialog { padding: 0; max-width: 700px; }
#videoPopup .modal-header .btn-close { right: 5px; top: 5px; font-size: 11px; }

h1.product-single__title, .product-single__title.h1 { color:#000; font-size:26px; margin-bottom:10px; font-weight:bold; }

.product-detail-container .prInfoRow { margin-bottom:10px; }
.product-detail-container .prInfoRow > div { display:inline-block; margin-right:5%; }
.product-detail-container .prInfoRow .instock { color:#447900; }
.product-detail-container .prInfoRow .outstock { color:#F00; }
.product-detail-container .prInfoRow .spr-badge-caption { color:#424242; padding-left:5px; }
.product-detail-container .prInfoRow a:hover { text-decoration:none; }
.product-single__price .product-price__price { font-size:22px; padding-left:3px; }
.product-single__price .product-price__old { font-size:18px; color:#888; text-decoration:line-through; padding-right:10px; } 
.discount-badge { display:inline-block; vertical-align:middle; margin:-2px 0 0 5px; font-size:13px; }
.discount-badge .product-single__save-amount { font-weight:700; }
.discount-badge .off, .discount-badge .product-single__save-amount { color:#e95144; }
.product-single__price { display:inline-block; margin-right:10px; font-weight:600; margin-bottom:15px; margin-top:10px; }
.orderMsg { color:#fff; margin-bottom:20px; display:block; }
.orderMsg p { color:#f00; line-height:normal; background-color:#fff1f1; padding:8px 20px; display:inline-block; text-align:center; }
@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity:0.0; } 
}
.product-description {white-space: pre-wrap;}
.product-description .title{ margin-bottom:15px;margin-top:50px; border-bottom: 1px #d7d7d7 solid;font-size: 24px;
  font-weight: 700;
  line-height: 1.3;}
.product-description .title:after{ content: ''; width:100px; height:3px; display:block; background-color:var(--main-color); margin-top:10px; }

.product-description ul, .product-single__description ul { margin-left:0; }
.product-single__description ul { text-align:left; }
.product-description ul li, .product-single__description ul li { position:relative; margin-left:15px; list-style:disc; }

.rte { margin-bottom:20px; }
.rte li { margin-bottom:4px; list-style:inherit; }
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 { margin-top:30px; margin-bottom:15px; }
.rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child { margin-top:0 }
.rte:last-child { margin-bottom:0; }


.product-form { display:-webkit-flex; display:-ms-flexbox; display:flex; width:100%; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-align:end; -webkit-align-items:flex-end; -moz-align-items:flex-end; -ms-align-items:flex-end; -o-align-items:flex-end; align-items:flex-end; width:auto; margin:0 -5px -10px; }
.product-detail-container .product-form .swatch { width:100%; }
.product-form .swatch { margin-bottom:10px; }
.product-form .swatch .product-form__item { margin-bottom:0; padding-bottom:0; padding-top:0; }
.product-form .swatch .sizelink { float:right; }
.product-form__item { -webkit-flex:1 1 200px; -moz-flex:1 1 200px; -ms-flex:1 1 200px; flex:1 1 200px; margin-bottom:10px; padding:5px; }
.product-form .swatch label { display:block; text-transform:uppercase; font-weight:600; }
.product-form .swatch .swatch-element { display:inline-block; margin-right:5px; cursor:pointer; }
.product-form .swatch .swatchInput + .swatchLbl.color.medium { width:40px; height:40px; }
.product-form .swatch .swatchInput:checked + .swatchLbl, .product-form .swatch .swatchInput:hover + .swatchLbl { border:2px solid #111111; box-shadow:none; }
.product-form .swatch .swatchInput + .swatchLbl.color { width:30px; padding:0; height:30px; background-repeat:no-repeat; background-position:0 0; background-size:100% auto; cursor:pointer; }
.product-form .swatch .swatchInput + .swatchLbl.large { width:40px; height:40px; }
.product-form .swatch .swatchInput + .swatchLbl.large:not(.color) { line-height:36px; }
.product-form .swatch .swatchInput + .swatchLbl { 
    color:#000; font-size:12px; font-weight:400; line-height:26px; text-transform:capitalize; display:inline-block; margin:0; min-width:30px; height:30px; overflow:hidden; text-align:center; background-color:#f9f9f9; padding:0 10px; border:2px solid #fff; box-shadow:0 0 0 1px #ddd; 
    border-radius:0; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer; 
}
.product-form .swatch .swatchInput { display:none; }
.product-form .swatch .swatch-element { position:relative; }
.product-form .swatch .swatch-element:hover .tooltip-label { opacity:1; top:-28px; visibility:visible; }
.product-form .swatch .swatch-element.unavailable { opacity:0.6; cursor:default; }
.product-form .swatch .swatch-element.unavailable:before { display:block; position:absolute; content:""; border-radius:1000px; transform:scale(1.33) rotate(45deg); -webkit-transform:scale(1.33) rotate(45deg); left:18px; top:-1px; width:2px; height:calc(90% + 2px); background:#F00; }

.product-form .swatch .swatch-element .black { background-color:#000; }
.product-form .swatch .swatch-element .white { background-color:#fff; border:1px solid #ddd; }
.product-form .swatch .swatch-element .red { background-color:#fe0000; }
.product-form .swatch .swatch-element .blue { background-color:#0000fe; }
.product-form .swatch .swatch-element .pink { background-color:#ffc1cc; }
.product-form .swatch .swatch-element .gray { background-color:#818181; }
.product-form .swatch .swatch-element .green { background-color:#027b02; }
.product-form .swatch .swatch-element .orange { background-color:#fca300; }
.product-form .swatch .swatch-element .yellow { background-color:#f9f900; }
.product-form .swatch .swatch-element .blueviolet { background-color:#8A2BE2; }
.product-form .swatch .swatch-element .brown { background-color:#A52A2A; }

.infolinks { margin:5px 0 20px; padding:0; width:100%; }
.infolinks .btn, .infolinks .wishlist { border:0; background-color:transparent; color:#000; padding:0; margin-right:15px; display:inline-block; vertical-align:top; }
.infolinks .btn:focus, .infolinks .wishlist:focus { outline:0; box-shadow:none; }
.infolinks .wishlist { background:none !important; color:#000 !important; width:auto; text-align:left; line-height:inherit; height:auto; text-decoration:none; margin-bottom:0; }
.infolinks a { flex:1; -ms-flex:1; -webkit-flex:1; margin-right:0 !important; padding-right:5px; }

#sizechart .modal-dialog { max-width: 650px; }
#sizechart table tr th { background:#000; color:#fff; border:0 !important; white-space: nowrap; }
#sizechart table tr th, #sizechart table tr td { padding:7px 12px; text-align:center; font-size:12px; border:1px solid #e8e9eb; }
table { margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
#sizechart ul, #ShippingInfo ul { margin:0 0 20px 15px; }

#productInquiry .modal-dialog, #ShippingInfo .modal-dialog { max-width: 700px; }
#productInquiry .page-title .an { font-size:26px; margin-bottom:10px; background-color:#f7f7f7; width:50px; height:50px; line-height:45px; border-radius:100px; }
#productInquiry h3 { font-size:20px; font-weight:bold; margin-bottom:20px; }
#productInquiry input[type="tel"], #productInquiry input[type="email"], #productInquiry input[type="text"], #productInquiry textarea { background-color:#f4f4f4; border-color:#f4f4f4; margin-bottom:20px; }
#productInquiry textarea { padding:10px; }

.wrapQtyBtn { float:left; }
.product-action .qtyField { position: relative; display:table; margin:0 auto; border:1px solid #ddd; }
.product-action .qtyField .qtyBtn, 
.product-action .qtyField .qty { padding:10px 6px; width:45px; height:40px; border-radius:0; float:left; border:0; }
.product-action .qtyField .qty { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.product-action .qtyField .qtyBtn { background-color:#f7f7f7; width: 30px; }
.product-action .qtyField a { background-color:#fff; color:#000; border:0; }
.product-action .qtyField a .fa { font-size:12px; line-height:21px; }
.product-action .qtyField > a, .product-action .qtyField > span, .qtyField input { display:table-cell; line-height:normal; text-align:center; padding:3px 6px; border:1px solid #f5f5f5; }
.product-form__item--submit { width:auto; overflow:hidden; padding-left:15px; }
.product-form__item--submit .btn { font-size:16px; width:100%; padding:8px 15px 9px 15px; min-height:42px; }
.agree-check { margin:15px 0 10px; }
.agree-check .checkbox { margin-right:3px; }
.buy-it-btn .btn { border-radius:0; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; color:#fff; background-color:#000; float:right; cursor:pointer; display:block; font-size:14px; font-weight:400; line-height:1; text-align:center; width:100%; padding:1em 2em; margin:0 0 15px; letter-spacing:0.02em; }
.buy-it-btn .btn[disabled] { opacity:0.6; cursor:default; }
.social-sharing { display: inline-flex; }
.social-sharing .btn { color:#000 !important; padding:0 5px; margin-bottom:0; background:none !important; border:0; letter-spacing:normal; text-transform:capitalize; }
.btn--share .fa { color:#222222; font-size:14px; }

.freeShipMsg { margin-bottom:12px; }
.freeShipMsg .fa { font-size:20px; width:25px; vertical-align:middle; }
.shippingMsg { margin-bottom:12px; }
.shippingMsg .fa { font-size:18px; width:25px; vertical-align:middle; }

#quantity_message { color:#e00; font-size:14px; font-weight:600; text-align:center; padding:5px 9px; margin-bottom:15px; border:1px dashed #e00; text-transform:uppercase; }
#quantity_message .items { font-weight:700; }

.userViewMsg { clear:both; margin-bottom:12px; }
.userViewMsg .fa, .userViewMsg .uersView { color:#e95144; }
.userViewMsg .fa { font-size:18px; width:25px; }

.prFeatures { padding:20px 0; }
.prFeatures .feature { margin-bottom:20px; }
.prFeatures img { float:left; }
.prFeatures .details { margin-left:65px; line-height:1.5; }
.prFeatures .details h3, .prFeatures .details .h3 { margin-bottom:5px; text-transform:uppercase; }

.template-product .tabs-listing { margin-top:40px; margin-bottom:20px; }
.template-product .tabs-listing .tabs-ac-style { display:none; }
.template-product .tabs-listing .product-tabs { border-bottom:1px solid #e8e9eb; width:100%; margin-bottom:0; text-align:center; }
.template-product .tabs-listing .product-tabs li { float:none; display:inline-block; cursor:pointer; margin-right:25px; }
.template-product .tabs-listing .product-tabs a { color:#000; font-size:14px; line-height:normal; position:relative; border-bottom:0; letter-spacing:0; display:block; border:0; border-bottom:3px solid transparent; padding:10px 0; background:transparent; text-transform:uppercase; font-weight:600; border-radius:0; outline:none; text-decoration:none; }
.template-product .product-tabs li.active a, .template-product .product-tabs li.active a:focus { background:transparent; text-decoration:none; color:var(--secondary-color); border-color:var(--secondary-color); opacity:1; }
.template-product .product-tabs li.active a:before, .template-product .product-tabs li.active a:before { content: ""; width:100%; height:2px; background-color:#fff; position:absolute; bottom:-1px; left:0; right:0; }
.tabs-listing.tabs-listing-style2 .product-tabs { margin-top:60px; }
.tabs-listing.tabs-listing-style2 .product-tabs li { margin-right:1px; }
.tabs-listing.tabs-listing-style2 .product-tabs a { color:#000; font-weight:600; font-size:13px; background:#f7f7f7; padding:10px 20px; border:0 !important; }
.tabs-listing.tabs-listing-style2 .product-tabs li.active a, .tabs-listing.tabs-listing-style2 .product-tabs li.active a:focus { color:#fff; background:var(--secondary-color); border:0 !important; }
.tabs-listing.tabs-listing-style2 .product-tabs li.active a:before, .tabs-listing.tabs-listing-style2 .product-tabs li.active a:before { display:none; }
.acor-ttl.active { border-bottom:1px solid #000; }
.acor-ttl { display:block; padding:15px 0; position:relative; font-weight:700; letter-spacing:0; border-bottom:1px solid #e8e9eb; margin:0; font-size:15px; cursor:pointer; }
.template-product .tabs-listing .tab-container { padding:30px 0; text-align:left; }
.tab-container .tab-content { display:none; }
#shopify-product-reviews { *zoom:1; display:block; clear:both; overflow:hidden; margin:1em 0; }
.spr-container:before, .spr-container:after { content:" "; display:table; }
.spr-summary-starrating { margin:0 6px 0 0; }
.spr-summary-actions-newreview { float:right; background:#000; color:#fff !important; font-size:12px; font-weight:700; padding:8px 10px; text-transform:uppercase; }
.spr-form-title { font-size:18px; font-weight:700; line-height:24px; margin-top:0; text-transform:uppercase; }
.spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, .spr-form-review-body { *zoom:1; margin:0 0 15px 0; }
.spr-container input, .spr-container select, .spr-container textarea { border-color:#d3d3d3; }
.spr-reviews { padding:0 0 20px; }
.spr-reviews .review-inner { max-height:525px; overflow-y:auto; }
.spr-reviews .spr-review:not(:last-of-type) { border-bottom:1px dotted #a6a6a6; padding-bottom:15px; margin-bottom:15px; }
.spr-review-header-starratings { margin:0; display:inline-block; }
.spr-review-header-title { font-size:15px; line-height:24px; margin:0; padding:0; border:none; }
.spr-review-header-byline { font-weight:normal; font-size:12px; opacity:0.7; display:inline-block; margin:0 0 1em 0; }
.spr-review-header-byline strong { font-weight:normal; }
.spr-review-content { *zoom:1; margin:0; }
.spr-form-actions .spr-button-primary { float:left; }
.new-review-form .spr-form-label { display:block; margin-bottom:3px; }
.new-review-form .spr-form-label .required { color:#F00; }

.tabs-listing .tab-container table { max-width:100%; }
.tabs-listing .tab-container table tr th { background-color: #f7f7f7; }
.tabs-listing .tab-container table tr th, .tabs-listing .tab-container table tr td { padding:7px 12px; font-size:14px; border:1px solid #e8e9eb; }

.related-product { margin-bottom:70px; }
.related-product .section-header { margin-bottom:20px; flex-direction: column; }
.related-product .section-header p { margin-left:auto; margin-right:auto; }
.related-product .button-set.style1 li .btn-icon { font-size:14px; margin:1px; width:30px; height:30px; line-height:28px; }
.sub-heading { text-align:center; max-width:500px; margin:0 auto; }
.related-product .grid--view-items { overflow:visible; }
.recently-product .grid-products .item { float:left; }

.product-single__photos.bottom .product-dec-slider-1 { padding:8px 0; margin-left:-4px; }
.product-single__photos.bottom .product-dec-slider-1 .slick-list { margin:0 -2px; }
.product-single__photos.bottom .product-dec-slider-1 .slick-slide { margin:0 4px; }
.product-info .lbl { font-weight:700; }

.left-content-product { float:left; width:80%; padding-right:30px; }
.sidebar-product { float:left; width:20%; }
.sidebar-product .prFeatures { padding-top:0; }
.sidebar-product .prFeatures h5 { font-size:1.07692em; font-family:'微软雅黑', 'Poppins'; font-weight:600; }
.template-product-right-thumb .sidebar-product .prFeatures { padding-top:0; }
.sidebar-product .section-header { margin-bottom:20px; }

.prstyle3 .related-product { margin-bottom:20px; }
.prstyle3 .related-product:before, .prstyle3 .related-product:after { content:''; clear:both; display:block; }
.prstyle3 .related-product .section-header .h2, .prstyle3 .related-product .section-header .sub-heading { text-align:left; }
.prstyle3 .related-product .section-header { margin-bottom:12px; }
.prSidebar .section-header h2, .prSidebar .section-header .h2 { font-size:130%; text-align:left !important; }
.prstyle3 .mini-list-item .mini-view_image img { max-width:110px; }
.prstyle3 .mini-list-item .mini-view_image { width:28%; }
.prstyle3 .mini-list-item .details { margin-left:32%; }

.template-product-right-thumb .product-details-img .product-thumb { padding-right:0; padding-left:5px; }
.template-product-right-thumb .product-thumb .product-dec-slider-2 a { padding-bottom:3px; }
.template-product-right-thumb .prFeatures { padding:40px 0 20px; }

.product-countdown { position:static; margin:15px 0; }
.product-countdown:before, .product-countdown:after { content:''; clear:both; display:block; }
.product-countdown .time-count { font-weight:700; font-size:24px; display:block; width:100%; text-align:center; margin:0; }
.saleTime.product-countdown { position:static; margin:0 0 15px 0; display:inline-flex; width:100%; }
.saleTime.product-countdown > * { width: 100%; margin: 3px; }
.saleTime.product-countdown .count-inner { background-color:#f5f5f5; width:100%; border:1px solid #f0f0f0; padding:10px; margin:0; }
.saleTime.product-countdown .count-inner .time-count { color:#000; font-size:18px; line-height:30px; font-weight:bold; }
.saleTime.product-countdown span>span { margin-top:0; }
.saleTime.product-countdown span>span span { color:#000; font-size:13px; line-height:16px; display:block; background-color:transparent; border:0; padding:0; margin:0 auto; }

.product-right-sidebar .product-details-img { width:50%; float:left; padding-right:10px; }
.product-right-sidebar .product-information { width:50%; float:left; padding-left:10px; }
.product-right-sidebar .sidebar-product { width:100%; }
.product-right-sidebar .tabs-listing { clear:both; padding-top:30px; }
.product-right-sidebar .sub-heading { text-align:left; }
.product-right-sidebar .related-product { margin-bottom:20px; }

.product-labels .pr-label3 { left:5px; background:#fb6c3e; }

.product-single .product-single__meta { position:relative; margin-bottom:10px; }
.product-single .product-featured-img { width:100%; display:block; margin:0 auto; }
.product-single .grid_item-title { font-size:26px; margin-bottom:25px; }

.mfpbox { margin:0 auto; padding:20px; max-width:800px; position:relative; background:#fff; box-shadow:0 0 20px rgba(51,51,51,0.3); -webkit-box-shadow:0 0 20px rgba(51,51,51,0.3); }
.mfpbox .mfp-close { right:0; opacity:1; top:0; color:#333; line-height:30px; height:30px; width:30px }

.product-nav { 
    color:#333333; font-size:12px; line-height:1.2; max-width:200px; padding:5px; opacity:0.3; display:-webkit-flex; display:-ms-flexbox; display:flex; width:100%; -ms-flex-align:center; -webkit-align-items:center; -moz-align-items:center; 
    -ms-align-items:center; -o-align-items:center; align-items:center; -webkit-justify-content:space-between; -ms-justify-content:space-between; justify-content:space-between; position:fixed; top:45%; z-index:99; background-color:#ffffff; box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.product-nav:hover { color:#333; opacity:1; }
.product-nav.prev-pro { left:-130px; }
.product-nav.next-pro { right:-130px; }
.product-nav .details { width:125px; padding:5px; }
.product-nav span.img { width:60px; }
.product-nav:hover.prev-pro { left:0; }
.product-nav:hover.next-pro { right:0; }
.product-nav .price { margin-top:10px; display:block; }

.product-horizontal-style .product-zoom-right { width:100%; }
.product-horizontal-style .product-horizontal-thumb { width:100%; padding:10px 0; }
.product-horizontal-style .product-horizontal-thumb .slick-slider { margin:0 -10px 0 0; }
.product-horizontal-style .product-horizontal-thumb .slick-slide { margin:0 10px 0 0; cursor:pointer; }
.product-horizontal-style .product-horizontal-thumb .slick-prev { left:0; top:50%; margin:0; }
.product-horizontal-style .product-horizontal-thumb .slick-prev:before { content: "\f104"; font-family:"annimex-bold"; font-size:14px; line-height:18px; }
.product-horizontal-style .product-horizontal-thumb .slick-next { right:9px; left:auto; bottom:auto; top:50%; margin:0; }
.product-horizontal-style .product-horizontal-thumb .slick-next:before { content: "\f105"; font-family:"annimex-bold"; font-size:14px; line-height:18px; }

.product-sticky-style .product-horizontal-style { position: relative; z-index: 1; width: 100%; }
.product-360-degree-layout .trustseal-img { margin-top:20px; }
.product-single .type-product { display:block; margin:10px 0; }
.social-sharing .btn .share-title { display:none; }


.template-product .tabs-listing.tab-accordian-style { margin-top:10px; }
.tab-accordian-style .acor-ttl { line-height:normal; text-transform:uppercase; color:#000; background-color:#f3f3f3; border:1px solid #f3f3f3; display:block; padding:10px 30px 10px 15px; margin-bottom:5px; }
.tab-accordian-style .acor-ttl.active { color:#fff; background-color:var(--main-color); border:1px solid var(--main-color); }
.tab-accordian-style .acor-ttl:before { font-family:"annimex-bold"; content: "\f107"; font-size:14px; position:absolute; right:10px; top:50%; margin-top:-8px; }
.tab-accordian-style .acor-ttl.active:before { content: "\f106"; }
.tab-accordian-style .tab-container .tab-content { padding:20px 0; }

.product-single-style2 .product-sticky-style { margin-bottom:45px; position:sticky; position:-webkit-sticky; top:70px; }
.product-single-style2 .product-details-img .product-zoom-right { width:100%; }
.product-single-style2 .product-details-img .zoompro-wrap { margin-bottom:10px; }
.product-single-style2 .product-form__item .sizelink,
.product-single-style3 .product-form__item .sizelink { padding-left:10px; }

.product-single-style3 .product-form { margin-left:0; margin-right:0; }
.product-single-style3 .product-form .col-12 { padding:0 5px; }
.product-single-style3 .product-form .row { width:100%; margin:0 -5px; }
.product-single-style3 .infolinks { margin:10px 0 30px; }
.product-single-style3 .orderMsg { color:#000; }
.product-single-style3 .orderMsg .anm { font-size:20px; padding-right:5px; }
.product-single-style3 .product-action { margin:10px 0; padding:0; }
.product-single-style3 .userViewMsg .anm { font-size:16px; padding-right:5px; }
.product-single-style3 .userViewMsg .anm, .product-single-style3 .userViewMsg .uersView { color:#000; }
.product-single-style3 .product-sticky-style { position:sticky; position:-webkit-sticky; top:70px; }
.product-single-style3 .product-single { margin-bottom:40px; }

.storeFeatures.storeFeaturesProStyle1 { color:#000; margin-bottom:40px; }
.storeFeatures.storeFeaturesProStyle1 .items { padding:15px 15px 15px 70px; margin:0; background-color:#f7f7f7; position:relative; }
.storeFeatures.storeFeaturesProStyle1 .items .an { font-size:35px; line-height:20px; position:absolute; left:25px; top:25px; }
.storeFeatures.storeFeaturesProStyle1 .items h4 { margin:0; font-size:15px; }
.storeFeatures.storeFeaturesProStyle1 .items span { color:#888; }

.product-single-style4 .product-sticky-style { position:sticky; position:-webkit-sticky; top:70px; }
.product-single-style4 .product-single { margin-bottom:40px; }
.product-single-style4 .product-details-img .product-zoom-right { width:100%; margin-bottom:10px; }
.product-single-style4 .product-details-img > .row { margin-left:-5px; margin-right:-5px; }
.product-single-style4 .product-details-img .col-md-6 { padding-left:5px; padding-right:5px; }

.template-product .list-sidebar-products .grid__item { margin-bottom:15px; }
.template-product .mini-list-item .mini-view_image img { max-width:90px; }

.template-product .block-cart .list-sidebar-products .grid__item { margin-bottom:0; }
.block { background-color:#f5f5f5; padding:15px; }


.product-single-center-mode .product-details-img { margin-bottom:30px; position:relative; } 
.product-single-center-mode .product-buttons { bottom:15px; right:10px; }
.product-single-center-mode .product-center-style3 .slick-slide { opacity:0.5; }
.product-single-center-mode .product-center-style3 .slick-slide.slick-active.slick-center { opacity:1; }
.product-single-center-mode .tabs-listing { margin-bottom:20px; }
.product-single-center-mode .tabs-listing .product-tabs { text-align:center; }
.product-single-center-mode .product-info-center { max-width:860px; margin:0 auto 30px; text-align:center; }

.product-simple-layout #freeShipMsg { margin-top:20px; }
.product-simple-layout .product-form-product-template { border-top:1px dotted #a0a0a0; border-bottom:1px dotted #a0a0a0; padding:20px 0 10px; margin:20px 0 10px; }
.product-simple-layout .tabs-listing .product-tabs { text-align:center; }

.product-variable-layout .product-form-product-template { border-top:1px dotted #a0a0a0; border-bottom:1px dotted #a0a0a0; padding:20px 0; margin:20px 0 30px; }
.product-variable-layout .infolinks .btn { margin-right:10px; }

.product-grouped-layout .product-single__meta .product-single__price .money { font-size:18px; }
.product-grouped-layout .product-form__item--submit { padding-left:0; }
.product-grouped-layout .product-form__item--submit .btn { width:100%; }
.product-grouped-layout .infolinks { margin-bottom:25px; }
.grouped-product-list { border-collapse:collapse; margin-top:10px; }
.grouped-product-list tr { border-bottom:1px dotted #b7b7b7; }
.grouped-product-list td { padding:10px 5px; vertical-align:middle; }
.grouped-product-list td.grouped-product-list-item__thumb img { max-width:70px; }
.grouped-product-list td .qtyField a { background:#f4f4f4; }
.grouped-product-list td .qtyField .qtyBtn, 
.grouped-product-list td .qtyField .qty { height:35px; padding:7px 6px; }
.grouped-product-list td .qtyField .qtyBtn { width: 25px; }
.grouped-product-list td .qtyField .qty { width: 40px; }
.grouped-product-list td.grouped-product-list-item__price .old-price { color:#999; padding-right:10px; text-decoration:line-through; }



/*======================================================================
  16. Sidebar
========================================================================*/
.toolbar{margin-bottom: 20px;}
.sidebar .sidebar_widget { margin-bottom:35px;clear:both; width:100%; }
.sidebar .sidebar_widget:last-of-type { margin-bottom:0; }
.sidebar h2, .sidebar .h2 ,.toolbar h2,.toolbar .h2{ margin-bottom:15px; font-size:15px; border-bottom: 1px #d7d7d7 solid;}
.sidebar h2:after,.toolbar h2::after,.toolbar .h2::after { content: ''; width:50px; height:3px; display:block; background-color:var(--main-color); margin-top:10px; }
.sidebar .sidebar_widget .widget-content ul { margin:0 0 15px; list-style:none; }
.sidebar .sidebar_widget.sidePro .widget-content ul { margin:0 0 8px; }
.sidebar .sidebar_widget .widget-content ul li { list-style:none; padding:3px 0; font-size:12px; }


.shop-fullwidth-layout.shop-listing .page-title h1 { text-align:center; }
.shop-fullwidth-layout .filterbar { padding:20px; opacity:0; visibility:hidden; width:300px; height:100%; overflow:auto; background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.3); position:fixed; top:0; left:-240px; z-index:1000; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s; }
.shop-fullwidth-layout .btn-filter { margin-bottom:0; margin-right:10px; padding:5px 10px; font-size:13px; line-height:18px; }
.shop-fullwidth-layout .btn-filter i { vertical-align:middle; }
.shop-fullwidth-layout .filterbar .sidebar_widget:not(.filterBox), .filterbar .static-banner-block { display:none; }
.shop-fullwidth-layout .filterbar.active { left:0; opacity:1; visibility:visible }
.shop-fullwidth-layout .filterbar .closeFilter { color:#fff; font-size:16px; line-height:29px; height:30px; width:30px; text-align:center; visibility:hidden; cursor:pointer; position:fixed; top:15px; left:-30px; background-color:#000; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s; }
.shop-fullwidth-layout .filterbar.active .closeFilter { visibility:visible; left:300px; }
.shop-fullwidth-layout .filterbar .size-swacthes .swacth-list .swacth-btn { background-color: #f5f5f5; }
.brand-filter li { margin-bottom:4px; }

.filter-sidebar { background-color:#f7f7f7; padding:20px; margin-bottom:30px; }
.shop-fullwidth-layout .filter-sidebar { background-color:#fff; padding:0; margin-bottom:0; }
.sidebar .sidebar_widget.categories .sub-level { position:relative; }
.sidebar .sidebar_widget.categories .sub-level > a:after { content:"\f067"; font-family:"annimex-bold"; display:inline-block; position:absolute; right:0; top:3px; }
.sidebar .sidebar_widget.categories .sub-level > a.active:after { content:"\f068"; font-family:"annimex-bold"; display:inline-block; }
.sidebar .sidebar_widget.categories .sub-level ul { margin-left:15px; margin-bottom:0; display:none; }
.sidebar .sidebar_widget.categories li a { color:#111; font-size:14px; display:block; }
.sidebar .sidebar_widget.categories li a:focus { outline:0; }
.filter-by .filter-by-content { margin-bottom:10px; position:relative; }
.filter-by .close-icon { position:absolute; right:0; top:20px; }

.filter-widget .widget-title { position:relative; cursor:pointer; }
.filter-widget .widget-title:after { content:"\f106"; font-family:"annimex-bold"; display:inline-block; position:absolute; right:0; top:1px; font-size:14px; }
.filter-widget .widget-title.active:after { content:"\f107"; font-family:"annimex-bold"; display:inline-block; }
.filter-widget .price-filter { margin-top: 25px; }

.size-swacthes .swacth-list ul { margin-left:0; }
.size-swacthes .swacth-list li { float:left; display:block; }
.size-swacthes .swacth-list .swacth-btn { font-size:11px; display:block; margin-bottom:5px; width:30px; height:30px; line-height:28px; }


.list-sidebar-products { margin-top:30px; }
.list-sidebar-products:before, .list-sidebar-products:after,
.sidebar .sidebar_widget:before, .sidebar .sidebar_widget:after { content:''; clear:both; display:block; }
.list-sidebar-products .grid__item { margin-bottom:5px; } 
.mini-list-item { margin-bottom:10px; display:-ms-flexbox; display:-webkit-flex; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.mini-list-item:before, .mini-list-item:after { content:''; clear:both; display:block; }
.mini-list-item .mini-view_image { float:left; margin-right:15px; }
.mini-list-item .mini-view_image img { width:100%; max-width:70px; }
.mini-list-item .details { flex:6; -ms-flex:6; }
.product-tags li { display:inline-block; border:1px solid #e8e9eb; margin-bottom:5px; height:30px; line-height:20px; }
.product-tags li a { padding:5px 10px; font-size:11px; }
.btnview { background:none; color:#000; padding:5px 0; border-bottom:1px solid #000; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.btnview:hover { background:none; border-color:#fff; color:#000; }

.filters-toolbar-wrapper { border:0; /*margin:-10px 0 20px 0;*/ background-color:#f7f7f7; padding:20px; }
.filters-toolbar-wrapper .change-view { color:#000; font-size:18px; cursor:pointer; background:none; border:0; padding:0 3px; }
.filters-toolbar-wrapper .change-view--active { color:#000; }
.filters-toolbar__product-count { font-size:0.92308em; line-height:35px; margin-bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.filters-toolbar-wrapper select { width:auto; font-size:12px; margin-top:2px; }
.filters-toolbar__input { padding:0 5px; -ms-transition: all ease-out 0.15s; -webkit-transition:all ease-out 0.15s; transition:all ease-out 0.15s; background-color: #fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; height:30px; opacity:1; }
.filters-toolbar__item a{ display:inline-block; height:30px; line-height:20px;padding:5px 1px;min-width: 20%;}
.filters-toolbar__item .active{font-weight: bold;color:var(--secondary-color); font-size:14px;}

.filter-toolbar__sort .btn.active{background-color:var(--main-color);}

.infinitpagin { clear:both; padding:15px 0 0; text-align:center; }
.loadMore { color:#fff !important; }

.pagination { width:100%; text-align:center; list-style:none; font-size:1.15385em; }
.pagination ul { display:block; margin:0 auto; }
.pagination li { display:inline-block; }
.pagination li a { font-size:12px; color:#8e8e8e; height:35px; width:35px; line-height:33px; display:inline-block; border:2px solid #e3e3e3; vertical-align:middle; }
.pagination li.active a, .pagination li a:hover { border:2px solid #000; color:#000; }


.product-load-more .item { display:none; }

.sideProSlider .slick-next { right:0; }
.sideProSlider .slick-prev { left:0; }
.sideProSlider .slick-arrow { opacity:0; visibility:hidden; width:35px; height:35px; background:#fff; }
.sideProSlider:hover .slick-arrow { opacity:1; visibility:visible; }

.sidebar .storeFeatures p { width:100%; }
.sidebar .storeFeatures .anm { font-size:16px; min-width:25px; display:inline-block; }
.sidebar .storeFeatures { color:#000; margin-bottom:40px; background-color:#f7f7f7; padding:10px; }
.sidebar .storeFeatures .items { padding:15px 15px 15px 50px; margin:0; background-color:#f7f7f7; position:relative; border-bottom:1px solid #ddd; }
.sidebar .storeFeatures .items.last { border-bottom:0; }
.sidebar .storeFeatures .items .an { font-size:35px; line-height:20px; position:absolute; left:5px; top:25px; }
.sidebar .storeFeatures .items h4 { margin:0; font-size:15px; }
.sidebar .storeFeatures .items span { color:#888; }
/*======================================================================
  End Sidebar
========================================================================*/

/*======================================================================
  17. Shop Pages
========================================================================*/
.category-banner, .category-description { margin-bottom:20px; }

.small-heading .page-title { background-color:#f5f5f5; padding:30px 0; }
.small-heading .page-title h1 { text-align:center; margin-bottom:0; }
.small-heading .breadcrumbs-wrapper { margin-bottom:0; }

.category-text-banner { background:url(../images/collection-banner/1025x300-4.jpg) no-repeat 50% 50%; background-size:cover; width:100%; height:230px; position:relative; }
.category-text-banner .page-title { color:#fff; position:absolute; top:50%; left:0; margin-top:-30px; padding:0 50px; }
.category-text-banner .page-title h1 { margin-bottom:10px; color:#fff; }
.category-text-banner .block-ttl { width:100%; }

.category-banner-slider { margin-bottom:20px; }
.category-banner-slider .slick-arrow { opacity:0; visibility:hidden; width:40px; border-radius:5px; height:40px; line-height:38px; text-align:center; background-color:rgba(255,255,255,0.5); }
.category-banner-slider .slick-arrow:before { line-height:40px; }
.category-banner-slider:hover .slick-arrow { opacity:1; visibility:visible; }
.category-banner-slider .slick-arrow:hover { background-color:rgba(255,255,255,0.5); box-shadow:0 0 4px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 4px rgba(0,0,0,0.3); }
.category-banner-slider .slick-prev { left:10px; }
.category-banner-slider .slick-next { right:10px; }
/*======================================================================
  End Shop Pages
========================================================================*/

/*======================================================================
  18. CMS Page
========================================================================*/
.social-url a .an { font-size: 16px; margin-right: 5px; }
.team-img{width:180px; margin-right:15px;}
.team-img:hover { opacity: 0.8; }

.error-404-page .page-title h1 { font-size:40px; margin:0 0 10px; }
.error-404-page #page-content .error-content p { color:#000; font-size:15px; }

.block-box .block-title { background-color:#f7f7f7; padding:10px; text-transform:uppercase; position:relative; }
.box.box-information .box-title { text-transform:uppercase; border-bottom:1px solid #f7f7f7; display:block; padding-bottom:10px; margin-bottom:10px; }
.block-box .block-title .action { position:absolute; right:10px; top:10px; }
.box.box-information .box-content p { margin-bottom:5px; }
.box.box-information .box-actions .action { margin-right:10px; }

.contact-details { padding:60px 30px; background:#f8f8f8; color:#111111; }
.contact-details .social-icons li { padding-right:10px; }
.contact-details .social-icons .icon { font-size:18px; }
.visually-hidden, .icon__fallback-text { position:absolute !important; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.addressFooter { list-style:none; padding:0; margin:0; }
.addressFooter .icon { color:#000 !important; font-size:18px; float:left; margin-top:2px; }
.addressFooter li { padding-bottom:10px; }
.addressFooter li p { padding-left:30px; }
.d-app-col a img { margin: 5px; }

.contact-us-page .section-header { margin-bottom:0; }
.contact-us-page .map-section { margin-bottom:0; overflow:hidden; height:350px; }
.contact-us-page .map-section .container { position:relative; height:100%; }
.contact-us-page .map-section__overlay { left:auto; width:300px; padding:20px; display:inline-block; text-align:center; z-index:3; position:absolute; left:30px; top:0; transform:translateY(-135%); -webkit-transform:translateY(-135%); margin-top:0; background:rgba(255,255,255,0.8); }
.contact-us-page .map-section__overlay-wrapper { position:static; text-align:left; height:100%; }
.rte-setting { margin-bottom:11.11111px; }
.contact-us-page .btn--secondary { background-color:#ededed; color:#000; border:1px solid #000; }
.contact-form textarea { height:120px; }

.contact-us-page2 .contact-form-in { padding:30px; background:#f8f8f8; color:#111111; }
.contact-us-page2 .contact-form-in .input-text, .contact-us-page2 .contact-form-in textarea { background-color:#fff; }
.contact-us-page2 .contact-form-in textarea { height: 100px; }
.contact-us-page2 .contact-details { background-color:#fff; padding:0; }

/* Social Icon */
.site-footer__social-icons li { padding:0 10px; }
.social-icons .icon { color:#111111; font-size:15px; }
.site-footer__social-icons .icon { width:16px; }

.faqs-style1 #accordion .card { border:0; margin:0; }
.faqs-style1 #accordion .card-header { line-height:22px; cursor:pointer; font-weight:600; font-size:105%; text-transform:uppercase; background:none; padding:18px 40px 0 0; margin:0; border-bottom:1px solid #eeeeee; position:relative; border-radius:0; }
.faqs-style1 #accordion .card-header:before { display:none; }
.faqs-style1 #accordion .card-header a:before { content:"\f068"; font-family:'annimex-bold'; font-weight:900; font-size:18px; position:absolute; top:18px; right:0px; }
.faqs-style1 #accordion .card-header a.collapsed:before { content:"\f067"; }
.faqs-style1 #accordion .card-header a { color:#000; display:block; margin:0 0 15px; }
.faqs-style1 #accordion .card-header a:focus { outline:0; }
.faqs-style1 #accordion .card-header a:hover,
.faqs-style1 #accordion .card-header a[aria-expanded="true"] { color: var(--main-color); }
.faqs-style1 #accordion .collapse.show { margin:0; } 

.faq-style2 h3 { color:#eeeeee; font-size:20px; font-weight:600; background:#333333; padding:12px 20px; margin-top:15px; }
.faq-style2 .panel-title { line-height:22px; font-weight:600; font-size:16px; text-transform:uppercase; background:none; padding:15px 0; margin:0; border-bottom:1px solid #eeeeee; position:relative; }
.faq-style2 .panel-content { padding:20px 0; }

.social-sharing .icon, .social-sharing .an { font-size:20px; }
.social-sharing .icon { padding:0 2px; vertical-align: middle; }


/*======================================================================
  19. Blog Pages
========================================================================*/
.loadmore-post { text-align:center; }
/*.blog--grid-load-more{ display:none;}*/
.blog-list-view .article { padding:0 0 30px; margin-bottom:30px; border-bottom:1px dotted #a6a6a6; }
.no-border .article { border-bottom:0; padding-bottom:0; }

.custom-search { margin-bottom:20px; }
.custom-search .search { opacity:1; border:1px solid #ddd; max-width:100%; padding:8px 10px; border-radius:0; box-shadow:none; -webkit-box-shadow:none; display:table; top:0; transform:none; -webkit-transform:none; visibility:visible; }
.custom-search .search__input { font-size:13px; border:none; display:table-cell; width:100%; padding:0 10px; }
.custom-search .input-group__field, .custom-search .input-group__btn { display:table-cell; vertical-align:middle; margin:0; }
.custom-search .input-group__btn { text-align:center; white-space:nowrap; width:1%; }
.custom-search .btnSearch { border:0; cursor:pointer; font-size:21px; }

.article_featured-image { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; align-items:center; justify-content:center; min-height:140px; }
.article_featured-image img { margin-bottom:15px; }
.blog-list-view .article_featured-image img { margin-bottom:0; }
.publish-detail { margin:0 0 10px 0; display: flex; flex-wrap: wrap; }
.publish-detail .an { font-size: 16px; margin-right: 5px; }
.publish-detail li { list-style:none; display:inline-flex; align-items: center; }
.publish-detail > li:after { content:'|'; display:inline-block; padding:0 10px; vertical-align:middle; }
.publish-detail > li:last-of-type:after { content:""; }
.article .rte { margin-bottom:15px; }
.article .h3 { font-size:20px; font-weight:bold; text-transform:none }

.featured-content .list-items { margin-left:10px; }

.blog-nav { margin-top:40px; } 
.blog-nav .icon { vertical-align:middle; padding-right:4px; }
.blog-nav .text-right .icon { padding-left:4px; }
.list-sidebar-products .article__date { color:#888; }

.tags-clouds li { display:inline-block; margin-bottom:6px; margin-right:6px; }
.tags-clouds li a { color:#000000; display:block; border:1px solid #ddd; padding:5px 9px !important; text-transform:uppercase; }
.tags-clouds li a:hover { background-color:#efefef; }

.blog-fullwidth-page .article .article_featured-image img { width:100%; }

.blog-single-page .article blockquote { background:#f8f8f8; text-align:center; font-weight:600; font-size:15px; font-style:normal; padding:30px; margin:0 0 20px; }
.blog-single-page .article .btn-link { color:#000; padding-right:10px; text-decoration:none; display:inline-flex; align-items:center; }
.blog-single-page .article .btn-link:hover { color: var(--main-color); text-decoration:none; }
.blog-single-page .blog-nav a { color:#000; font-size:15px; text-transform:uppercase; padding:10px 0; }
.blog-single-page .blog-nav a i, .blog-single-page .blog-nav span { vertical-align:middle; font-weight:600; }
.blog-single-page .blog-nav .nav-prev { float:left; }
.blog-single-page .blog-nav .nav-next { float:right; }
.blog-single-page .comments-list { list-style:none; margin:0; padding:0; }
.blog-single-page .comment { display:-ms-flexbox; display:-webkit-flexbox; display:flex; }
.blog-single-page .blog-comment h2 { font-size:24px; margin:20px 0 30px; }
.blog-single-page .comment__avatar { width:70px; -ms-flex-negative:0; flex-shrink:0; margin-left:20px; margin-right:24px; }
.blog-single-page .comment__content { -ms-flex-positive:1; flex-grow:1; }
.blog-single-page .comment__avatar img { max-width:100%; border-radius:222px; }
.blog-single-page .comment__header { margin-top:-4px; display:-ms-flexbox; display:flex; -ms-flex-pack:justify; justify-content:space-between; -ms-flex-align:center;align-items:center; }
.blog-single-page .comments-list--level--1 { border-top: 1px solid #ebebeb; margin-top:24px; padding-top:28px; }
.blog-single-page .comments-list__item + .comments-list__item { border-top: 1px solid #ebebeb; margin-top:24px; padding-top:28px; }
.blog-single-page .comments-list--level--1 > .comments-list__item { margin-left:46px; }
.blog-single-page .comment__author { color:#000; font-size:14px; font-weight:600; margin-bottom:10px; }
.blog-single-page .comment__date { margin-top:10px; color:#999; font-size:14px; }
.blog-single-page .comment__reply .btn { color:#555; height:22px; padding:.125rem .375rem; display:block; background-color:transparent; border:0; }


/*======================================================================
  23. Footer
========================================================================*/
#site-scroll { color:#fff; line-height:35px; cursor:pointer; font-size:20px; width:35px; height:35px; right:30px; position:fixed; text-align:center; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; bottom:40px; z-index:444; display:none; background:#333; }
#site-scroll .iconfont { line-height:35px; font-size:35px; }

.template-index .footer { margin-top:0; }
.footer { margin-top:70px; }
.footer .footer-top { color:#fff; background-color:var(--main-color); border-top: 3px solid var(--secondary-color); padding-top:70px; padding-bottom:70px; }
.footer .footer-top .h4 { color:#fff; font-size:15px; letter-spacing:0.5px; margin:0 0 15px; text-transform:uppercase; font-weight:700; }
.footer .about-us-col img { margin-bottom:20px; max-width:200px; }
.footer .social-icons li { padding-right:10px; }
.footer .social-icons li a, .footer .social-icons .icon { color:#fff; font-size:18px; }

.footer-links ul { list-style:none; padding:0; margin:0; }
.footer-links li { margin:5px 0; }
.footer-links a, .footer a { color:#fff; }
.footer-links a:hover, .footer a:hover { color:#fff; }
.footer-links a:before { content: ""; display:inline-block; width:0px; height:3px; vertical-align:middle; background-color:#c1c1c1; }
.footer-links a:hover:before { width:4px; margin-right:3px; }

.footer-newsletter .newsletter-input { background:#fff; margin-bottom:10px; border:0; }
.footer-newsletter .btn { font-size:12px; }

.footer-bottom { background:#ffffff; color:#111111; clear:both; padding:20px 0; border-top:1px dotted #eeeeee; }
.footer-bottom .payment-icons { color:#999; float:right; font-size:28px; line-height:30px; text-align:right; }
.footer-bottom .copytext { float:left; line-height:30px; }
.footer-bottom .copytext a { color:#111111; }
.footer-bottom .copytext a:hover { color:var(--secondary-color); }

.footer.footer-1 .about-us-col p { margin-bottom: 15px; }
@media (min-width:992px){
    .footer.footer-1 .col-lg-3 { max-width:20%; flex:0 0 20%; -webkit-flex:0 0 20%; }
}

.blur-up.lazyloaded { -webkit-filter:blur(0); filter:blur(0); }
.blur-up { -webkit-filter:blur(5px); filter:blur(5px); transition:filter 400ms, -webkit-filter 400ms; -webkit-transition:filter 400ms, -webkit-filter 400ms; }
.modal-backdrop.show { opacity: .8; }


/*product*/
.product-item,.category-item{margin-bottom: 15px;}
.product-name{height:48px; overflow: hidden;text-overflow: ellipsis;font-size:14px;margin-block: 6px;}
.product-price{display:flex;justify-content: space-between;}

/*brand-list*/
.brand-section { margin-bottom:70px; background-color:#f7f7f7; }

.brand-item{margin-block: 15px;}
.brand-list .brand-logo{  
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 90px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.brand-list .brand-logo img {
  vertical-align: middle;
  transition: all 0.3s;
  width:80%;
  width:80%; vertical-align: middle;transition: all 0.3s; webkit-transform: scale(1,1); -moz-transform: scale(1,1); -o-transform: scale(1,1); transform: scale(1,1);
}
.brand-list .brand-logo:hover img{width:100%;}
.brand-list .brand-title {
  text-align: center;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.footer .qrcode>img {
  width: 150px;
}