/*  ================================================================
0. ttf Fonts


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


 ::placeholder{
  color: #f8f3f3  !important;
}

/*======================================================================
  1. Google Fonts
========================================================================*/
/* @import url('https://fonts.cdnfonts.com/css/noize-sport-free-vertion'); */
@import url('http://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Arima+Madurai:wght@300;400;500;700;800;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,800;0,900;1,700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Staatliches&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Alata&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Merienda:wght@400;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&amp;display=swap');






/*======================================================================
  2. Basic Styles
========================================================================*/
* { -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:13px; letter-spacing:0.02em; line-height:1.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family:'Poppins',Arial,Tahoma; color:#222222; font-weight:400; margin:0; padding:0; overflow:hidden; }
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; }
video { width:100%; height:100%; object-fit:cover; }
[hidden] { display:none; }
html, button, input, select, textarea { font-family:'Poppins',Arial,Tahoma; }
input, textarea, .form-control { padding:10px 18px; }
iframe { border:0; width:100%; }

a { color:#fff; text-decoration:none; outline: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 { -ms-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;  }
a:hover, a:active { color:#df3434; text-decoration:none; outline:0; }
a:hover, a:focus { outline:0; }

p { margin:0 0 15px; }
p:last-child { margin-bottom:0; color: #fff; }
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 { height:auto; max-width:100%; border:0; vertical-align:middle; -ms-interpolation-mode:bicubic; }
svg:not(:root) { overflow:hidden; }
ol, ul { padding:0; margin:0; }
ul { list-style:inside; }
ul.list-items { margin-left: 0; }
.list-items { margin-left:15px; }
.hide { display:none !important; }

.opacity-100 { opacity: 1 !important; }
.opacity-75 { opacity: 0.75 !important; }
.opacity-50 { opacity: 0.50 !important; }
.opacity-25 { opacity: 0.25 !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:15px; color:#fff; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#222222; margin:0 0 10px; font-family:'Poppins',Arial,Tahoma; font-weight:600; line-height:0.6; letter-spacing:.02em; 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:16px; }
h5, .h5 { font-size:15px; }
h6, .h6 { font-size:14px; }
.fs-26 { font-size: 26px; }

.an-1x { font-size:13px !important; }
.an-2x { font-size:16px !important; }
.an-3x { font-size:18px !important; }

input, button, select, textarea, .form-control { font-size:13px; font-family:'Alata',Arial,Tahoma,serif !important; background:#ffffff; border:1px solid #d7d7d7; -webkit-transition:all 0.4s ease-out 0s; 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:#757575; }
input, select, textarea, .form-control { width: 100%; font-size: 13px; letter-spacing:0.02em; -webkit-box-shadow:none; box-shadow:none; border-radius:0px; }
input, select, .form-control { height:43px; padding:0 15px; }
input[type="checkbox"], input[type="radio"] { width:auto; height:auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }
textarea, textarea.form-control { overflow:auto; resize:vertical; height:auto; padding:6px 10px; }
/*select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-position:right center; background-image:url(../uploads/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 20px 8px 10px; }*/

.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.text-transform-none { text-transform: none !important; }
.bg-black { background-color: #000000 !important; }
.text-black { color: #000000 !important; }
.border-black { border-color: #000000 !important; }
.clr-none { color: inherit !important; }

.ls-normal { letter-spacing:normal !important; }
.fl-1 { flex:1; -webkit-flex:1; -ms-flex:1; }
hr { opacity:1; margin:20px 0; border:0; border-bottom:1px solid #e8e9eb; }
.tooltip > .tooltip-inner { font-family:"Poppins",Helvetica,Tahoma,Arial,serif; font-size:10px; line-height:14px; letter-spacing:0.4px; font-weight:400; padding-left:8px; padding-right:8px; text-shadow:none; height:auto; text-transform:uppercase; border-radius:3px; }
.border-bottom { border-bottom:1px solid #e8e9eb !important; }

.hidden { display: none; }
.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:""; display:table; }
.clearfix:after { clear: both; }

/* Table */
table { margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
th { font-family:'Poppins',Arial,Tahoma; font-weight:600; text-transform:uppercase; }

/* Text specialized */
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-underline { text-decoration: underline; }

/* Font specialized */
.body-font { font-family:'Poppins',Arial,Tahoma !important; }
.heading-font { font-family:'Poppins',Arial,Tahoma !important; }
.fw-600 { font-weight:600 !important; }
.fw-500 { font-weight:500 !important; }

.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; }

.btn, .btn-primary { 
    -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-flex;align-items:center;justify-content:center; width:auto; height:auto; 
    text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border:1px solid transparent; border-radius:0; padding:8px 20px 8px; background-color:#222; color:#fff; font-family:'Poppins', sans-serif; 
    font-weight:400; text-transform:uppercase; letter-spacing:1px; 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-primary:hover, .btn:focus, .btn-primary:focus { background-color:#2b2b2b; color:#fff; text-decoration:none; border-color:#fff; box-shadow:none; }
.btn:focus, .btn-primary:focus, .btn-secondary:focus, .btn:focus-visible { outline:0; box-shadow:none; }

.btn-secondary { background-color:#f4857b; color:#ffffff; border:1px solid #f4857b; }
.btn-secondary:hover, .btn-secondary:focus { color:#ffffff; background-color:#e35e52; border-color:#e35e52; }
.btn-success { background-color:#198754; color:#ffffff; border:1px solid #198754; }
.btn-success:hover, .btn-success:focus { color:#ffffff; background-color:#157347; border-color:#157347; }
.btn-danger { background-color:#dc3545; color:#ffffff; border:1px solid #dc3545; }
.btn-danger:hover, .btn-danger:focus { color:#ffffff; background-color:#bb2d3b; border-color:#bb2d3b; }
.btn-info { background-color:#0dcaf0; color:#ffffff; border:1px solid #0dcaf0; }
.btn-info:hover, .btn-info:focus { color:#ffffff; background-color:#31d2f2; border-color:#31d2f2; }
.btn-warning { background-color:#ffc107; color:#ffffff; border:1px solid #ffc107; }
.btn-warning:hover, .btn-warning:focus { color:#ffffff; background-color:#ffca2c; border-color:#ffca2c; }
.btn-light { color:#222222; background-color:#ffffff; border-color:#ffffff; }
.btn-light:hover { color:#ffffff; background-color:#222222; border-color:#222222; }

.btn--link { background-color:transparent; border:0; margin:0; color:#090a0a; text-align:left; text-decoration:none; outline:none !important;box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { color:#fe877b; text-decoration:none; background-color:transparent; }.btn--small, .btn-small { padding:9px 20px; font-size:13px; line-height:1; }
.link-underline { text-decoration:underline; }
.link-underline:hover { text-decoration:none; }

.btn--small, .btn-small { padding:9px 20px; font-size:13px; line-height:1; }
.btn-lg { font-size:15px; padding:10px 30px; }
.btn-sm { font-size:15px; padding:8px 25px; }
.btn-link { color:#df3434; text-decoration:none; border:none; padding:0; margin:0; }
.btn-link:hover { color:#222222; }
.btn-link.disabled, .btn-link:disabled, .btn-link.disabled:hover { color:#6c757d; pointer-events:none; }
.rounded { border-radius:0px !important; }
.rounded-start { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; }
.rounded-end { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }

.btn-outline-primary { color:#222; border:1px solid #222; background-color:transparent; }
.btn-outline-primary:hover { color:#fff; background-color:#222; border-color:#222; }
.btn-outline-secondary { color:#f4857b; border:1px solid #f4857b; background-color:transparent; }
.btn-outline-secondary:hover { color:#fff; background-color:#f4857b; border-color:#f4857b; }
.btn-outline-light { color:#fff; background-color:transparent; border-color:#fff; }
.btn-outline-light:hover { color:#222; background-color: #fff; border-color:#fff; }

.btn.btn-primary.btn3d { box-shadow:0 0 0 1px #222222 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #2f2f2f, 0 8px 8px 1px rgba(0,0,0,0.5); background-color: #222222; border-color: #222222; }
.btn.btn-primary.btn3d:hover, .btn.btn-primary.btn3d:focus, .btn.btn-primary.btn3d:active { box-shadow:0 0 0 1px #444444 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #444444, 0 5px 5px 1px rgba(0,0,0,0.5); background-color: #444444; border-color: #444444; }

.btn-secondary.animated { -webkit-animation: pulse 1s infinite ease-in-out alternate; animation: pulse 1s infinite ease-in-out alternate; }
@keyframes pulse { from { transform: scale(0.9); } to { transform: scale(1.1); } }

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)"; }
label { display:block; margin-bottom:5px; }
label[for] { cursor:pointer; color:#fff; }

.redText { color:#f00000; }
.clr-555 { color:#555555; }
.mb-10 { margin-bottom:10px !important; }
.form-group { margin-bottom:1rem; }
.mask-overlay { content:""; position:fixed; background-color:#000; opacity:0.5; left:0; top:0; width:100%; height:100%; z-index:998; }

.slick-dots { margin: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; }

/* Custom Radio */
.customRadio { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px; }
.customRadio input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customRadio input[type="radio"] + label { position: relative; padding: 0 0 0 30px; cursor: pointer; }
.customRadio input[type="radio"] + label:before { content: ''; background: #ffffff; border: 1px solid #d0d0d0; height: 20px; width: 20px; border-radius: 50%; position: absolute; top: 0; left: 0; }
.customRadio input[type="radio"] + label:after { content: ''; background: #2b2b2b; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(2); transform: scale(2); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customRadio input[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

/* Custom Checkbox */
.customCheckbox { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
.customCheckbox input[type="checkbox"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customCheckbox input[type="checkbox"] + label { position: relative; padding: 0 0 0 30px; margin-bottom: 0;color: #fff; cursor: pointer; }
.customCheckbox input[type="checkbox"] + label:before { content: ''; background: #ffffff; border: 1px solid #d0d0d0; border-radius: 0; height: 20px; width: 20px; position: absolute; top: 0; left: 0; }
.customCheckbox input[type="checkbox"] + label:after { content: ''; border-style: solid; border-width: 0 0 2px 2px; border-color: transparent transparent #333333 #333333; width: 12px; height: 7px; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customCheckbox input[type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); color: #6d6d6d; }

/* display flex/wrap */
.d-flex-wrap { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
/* display flex/wrap/align center */
.d-flex-center { display:-webkit-inline-flex; display:-ms-flexbox; display:inline-flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
/* display flex/wrap/align center/justify center; */
.d-flex-justify-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }

/* Hover Effects */
.zoom-scal { position:relative; overflow:hidden; display:block; }
.zoom-scal:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); overflow:hidden; opacity:0; z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
.zoom-scal:hover:before, .zoomscal-hov:hover .zoom-scal:before { overflow:visible; opacity:1; }
.zoom-scal img { -webkit-transition:all 0.7s ease; transition:all 0.7s ease; }
.zoom-scal:hover img, .zoomscal-hov:hover .zoom-scal img { opacity:1; -webkit-transform:scale3d(1.1, 1.1, 1); transform:scale3d(1.1, 1.1, 1); }
.zoom-scal-nopb:before { content:none; }

/*======================================================================
  4. Container
========================================================================*/
.container { max-width:1200px; padding-left:15px; padding-right:15px; }
.container-fluid { padding-left:55px; padding-right:55px; }
.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; width:100%; }
.grid--no-gutters > .grid__item { padding-left:0; }

.row.g-0 { margin-left:0 !important; margin-right:0 !important; }
.row.g-0 > * { padding-left:0 !important; padding-right:0 !important; }

/* Boxed Layout */
.layout-boxed { max-width:1400px; margin:0 auto 30px; position:relative; background:#ffffff; box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.15); }
.layout-boxed .container, 
.layout-boxed .container-fluid { max-width:100%; padding-left:30px; padding-right:30px; }
.layout-boxed .sticky-header { max-width:1400px; margin:0 auto; right:0; }

/* Fullwidth Layout */
.layout-fullwidth .container, 
.layout-fullwidth .container-fluid { max-width:100%; padding-left:30px; padding-right:30px; }

/*======================================================================
  5. Promotional Top Popup
========================================================================*/
.notification-bar { text-align:center; position:relative; z-index:5; background-color:#000; }
.notification-bar__message { color:#fff; letter-spacing:1px; text-transform:uppercase; font-size:11px; padding:8px 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:15px; font-weight:700; position:absolute; right:40px; top:7px; height:25px; width:25px; line-height:22px; color:#fff; }

/*======================================================================
  6. Pre Loader
========================================================================*/
#pre-loader { background-color:#000; height:100%; width:100%; position:fixed; margin-top:0px; top:0px; left:0px; right:0px; bottom:0px; overflow:hidden; z-index:999999; }
#pre-loader img { text-align:center; left:0; position:absolute; right:0; top:50%;transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); z-index:99; margin:0 auto; }

/*======================================================================
  7. Headers Style
========================================================================*/
.promotion-header { color:#df1a0b; letter-spacing:1px; text-transform:uppercase; padding:10px 35px; background-color:#fff0ef; text-align:center; position:relative; z-index:5; }

/* Top Info Bar */
.top-info-bar { background-color:#000; color:#fff; position:relative; z-index:49; }
.top-info-bar .item { padding:10px; }
.top-info-bar .item a { color:#fff; font-size:11px; }
.top-info-bar .item a:hover { color:#fff; opacity:0.8; }
.top-info-bar .item.center { border-left:1px solid #504c4c; border-right:1px solid #504c4c; }
.top-info-bar .slick-slider .slick-track { display: flex; align-items: center; justify-content: center; }

.top-info-bar.style1 { background-color:#5aa2de; color:#000; overflow:hidden; }
.top-info-bar.style1 .item { padding:5px 25px 5px 10px; min-height:42px; }
.top-info-bar.style1 .slick-slide { color:#fff; background-color:#5aa2de; }
.top-info-bar.style1 .slick-slide + .slick-slide { color:#000; background-color:#deeefc; }
.top-info-bar.style1 .alert { padding:0; margin:0; border:0 !important; }
.top-info-bar.style1 .btn-close { color:#fff; cursor:pointer; font-size:15px; font-weight:400; position:absolute; right:10px; top:5px; height:25px; width:25px; line-height:22px; background:none; opacity:1; box-shadow:none; }
.top-info-bar.style1 .slick-slide + .slick-slide .btn-close { color:#222; }
.top-info-bar.style1 .btn-small { padding:7px 10px; }
.top-info-bar.style1 .item, .top-info-bar.style1 .item a { font-size:12px; letter-spacing:0.8px; }
.top-info-bar.style1 .item .blueText { color:#2170b1; }

.top-info-bar.style2 { background-color:#56a1b6; color:#ffffff; overflow:hidden; }
.top-info-bar.style2 .item, .top-info-bar.style2 .item a { font-size:13px; letter-spacing:1px; }
.top-info-bar.style2 .slick-slide { background-color:#56a1b6 !important; color:#ffffff !important; }
.top-info-bar.style2 .btn { color:#ffffff; background-color:#78c6dc; border-color:#78c6dc; }
.top-info-bar.style2 .btn:hover { opacity:0.8; }
.top-info-bar.style2 .promo-counter { display:flex; }
.top-info-bar.style2 .promo-counter .ht-count { margin: 0 8px; position: relative; }
.top-info-bar.style2 .promo-counter .ht-count:not(.days):after { content: ":"; position: absolute; left: -10px; color: #85d6fc; font-weight: 400; }
.top-info-bar.style2 .promo-counter span > span span { color: #85d6fc; font-size: 13px; font-weight: 400; }
.top-info-bar.style2 .ht-count.hour span > span:not(.time-count),
.top-info-bar.style2 .ht-count.minutes span > span:not(.time-count),
.top-info-bar.style2 .ht-count.second span > span:not(.time-count) { display:none; }

/* Marquee text */
.marquee-text { box-sizing: border-box; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; }
.marquee-text .top-info-bar { font-size: 12px; width: 200%; display: flex; -webkit-animation: marquee 25s linear infinite running; -moz-animation: marquee 25s linear infinite running; -o-animation: marquee 25s linear infinite running; -ms-animation: marquee 25s linear infinite running; animation: marquee 25s linear infinite running; }
.marquee-text .top-info-bar:hover { -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; }
.marquee-text .top-info-bar .info-text { padding: 10px 30px; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; -webkit-transition: all .2s ease; transition: all .2s ease; }
.marquee-text .top-info-bar a { color: #ffffff; }

@-moz-keyframes marquee {
    0% { -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
    100% { -webkit-transform:translate(-50%); -moz-transform:translate(-50%); -o-transform:translate(-50%); -ms-transform:translate(-50%); transform:translate(-50%); }
}
@-webkit-keyframes marquee {
    0% { -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
    100% { -webkit-transform:translate(-50%); -moz-transform:translate(-50%); -o-transform:translate(-50%); -ms-transform:translate(-50%); transform:translate(-50%); }
}
@-o-keyframes marquee {
    0% { -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
    100% { -webkit-transform:translate(-50%); -moz-transform:translate(-50%); -o-transform:translate(-50%); -ms-transform:translate(-50%); transform:translate(-50%); }
}
@keyframes marquee {
    0% { -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); }
    100% { -webkit-transform:translate(-50%); -moz-transform:translate(-50%); -o-transform:translate(-50%); -ms-transform:translate(-50%); transform:translate(-50%); }
}

/* Top Bar */
.top-bar { color:#fff; font-size:12px; background-color:#333; position:relative; z-index:49; }
.top-bar .inner { min-height:35px; }
.top-bar a, .top-bar .social-icons li a { color:#fff; }
.top-bar .an { font-size:13px; }
.top-bar a:hover, .top-bar .social-icons li a:hover{ color: #fff!important; opacity:1; }
.top-bar a:hover, .top-bar .social-icons li a .pno:hover{ color: #fff!important; opacity:1; }
.top-bar .social-icons .tooltip-label { top:25px; }
.top-bar .social-icons .tooltip-label:before { top:-4px; bottom:auto; border-bottom:5px solid #000; border-top:transparent; }
.top-bar .social-icons li:hover .tooltip-label { top:20px; }

.top-header { color:#fff; padding-top:8px; padding-bottom:10px; background:#000000; height:38px; }
.top-header a { color:#fff; }

/*Promo Counter Style Days Hr:Min:Sec */
.promo-counter.days-time { display:flex; }
.promo-counter.days-time .ht-count { margin: 0 8px; position: relative; }
.promo-counter.days-time .ht-count:not(.days):after { content: ":"; position: absolute; left: -10px; font-weight: 600; }
.promo-counter.days-time span > span span { font-size: 12px; }
.promo-counter.days-time .ht-count.hour span > span:not(.time-count),
.promo-counter.days-time .ht-count.minutes span > span:not(.time-count),
.promo-counter.days-time .ht-count.second span > span:not(.time-count) { display:none; }

.header-main { position:relative; z-index:49; background-color:#ffffff; border-bottom:0; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; min-height:80px; }
.header-wrap { min-height:90px; position:relative; }
.sticky-header .header-wrap { min-height:60px; }
.showOverly .modalOverly { display:block; }
.searchact .modalOverly { z-index:45; }
body:not(.searchact) .header-main:not(.sticky-header) { background:none; box-shadow:none; border:0; }
.header-1 .header-main:not(.sticky-header), .header-11.header-main:not(.sticky-header) { position:absolute; left:0; right:0; }
.header-wrap > .row { width:100%; margin:0; }
.sticky-header { position:fixed; top:0; z-index:1000; width:100%; left:0;padding-top:8px; background-color:#000; border-bottom:0; box-shadow:0 0 4px rgba(0,0,0,0.4); -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); }
.menu-outer .container, .menu-outer .container-fluid { position:relative; }
.header-content-wrapper { width:100%; padding:15px 0; }

.mih-50:not(.sticky-header) { min-height:50px !important; }
.mih-55:not(.sticky-header) { min-height:55px !important; }
.mih-70:not(.sticky-header) { min-height:70px !important; }
.mih-80:not(.sticky-header) { min-height:80px !important; }
.mih-90:not(.sticky-header) { min-height:90px !important; }

.logo { margin:0; }
.logo a { position: relative;display: block;font-weight: 700;text-transform: uppercase;font-size: 22px;line-height: 1;text-decoration: none;text-align: center; }
.logo img { display:block; max-width:154px; max-height:32px; margin:0 auto; }

.iconset .icon { font-size:17px; min-width:17px; text-decoration:none; display:inline-block; vertical-align:middle; }
.iconset { position:relative; color:#fff; height:30px; line-height:30px; text-align:center; padding:0 9px; cursor:pointer; display:flex;align-items:center; }
.iconset:hover .icon, .iconset:hover .text, .iconset:hover a { color:#df3434; }
.iconset:hover .tooltip-label { opacity:1; top:-26px; visibility:visible; }
.header .iconset .tooltip-label { top: -30px; }
.header .iconset:hover .tooltip-label { top:-20px; }
.sticky-header .iconset:hover .tooltip-label { top:-17px; }
.counter {    border-radius: 50%;   border: 1px solid #ffffff87; font-size: 11px; color: #fff; background-color: #000; min-width: 14px; height: 14px; line-height: 13px; top: 0px; right: -8px; }

#settingsBox, #cart-drawer, #searchPopup, #userLinks { color:#050000; text-align:left; background-color:#ffffff; box-shadow:0 0 15px rgba(5,0,0,.1); -webkit-box-shadow:0 0 15px rgba(5,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; }
#settingsBox, #userLinks { visibility:hidden; opacity:0; padding:20px; width:300px; position:absolute; top:130%; right:15px; z-index:99; }
#settingsBox.active, #userLinks.active { visibility:visible; opacity:1; top:100% ;background:#2b2b2b; color:#fff; border:1px solid #fff; }
#settingsBox .btn { width:100%; }
#userLinks { width:200px;} 
#userLinks ul { list-style:none; padding:0; margin:0; }
#userLinks ul li { display:block; }
#userLinks li a { padding:5px; display:block; color:#fff !important; text-transform:uppercase; }
.icons-col .customer-links { font-size:12px; text-transform:uppercase; }
.icons-col .customer-links .register { text-decoration:underline; }
#settingsBox .ttl { font-size:12px; margin:0 0 10px; display:block; letter-spacing:0.2px; text-transform:uppercase; }
#settingsBox #language { margin-bottom: 0; }
.cnrLangList li { display:inline-block; margin:0 5px 5px 0; cursor:pointer; }
.cnrLangList li a { color:#000000; display:block; font-size:12px; text-transform:uppercase; padding:1px 10px; opacity:0.6; border:1px solid rgba(0,0,0,0.3); background:#fafafa; }
.cnrLangList li a:hover, .cnrLangList li a.active, .cnrLangList li a:focus { color:#fff; border:1px solid #000; opacity:1; text-decoration:none; background:#131313; }

.minicart-right-drawer.right .modal-dialog { position:fixed; margin:auto; width:350px; max-width:100%; height:100%; z-index:1024; -webkit-transform:translate3d(0%,0,0); -ms-transform:translate3d(0%,0,0); -o-transform:translate3d(0%,0,0); transform:translate3d(0%,0,0); }
.minicart-right-drawer.right .modal-content { border:none; border-radius:0; height:100%; overflow-y:auto; }
.minicart-right-drawer.right.fade .modal-dialog { right:-350px; -webkit-transition:opacity 0.3s linear, right 0.3s ease-out; -moz-transition:opacity 0.3s linear, right 0.3s ease-out; -o-transition:opacity 0.3s linear, right 0.3s ease-out; transition:opacity 0.3s linear, right 0.3s ease-out; }
.minicart-right-drawer.right.fade.show .modal-dialog { right:0; }

#cart-drawer { color:#050000; padding:20px; width:100%; height:100%; overflow:auto; z-index:10000; }
#cart-drawer.active { right:0; }
#cart-drawer > h4 { color:#666666; font-weight:500; text-transform:uppercase; text-align:left; margin:0 0 20px; border-bottom:1px solid #e8e8e8; padding-bottom:15px; }
#cart-drawer .close-cart { color:#050000; font-size:17px; float:right; margin-top:-3px ; opacity:0.8; text-decoration:none; }

.minicart-header { margin:0 0 20px; border-bottom:1px solid #e8e8e8; padding-bottom:15px; }
.minicart-header > h4 { color:#666666; font-weight:500; text-transform:uppercase; text-align:left; margin:0 0; }
.minicart-content { padding:0 20px; margin:0; z-index:1001; position:absolute; left:0; overflow:hidden auto; width:100%; height:calc(100% - 290px); }
.minicart-content .item { padding:0 20px 10px; margin:0 0 10px; display:block; border-bottom:solid 1px #eee; }
.minicart-content .item .product-image { max-width:23%; flex:1; -webkit-flex:1; -ms-flex:1; }
.minicart-content .item .product-details { width:75%; flex:1; -webkit-flex:1; -ms-flex:1; padding-left:15px; padding-right:10px; text-align:left; }
.minicart-content .item .product-title { color:#000; font-size:13px; white-space:normal; text-decoration:none; display:block; line-height:20px; margin-bottom:0; }
.minicart-content .item .remove { color:#5c5c5c; display:inline-block; font-size:14px; padding:2px 4px 0; }
.minicart-content .item .remove:hover { color:#000; }
.minicart-content .item .remove i { vertical-align:middle; font-size:14px; }
.minicart-content .item .edit-i.remove .icon { font-size:12px; padding-top:0; }
.minicart-content .item .qtyField span { display:inline-block; padding:0; border:0; }
.minicart-content .item .variant-cart { color:#777; font-size:11px; }
.minicart-content .item .wrapQtyBtn { display:block; float:none; }
.minicart-content .item .qtyField { width:77px; }
.minicart-content .item .qtyField .qtyBtn { height:30px; }
.minicart-content .item .qtyField .qty { width:77px; height:30px; padding:0 20px; }

.minicart-bottom { color:#666666; position:absolute; bottom:0; left:0; width:100%; padding:10px 20px 20px 20px; }
.minicart-bottom .shipinfo { background-color:#f6f6f6; padding:10px; }
.minicart-bottom .shipinfo p { font-size:11px; }
.minicart-bottom .agree-check { font-size:11px; text-transform:uppercase; }
.minicart-bottom .subtotal { padding:0px 20px 10px; }
.minicart-bottom .subtotal:before, .minicart-bottom .subtotal:after { content:''; clear:both; display:block; }
.minicart-bottom .subtotal.list { border:0; margin:0; padding:0;}
.minicart-bottom .subtotal.list > span { font-size:14px; font-weight:400; }
.minicart-bottom .subtotal > span { float:left; text-transform:uppercase; font-size:16px; text-align:left; font-weight:700; }
.minicart-bottom .subtotal .product-price { float:right; }

.modal-open { padding-right:0 !important; }
.modal-open .modal { z-index:999;padding-right:0 !important; }

.search-drawer { padding:40px 50px; background-color:#fff; opacity:0; visibility:hidden; position:fixed; top:0; left:0; z-index:9999; text-align:left; 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, .search-drawer .container-fluid { 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:15px; margin-bottom: 20px; }
.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 .control { border-bottom:0; }
.search-drawer .input-text { color:#050000; font-size:13px; padding:5px 35px; background:none; border:0; }
.search-drawer .action.search { font-size:18px; position:absolute; left:0; border:0; margin-top:3px; background:none; cursor:pointer; height:38px; }
.search-drawer .action.search:hover { color:#000000; }
.search-drawer .closeSearch { color:#050000; font-size:18px; position:absolute; top:7px; right:0; z-index:10; cursor:pointer; width:25px; height:25px; line-height:25px; text-align:center; }
.search-drawer .searchField { display:flex; align-items:center; width:100%; }
.search-drawer .search-category { display:table-cell; padding-right:15px; }
.search-drawer .search-category select { font-size:13px; border:0; min-width:135px; }
.search-drawer .input-box { display:table-cell; width:auto; -webkit-flex:1; flex:1; position:relative; }

#search-popup { padding:20px 60px 20px 55px; text-align:left; background-color:#f5f5f5; transition:all 0.3s ease-in-out; width:100%; opacity:0; visibility:hidden; position:absolute; top:100%; left:0; z-index:10; }
#search-popup.active { top:100%; opacity:1; visibility:visible; pointer-events:auto; }

.social-icons { list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; }
.social-icons li a { position:relative; padding:0 5px; color:#3e3e3e; background:transparent !important; display:flex;align-items:center; }
.social-icons li a:hover { color:#000; }
.social-icons li:hover .tooltip-label { opacity:1; top:-26px; visibility:visible; }

/* Navigation */
#siteNav { margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap; }
#siteNav.right { text-align:right; justify-content:flex-end; }
#siteNav.left { text-align:left; justify-content:flex-start; }
#siteNav.center { text-align:center; justify-content:center; }
#siteNav .menubox p .title { color:#222; background-color:#fff; border-radius:2px; padding:6px 15px; margin:0 0 20px; white-space:nowrap; }
#AccessibleNav { padding-left:0; }
.mobile-nav-wrapper, .site-header__logo.mobileview { display:none; }

@media (min-width:990px) {
    .header .container { position:relative; }
    .header .container .d-menu-col { position:static; }
    #siteNav a { text-decoration:none; font-size:14px !important; display:block; opacity:1; -webkit-font-smoothing: antialiased; letter-spacing:0.05em; position:relative; }
    #siteNav > li { display:inline-block; text-align:left; }
    #siteNav > li > a { color:#111; padding:5px 9px; text-transform:uppercase; }
    #siteNav > li > a:after { content: ""; width:0; height:0px; display:block; background-color:#000; }
    #siteNav > li > a:hover:after, #siteNav > li > a:focus:after { width:100%; }
    #siteNav.medium > li a { font-weight:500; }
    #siteNav.hidearrow > li > a .an { display:none; }
    #siteNav > li > a .an { vertical-align:middle; }
    #siteNav > li:hover > a, #siteNav > li > a:hover:hover, #siteNav > li > a:hover { color:#fff; }

    #siteNav > li > a .navLbl{ white-space:nowrap; color:#ffffff; background-color:#f19280; font-size:10px; font-weight:400; line-height:normal; display:inline-block; padding:1px 5px; border-radius:0; position:absolute; top:-9px; left:50%; }
    #siteNav > li > a .navLbl:after { content:" "; display: block; width:0; height:0; border:3px solid transparent; border-top-color:#f19280; border-left-color:#f19280; position:absolute; bottom:-4px; left:0; }
    #siteNav > li > a .navLbl.new { background-color: #83cc52; }
    #siteNav > li > a .navLbl.new:after { border-top-color: #83cc52; border-left-color: #83cc52; }
    #siteNav > li > a .navLbl.hurryup { background-color: #94c442; }
    #siteNav > li > a .navLbl.hurryup:after { border-top-color: #94c442; border-left-color: #94c442; }

    #siteNav > li .megamenu { opacity:0; visibility:hidden; padding:30px; width:100%; position:absolute; top:auto; left:0; z-index:999; background-color:#fff; box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); pointer-events:none; max-height:650px; overflow:auto; box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-transform:translateY(20px); transform:translateY(20px); -webkit-transition:all .3s ease-in; transition:all .3s ease-in; }
    .ZanaInternational #siteNav > li .megamenu.style3 { max-width:900px; }
    #siteNav > li .megamenu ul { padding:0; list-style:none; }
    #siteNav > li:hover > .megamenu { -webkit-transform:translateY(0); transform:translateY(0); opacity:1; visibility:visible; pointer-events:visible; }
    #siteNav > li .megamenu.style1 .lvl-1 { margin-bottom:0; }
    #siteNav > li .megamenu .lvl-1 a.lvl-1 { color:#000; font-size:13px; text-transform:uppercase; padding:0 0 8px; font-weight:400; }
    #siteNav > li .megamenu .lvl-1 .site-nav { color:#000; padding:3px 0; font-weight:400; }
    #siteNav > li .megamenu .lvl-1 .site-nav:hover { color:#000; }
    #siteNav > li .megamenu .lvl-1 .site-nav:before { content: ""; display:inline-block; width:0px; height:2px; vertical-align:middle; background-color:#000; -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 .lvl-1 .site-nav:hover:before { width:5px; margin-right:3px; }
    #siteNav > li .megamenu .lvl-1 .site-nav.menu-title:hover:before { display:none; }

    #siteNav > li .megamenu.style1 { overflow:hidden; }
    #siteNav > li .megamenu.style2 .lvl-1 { margin-bottom:0; }
    #siteNav > li .megamenu .menu-title { font-weight:600 !important; }
    #siteNav > li.mdropdown { position:relative; }
    #siteNav > li .megamenu .imageCol { padding-bottom:25px; }

    #siteNav > li .megamenu .grid-products .item { margin: 0 0 20px; }
    #siteNav > li .megamenu .grid-products a, #siteNav > li .megamenu .grid-products .product-price { font-size: 12px; }
    #siteNav > li .megamenu .grid-products .product-review { margin: 0px 0 10px; }
    #siteNav > li .megamenu .grid-products .product-review .an { font-size: 11px; }

    #siteNav > li .offerBanner { padding: 20px; text-align: center; height: 100%; }
    #siteNav > li .gridproduct-banner .grid-products { padding: 20px; }
    .ZanaInternational #siteNav > li .offerBanner { background-color:#814348; }
    .ZanaInternational #siteNav > li .offerBanner h4, .ZanaInternational #siteNav > li .offerBanner p { color:#ffffff; }

    #siteNav a .lbl { color:#ffffff; font-size:9px; font-weight:400; letter-spacing:0; line-height:1; text-transform:uppercase; display:inline-flex; align-items:center; padding:3px 4px; background-color:#0a9339; position:relative; vertical-align:middle; }	
    #siteNav a .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:3px; left:-7px; border:4px solid transparent; border-right-color:transparent; border-right-color:#0a9339; display: none; }
    #siteNav a .lbl.nm_label3 { background-color:#fb6c3e; }
    #siteNav a .lbl.nm_label1 { background-color:#ff0000; }
    #siteNav a .lbl.nm_label4 { background-color:#fdb818; }
    #siteNav a .lbl.nm_label5 { background-color:#93a96c; }
    #siteNav a .lbl.nm_label1:after { border-right-color:#ff0000; }
    #siteNav a .lbl.nm_label4:after { border-right-color:#fdb818; }
    #siteNav a .lbl.nm_label3:after { border-right-color:#fb6c3e; }
    #siteNav a .lbl.nm_label5:after { border-right-color:#93a96c; }

    #siteNav > li.dropdown { position:relative; }
    
    #siteNav > li .dropdown, #siteNav > li .dropdown ul { background-color:#fff; list-style:none; opacity:0; visibility:hidden; width:275px; 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); padding:0px; }
    #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul { top:28px; opacity:1; visibility:visible; } 

    #siteNav > li ul.dropdown li:first-child { border:0; }
    #siteNav > li ul.dropdown li a:hover{color: #fffefe !important;background: #282727 !important}
    #siteNav > li ul.dropdown li a { color:#ffffff !important; font-weight:400; padding:8px 12px; background-color:#000000 ; }
    #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a{color:#ffffff; padding-left:15px;text-transform:uppercase;}
    #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover { color:#ffffff; padding-left:15px;text-transform:uppercase; }
    #siteNav > li ul.dropdown li a .an { font-size:18px; position:absolute; right:5px; top:8px; }
    #siteNav > li ul.dropdown li ul { top:20px; left:100%; }
    

    #siteNav .menu-brand-logo { width:50%; float:left; text-align:center; padding-right:10px; }
    #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; }

    .mm-Banners:before, .mm-Banners:after { content: ''; clear:both; display:block; }
    .mm-Banners { clear:both; }
    .mm-Banners .imageCol { padding-bottom:0 !important; }

    .header-3 #siteNav > li .megamenu { max-width:1400px; right:0; margin:0 auto; }

}

/*----- Classic Header Style -----*/
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) { position:absolute; left:0; right:0; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a { color:#ffffff; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a:hover { color:#ffffff; opacity:0.8; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) #siteNav > li > a:after { background-color:#ffffff; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .iconset,
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .iconset a { color:#ffffff; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .iconset a:hover,
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .iconset:hover .icon, 
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .iconset:hover .text { color:#ffffff; opacity:0.8; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .counter { background:#eee; color:#000; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .js-mobile-nav-toggle .an { color: #fff; }
.zana-temp:not(.searchact) .classicHeader:not(.sticky-header) .sticky-logo { display:none; }
.zana-temp.searchact .classicHeader .default-logo,
.zana-temp .classicHeader.sticky-header .default-logo { display:none; }

/*-----  7.1 Header Styles ----- */
.header .header-main { min-height:90px; }
.header .social-icons li .an,

.search-inline .search-category select { min-width:140px; border-radius:0px; }
.search-inline .search-category select option,
.search-inline .search-category select optgroup { background-color:#fff; color:#000; }
.search-inline .input-box .action { display:flex; justify-content:center; align-items:center; width:46px; border-radius:0 0px 0px 0; }
.search-inline .input-box .action:hover { color: #fe877b; }

.header-8 .counter { background-color:#ea895f; color:#ffffff; }
.zana-header .search-inline { max-width: 90%; }
.zana-header .search-inline .search-category select { min-width: 130px; }
.zana-header .search-inline .search-category select,
.zana-header .search-inline .input-box .input-text,
.zana-header .search-inline .input-box .action { background:#fff !important; border-color:rgba(0,0,0,.2); height:38px; }
.zana-header #siteNav > li > a { color: #fff !important; font-size: 14px !important; background:#000 !important; }
.zana-temp .page-wrapper .top-bar b{font-family: 'Libre Franklin',Arial,Tahoma,serif !important;}
.fa-magnifying-glass:before, .fa-search:before,.fa-cart-shopping:before, .fa-shopping-cart:before, .fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before, .fa-user:before, .fa-phone:before {
    font-size: 18px;}

/* Sticky Menubar Mobile */
.menubar-mobile { position: fixed; bottom: 0; right: 0; left: 0; z-index: 999999; overflow: auto hidden; padding: 5px; height: 60px; background: #000000; box-shadow: 0 0 10px rgba(0,0,0,.12); transition: transform .25s; }
.menubar-mobile .menubar-item { position: relative; -ms-flex: 1 0 20%; flex: 1 0 20%; }
.menubar-mobile .menubar-item > a { position: relative; padding-right: 10px; padding-left: 10px; line-height: 1; display:flex; align-items: center; flex-direction: column; justify-content: center; }
.menubar-mobile .menubar-label { display: block; padding:0; margin: 5px 0 0; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 500; line-height: 1; }
.menubar-mobile .counter { right: -22px; }

/*======================================================================
  8. Homepage Zana International
========================================================================*/
.ZanaInternational .grid-masonary.banner-grid .banner-item.col-sm-12 { margin-bottom: 0; }
.ZanaInternational .collection-banners.style1 .details .redText { color:#FE877B; }


 .ZanaInternational .grid-categorys .category-item .category-title { font-size: 18px; }
 .ZanaInternational .featured-content.style1 .store-info .an { width: 40px; color: #555555; font-size: 30px; }
 .ZanaInternational .featured-content.style1 .store-info .detail { color: #222222; font-size: 14px; }
 .ZanaInternational .quote-wraper .product-review .an { font-size: 14px; }
 .ZanaInternational .grid-products .product-review { margin-bottom: 0; }
 .ZanaInternational .store-features { background-color:#2b2b2b; }
  .ZanaInternational .store-features.Second { background-color:#000; }
 .ZanaInternational .featured-content { background-color:#fafaf4; }
 .ZanaInternational .testimonial-slider { background-color:#f5f5f5; }
 .ZanaInternational .store-features.style3 { background-color:#589d8e; }
 .ZanaInternational .footer .footer-top { background-color:#000000; }
 .ZanaInternational .footer .footer-bottom { background:#2b2b2b;padding-bottom:10px;}



 .ZanaInternational .hero__inner { padding: 25px 0; }
 .ZanaInternational .hero .hero-txt-wrap { max-width: 80%; }
 .ZanaInternational .hero .hero__inner .wrap-text { max-width: 100%; padding: 40px; }
 .ZanaInternational .hero .text-large .mega-title { font-size: 59px; margin-bottom: 10px; letter-spacing: 0.08em; line-height: 1.2; }
 .ZanaInternational .hero .text-large .mega-subtitle { font-size: 17px; letter-spacing: 0.08em; }
 .ZanaInternational .hero .hero__inner .btn-lg { font-size: 17px; text-transform: none; padding: 9px 32px; max-width: max-content; }
 .ZanaInternational .banner-style3 .hero .hero__inner .wrap-text { max-width: max-content; margin: 0; margin-left: auto; }
 .ZanaInternational .banner-style3 .hero .text-large .mega-title { font-size: 65px; }
 .ZanaInternational .banner-style2 .hero--large { height: 630px; }
 .ZanaInternational .banner-style3 .hero--xlarge { height: 690px; }
 
/*----- Homepage -----*/
.ZanaInternational h1, .ZanaInternational .h1, .ZanaInternational h2, .ZanaInternational .h2, .ZanaInternational h3, .ZanaInternational .h3, .ZanaInternational h4, .ZanaInternational .h4, .ZanaInternational h5, 
.ZanaInternational .h5, .ZanaInternational h6, .ZanaInternational .h6, .ZanaInternational .heading-font { line-height:1.2;font-family:'Alata',Arial,Tahoma,serif !important; color: #fff; }
body.ZanaInternational, .ZanaInternational .btn, .ZanaInternational .body-font { font-family:'Libre Franklin',Arial,Tahoma,serif !important; background:#df3434;}
body.ZanaInternational, .ZanaInternational input, .ZanaInternational select, .ZanaInternational textarea, .ZanaInternational .form-control, .ZanaInternational .btn:not(.btn-lg) { font-family:'Libre Franklin',Arial,Tahoma,serif !important; background: #000;  }
.ZanaInternational input, .ZanaInternational .form-control{background: #565555 !important; color:#fff !important;}
.ZanaInternational .section-header h2 { font-size: 25px; font-family:  'Noize Sport Free Vertion', sans-serif !important; color: #fff; }
.ZanaInternational .collection-banners.style8 .details.top-left { top: 20px !important; left: 20px; }
.ZanaInternational .newsletter-section .input-group .btn { background-color: #e79cd9; color: #ffffff; border-color: #e79cd9; }
.ZanaInternational .newsletter-section .input-group .btn:hover { opacity: 0.8; }
.ZanaInternational .store-features { padding: 15px 0; }
.ZanaInternational .btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color:#fff;background: #df3434;}
.ZanaInternational .logo-section, .ZanaInternational .featured-content { padding-top: 0 !important; }
.ZanaInternational .footer-bottom { background: #e79cd9; color: #fff; }
.ZanaInternational #site-scroll { color: #000 !important; background: #fff; }
.ZanaInternational #site-scroll:hover { color: #000; background: #fff; }
.ZanaInternational .top-bar { background:#000; }
.ZanaInternational .store-features i { color:#fff; }
.ZanaInternational .newsletter-bg { background:#e8ebf5 url(../images/demo10-ftr-newalatter.jpg) no-repeat center/cover; }


.ZanaInternational .collection-banners .detail-text { width: 100%; padding: 30px; display: flex; align-items: center; align-self: stretch; justify-content: center; flex-direction: column; background: #a0c1dc; height: 100%; }
.ZanaInternational .collection-banners .detail-text .title { color: #ffffff; font-size: 30px; margin-bottom: 25px; }
.ZanaInternational .collection-banners .detail-text .btn-outline-light { padding: 8px 25px; font-size: 15px; }
.ZanaInternational .collection-banners .detail-text .btn-outline-light:hover { color: #fff; background-color: #fe877b; border-color: #fe877b; }
.ZanaInternational .collection-banners .details .title { font-size: 30px; text-transform: none; }
.ZanaInternational .collection-banners.style8 .text2 .detail-text { background: #bae4c5; }
.ZanaInternational .collection-banners.style8 .details.box .inner { color: #e90d53; background: #fafafa; display: inline-block; padding: 12px 20px; }
.ZanaInternational .collection-banners.style8 .details.box .title { font-size: 22px; }

/*=====================================================================
  9. Homepage Sections
========================================================================*/
/* 9.1 Homepage Slideshow */
.ZanaInternational .slideshow-wrapper, .ZanaInternational .slideshow .slide { position:relative; }
.ZanaInternational .slideshow .bottom-middle { height:100%; padding-left:60px; padding-right:60px; }
.ZanaInternational .slideshow .bottom-middle .ZanaInternational .slideshow-content-in { top:auto; bottom:200px; -ms-transform:none; -webkit-transform:none; transform:none; }
.ZanaInternational .slideshow .bottom-left .ZanaInternational .slideshow-content-in { top:auto; left:60px; bottom:60px; -ms-transform:none; -webkit-transform:none; transform:none; }
.ZanaInternational .slideshow .middle-right .ZanaInternational .slideshow-content-in { text-align:left; right:17%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.ZanaInternational .slideshow .middle-left .ZanaInternational .slideshow-content-in { text-align:left; left:17%; }
.ZanaInternational .slideshow .middle-bottom .ZanaInternational .slideshow-content-in { right: 14%; bottom: 8%; top: auto; -ms-transform: none; -webkit-transform: none; transform: none; }
.ZanaInternational .slideshow-content-in { position:absolute; max-width:max-content; width:100%; top:50%; z-index:3; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.ZanaInternational .slideshow .wrap-caption { display:inline-block; padding:25px; }
.ZanaInternational .slideshow--medium { height: 600px; }
.ZanaInternational .slideshow--large { height: 700px; }
.ZanaInternational .slideshow--xlarge { height: 900px; }

/* Slide Caption Animation */
.ZanaInternational .slideshow .animation.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); }
.ZanaInternational .slideshow .slick-active .animation.style1 { opacity:1; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); }
.ZanaInternational .slideshow .animation.style2 { opacity:0; margin-bottom:-30px; transition:1s all .1s; -webkit-transition:1s all .1s; -ms-transition:1s all .1s; }
.ZanaInternational .slideshow .slick-active .animation.style2 { opacity:1; margin-bottom:0; }

.ZanaInternational .slideshow .animation.style3 { opacity:0; transform: translateY(-15px); transition: .8s all .2s; }
.ZanaInternational .slideshow .slick-active .animation.style3 { opacity:1; transform: translateY(0); }
.ZanaInternational .slideshow .animation.style3 .ss-btnWrap { opacity: 0; transition: .6s all .4s; transform: translateY(10px); }
.ZanaInternational .slideshow .slick-active .animation.style3 .ss-btnWrap { opacity:1; transform: translateY(0); }

.ZanaInternational .slideshow .slick-active .animation.style4 .ss-small-title { animation-delay: .3s; -webkit-animation-delay: .3s; animation-duration: .3s; -webkit-animation-duration: .3s; animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-name: fadeInDown; -webkit-animation-name: fadeInDown; }
.ZanaInternational .slideshow .slick-active .animation.style4 .ss-mega-title { animation-delay: .5s; -webkit-animation-delay: .5s; animation-duration: .5s; -webkit-animation-duration: .5s; animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-name: fadeInDown; -webkit-animation-name: fadeInDown; }
.ZanaInternational .slideshow .slick-active .animation.style4 .ss-sub-title { animation-delay: .4s; -webkit-animation-delay: .4s; animation-duration: .4s; -webkit-animation-duration: .4s; animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }
.ZanaInternational .slideshow .slick-active .animation.style4 .ss-btnWrap { animation-delay: .5s; -webkit-animation-delay: .5s; animation-duration: .5s; -webkit-animation-duration: .5s; animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }
/* End Slide Caption Animation */

.ZanaInternational .slideshow .ss-mega-title { color:#000000; line-height:1.1; text-shadow:1px 1px 7px rgba(0,0,0,0); margin: 0 0 10px; }
.ZanaInternational .slideshow .ss-sub-title { color:#000000; margin-bottom:20px; text-shadow:1px 1px 4px rgba(0,0,0,0); display:block; }
.ZanaInternational .slideshow .whiteText .ss-mega-title, .ZanaInternational .slideshow .whiteText .ss-sub-title, .ZanaInternational .slideshow .whiteText .ss-small-title { color:#fff; text-transform:none; }
.ZanaInternational .slideshow-overlay:before { content: ''; position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.5; z-index:3; }
.ZanaInternational .slideshow .slick-slide img { width:100%; }
.ZanaInternational .slideshow .btn-primary + .btn-primary { margin-left:20px; }
.ZanaInternational .slideshow .whiteText .btn-primary { color:#000; background-color:#fff; border-color:#fff; }
.ZanaInternational .slideshow .whiteText .btn-primary:hover, .ZanaInternational .slideshow .whiteText .btn-primary:focus { color:#fff; background-color:#000; border-color:#000; }
.ZanaInternational .slideshow .slick-prev, .ZanaInternational .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:transparent; -ms-transition:all ease-out 0.2s; -webkit-transition:all ease-out 0.2s; transition:all ease-out 0.2s; }
.ZanaInternational .slideshow .btn-outline-primary { background-color:transparent !important; }
.ZanaInternational .slideshow .btn-outline-primary:hover { background-color:#000 !important; }
/*.ZanaInternational .slideshow .whiteText .btn-outline-primary { color:#fff; border-color:#fff; background-color:transparent !important; }*/
/*.ZanaInternational .slideshow .whiteText .btn-outline-primary:hover { color:#000; border-color:#fff; background-color:#fff !important; }*/
.ZanaInternational .slideshow:hover .slick-prev, .ZanaInternational .slideshow:hover .slick-next { opacity:1; visibility:visible; }
.ZanaInternational .slideshow .slick-prev { left:30px; }
.ZanaInternational .slideshow .slick-next { right:30px; }
.ZanaInternational .slideshow .slick-next:before { content:"\ea8c"; font-family:"annimex-icons"; color:#fff; }
.ZanaInternational .slideshow .slick-prev:before { content:"\ea8b"; font-family:"annimex-icons"; color:#fff; }
.ZanaInternational .slideshow .slick-prev:before, .ZanaInternational .slideshow .slick-next:before { font-size:25px; line-height:25px; }
.ZanaInternational .slideshow .btn { color:#fff; background-color:#000; border-color:#000; }
.ZanaInternational .slideshow .btn:hover { color:#fff; background-color:#f4857b; border-color:#f4857b; }
.ZanaInternational .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%); }
.ZanaInternational .slideshow .slick-dots li { width:12px; height:12px; vertical-align:middle; position:relative; display:inline-block; padding:0; cursor:pointer; margin-right:8px; }
.ZanaInternational .slideshow .slick-dots li button { color:transparent; line-height:0; font-size:0; background:transparent; display:block; cursor:pointer; color:#fff; width:14px; height:14px; text-indent:-9999px; padding:0; border-radius: 100%; border:2px solid #fff; transition:all 0.2s; -webkit-transition:all 0.2s; -ms-transition:all 0.2s; opacity:1; }
.ZanaInternational .slideshow .slick-dots li.slick-active button { background-color:#fff; }
.ZanaInternational .slideshow img.mobile-hide { display:none; }

.ZanaInternational .slideshow .blue-bg { background-color:#92c6ee; }
.ZanaInternational .slideshow .blue-bg .btn { background:#69a6d5; border-color:#69a6d5; color:#ffffff; }
.ZanaInternational .slideshow .blue-bg .btn:hover, .ZanaInternational .slideshow .blue-bg .btn:focus { opacity:0.8; }
.ZanaInternational .slideshow .pink-bg { background-color:#e89db4; }
.ZanaInternational .slideshow .pink-bg .btn { background:#d8839d; color:#ffffff; border-color:#d8839d; }
.ZanaInternational .slideshow .pink-bg .btn:hover, .ZanaInternational .slideshow .pink-bg .btn:focus { opacity:0.8; }

.ZanaInternational .slideshow .bright-blue-bg { background-color:#3c92bd; }
.ZanaInternational .slideshow .bright-blue-bg .btn { background:#257096; border-color:#257096; color:#ffffff; }
.ZanaInternational .slideshow .bright-blue-bg .btn:hover, .ZanaInternational .slideshow .bright-blue-bg .btn:focus { opacity:0.8; }
.ZanaInternational .slideshow .lighter-pink-bg { background-color:#ea895f; }
.ZanaInternational .slideshow .lighter-pink-bg .btn { background:#d1683b; color:#ffffff; border-color:#d1683b; }
.ZanaInternational .slideshow .lighter-pink-bg .btn:hover, .ZanaInternational .slideshow .lighter-pink-bg .btn:focus { opacity:0.8; }

.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-icons"; font-size:14px; top:50%; margin-top:-10px }

/* Video Elemnets */
.video-sec { position:relative; font-size:0px; }
.video-text { position: absolute; }
.video-text .ttl { color: #ffffff; font-size: 40px; display: block; margin-bottom: 15px; }
.video-popup-content .mfpbox { padding:0; max-width:100%; -webkit-box-shadow:none; box-shadow:none; }
.video-popup-content .an { font-size:70px; border-radius:50%; opacity:.8; color:#fff; position:absolute; box-shadow:0 0 0 0 rgba(255,255,255,0.7); -webkit-animation:video-button 1.25s infinite cubic-bezier(0.66,0,0,1); -moz-animation:video-button 1.25s infinite cubic-bezier(0.66,0,0,1); animation:video-button 1.25s infinite cubic-bezier(0.66,0,0,1); }
.video-popup-content .an:hover { color:#5aa2de; }
@-webkit-keyframes video-button { to { box-shadow:0 0 0 45px rgba(255,255,255,0); }}
@-moz-keyframes video-button { to { box-shadow:0 0 0 45px rgba(255,255,255,0); }}
@keyframes video-button {to { box-shadow:0 0 0 45px rgba(255,255,255,0); }}

/* 9.2 Products With Tab Slider */
.tab-slider-product.section .section-header { margin-bottom:20px; }
.tab-slider-product .tabs { border:0; text-align:center; margin:0 0 30px; 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:none; color:#000; font-weight:400; font-size:14px; padding:5px 15px; border-radius:20px; }
.tab-slider-product .tabs > li.active { color:#fff; background:#000; }
.tab-slider-product .tabs li:hover, .tab-slider-product .tabs li:focus { color:#fff; opacity:1; background:#000; }
.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; }

.tabs-style2.tabs > li { color:#555; font-size:13px; margin:0 12px; position:relative; padding:0; text-transform:uppercase; font-weight:600; }
.tabs-style2.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; }
.tabs-style2.tabs > li.active:after { width:100%; }
.tabs-style2.tabs > li:hover:after { width:100%; opacity:1; }
.tabs-style2.tabs > li.active,
.tabs-style2.tabs > li:hover { color:#000; background-color:transparent; }

.tabs-style3.tabs > li { font-size:16px; border:1px solid transparent; padding:5px 20px; }
.tabs-style3.tabs > li.active { color:#333; border:1px solid #333; background:#fff;  }
.tabs-style3.tabs li:hover, .tab-slider-product .tabs li:focus { color:#fff; opacity:1; background:#000; }

.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.3 Hero/Parallax Banners */
.background-parallax { background-attachment: fixed !important; }
.parallax-banner-style1 .hero--exlarge, .bgFixed { background-attachment:fixed !important; }
.parallax-banner-style3 .hero .hero__inner .wrap-text { position:relative; background-color:rgba(255,255,255,0.7); padding:40px; }
.parallax-banner-style4 .hero .hero__inner .wrap-text { position: relative; padding: 40px; background-color:rgba(255,255,255,0.9); max-width: 395px; }
.parallax-banner-style4 .hero .text-small .mega-subtitle { color: #444444; font-size: 20px; font-weight: 600; letter-spacing: 0.09em; }
.parallax-banner-style4 .hero .text-small .mega-title { color: #444444; font-size: 31px; letter-spacing: 0.00em; line-height: 1.2; font-weight: 600; margin-bottom: 20px; }
.parallax-banner-style4 .hero .saleTime span > .count-inner { height: 66px; width: 66px; border-radius: 3px; font-size: 13px; color: #ffffff; background: #444444; border: 1px dashed #444444; }
.parallax-banner-style4 .hero .hero__inner span { margin-bottom: 0; }
.parallax-banner-style4 .hero .saleTime { margin: 0 0 20px; }
.parallax-banner-style4 .hero .saleTime span > span span { color: #ffffff; }
.parallax-banner-style4 .hero .hero__inner .details { color: #444444; font-size: 14px; margin: 0 0 20px; }

.parallax-banner-style5 .hero .mega-subtitle { color: #bf1616; font-size: 16px; font-weight: 700; letter-spacing: 0.08em; }
.parallax-banner-style5 .hero .mega-title { font-size: 47px; font-weight: 600; line-height: 1.4; letter-spacing: 0.07em; margin-bottom: 20px; }
.parallax-banner-style5 .hero .saleTime span > .count-inner { height: 70px; width: 70px; color: #090a0a; background: #fafafa; border: 1px dashed #b7b6b6; border-radius: 0; }
.parallax-banner-style5 .hero .saleTime span > span span { color: #090a0a; }
.parallax-banner-style5 .hero .hero__inner .details { font-size: 17px; line-height: 1.5; margin: 15px 0 30px; }

.hero { position:relative; height:475px; display:table; width:100%; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.hero__inner { position:relative; display:table-cell; vertical-align:middle; padding:35px 0; color:#000; z-index:2; text-align:center; }
.hero[data-stellar-background-ratio] { background-attachment:fixed; }
.hero .text-small .mega-title { font-size:35px; font-weight:700; }
.hero .text-small .mega-subtitle { font-size:15px; font-weight:normal; margin-bottom:20px; }
.hero .hero__inner span { font-size:16px; text-transform:uppercase; letter-spacing:0; margin-bottom:10px; display:inline-block; }
.hero .hero__inner .details { font-size:18px; margin-bottom:25px; }

.hero .saleTime { position:static; }
.hero .saleTime span > .count-inner { color:#2a7467; background:#cde0c0; border:1px dashed #cde0c0; height:75px; width:75px; max-width:inherit;min-width:inherit; border-radius:50%; padding:4px 4px; margin:0 4px; line-height:normal; text-align:center; display:flex;justify-content:center;flex-direction:column; }
.hero .saleTime span > span span { background:none; color:#2a7467; max-width:inherit;min-width:inherit; font-size:13px; font-weight:600; text-transform:uppercase; line-height:normal;padding:0;margin:0; }
.hero .saleTime .time-count { font-size:18px; margin:0;padding:0; }
@media only screen and (min-width:990px) {
    .hero__inner .wrap-text { max-width:500px; }
}

.hero--xlarge { height:800px; }
.hero--large { height:600px; }
.hero--exlarge { height:900px; }
.hero--medium { height:450px; }
.hero--small { height:380px; }
.hero .text-large .mega-title { font-size:50px; }
.hero__inner .center { text-align:center; margin:0 auto; }
.hero .hero__inner .wrap-text.left { float:left; }
.hero .hero__inner .wrap-text.right { float:right; }
.hero .text-large .mega-subtitle { font-size:23px; }
.hero .mega-subtitle { margin-bottom:25px; }
.hero .font-bold .mega-title { font-weight:700; }
.hero__inner .right { float:right; text-align:center; }

.hero .text-medium .mega-title { font-size:35px; }
.hero .text-medium .mega-subtitle { font-size:18px; }
@media (min-width:767px) {
    .hero .hero__inner .wrap-text { max-width:540px; padding:20px; margin:0 auto; }
    .medical-demo .hero .hero__inner .wrap-text { max-width:400px; }
}
.hero .hero__inner .wrap-text:before { position:absolute; height:100%; width:100%; content: ""; left:0px; top:0px; z-index:-1; }
.hero .hero__inner .wrap-text.topleft { position:absolute; left:5%; top:10%; }
.hero .hero__inner .wrap-text.bottomleft { position:absolute; left:5%; bottom:10%; }
.hero .hero__inner .wrap-text.bottomright { position:absolute; right:5%; bottom:10%; }

/* 9.4 Featured Content Section */
.featured-content .featured-text.right { padding-left:60px; }
.featured-content .featured-text h2 { font-size:30px; font-weight:bold; letter-spacing:-0.5px; text-transform:none; }
.featured-content .featured-text p { font-size:16px; margin-bottom:20px; }
.featured-content .featured-content-bg { margin-top:60px !important; }
.featured-content .featured-content-bg .display-table-cell { padding:0; }
.featured-content .featured-content-bg .display-table-cell:first-of-type { background-color:#f4f4f4; text-align:center; padding:60px; }
.f-image { width:100%; display:block; }

.featured-content.style1 .f-text { color:#fff; padding:0px; margin:0 auto; max-width:90%; width:100%; text-align:justify;}
.featured-content.style1 .blue-bg { background-color:#2b2b2b; }
.featured-content.style1 .pinch-bg { background-color:#2b2b2b; }
.featured-content.style1 .gold-bg { background-color:#2b2b2b; }
.featured-content.style1 .light-blue-bg { background-color:#2b2b2b; }
.featured-content.style1 .light-pinch-bg { background-color:#2b2b2b; }
.featured-content.style1 .f-item:not(.white-bg) h3 { color:#fff; }
.featured-content.style1 .f-item:not(.white-bg) .btn { background-color:#0000004d; border-color:#0000; color:#fff; font-weight:600; }
.featured-content.style1 .f-item:not(.white-bg) .btn:hover { background-color:#0000004d; border-color:#0000; color:#fff; opacity:0.8; }
.featured-content.style1 .green-bg { background-color:#2b2b2b; }
.featured-content.style1 .white-bg { color:#000; background-color:#fff; font-size:15px; }
.featured-content.style1 .white-bg .f-text { color:#222222; }
.featured-content.style1 .deal-text { font-size:13px; }
.featured-content.style1 .product-review .an { font-size: 14px; }

/* 9.5 Newletter Section */
.section.newsletter-section { background:url(../images/parallax/newsletter-bg.jpg) no-repeat center center/cover; padding:75px 0; background-attachment:fixed; background-color:rgb(245,245,245); }
.newsletter-section .section-header { margin-bottom:20px; color:#fff; }
.newsletter-section .section-header h2 { color:#fff; }
.newsletter-section .newsletter-form .newsletter-input { border:0; background-color:#fff; }
.newsletter-form .input-group__field, .newsletter-form .input-group__btn { display:table-cell; vertical-align:middle; margin:0; }
.newsletter-form .input-group__btn { white-space:nowrap; width:1%; }

/* 9.6 Testimonial Slider */
.testimonial-slider.style1 { background:url(../images/testimonial-bg.jpg) no-repeat; background-size:cover; }
.quote-wraper .slick-list { margin:0 -10px; }
.quote-wraper .slick-slide { margin:0 10px; }
.quote-wraper .quotes-slide { background-color:#fff; padding:30px; }
.quote-wraper .testimonial-image { text-align:center; margin-bottom:20px; }
.quote-wraper .authour { margin-bottom:0; }
.quote-wraper .testimonial-image img { margin:0 auto; max-height:100px; max-width:100px; border-radius:100%; }
.quote-wraper blockquote { border:0; max-width:700px; margin:0 auto; line-height:1.7; }
.quotes-slider__text { color:#666666; font-size:14px; line-height:1.7; font-weight:400; font-style:normal; padding:0; }
.quote-wraper .authour { color:#666666; font-size:13px; font-weight:700; letter-spacing:1px; text-transform:uppercase; line-height:18px; }
.quotes-slider__text p { margin-bottom:10px; }
.quotes-slider__text .cmp-name { margin-bottom: 0; }
.quote-wraper .product-review { color:rgba(210, 135, 108, 0.8); margin-bottom:10px; }
.quote-wraper .slick-arrow { margin-top:-10px; height:35px; line-height:34px; width:35px; text-align:center; font-size:0px; padding:0; opacity:0; visibility:hidden; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.quote-wraper .slick-arrow:before { line-height:35px; }
.quote-wraper:hover .slick-arrow { opacity:1; visibility:visible; }
.quote-wraper .slick-prev { left:-10px; }
.quote-wraper .slick-next { right:-10px; }
.quote-wraper .slick-dots { margin-top:20px; }

.testimonial-style2 { background-color:#f7f7f7; }
.testimonial-style2 .section-header { margin:0; }
.quotes-slider-style2 .slick-list, .quotes-slider-style2 .slick-slide { margin:0; }
.quotes-slider-style2 blockquote { font-size:16px; line-height:30px; border:0; max-width:870px; margin:0 auto; }
.quotes-slider-style2 .quotes-slide { padding:20px; }
.quotes-slider-style2 .rte-setting:before { font-size:60px; }
.quotes-slider-style2 .slick-dots { margin:0; }
.quotes-slider-style2 .slick-prev { left:30px; }
.quotes-slider-style2 .slick-next { right:30px; }

.quotes-slider-1item .quotes-slider__text { font-size: 16px; color: #444444; }
.quotes-slider-1item .product-review { color: rgba(242,157,25,0.8); display: flex; justify-content: center; align-items: center; }
.quotes-slider-1item .product-review .an { font-size: 14px; margin: 0 2px; }
.quotes-slider-1item .authour { font-size: 15px; font-weight: 600; color: #444444; }

/* 9.7 Info/Simple Text Section */
.section.info-section { padding:15px; }
.info-section { color:#fff; font-size:16px; background-color:#111111; padding:20px 10px; }
.info-section a { color:#fff; letter-spacing:0.5px; }
.info-section a:hover { color:#df3434 }
.simple-text-section { font-size:22px; max-width:950px; margin:0 auto; font-weight:400; }

/* 9.8 Instagram Section */
.instagram-slider { margin-bottom:-7px; }
.instagram-section .slick-prev, .instagram-section .slick-next { background-color:rgba(255,255,255,0.6); opacity:0; visibility:hidden; }
.instagram-section:hover .slick-prev, .instagram-section:hover .slick-next { opacity:1; visibility:visible; }
.instagram-section .instagram-item, .instagram-grid .instagram-item { padding:0; }
.instagram-section .instagram-item a, .instagram-grid .instagram-item a { position:relative; height:100%; display:block; overflow:hidden; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -ms-transition:all 0.4s ease; }
.instagram-section .instagram-item a img, .instagram-grid .instagram-item a img { width:100%; height:100%; -o-object-fit:cover; object-fit:cover; transition:800ms ease 0s; -ms-transition:800ms ease 0s; -webkit-transition:800ms ease 0s; opacity:1 !important; }
.instagram-section .instagram-item .ins-icon, .instagram-grid .instagram-item .ins-icon { font-size:24px; line-height:1; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(0); -webkit-transform:translate(-50%, -50%) scale(0); -ms-transform:translate(-50%, -50%) scale(0); transition:transform .3s ease; -webkit-transition:transform .3s ease; -ms-transition:transform .3s ease; width:100%; height:100%; display:inline-flex; justify-content:center; -webkit-justify-content:center; -ms-justify-content:center; align-items:center; -webkit-align-items:center; -ms-align-items:center; }
.instagram-grid .instagram-item .ins-icon .icon, .instagram-section .instagram-item .ins-icon .icon { font-size:24px; }
.instagram-section .instagram-item:hover .ins-icon, .instagram-grid .instagram-item:hover .ins-icon { opacity:1; transform:translate(-50%, -50%) scale(1); -webkit-transform:translate(-50%, -50%) scale(1); -ms-transform:translate(-50%, -50%) scale(1); z-index:3; }
.instagram-section .instagram-item:hover a:before, .instagram-grid .instagram-item:hover a:before { content: ''; background-color:rgba(0, 0, 0, 0.5); content: ''; position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; }
.instagram-section .instagram-item:hover img, .instagram-grid .instagram-item:hover img { transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); }

.instagram-grid ul { list-style:none; padding:0; margin:0; }
.instagram-grid ul > li { list-style:none; padding:0; margin:0 0 10px; }
.instagram-grid .instagram-item { width:16%; float:left; }

.instagram-grid-style2.instagram-grid ul { margin: -5px; }
.instagram-grid-style2.instagram-grid ul > li { margin:0; padding:5px; }
.instagram-grid-style2 .instagram-item { width:20%; float:left; padding:0; }
.instagram-grid-style3 .instagram-item { width:16.66667%; padding:0; margin:0; }

/* 9.9 Miniproduct List Section */
.mini-product .column-ttl { font-size:16px; text-transform:uppercase; margin:0 0 25px; }
.mini-product .mini-list-item .grid-view-item__link, 
.mini-product .mini-list-item .mini-view_image img { width: 80px; }
.mini-product .mini-list-item { border: 1px solid #eeeeee; padding-right: 10px; align-items: center; margin-bottom: 15px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.mini-product .mini-list-item:hover { box-shadow: 0 0 5px #eeeeee; }
.mini-list-item .grid-view-item__link,
.mini-list-item .mini-view_image img { width:70px; display:block; }

/* 9.10 Collection Slider */
.collection-slider .collection-grid-item { margin:0 10px; position:relative; text-align:center; overflow:hidden; width:auto !important; }
.collection-slider .collection-grid-item .img { position:relative; overflow:hidden; }
.collection-slider .collection-grid-item .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; }
.collection-slider .collection-grid-item:hover .img img { -ms-transform:scale(1.1); -webkit-transform:scale(1.1);transform:scale(1.1); }
.collection-slider .slick-arrow { opacity:0; visibility:hidden; width:30px; height:30px; }
.collection-slider:hover .slick-arrow { color:#000; opacity:1; visibility:visible; }
.collection-slider .collection-grid .slick-prev { left:10px; }
.collection-slider .collection-grid .slick-next{ right:10px; }

.collection-slider-full { background-color:#fafafa; }
.collection-slider-full .collection-grid-slider { padding:0; }
.collection-slider-full .slick-prev { left:-20px; }
.collection-slider-full .slick-next{ right:-20px; }
.collection-slider-full .collection-grid-slider .collection-item { position:relative; }
.collection-slider-full .collection-grid-slider .details { padding:30px 10px; width:auto; }
.collection-slider-full .collection-grid-slider .details:before { display:none; }
.collection-slider-full .collection-grid-slider .details .collection-item-title { color:#333333; font-weight:500; font-family:'Poppins',Arial,Tahoma; }
.collection-slider-full .collection-item .img { border-radius:100%; }

.collection-slider-full .collection-slider-4items.caption-on-image .slick-slide { padding:15px; }
.collection-slider-full .collection-slider-4items.caption-on-image .collection-item { position: relative; }
.collection-slider-full .collection-slider-4items.caption-on-image .details { color:#000; position:absolute; bottom:30px; left:0; right:0; width:auto; text-align:center; margin:0 auto; }
.collection-slider-full .collection-slider-4items.caption-on-image .details.wd-70 { width:70%; }
.collection-slider-full .collection-slider-4items.caption-on-image .details .collection-item-title { color:#333333; margin-bottom:5px; }
.collection-slider-full .collection-slider-4items.caption-on-image .details .inner { background:#ffffff; padding: 20px; }
.collection-slider-full .collection-slider-4items.caption-on-image .collection-item .img { position: relative; overflow: hidden; }
.collection-slider-full .collection-slider-4items.caption-on-image .collection-item .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; }
.collection-slider-full .collection-slider-4items.caption-on-image .collection-item:hover .img img { -ms-transform:scale(1.1); -webkit-transform:scale(1.1);transform:scale(1.1); }

/* 9.11 Brands Logo Slider */
.logo-bar .slick-list { margin:0 -10px; }
.logo-bar .slick-slide { padding:0 10px; }
.logo-bar a { display:block; border:1px solid #eeeeee; padding:10px; }
.logo-bar a:hover { border-color: #dddddd; }
.logo-bar__item:hover { opacity:0.9; }
.logo-bar .slick-arrow { -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.logo-bar:hover .slick-arrow { color:#000; opacity:1; }
.logo-bar .slick-prev { left:-35px; }
.logo-bar .slick-next { right:-35px; }
.logo-bar .slick-slide img { margin:0 auto; }
.logo-bar .slick-prev, .logo-bar .slick-next { text-align:center; font-size:0px; height:30px; width:30px; line-height:29px; border-radius:50%; opacity: 1 !important; }

/* 9.12 Home Blog Post */
.home-blog-post { padding:50px 0; }
.home-blog-post-style1 { background-color:#fff; }
.blogpost-item { margin:0 0 1px; }
.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 .article-excerpt { font-size:14px; margin-top:10px; }
.blogpost-item .publish-detail { list-style:none; padding:0; margin:0; }
.blogpost-item .publish-detail li { display:inline-block; padding:0; }
.blogpost-item .btn-small { background:none; border:0; padding:0; border-radius:0; border-bottom:1px solid #222222; }
.blogpost-item .btn-small:hover { border-bottom:1px solid transparent; }
.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-list { margin-right:-10px; margin-left:-10px; }
.home-blog-post .slick-slide { margin-right:10px; margin-left:10px; }
.home-blog-post .slick-prev { left:-30px; }
.home-blog-post .slick-next{ right:-30px; }

.home-blog-post-style1 .blogpost-item .post-detail .post-title { font-weight:normal; font-size:15px; }
.home-blog-post-style1 .blogpost-item .post-thumb { margin-bottom:20px; }
.home-blog-post-style1 .blogpost-item .publish-detail { font-size:13px; }
.home-blog-post-style1 .blogpost-item .publish-detail li { padding:0; }
.post-content h2 { margin-bottom: 10px; }

/* 9.13 Store Features */
.store-features { background-color:#fff; padding:30px 0; }
.store-info .an { float:left; margin:0 15px 0 0; font-size:40px; vertical-align:middle; display:block; width:50px; text-align:center; }

.store-features.style1 .col i { background:#eeeeee; width:75px; height:75px; line-height:72px; }
.store-features.style1 .col:hover i { background:#f2f2f2; }
.store-features.style1 .store-info .an { float:none; margin:0 auto; }
.store-features.style2 { background-color:#f9f9f9; margin-top:-5px; padding:18px 0; }
.store-features.style2 i { width:auto; color:#5aa2de; font-size:28px; }
.store-features.style3 { background-color:#92c6ee; }
.store-features.style3 .detail { font-size:16px; margin:20px 0 0; }
.store-features.style4 .store-info .an { margin:0 0 16px 0; color:#7e7979; font-size:42px; }
.store-features.style4 .detail { font-size:13px; }
.store-features.small-icon .store-info .an { width: 30px; font-size: 20px; }

/* 9.14 Custom Content */
.custom-content-section .col-lg-6 { margin-bottom:30px; }
.custom-content-section .section-header { margin-bottom:10px; }
.custom-content-section .custom-details { text-align:center; max-width:80%; margin:0 auto; } 
.custom-content-section .custom-details p { margin-bottom:20px; }

/* 9.15 Instagram Shop */
.instagram-shop { margin-top:20px; }
.instagram-shop .row { margin-left:-8px; margin-right:-8px; }
.instagram-shop .row .col-6 { padding:0 8px; margin-bottom:16px; }
.instagram-shop .insta-item img { display:block; -ms-transition:all ease-out 0.5s; -webkit-transition:all ease-out 0.5s; transition:all ease-out 0.5s; }
.instagram-shop .insta-item { position:relative; display:block; overflow:hidden; }
.instagram-shop .insta-item:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); }
.instagram-shop .insta-item:after { content:'\e931'; font-family:'annimex-icons'; display:inline-block; position:absolute; right:10px; bottom:10px; font-size:15px; background-color:rgba(0,0,0,0.18); border-radius:100px; -webkit-border-radius:100px; width:30px; height:30px; line-height:30px; text-align:center; }
.instagram_gallery img { padding:5px; }

/* 9.16 Promotion Product Popup */
.product-notification { display:block; width:270px; padding:10px; background-color:#fff; -webkit-box-shadow:0px 0 7px 2px rgba(158,158,158,0.2); box-shadow:0px 0 7px 2px rgba(158,158,158,0.2); margin:10px; position:fixed; bottom:0; -webkit-animation:movebottom 15s infinite; animation:movebottom 15s infinite; z-index:999; }
.product-notification img { height:70px; }
.product-notification h5 { color:#666; font-size:10px; }
.product-notification .pname { font-size:12px; font-weight:600; margin-bottom:5px; }
.product-notification .detail { font-size:11px; line-height:1.2; margin:0; color:#666; }
.product-notification .media-body { padding-left:10px; }
.product-notification p { margin:0 0 10px; }
.product-notification .close { font-size:13px !important; cursor:pointer; position:absolute; right:7px; top:6px; z-index:99; }
@-webkit-keyframes movebottom { 0% { display:block; bottom:-200px; } 25% { bottom:0px; } 75% { bottom:0px; } 100% { display:none; bottom:-200px; } }
@keyframes movebottom { 0% { display:block; bottom:-200px; } 25% { bottom:0px; } 75% { bottom:0px; } 100% { display:none; bottom:-200px; } }


/*======================================================================
  10. Collection Banner
========================================================================*/
.collection-banners { margin-top:0px; }
.collection-banners .row { margin-left:-10px; margin-right:-10px; }
.collection-banners .row .banner-item { padding-left:10px; padding-right:10px; }
.collection-banners .collection-grid-item { position:relative; overflow:hidden;padding: 0px; }

.collection-banners .left-offer-img {border: 2px solid #2b2b2b;border-style: dashed; }
.collection-banners .collection-grid-item img { display:block; width:100%; -ms-transition:all ease-out 0.5s; -webkit-transition:all ease-out 0.5s; transition:all ease-out 0.5s; }
.collection-banners .collection-grid-item:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); }
.collection-banners .details { background-color:#fff; color:#000; width:50%; left:50%; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); position:absolute; bottom:20px; right:0; padding:20px; text-align:center; }
.collection-banners .details .title { margin:0; font-size:16px; text-transform:uppercase; }
.collection-banners .details .btn { font-size:12px; padding:5px 15px; margin-top:10px; }

.banner-item:after, .collection-page-item:after { content:''; display:block; clear:both; }
.banner-item, .collection-page-item { float:left; margin-bottom:20px; }
.banner-item img, .collection-page-item img { display:block; max-width:100%; }
.grid-sizer, .banner-item, .collection-page-item { max-width:50%; }

@media only screen and (min-width:1200px) {
    .grid-sizer.grid-5col, .grid-categorys .grid-5col .cl-item { width:20%; }
    .grid-sizer.grid-7col, .grid-categorys .grid-7col .cl-item { width:14.28571%; }
}


.collection-grid-item__title { font-size:20px; font-weight:600; text-transform:none; margin:0; display:block; }
.collection-grid-item .counts { color:#333333; font-size:13px; opacity:0.7; display:block; margin-top:7px; }
.collection-grid-item .details { position:relative; display:flex; flex-direction:column; padding:15px 15px 15px; width:100%; -webkit-transition:all .3s ease-out; transition:all .3s ease-out; }

.collection-grid-item .details { display:block; height:100%; position:absolute; top:0; opacity:0; z-index:1; text-align:center; }
.collection-grid-item .details:before { position:absolute; top:0; left:0; content:""; width:100%; height:100%; background:#000; z-index:-1; }
.collection-grid-item .details.middle { left:0; right:0; margin:0 auto; top:50% !important; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.collection-grid-item .details.top { left:0; right:0; margin:0 auto; top:10px !important; bottom:auto; -ms-transform:none; -webkit-transform:none; transform:none; }
.collection-grid-item .details.bottom { left:0; right:0; margin:0 auto; top: auto; bottom:10px !important; -ms-transform:none; -webkit-transform:none; transform:none; height: auto; padding: 0; }
.collection-grid-item .details .inner { position:relative; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); padding:0; }

.collection-banners.style0 .collection-grid-item .details { display:-ms-flexbox; display:flex; -ms-flex-align:center; align-items:center; -webkit-justify-content:center; -ms-justify-content:center;justify-content:center; height:100%; position:absolute; top:0; opacity:0; z-index:1; padding:15px; 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; }
.collection-banners.style0 .collection-grid-item .details:before { position:absolute; top:0; left:0; content:""; width:100%; height:100%; background:#000; z-index:-1; }
.collection-banners.style0 .collection-grid-item:hover .details { opacity:0.8; }
.collection-banners.style0 .collection-grid-item .details .inner { position:static; }

.collection-banners.style1 .collection-grid-item a { display:block; }
.collection-banners.style1 .collection-grid-item a:before { content:''; position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; z-index:1; }
.collection-banners.style1 .collection-grid-item .overlay { display:block; width:100%; height:100%; opacity:0; visibility:hidden; position:absolute; top:0; left:0; z-index:4; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.collection-banners.style1 .collection-grid-item:hover .overlay { visibility:visible; opacity:1; }
.collection-banners.style1 .collection-grid-item .details { opacity:1; visibility:visible; height:auto; top:auto; width:80%; }
.collection-banners.style1 .collection-grid-item .details.bottom-right { bottom:20px; right:20px; left:auto; text-align:left; width:auto; transform:none; -webkit-transform:none; -ms-transform:none; }
.collection-banners.style1 .collection-grid-item .details.bottom-left { bottom:20px; left:20px; right:auto; text-align:left; width:auto; transform:none; -webkit-transform:none; -ms-transform:none; }
.collection-banners.style1 .collection-grid-item .title { color:#4e6275; font-size:24px; font-weight:bold; }
.collection-banners.style1 .collection-grid-item .title.large-title { font-size:60px; }
.collection-banners.style1 .collection-grid-item .white-text .btn--link { color:#fff; font-size:14px; border-bottom:2px solid #ffffff; display:inline-block; padding:0 0 5px 0; }
.collection-banners.style1 .collection-grid-item .white-text .btn--link:hover { opacity:0.8; }
.collection-banners.style1 .collection-grid-item .white-text,
.collection-banners.style1 .collection-grid-item .white-text .title { color:#fff; background-color:transparent; }
.collection-banners.style1 .collection-grid-item .details.transparent { background-color:transparent; }
.collection-banners.style1 .collection-grid-item .details:before { display:none; }
.collection-banners.style1 .collection-grid-item .details .inner { position:static; transform:none; -ms-transform:none; -webkit-transform:none; }
.collection-banners.style1 .collection-banners .details p { margin-top:10px; }

.collection-banners.style2 .collection-grid-item .details { text-align:center; position:absolute; top:inherit; bottom:0; left:0; height:auto; -ms-transform:translateY(100%); -webkit-transform:translateY(100%); transform:translateY(100%); }
.collection-banners.style2 .collection-grid-item:hover .details { -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.collection-banners.style2 .collection-grid-item__title, .collection-banners.style3 .collection-grid-item__title { font-size:15px; }

.collection-banners.style3 .collection-page-item { margin-bottom:30px; }
.collection-banners.style3 .collection-grid-item .details { color:#000000; position:relative; opacity:1; visibility:visible; background:#f5f5f5; }
.collection-banners.style3 .collection-grid-item .details:before, .collection-banners.style4 .collection-grid-item .details:before,
.collection-banners.style5 .collection-grid-item .details:before, .collection-banners.style6 .collection-grid-item .details:before { display:none; }
.collection-banners.style3 .collection-grid-item .collection-grid-item__title, .collection-banners.style3 .collection-grid-item .counts { color:#000000; }

.collection-banners.style4 .collection-grid-item .details,
.collection-banners.style5 .collection-grid-item .details,
.collection-banners.style6 .collection-grid-item .details { padding:10px; width:auto; height:auto; top:auto; bottom:15px; left:15px; right:15px; opacity:1; visibility:visible; background:rgba(255,255,255,0.8); -ms-transform:translateX(0); -webkit-transform:translateX(0); transform:translateX(0); }
.collection-banners.style4 .collection-grid-item__title,
.collection-banners.style5 .collection-grid-item__title,
.collection-banners.style6 .collection-grid-item__title { color:#000000; font-size:15px; }
.collection-banners.style6 .collection-grid-item .details { background:#000; position:static; }
.collection-banners.style6 .collection-grid-item__title { color:#ffffff; }

.collection-banners.style7 .collection-grid-item .details { opacity:1; visibility:visible; bottom: 30px !important; background-color: transparent; }
.collection-banners.style7 .collection-grid-item .details:before { opacity:0; }
.collection-banners.style7 .collection-grid-item .details .inner { color: #000000; background: #ffffff; display: inline-block; padding: 12px 20px; -ms-transform: none; -webkit-transform: none; transform: none; }
.collection-banners.style7 .collection-grid-item .details .title { font-size: 14px; font-weight: 600; }
.collection-banners.style7 .collection-grid-item .details .btn--link { font-size: 13px; color: #fff; border-bottom: 2px solid #ffffff; display: inline-block; padding: 0 0 5px 0; }

.collection-banners.style8 .collection-grid-item .details { opacity:1; visibility:visible; background-color: transparent; width: auto; height: auto; top: auto !important; bottom: auto !important; left: auto; right: auto; -ms-transform: none; -webkit-transform: none; transform: none; }
.collection-banners.style8 .collection-grid-item .details:before { opacity:0; }
.collection-banners.style8 .collection-grid-item .details .inner { font-size: 15px; letter-spacing: normal; padding: 0; top: auto; -ms-transform: none; -webkit-transform: none; transform: none; }
.collection-banners.style8 .collection-grid-item .btn--link { color:#fff; font-size:12px; border-bottom:2px solid #ffffff; display:inline-block; padding:0 0 5px 0; }

.collection-banners.style8 .collection-grid-item .black-link .btn--link { color: #444444; border-color: #444444; }
.collection-banners.style8 .details.center-left { text-align: left; top: 50% !important; left: 25px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%); }
.collection-banners.style8 .details.center-right { text-align: left; top: 50% !important; right: 20px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%); }
.collection-banners.style8 .details.center-bottom { width: 100%; bottom: 20px !important; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);  transform: translateX(-50%); }
.collection-banners.style8 .details.center-middle { top: 50% !important; left: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.collection-banners.style8 .details.top-left { width: 38%; text-align: left; top: 35px !important; left: 35px; }
.collection-banners.style8 .details.top-center { width: 60%; top: 20px !important; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);  transform: translateX(-50%); }
.collection-banners.style8 .details.bottom-left { width: 60%; text-align: left; bottom: 20px !important; left: 20px; }
.collection-banners.style8 .details.bottom-right { width: 50%; text-align: left; bottom: 20px !important; right: 20px; }

.collection-banners.style8 .collection-grid-item.banner3 .details .title { font-size: 40px; }
.collection-banners.style8 .collection-grid-item.banner4 .details .title { font-size: 20px; }

.category-6col-page .container-fluid, .category-7col-page .container-fluid { padding:0; }
.collection-banners.style5 .collection-grid-item__title { font-family:'Montserrat',sans-serif; }

/*======================================================================
  10.1 Collection Box Slider
========================================================================*/
.collection-box { background-color:#f5f5f5; }
.collection-grid-slider .slick-list { margin:0 -15px; }
.collection-grid-slider .slick-slide { margin:0 15px; }
.collection-grid-slider .collection-item .img { position:relative; overflow:hidden; }
.collection-grid-slider .collection-item .img img {  display: flex !important;
                    width:80% !important;
                    justify-content:center !important;
                    align-items:center !important;
                    margin-left:auto !important;
                    margin-right:auto !important;
                    -ms-transition:all 0.4s ease-out; 
                    -webkit-transition:all 0.4s ease-out;
                    transition:all 0.4s 
                    ease-out; }
.collection-grid-slider .collection-item:hover .img img { -ms-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1); }
.collection-grid-slider .details { z-index:1; position:relative; padding:0px; 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; }
.collection-grid-slider .details:before { position:absolute; left:0; top:0; content: ""; width:100%; height:100%; background:#d4d4d4; opacity:1; z-index:-1; }
.collection-grid-slider .details .collection-item-title { color:#fff; font-size:14px; text-transform:uppercase; margin:0; }
.collection-grid-slider .slick-arrow { background-color:#fff; opacity:1; visibility:visible; }
.collection-grid-slider:hover .slick-arrow { opacity:1; visibility:visible; }

.collection-banner-grid { background-color:inherit; }
.collection-banner-grid .collection-item { margin-bottom:30px; }
.collection-banner-grid .details { background-color:rgba(88, 195, 141, 0.7); padding:15px; text-align:center; }
.collection-banner-grid .collection-item-title { font-size:15px; }

.collection-slider-4items .slick-list { margin-left:-5px; margin-right:-5px; }
.collection-slider-4items .slick-slide { padding:5px; }
.collection-slider-4items .slick-arrow { background-color:rgba(255,255,255,0.9); }
.collection-slider-4items .slick-prev { left:0; }
.collection-slider-4items .slick-next { right:0; }

.collection-slider.background-none .details .collection-item-title { font-size:13px; font-weight:700; color:#fff; padding-top:10px; background:transparent !important; }
.collection-slider.background-none .details:before { display:none; }
.collection-slider.background-none .slick-prev { left: -20px; }
.collection-slider.background-none .slick-next { right: -20px; }

/*======================================================================
  10.2 Category Columns Pages
========================================================================*/
.shop-sub-collections .grid-categorys .category-item .details { padding-bottom: 0; }

/* Grid gaping */
.grid-mr-50 { margin:-25px; }
.grid-mr-50 .cl-item, .collection-banners .grid-mr-30 .cl-item { padding:25px; margin-bottom:0 !important; }
.grid-mr-30 { margin:-15px; }
.grid-mr-30 .cl-item, .collection-banners .grid-mr-30 .cl-item { padding:15px; margin-bottom:0 !important; }
.grid-mr-20 { margin:-10px; }
.grid-mr-20 .cl-item, .collection-banners .grid-mr-20 .row .banner-item { padding:10px; margin-bottom:0 !important; }
.grid-mr-15 { margin:-7.5px; }
.grid-mr-15 .cl-item, .collection-banners .grid-mr-15 .row .banner-item { padding:7.5px; margin-bottom:0 !important; }
.grid-mr-10 { margin:-5px; }
.grid-mr-10 .cl-item, .collection-banners .grid-mr-10 .row .banner-item { padding:5px; margin-bottom:0 !important; }
.grid-mr-5 { margin:-2.5px; }
.grid-mr-5 .cl-item, .collection-banners .grid-mr-5 .row .banner-item { padding:2.5px; margin-bottom:0 !important; }
.grid-mr-0 { margin:0px; }
.grid-mr-0 .cl-item, .collection-banners .grid-mr-0 .row .banner-item  { padding:0px 0px; margin-bottom:0 !important; }

.grid-categorys .category-item .category-title { font-size:20px; font-weight:600; text-transform:none; margin:0; display:block; }
.grid-categorys .category-item .counts { color:#fff; font-size:13px; opacity:0.7; display:block; margin-top:7px; }
.grid-categorys .category-item .details { 
    min-height: 49px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 15px 15px 5px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    }

.grid-categorys .style1 .category-grid-item .details { background:rgba(0,0,0,0.77); text-align:center; position:absolute; top:inherit; bottom:0; left:0; height:auto; -ms-transform:translateY(100%); -webkit-transform:translateY(100%); transform:translateY(100%); }
.grid-categorys .style1 .category-grid-item:hover .details { -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.grid-categorys .style1 .category-grid-item .category-title, 
.grid-categorys .style1 .category-grid-item .counts { color:#ffffff; }

.grid-categorys .style2 .category-grid-item .details { color:#333333; background:#f5f5f5; justify-content:center; align-items:center; text-align:center; }
.grid-categorys .style2 .category-grid-item .category-title, 
.grid-categorys .style2 .category-grid-item .counts { color:#333333; }
.grid-categorys .style2 .category-grid-item:hover .details { background:#f9f9f9; }

.grid-categorys .style3 .category-grid-item .details { background:rgba(255,255,255,0.88); padding:10px; width:auto; height:auto; justify-content:center; align-items:center; text-align:center; position:absolute; top:auto; bottom:10px; left:10px; right:10px; z-index:2; -ms-transform:translateX(0); -webkit-transform:translateX(0); transform:translateX(0); }
.grid-categorys .style3 .category-grid-item .category-title { color:#000000; font-size:15px; }
.grid-categorys .style3 .category-grid-item:hover .details { background:#ffffff; }

.grid-categorys .style4 .category-grid-item .details { align-items:center; justify-content:center; text-align:center; padding:15px; height:100%; position:absolute; top:0; opacity:0; visibility:hidden; z-index:2; }
.grid-categorys .style4 .category-grid-item .details:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.77); z-index:-1; }
.grid-categorys .style4 .category-grid-item:hover .details { opacity:1; visibility:visible; }
.grid-categorys .style4 .category-grid-item .category-title, 
.grid-categorys .style4 .category-grid-item .counts { color:#ffffff; }

.sub-collection.collection-slider-4items .slick-list { margin-left:0; margin-right:0; }
.sub-collection.collection-slider-4items .slick-slide { padding:0; }

/*======================================================================
  10.3 Image Banners
========================================================================*/
.imgBanners .inner * { -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
.imgBanners .row { margin-left:-10px; margin-right:-10px; }
.imgBanners .row .img-banner-item { padding-left:10px; padding-right:10px; }
.imgBanners .inner { position:relative; overflow:hidden; }
.imgBanners .inner img { display:block; width:100%; }
.imgBanners .imgBanner-grid-item { position:relative; overflow:hidden; }
.imgBanners .imgBanner-grid-item img { display:block; width:100%; -ms-transition:all ease-out 0.5s; -webkit-transition:all ease-out 0.5s; transition:all ease-out 0.5s; }
.imgBanners .imgBanner-grid-item:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); }
.imgBanners .inner .ttl { background-color: rgba(255,255,255,0.8); color:#000; line-height:25px; font-size:17px; display:inline-block; padding:10px 20px; max-width:80%; position:absolute; z-index:1; }
.imgBanners .inner.btmleft .ttl { left:20px; bottom:20px; text-align:left; }
.imgBanners .inner.topleft .ttl { left:20px; top:20px; text-align:left; }
.imgBanners .inner.topright .ttl { right:20px; top:20px; text-align:right; }
.imgBanners .inner.center .ttl { left:0; right:0; bottom:20px; text-align:center; margin:0 auto; }
.imgBanners .img-banner-item.last .imgBanner-grid-item { margin-bottom:20px; }
.imgBanners .img-banner-item.last .imgBanner-grid-item + .imgBanner-grid-item { margin-bottom:0; }
.imgBanners .details { display:inline-block; position:absolute; z-index:1; padding:15px; width:auto; background-color:#fff; text-align:center; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.imgBanners .details .title { color:#000; margin-bottom:5px; }
.imgBanners .details p { margin-bottom:10px; }
.imgBanners .details .tt-small { display:block; }
.imgBanners .details .ttl { display:inline-block; }
.imgBanners .details.w-60 { width:60%; }
.imgBanners .details.w-70 { width:70%; }
.imgBanners .details.center { left:0; right:0; bottom:20px; text-align:center; margin:0 auto; }
.imgBanners .details.left { left:20px; right:auto; bottom:20px; text-align:left; margin:0 auto; }
.imgBanners .details.right { left:auto; right:20px; bottom:20px; text-align:right; margin:0 auto; }
.imgBanners .details.left-top { left:20px; right:auto; bottom:auto; top:30px; text-align:left; margin:0 auto; }

.imgBanners.style2 { margin-top:10px; }
.imgBanners.style2 .row { margin-left:-5px; margin-right:-5px; }
.imgBanners.style2 .banner-item { padding-right:5px; }
.imgBanners.style2 .banner-item:nth-of-type(1) { padding-left:0; margin-bottom:0; }
.imgBanners.style2 .banner-item:nth-of-type(2) { padding-right:0; padding-left:5px; margin-bottom:0; }
.imgBanners.style2 .details .title { font-size:20px; margin:0 0 5px; }

.imgBanners.style3 .details { background-color:transparent; }
.imgBanners.style3 .details .title { color:#000; font-size:24px; margin:0; text-transform:uppercase; }
.imgBanners.style3 .details .tt-small { font-size:14px; margin-bottom:5px; }

.imgBanners.style4 .inner .img { position:relative; overflow:hidden; }
.imgBanners.style4 .details { position:static; text-align:center; width:100%; }
.imgBanners.style4 .details .title { font-size:26px; font-weight:normal; }
.imgBanners.style4 .imgBanner-grid-item:hover img { transform:none; -webkit-transform:none; -ms-transform:none; opacity:0.8; }
.imgBanners.style4 .details p { margin-bottom:15px; }

.imgBanners.style5 .details { padding:0; background-color:transparent; transform:none; -webkit-transform:none; -ms-transform:none; }
.imgBanners.style5 .details .ttl { margin:0; background:#fff; font-size:15px; display:inline-block; padding:10px 20px; }
.imgBanners.style5 .row + .row { margin-top:20px; }
.imgBanners.style5 .row + .row .col-12 { margin-bottom:20px; }

.imgBanners.style6 { margin-top:20px; }
.imgBanners.style6 .row .img-banner-item.last { margin-top:20px; }
.imgBanners.style6 .inner .ttl { font-size:15px; font-weight:bold; background-color:transparent; padding:5px 10px; }

.imgBanners.style7 .ttl { background-color:transparent; line-height:normal; }
.imgBanners.style7 .ttl .tt-small { font-size:14px; display:block; }
.imgBanners.style7 .ttl .tt-big { font-size:23px; line-height:35px; }

.imgBanners.style8 .img { position:relative; overflow:hidden; }
.imgBanners.style8 .details { position:static; width:100%; }

.collection-banners.style2 .imgBanner-grid-item { position: relative; }
.collection-banners.style2 .imgBanner-grid-item .img { position:relative; overflow:hidden; }
.collection-banners.style2 .imgBanner-grid-item img { -ms-transition: all ease-out 0.4s; -webkit-transition: all ease-out 0.4s; transition: all ease-out 0.4s; }
.collection-banners.style2 .imgBanner-grid-item:hover img { transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); }
.collection-banners.style2 .imgBanner-grid-item .details { opacity: 0; visibility: hidden; position: absolute; top: 50%; left: 0; right: 0; text-align: center; margin:-30px auto; background:transparent; width: 100%; transform:none; -webkit-transform:none; -ms-transform:none; }
.collection-banners.style2 .imgBanner-grid-item:hover .details  { opacity: 1; visibility: visible; }

/*======================================================================
  11. Breadcrumbs
========================================================================*/
.breadcrumbs-wrapper { background:#2b2b2b; margin:0 0 30px; }
.breadcrumbs-wrapper .container, .breadcrumbs-wrapper .container-fluid { padding-top:10px; padding-bottom:10px; }
.breadcrumbs a, .breadcrumbs span { color:#ffffff !important; display:inline-block; padding:0 0px 0 0; margin-right:3px; font-size:12px; }
.collection-header .collection-hero .breadcrumbs{color: #fff;font-size:12px;}

.page-title h1 { font-size:18px; font-weight:700; text-transform:uppercase; position:relative; margin:0 0 30px 0; text-align:center; }
.page.section-header { background:#f9f9f9; padding:20px 0; margin-bottom:30px; }

.collection-hero { position:relative; overflow:hidden; margin-bottom:30px; }
.collection-hero__image { background-color:#2b2b2b; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; height:100px; opacity:1; }
.collection-hero__title-wrapper { position:absolute; left:0; right:0; top:24%; text-align:center; }
.collection-hero__title-wrapper:before { content:''; position:absolute; top:0; right:0; bottom:0;left:0; background-color:#000000;opacity:0; visibility:hidden; }
.collection-hero__title { font-size:18px;font-family:  'Noize Sport Free Vertion', sans-serif; font-weight:700; color:#fff !important; width:100%; text-align:center; text-transform:uppercase; margin:0; }
.collection-description { padding-top:10px; padding-bottom:10px; }

.collection-hero.large .collection-hero__image { height: 280px; }
.collection-hero.medium .collection-hero__image { height: 200px; }
.collection-hero .collection-hero__title.medium { font-size: 18px;color: #fff !important; }

/*======================================================================
  12. Section
========================================================================*/
.section { /* padding-top:50px; deepak*/ padding-bottom:50px; }
.section-header { position:relative; margin-bottom:35px; text-align:center; }
.section-header h2 { font-size:22px; font-weight:600; line-height:1.3; margin: 0 auto; }
.section-header p { margin:5px 0 0; display:block; color: #fff;}
.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.style2 h2 { font-size:25px; letter-spacing:.06em; }
.section-header.style3 { padding-bottom:15px; }
.section-header.style3:after { content:""; position:absolute; left:0; right:0; bottom:2px; margin:0 auto; height:1px; width:95%; max-width:200px; background-color:#444444; }
.section-header.style3:before { content:""; position:absolute; left:0; right:0; bottom:0; margin:0 auto; height:5px; width:55px; background-color:#222222; z-index: 1; }

@media only screen and (min-width: 992px) {
    #page-content { min-height:600px; }
}

/*======================================================================
  13. Product Grid
========================================================================*/
#pro-addtocart-popup { text-align:center; background:#fff; margin:0 auto; padding:20px; max-width:425px; position:relative; }
#pro-addtocart-popup .mfp-close { opacity:1; position:absolute; top:0; right:0; background-color:#fff; color:#222; width:25px; height:25px; line-height:25px; font-size:18px; }
#pro-addtocart-popup .pro-img { max-width:400px; }
#pro-addtocart-popup .pro-name { font-weight:600; }
#pro-addtocart-popup .sku { color:#888; }
#pro-addtocart-popup .addcart-total { background-color:#f7f7f7; }

.slider-gp30.slick-slider .slick-list { margin:0 -10px; }
.slider-gp30.slick-slider .slick-slide { padding:0 10px; }

.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; }

.grid-products a { text-decoration:none !important; }
@media only screen and (min-width:1025px) {
    .shop-grid-5 .grid-products .item.col-lg-2,
    .shop-grid-5 .item.col-xl-2 { -ms-flex:0 0 20%; -webkit-flex:0 0 20%; flex:0 0 20%; 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%; aspect-ratio:1/1; 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 .hover:not(.variantImg) { opacity:1; visibility:visible; }
.grid-view_image:hover .primary { opacity:0; visibility:hidden; }
.grid-view_image:hover .hover:not(.variantImg) { opacity:1; visibility:visible; }
.grid-products .item .product-details.text-left .product-name a, 
.grid-products .item .product-details.text-left .product-price .price { font-size:14px; }

.add-to-cart-btn { margin:10px 0; }
.add-to-cart-btn i { vertical-align:middle; padding-right:2px; }
.add-to-cart-btn span { vertical-align:middle; }
.tab_container .grid-products.grid-products-style1 .item { padding:0; }
.grid-products-style1 .slick-slide { margin-right:15px; margin-left:15px; }
.grid-products-style1 .item { border:1px solid #eeeeee; padding:0; }
.grid-products-style1 .item:hover { border:1px solid #ddd; }
.grid-products-style1 .item .product-details { padding:10px; }
.grid-products-style1 .item .saleTime span { background-color:#efefef; }
.medical-demo .btn.soldOutBtn, .soldOutBtn { background-color:#f00; }

.grid-products.style2 { position:relative; text-align:center; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.grid-products.style2 .item { position:relative; margin-bottom:10px; }
.grid-products.style2 .item .overlay { background-color:#f5f5f5; display:block; width:100%; height:100%; opacity:0; visibility:hidden; position:absolute; top:0; left:0; z-index:4; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.grid-products.style2 .item:hover .overlay { visibility:visible; opacity:1; }
.grid-products.style2 .item.product-image { width:100%; overflow:hidden; position:relative; z-index:1; }
.grid-products.style2 .item .product-details { width:100%; height:auto; padding-bottom:30px; opacity:0; visibility:hidden; position:absolute; top:50%; left:0; z-index:5; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.grid-products.style2 .item:hover .product-details { opacity:1; visibility:visible; }
.grid-products.style2 .item .button-set { width:100%; display:block; font-size:0px; position:absolute; bottom:-20px; top:auto; left:0; z-index:444; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.grid-products.style2 .item:hover .button-set { bottom:-10px; top:auto; }
.grid-products.style2 .item .product-review { margin-bottom:10px; }
.grid-products.style2 .item .product-image { margin-bottom:0; }

.button-set-top { font-size:16px; line-height:37px; top:12px; right:8px; z-index:5; transition:all ease-out .3s; -webkit-transition:all ease-out .3s; }
.grid-products .item:hover .button-set-top { top:8px; }
.button-set-top .wishlist { background:none; }
.grid-products .item:hover .button-set-top .btn-icon.wishlist { color:#000; background:#fff; }
.grid-products .item .button-set-top .btn-icon.wishlist:hover { color:#fff; background-color:#111; }
.button-set-top .quick-view, .button-set-top .add-to-compare { visibility:hidden; opacity:0; }
.grid-products .item:hover .button-set-top .quick-view,
.grid-products .item:hover .button-set-top .add-to-compare { opacity:1; visibility:visible; }
.button-set-bottom { transition:all ease-out .3s; -webkit-transition:all ease-out .3s; visibility:hidden; opacity:0; bottom:10px; z-index:5; left:0; right:0; }
.grid-products .item:hover .button-set-bottom { visibility:visible; opacity:1; bottom:15px; }
.button-set-bottom .btn { color:#000; background-color:#fff; border:0; }
.button-set-bottom .btn:hover { color:#fff; background-color:#111; border:0; }
.button-set-bottom .btn i { display:none; }

.grid-products .item:hover .button-set-top.style2 .wishlist { opacity: 1; visibility: visible; color: #fff; background-color: #000; }
.button-set-top.style2 .wishlist { visibility: hidden; opacity: 0; }
.button-set-top.style2 .btn-icon, .button-set-bottom.style2 .btn { color: #fff; background-color: #000; border-radius:4px; }
.button-set-top.style2 .btn-icon:hover, .button-set-bottom.style2 .btn:hover { color: #fff; background-color: #141414; }

.grid-view_image .product-image > a:after { content: ""; display:inline-block;width:0px; height:100%; vertical-align:middle; }

.slick-prev, .slick-next { width:30px; height:30px; text-align:center; position:absolute; z-index:9; display:inline-flex;align-items:center;justify-content:center; line-height:normal; font-size:0px; padding:6px 10px; cursor:pointer; background:transparent; 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:"annimex-icons"; font-size:20px; color:#222; opacity:.75; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; vertical-align:middle; display:block; }
.slick-prev:before { content:"\ea8b"; }
.slick-next::before { content:"\ea8c"; }

.arwOut3 .slick-prev { left:-30px; }
.arwOut3 .slick-next { right:-30px; }

.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; 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; }

.product-labels { position:absolute; left:5px; top:5px; z-index:1; }
.product-labels.rectangular .lbl { border-radius:0; }
.product-labels.radius .lbl { border-radius:3px; -webkit-border-radius:3px; }
.product-labels.round .lbl { border-radius:100px; -webkit-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 8px; height:20px; line-height:20px; margin-bottom:5px; }
.product-labels .on-sale { right:5px; background:#28a745; }
.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 .pr-label4 { left:5px; background:#fb6c3e; }
.product-labels.rounded .lbl { border-radius:50%; -moz-border-radius:50%; -webkit-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; min-height:50px; min-width:50px; }
.grid-view-item--sold-out .grid-view-item__image { opacity:0.5; }
.sold-out { position:absolute; top:0; width:100%; left:0; height:100%;background-color: rgb(70 70 65 / 70%); }
.sold-out span {     color: #fff;font-size: 13px;position: absolute;top: 16%; left: -174px;right: 0;text-transform: uppercase;letter-spacing: 0.08em;text-align: center;
    background-color: #df3434;
    width: 80%;
    margin: -20px auto;
    
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index: 10;
    border:2px solid #fff;
    border-style:dashed;
}

@media screen and (max-width: 1024px) {
.sold-out span {     
   position: absolute;
    top: 19%;
    left: -143px;
    right: 0;
}
}

@media screen and (max-width: 992px) {
    
    #header .search-box-one{
        display:none;
    }
    
.sold-out span {     
    position: absolute;
    top: 20%;
    left: -138px;
    right: 0;
    
}

}

@media screen and (max-width: 860px) {
.sold-out span {     
    position: absolute;
    top: 14%; 
    left: -170px;
    right: 0;
}

}
@media (max-width: 767px) {
     
       #visitorModal .select2-dropdown--above{
        width: 200px !important;
    }
    .select2-dropdown--below{
        width: 200px !important;
    }
     
.sold-out span {     
    position: absolute;
    top: 10%; 
    left: -260px;
    right: 0;
}

}
@media screen and (max-width: 667px) {
.sold-out span {     
    position: absolute;
    top: 15%; 
    left: -220px;
    right: 0;
}

}

@media screen and (max-width: 560px) {
.sold-out span {     
    position: absolute;
    top: 19%;
    left: -147px;
    right: 0;
    width: 122%;
}

}
@media screen and (max-width: 460px) {
.sold-out span {     
     position: absolute;
    top: 21%;
    left: -102px;
    width: 133%;
    right: 0;
}

}
@media screen and (max-width: 414px) {
.sold-out span {     
       position: absolute;
    top: 28%;
    left: -77px;
    width: 133%;
    right: 0;
}

}
.product-image:hover .variants.add { bottom:5px; }
.button-set { position:absolute; right:5px; top:30px; opacity:0; visibility:hidden; z-index: 5; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.button-set.style1 { right:0; left:0; width:100%; text-align:center; bottom:-10px; top:auto; }
.button-set.style2 { right:auto; left:10px; width:35px; text-align:center; bottom:10px; top:auto; }
.button-set.style2 li .btn-icon { -webkit-transform: scale(.9); -moz-transform: scale(.9); transform: scale(.9); }
.button-set.style2 ul li, .button-set.style3 ul li { display:block; }
.button-set ul { list-style:none; padding:0; margin:0; }
.button-set ul li { display:inline-block; vertical-align:middle; }

.button-set li .btn-icon { color:#ffffff; display:inline-block; outline:none; background-color:#111111; position:relative; font-size:14px; padding:0; margin:2px; width:100%; height:33px; width:33px; line-height:32px; text-align:center; border:2px solid transparent; }
.button-set li .btn-icon.btn-square { line-height:30px; }
.button-set li .btn-icon .icon { font-size:14px; color: #fff; }

.grid-products .item:hover .button-set.style1 { bottom:10px; top:auto; -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:hover .button-set.style2 { bottom:10px; top:auto; -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:hover .button-set.style3 { bottom:auto; top:10px; -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:hover .button-set { top:5px; opacity:1; visibility:visible; }

a.quick-view, a.wishlist, .cartIcon, .add-to-compare { color: #000000; background-color:#ffffff; border:0; width:35px; height:35px; display:flex;align-items:center;justify-content:center; text-transform:uppercase; text-align:center; padding:0; margin-bottom:5px; }
a.quick-view:hover, a.wishlist:hover, .cartIcon:hover, .variants.add button:hover, .add-to-compare:hover { color:#ffffff; background-color:#000000; opacity:0.8; }
.button-set .tooltip-label { height:23px; position:absolute; top:-20px; left:50%; font-size:10px; text-transform:uppercase; line-height:21px; -ms-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; visibility:hidden; opacity:0; background:#000000; color:#ffffff !important; border-radius:0; padding:1px 7px; white-space:nowrap; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); border-radius:3px; letter-spacing:0; }
.button-set .tooltip-label:before { content: ""; border:5px solid transparent; border-top:6px solid #000000; bottom:-10px; margin-left:-3px; left:50%; position:absolute; }
.button-set .btn-icon:hover .tooltip-label { opacity:1; visibility:visible; top:-33px; }
.button-set.style2 .tooltip-label { left:30px; top:50% !important; height:24px; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.button-set.style2 li .btn-icon:hover .tooltip-label { top:50% !important; left:40px; }
.button-set.style2 .tooltip-label:before { border:5px solid transparent; border-right:6px solid #000000; bottom:auto; left:-7px; top:7px; }
.button-set .btn-icon.btn-square .tooltip-label { line-height:18px; }

.button-set-top .btn-icon { position:relative; }
.button-set-top .tooltip-label,
.button-set.style3 .left { line-height:20px; right:55px; top:50%; left:auto; height:24px; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.button-set-top .tooltip-label:before,
.button-set.style3 li .btn-icon .left:before { left:100%; top:50%; border:solid transparent; content: ""; height:0; width:0; position:absolute; pointer-events:none; border-color:rgba(0,0,0,0); border-left-color:#000; border-width:3px; margin-top:-3px; bottom:auto; margin-left:0; }
.button-set-top .btn-icon:hover .tooltip-label,
.button-set.style3 li .btn-icon:hover .left { top:50% !important; right:40px; opacity:1; visibility:visible; }
.button-set.style3 { right:10px; left:auto; width:35px; text-align:center; bottom:auto; top:15px; }

.button-style2, .button-style2 .variants.add { position:static; opacity:1; }
.button-style2 .btn-style2 { display:block; float:left; width:25%; }
.button-style2 .cartIcon, .button-style2 .quick-view-popup, .button-style2 .wishlist, .button-style2 .compare { color:#fff; background-color:#000; border-right:1px solid #fff; }
.button-style2 .compare { border-right: 0; }
.button-style2 .wishlist, .button-style2 .compare { width:100%; }
.button-style2 .variants.add button { color:#fff; background-color:#000; }

.button-set.style4 { bottom:15px; top:auto; left:0; right:0; }
.button-set.style4 .btn-icon { font-size:15px; display:inline-block; padding:0; margin:2px; border:0; vertical-align:middle; height:35px; width:35px; line-height:35px; text-align:center; -webkit-transform:scaleX(0); -moz-transform:scaleX(0); transform:scaleX(0); }
.grid-products .item:hover .btn-icon { -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform:scaleX(1); }
.grid-products .item:hover .button-set.style4 { top:auto; bottom:15px; opacity:1; visibility:visible; }

.button-set li .btn-icon.btn-square { border-radius:0; -webkit-border-radius:0; }
.button-set li .btn-icon.btn-square .tooltip-label { border-radius:0; -webkit-border-radius:0; }
.button-set li .btn-icon.btn-radius { border-radius:50px; -webkit-border-radius:50px; font-size: 14px; }
.button-set li .btn-icon.btn-radius .tooltip-label { border-radius:3px; -webkit-border-radius:3px; }

.button-set.style0 { bottom: 10px; top: auto; left: auto; right: auto; width: 100%; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.grid-products .item:hover .button-set.style0 { top: auto; }
.button-set.style0 ul { display: flex; justify-content: center; }
.button-set.style0 li .btn-icon { background-color:#2b2b2b !important; color:#222222; border-color:#ffffff; border-radius: 4px; -webkit-transform: scale(.9); transform: scale(.9); transition: all .4s ease-out; }

.grid-products .item:hover .button-set.style0 .btn-icon { -webkit-transform: scale(1); transform: scale(1); }
.button-set.style0 .tooltip-label { top:auto; bottom:50px; }
.button-set.style0 .btn-icon:hover .tooltip-label { top:auto; bottom:42px; }

/*.tooltip-label { opacity:0; visibility:hidden; position:absolute; top:-38px; bottom:auto; left:50%; background:#000000; color:#ffffff; border-radius:3px; padding:2px 6px; white-space:nowrap; font-size:10px; line-height:1.5; transform:translateX(-50%); text-transform:uppercase; text-align:center; z-index:2; -ms-transition:all 0.15s ease-in-out; -webkit-transition:all 0.15s ease-in-out; transition:all 0.15s ease-in-out; }*/
/*.tooltip-label:before { content:""; border:5px solid transparent; border-top:5px solid #000000; position:absolute; bottom:-9px; left:50%; margin-left:-5px; }*/
.tooltip-label.left { right: 45px; left: auto; bottom: auto; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.tooltip-label.left:before { border-top-color: transparent; border-left-color: #000000; right: -9px; top: 5px; left: auto; bottom: auto; }

.grid-products .item { margin:0 0 0px; text-align:center; }
.grid-products .item .product-vendor { color: #777; margin-bottom: 5px; }
.grid-products .item .product-name a { font-size:13px; line-height:1.8; margin-bottom:0; font-weight:500; }
.grid-products .item .product-name a:hover { opacity:0.8; }
.grid-products .item .product-price { margin:5px 0; color:#fff; font-weight:400; }
.product-price .old-price { color:#fff; font-size:18px; opacity:0.8; text-decoration:line-through; }
.product-price .new-price { font-size:20px;font-weight:600; }
.product-price .old-price + .price { padding-left:5px; color:#e95144 !important; }
.product-price .price { color:#000000; }


@media screen and (max-width: 414px) {
.product-price .new-price { font-size:17px;font-weight:600; }

.product-price .old-price { color:#fff; font-size:13px; opacity:0.8; }
.product-review .an {
    font-size: 15px !important;
}
.grid-products .item .product-price{
    margin:4px 0;
}
.grid-products .product-review{
    margin: 0px 0 10px;
}
}
.product-review .an { font-size:18px; opacity:1; margin:0 1px; color:#e19e10;}
.grid-products .product-review { margin:8px 0 10px; }
.grid-products .item .swatches { margin:8px 0 0; list-style:none; padding:0; }
.grid-products .item .swatches li { position:relative; display:inline-block; height:17px; width:17px; margin:3px 2px; cursor:pointer; box-shadow:0 0 1px 1px #ddd; -webkit-box-shadow:0 0 1px 1px #ddd; border:2px solid #ffffff; }
.grid-products .item .swatches li:hover .tooltip-label { opacity:1; top:-28px; visibility:visible; }
.grid-products .item .swatches li img { display:block; border-radius:50%; max-height:30px; margin:0 auto; }
.grid-products .item .swatches li.square img { border-radius:0; }
.grid-products .item .swatches li.radius img { border-radius:5px; }
.grid-products .item .swatches li:hover { box-shadow:0 0 1px 1px #000; }
.grid-products .item .swatches li.rounded { border-radius:50% !important; }
.grid-products .item .swatches li.radius { border-radius:5px !important; }
.grid-products .item .swatches li.rectangle { width:34px; height:24px; }
.grid-products .item .swatches li.medium-xs { height:22px; width:22px; }
.grid-products .item .swatches li.medium { height:28px; width:28px; }
.grid-products .item .swatches li.large { height:35px; width:35px; }
.grid-products .item .swatches li.navy { background-color:navy; }
.grid-products .item .swatches li.green { background-color:green; }
.grid-products .item .swatches li.gray { background-color:gray; }
.grid-products .item .swatches li.aqua { background-color:aqua; }
.grid-products .item .swatches li.orange { background-color:orange; }
.grid-products .item .swatches li.purple { background-color:purple; }
.grid-products .item .swatches li.teal { background-color:teal; }
.grid-products .item .swatches li.black { background-color:black; }
.grid-products .item .swatches li.red { background-color:red; }
.grid-products .item .swatches li.yellow { background-color:yellow; }
.grid-products .item .swatches li.darkgreen { background-color:darkgreen; }
.grid-products .item .swatches li.maroon { background-color:maroon; }

.image-swatches li { width:30px; height:30px; padding:0; background-repeat:no-repeat; background-position:50% 50%; background-size:100% auto; }
.image-swatches li img { max-height:26px; }


.grid-products .item .swatches li:hover,
.grid-products .item .swatches li.active { box-shadow: none; border: 2px solid #fe877b; transition:all .5s ease-in-out; }
.grid-view-item__title { color:#fff; margin-bottom:0; font-weight: 600; }
.grid-view-item__meta { margin:5px 0;color:#fff;   }
.product-price__price { color:#000000; font-weight:600; display:inline-block; }
.product-price__sale { color: #e95144; }

.grid-products-hover-btn a.quick-view, .grid-products-hover-btn a.wishlist, .grid-products-hover-btn .variants.add button,
.grid-products-hover-btn .cartIcon, .grid-products-hover-btn .add-to-compare { color:#ffffff; background-color:#000000; }
.grid-products-hover-gry a.quick-view, .grid-products-hover-gry a.wishlist, .grid-products-hover-gry .variants.add button,
.grid-products-hover-gry .cartIcon, .grid-products-hover-gry .add-to-compare { color:#ffffff; background-color:#555555; }

.brand-name a { color:#555; font-size:12px; text-transform:uppercase; }
.grid-products .item .brands { margin:10px 0; font-size:13px; }
.grid-products .item .brands p { margin:0; }
.grid-products .item .brands .label { font-weight:600; }

/* Countdown Timer On listing */
.grid-products .item:hover .saleTime { display:none }
.saleTime { position:absolute; bottom:5px; left:5px; z-index:2; }
.saleTime .time-count { color:#141414; font-weight:700; font-size:12px; }
.saleTime span > span { font-weight:700; max-width:50px; min-width:30px; padding:6px 4px 4px; line-height:12px; display:block; margin:0 0 0 1px; text-align:center; background:rgba(255, 255, 255, 0.9); color:#141414; }
.saleTime span > span span { display:block; background:none; font-size:10px; font-weight:400; margin-top:-3px; text-transform:uppercase; line-height:8px }
.saleTime.rounded .ht-count:first-child .count-inner { border-radius: 6px 6px 0 0; }
.saleTime.rounded .ht-count:last-child .count-inner { border-radius: 0 0 6px 6px; }
.timermobile { margin:0 -10px; display:none }
.timermobile .saleTime { position:relative; margin-top:20px }

.countdown-deals { line-height:35px; text-align:center; width:100%; margin-bottom:10px; }
.countdown-deals .cdown { background:#efefef; display:inline-block; height:50px; width:44px; }
.countdown-deals .cdown span { font-size:14px; font-weight:500; }
.countdown-deals .cdown > p { font-size:12px; text-transform:uppercase; line-height:0; margin:0; }
.grid-products .countdown-deals { position:absolute; bottom:-10px; }
.grid-products .countdown-deals .cdown { color:#fff; background-color:#000; }
.product-list .countdown-deals { line-height:40px; text-align:left; }
.product-list .countdown-deals .cdown { font-size:14px; height:59px; width:65px; text-align:center; color:#fff; background-color:#000; }
.product-load-more .list-product, .product-load-more .item { display:none; }

/* List View - Change view */
.grid-products.prd-list .item { width:100%; display:flex; margin-bottom:20px; }
.grid-products.prd-list .product-image { position:relative; flex:0 0 200px; float:left; width:200px; margin:0 20px 0 0; }
.grid-products.prd-list .product-details { text-align:left !important; }
.grid-products.prd-list .product-name a { color:#000; font-size:16px; font-weight:600; margin-bottom:5px; }
.grid-products.prd-list .product-review { justify-content:flex-start !important; margin:7px 0 8px; }
.grid-products.prd-list .product-review .caption { display: block; }
.grid-products.prd-list .swatches.d-flex-justify-center { -webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start; }
.grid-products.prd-list .sort-desc { margin: 0 0 10px; display:block; }
.grid-products.prd-list .button-action .btn { color: #fff; background-color: #fe877b; border-color: #fe877b; }
.grid-products.prd-list .button-action .btn:hover { color: #fff; background-color: #222; border-color: #222; }
.grid-products.prd-list .button-action .btn-icon { color: #fff; background-color: #222; border-color: #222; }
.grid-products.prd-list .button-action .btn-icon:hover { color: #fff; background-color: #fe877b; border-color: #fe877b; }
.grid-products.prd-list .button-set,
.grid-products.prd-list .sold-out { display:none !important; }
.grid-products.prd-list .saleTime { display: block !important; }
.grid-products.prd-list.style2 .item { margin-bottom: 10px; }
@media only screen and (min-width: 992px){
    .shop-fullwidth .grid-products.prd-list .item.col-xl-2,
    .shop-no-sidebar .grid-products.prd-list .item.col-xl-2 { -ms-flex:0 0 50%; -webkit-flex:0 0 50%; flex:0 0 50%; width:50%; }
}

.grid-products.prd-grid .button-action { display: none !important; }
.button-action > div { margin-right:5px; margin-top:8px; }
.button-action .btn { position:relative; padding:6px 15px; text-transform:none; border-radius:6px; margin-bottom:0; /*color:#fff; background-color:#222; border-color:#222;*/ } 
.button-action .btn:hover { color:#fff; background-color:#fe877b; border-color:#fe877b; }
.button-action .btn-icon { width:35px; height:35px; padding:0; }
.button-action .btn-icon .icon { font-size:13px; }
.button-action .btn-icon:hover .tooltip-label { bottom:auto; top:-28px; line-height:1.5; opacity:1; visibility:visible; }
.button-action .btn.soldOutBtn { background-color:#f00; border-color:#f00; color:#fff; }

.grid-products.prd-grid .button-action { display: none !important; }
.grid-products.prd-list.style2 .item .overlay { background:transparent; width:auto; height:auto; }
.grid-products.prd-list.style2 .item .product-details { opacity:1; visibility:visible; position:static; padding-bottom:0; -ms-transform:none; -webkit-transform:none; transform:none; -ms-transition:none; -webkit-transition:none; transition:none; }

.shop-hover-info .grid-products.prd-list .col-lg-3 { -ms-flex:0 0 100%; -webkit-flex:0 0 100%; flex:0 0 100%; width:100%; }

/* Quick View Model */
.loading .loadingBox { display:block; position:fixed; }
.loadingBox { display:none; padding:20px; background-color:#fff; border-radius:5px; box-shadow:0 0 5px rgba(0,0,0,0.3); position:fixed; z-index:1050; top:50%; left:50%; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.loadingBox .an { font-size:40px; opacity:0.9; }
.loading .modalOverly { display:block; }
.modalOverly { display:none; position:fixed; bottom:0; left:0; right:0; top:0; z-index:666; background-color:rgba(0,0,0,0.6); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.an-spin { animation:an-spin 1.5s infinite linear; -webkit-animation:an-spin 1.5s infinite linear; -ms-animation:an-spin 1.5s infinite linear; }
@-webkit-keyframes an-spin { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
@keyframes an-spin { 0% {-webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
@keyframes scaleimg { 0%, 100% { transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); } 50% { transform:scale(1.2); -webkit-transform:scale(1.2) -ms-transform:scale(1.2) } }

.model-thumbnail-img { position:relative; margin:10px auto 0 auto; }
.model-thumbnail-img .list-inline { position:static; width:auto; height:auto; margin:0 -4px; padding:0; }
.model-thumbnail-img .list-inline-item { width:100px; height:auto; opacity:1; text-indent:initial; margin:0; padding:0 4px; border:none; }
.model-thumbnail-img .list-inline-item.active { opacity:0.5; }
.model-thumbnail-img .carousel-arrow { color:#333; font-size:18px; background-color:rgba(255,255,255,0.5); opacity:1; position:absolute; top:50%; margin-top:-10px; width:22px; height:22px; text-align:center; }
.model-thumbnail-img .carousel-control-prev { left:0; right:auto; }
.model-thumbnail-img .carousel-control-next { right:0; left:auto; }

#quickView-modal { max-width:800px; margin:50px auto; background-color:#fff; position:relative; padding:25px;}
#quickView-modal .product-title { font-size:22px; text-transform:capitalize; margin:0 0 10px; }
#quickView-modal .product-review .rating .icon { font-size:14px; padding-right:2px; }
#quickView-modal .pricebox { margin:12px 0; }
#quickView-modal .pricebox .price { display:inline-block; font-size:25px; font-weight:500; line-height:1; }
#quickView-modal .pricebox .old-price { padding-right:10px; font-size:18px; font-weight:500; text-decoration:line-through; opacity:0.6; }
#quickView-modal .sort-description { margin-bottom:15px; padding-bottom:15px; border-bottom:1px dotted #939393; }

.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; }

/* Quick Shop Popup */
.quickshop-content { width: 100%; height: 100%; opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; z-index: 9; background: #f5f5f5; border: 1px solid #f5f5f5; }
.quickshop-content.show { opacity: 1; visibility: visible; }
.quickshop-content .product-form .swatch label { margin-bottom: 4px; }
.quickshop-content .product-form .swatch .swatches li { height: 30px; width: 30px; box-shadow: none; border: none; }
.quickshop-content .product-form .swatch .swatches li,
.quickshop-content .product-form .swatch .swatch-element { margin: 4px; }

/*======================================================================
  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; }
.list-view-item__image-column { display:table-cell; vertical-align:middle; width:230px; }
.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; font-family:'Poppins', sans-serif; margin-bottom:10px; text-align:left; }
.list-view-items .product-price { font-size:	16px; }
.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:10px; }
.list-view-items .button-box > div { display:inline-block; }
.list-view-items .button-box > div .btn-icon { color:#fff; font-size:16px; background-color:#000; width:40px; height:30px; line-height:34px; padding:0 10px; display:inline-block; vertical-align:top; margin:0; }

/*======================================================================
  15. Products Detail Page
========================================================================*/
.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 0 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; }
.product-template__container label .slVariant { font-weight:700; }

.product-form .swatch .product-form__item { margin-bottom:0; padding-bottom:0; padding-top:0; }
.product-form .swatch label { display:block; text-transform:uppercase; font-weight:500; margin-bottom:10px;color: #fff; }
.product-form .swatch label .required { color:#F00; }
.product-form .swatch .swatch-element { position:relative; display:inline-block; margin-right:10px; cursor:pointer;  }
.product-form .swatch .swatch-element:hover .tooltip-label { top:-26px; visibility:visible; opacity:1; }
.product-form .swatch .swatch-element .tooltip-label { top:-32px; }
.product-form .swatch .swatch-element.soldout { opacity:0.5; cursor:no-drop; }

.product-form .swatch .active .swatchLbl { border-color:#000; box-shadow:none; }

.pro-stockLbl .stockLbl { font-size:13px; text-transform:capitalize; font-weight:500; }
.pro-stockLbl .instock .icon { color:#61b33e; margin-right:5px; }
.pro-stockLbl .lowstock .icon, .pro-stockLbl .outstock .icon,
.pro-stockLbl .preorder .icon { color:#f93434; margin-right:5px; }

.feature-list-txt > div { background:#eee; padding:8px 10px; }
.feature-list-txt > div + div { margin-left:5px; }

.product-form .swatch .swatchLbl.color { width:30px; height:30px; }
.product-form .swatch .swatchLbl.color.medium { width:50px; height:50px; }
.product-form .swatch .swatchLbl.large { width:40px; height:40px; }
.product-form .swatch .swatchLbl.xlarge { width:70px; height:70px; }
.product-form .swatch .swatchLbl.rectangle { height:24px; min-width:35px; }
.product-form .swatch .swatchLbl.large:not(.color) { line-height:36px; }
.product-form .swatch .swatchLbl {
    color:#333; font-size:13px; font-weight:500; text-transform:uppercase; margin:0; min-width:30px; height:30px; overflow:hidden; text-align:center; background-color:#f5f5f5; padding:0 10px; border:1px solid #fff; box-shadow:0 0 0 1px #ddd; 
    background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto; border-radius:0; display:flex;align-items:center;justify-content:center; -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.swatches-image .swatchLbl { padding:0; background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto; }
.product-form .swatch.swatches-image .swatchLbl.rectangle { height:45px; min-width:55px; }
.product-form .swatch.swatches-image .swatchLbl.top { background-position:top center; }
.product-form .swatch .swatchInput { display:none; }

.product-form { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-items:flex-end; align-items:flex-end; width:100%; }
.product-form .swatch { margin-bottom:10px; width: 100%; clear:both; }
.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; }
.product-form .qtyField, .product-form .qtyField input { width: 92px; }

.product-action .add-to-cart .button-cart { width:100%; padding:6px 15px; min-height:40px; }
.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; }
.share-icon .social-icons {  display:inline-block; }
.share-icon .social-icons li { margin-right:10px; }

.product-details-img .product-thumb { padding: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 { position:relative; padding:0 0 0 10px;  width:85%; float:left; }
.product-details-img.thumb-right .product-zoom-right { padding: 0 10px 0 0; }
.product-details-img.thumb-right .product-wish,
.product-details-img.thumb-right .product-buttons { right: 20px; }

.product-thumb .slick-slide { border:none; }
.product-thumb a.slick-slide { opacity:0.5; cursor:pointer; border:1px solid transparent; -ms-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out; }
.product-thumb a.slick-slide.active { opacity:1; }

.product-details-img .product-thumb .slick-arrow { top:auto; background-color:rgba(255,255,255,0.8); padding:5px 10px; 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:before { content:"\ea48"; }
.product-details-img .product-thumb .slick-next:before { content:"\ea45"; }

.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-icons"; font-size:16px; }
.product-details-img.product-single__photos.bottom .product-thumb .slick-next:before { content:"\ea8c"; font-family:"annimex-icons"; font-size:16px; }

.product-details-img .product-tab-left div.slick-slide { margin-bottom:8px; }
.product-details-img .product-tab-left .slick-prev:before, 
.product-details-img .product-tab-left .slick-next:before { font-size: 16px; }
.product-details-img .product-tab-left .slick-prev,
.product-details-img .product-tab-left .slick-next { background:#eee; bottom:-45px; left:0; right:auto; top:auto; opacity:.9; width:48%; height:30px; margin:0; padding:0; }
.product-details-img .product-tab-left .slick-next { left: auto; right: 0; }
.product-details-img.thumb-left .product-labels { left:15px; }

.product-details-img .social-sharing { text-align:center; clear:both; padding-top:20px; }
.product-details-img .social-sharing .share-title { display:none; }

.product-buttons > a { position:relative; }
.product-buttons { display:block; }
.product-buttons .btn:hover .tooltip-label { opacity:1; visibility:visible; top:-30px; }
.ZanaInternational .product-buttons a{background: transparent !important; border: none !important;}
.product-buttons { position:absolute; right:50px; bottom:8px; z-index:99; }
.product-buttons .btn { font-size:19px; height:36px; width:36px; text-align:center; margin-top:5px; clear:both; padding:0; line-height:33px; background:#000000; color:#ffffff; border-color:#000000; opacity:0.9; }

.product-wish { position: absolute; right: 10px; top: 10px; z-index: 2; flex-direction: column; display: flex; align-items: center; }
.product-wish a:hover .tooltip-label { right: 40px; opacity: 1; visibility: visible; }

.out-of-stock-btn.btn { background-color:#ff0000; border-color:#ff0000; color:#fff; opacity:0.8; }

.product-template__container .product-single { margin-bottom:20px; }
.product-template__container .product-single__meta { position:relative; margin-bottom:20px; }

h1.product-single__title, .product-single__title.h1 { color:#fff; font-size:22px; font-weight:600; margin-bottom:10px; line-height:1.2; }
.product-single__subtitle { margin-top:-6px; margin-bottom:12px !important; color:#fff; }

.product-template__container .product-nav { position:absolute; right:0; top:10px; }
.product-template__container .product-nav .next { float:right; }
.product-template__container .product-nav .prev, .product-template__container .product-nav .next { font-size:20px; display:block; line-height:22px; text-align:center; height:20px; width:20px; padding:0; color:#000; }

.product-info p { position:relative; color:#fff; margin-bottom:5px; font-weight:600; }
.product-info p span { padding-left:10px; font-weight:400; text-transform:capitalize; }
.product-info p span.instock { color:#447900; }

.discount-badge { display:inline-block; vertical-align:middle; margin:-2px 0 0 5px; font-size:13px; }
.discount-badge .off, .discount-badge .save-amount { color:#e95144; }

.product-single__price { display:inline-block; margin: 15px 0 15px 0; }
.product-single__price .product-price__price { font-size:25px; font-weight:500; line-height:1; font-weight:600; }
.product-single__price .product-price-old-price { color:#fff; opacity:0.6; font-size:18px; font-weight:500; text-decoration:line-through; padding-right:10px; }
.product-single__price .product__policies { color:#7d7d7d !important; }
.countdown-text label { margin: 0 10px 0 0; color: #111; border-bottom: 1px solid rgba(17,17,17,.6); }
.countdown-text .prcountdown > span { color: #333; font-size: 13px; font-weight: 600; position: relative; padding-right: 8px; margin: 0 4px; text-transform: uppercase; letter-spacing: .09em; }
.countdown-text .prcountdown > span + span:before {  content: ":"; position: absolute; left: -10px; }
.countdown-text.style2 .prcountdown > span { color:#fd6d61; }
.countdown-text.style3 { background-color: #f78282; padding: 8px 15px; }
.countdown-text.style3 label,
.countdown-text.style3 .prcountdown > span { color:#fff; }
.countdown-text.style4 { background-color: #f5f5f5; padding: 8px 15px; }
.countdown-text.style4 label,
.countdown-text.style4 .prcountdown > span { color:#222; }



.orderMsg img, .orderMsg .icon { margin-right:10px; -webkit-animation-name:blinker; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:cubic-bezier(.6, 0, 1, 1); -webkit-animation-duration:0.8s; }
@-webkit-keyframes blinker { from { opacity: 1.0; } to { opacity:0.0; } }
@keyframes blinker { from { opacity: 1.0; } to { opacity:0.0; } }

.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; }

.ZanaInternational .product-service .icon { height:auto; line-height:1; background:transparent; color:#fe877b; }
.ZanaInternational .product-service .service-info:hover .icon { background:transparent; color:#fb6657; }

.safecheckout .icon { color:#555; font-size:28px; line-height:1; }
.safecheckout .content { color:#555; font-size:13px; line-height:1.7; text-transform:uppercase; font-weight:500; padding-left:10px; }

.infolinks .btn { border:0; background-color:transparent !important; color:#222222 !important; text-transform:none; font-weight:400; width:auto; height:auto; padding:0; margin:0 15px 0 0; display:inline-block; }
.infolinks .btn:hover { color: #fe877b !important; }
.infolinks .btn:focus { outline:0; box-shadow:none; }
.infolinks .btn .icon { font-size:13px; vertical-align:middle; }

table { margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
#sizechart { position:relative; text-align:center; background:#fff; margin:0 auto; padding:20px; max-width:800px; box-shadow:0 0 20px rgba(255,255,255,.3); }
#sizechart table tr th { background:#000; color:#fff; border:0 !important; }
#sizechart table tr th, #sizechart table tr td { padding:7px 12px; text-align:center; font-size:12px; border:1px solid #e8e9eb; }
#sizechart ul, #ShippingInfo ul { margin:0 0 20px 0px; }

#productInquiry { position:relative; background:#fafafa; margin:0 auto; padding:20px; max-width:600px; }
#productInquiry h3 { font-size:15px; text-transform:uppercase; padding-right:15px; margin-bottom:20px; }
#productInquiry textarea { padding:10px; }

.product-template__container .product-action { width:100%; display:block; margin-bottom:15px; padding:0 5px; }
.product-template__container .product-form__item--quantity { float:left; margin:0 10px 10px 0; }

.product-form__item--submit .btn,
.product-form__item--buyit .btn { width:100%; height:44px; font-size:15px; margin-bottom:10px; }
.product-form__item--buyit .btn[disabled] { opacity:0.6; cursor:default; }

.agree-check { margin:15px 0 10px; }
.agree-check .checkbox { margin-right:3px; }

.social-sharing { margin: 0 -5px; }
.social-sharing .sharing-lbl { padding-left: 5px; }
.social-sharing .btn { color:#000; padding:0 5px; margin-bottom:0; background:none !important; border:0; letter-spacing:normal; text-transform:capitalize; }
.social-sharing .icon { color:#fff; font-size:13px; margin-right:10px; }

.freeShipMsg, .shippingMsg, .userViewMsg { clear:both; margin-bottom:12px; }
.freeShipMsg .icon, .shippingMsg .icon, .userViewMsg .icon { color:#fff; min-width:25px; font-size:16px; vertical-align:sub; text-align:left; }
.userViewMsg .uersView { color:#e95144; }
.sizelink { font-size: 11px; font-weight: 400; }

.review-rating { position: relative; width: 100%; display: flex; justify-content: flex-end; flex-direction: row-reverse; overflow: hidden; }
.review-rating .rating-0 { filter: grayscale(100%); }
.review-rating > input { display: none; }
.review-rating > label { cursor: pointer; width: 25px; height: 25px; margin: 0; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center; background-size: 20px; transition: .3s; }
.review-rating > input:checked ~ label,
.review-rating > input:checked ~ label ~ label { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); }
.review-rating > input:not(:checked) ~ label:hover,
.review-rating > input:not(:checked) ~ label:hover ~ label { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); }

.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; }

.ZanaInternational .product-tabs li a { font-size:13px; font-weight:600; text-transform:uppercase; position:relative; display:block; padding:0 0 10px; background-color:transparent; color:#666; border:none; cursor:pointer; margin-right:40px; }
.ZanaInternational .product-tabs li.active a, 
.ZanaInternational .product-tabs li:hover a { color: #000; }
.ZanaInternational .product-tabs li a:before { content:""; width:0; height:1px; background-color:#444; position:absolute; bottom:-1px; left:0; right:0; }
.ZanaInternational .product-tabs li.active a:before,
.ZanaInternational .product-tabs li:hover a:before { width:100%; }

.ZanaInternational .product-tabs.style2 li a { color:#000; background-color:#eee; padding:10px 25px; margin-right:10px; }
.ZanaInternational .product-tabs.style2 li.active a, 
.ZanaInternational .product-tabs.style2 li:hover a { background-color: #000;color: #eee; }
.ZanaInternational .product-tabs.style2 li a:before { content:none; }

.ZanaInternational .product-tabs.style3 li a { color:#fff !important; background-color:#000; border:1px solid transparent; border-bottom:0; padding:10px 25px; margin-right:10px; }
.ZanaInternational .product-tabs.style3 li.active a, 
.ZanaInternational .product-tabs.style3 li:hover a { background-color:#2b2b2b;color:#fff !important; border-color:#e8e9eb; }
.ZanaInternational .product-tabs.style3 li a:before { background:#e8e9eb; }
.ZanaInternational .product-tabs.style3 li.active a:before { background:#fff; }

.acor-ttl.active { border-bottom:1px solid #000; }
.acor-ttl { display:block; padding:15px 0; position:relative; font-weight:600; letter-spacing:1px; border-bottom:1px solid #e8e9eb; font-family:Poppins,Helvetica,Tahoma,Arial,sans-serif; margin:0; font-size:12px; cursor:pointer; }

.ZanaInternational .tabs-listing .tab-container { padding:30px 0; text-align:left; }
.tab-container .tab-content { display:none; }
.product-template__container .product-single-1 .tab-container .tab-content { padding-top:20px; }
.ZanaInternational .prstyle2 .tabs-listing .acor-ttl:before { position:absolute; right:15px; top:15px; content:"\f107"; font-family:'annimex-icons'; font-size:16px; font-weight:normal; }
.ZanaInternational .prstyle2 .tabs-listing .acor-ttl.active:before { content:"\f106"; color:#000; }

.spr-header { margin: 0 0 24px; padding: 0 0 24px; border-bottom: 1px solid #DFDFDF; }
.product-review-form { display:none; }
.product-review-form .product-review .an { font-size:15px; }
.spr-reviews .review-inner {height:auto; overflow:hidden; }
.spr-reviews .spr-review:not(:last-of-type) { border-bottom:1px solid #ECECEC; padding-bottom:15px; margin-bottom:15px; }
.spr-review-header-byline { font-size:13px; opacity:0.7; display:block; margin:-4px 0 10px 0; }
.spr-review-header-byline strong { font-weight:normal; }

#size-chart table tr th { background:#000; color:#fff; border:0 !important; white-space:nowrap; }
#size-chart table tr th, #size-chart table tr td { padding:7px 12px; text-align:center; font-size:12px; border:1px solid #e8e9eb;color: #fff; }

.related-product { margin-bottom:15px; }
.related-product .section-header { margin-bottom:20px; }
.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; }
.product-template__container .section-header { margin-bottom:40px; }
.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', sans-serif; font-weight:600; }
.ZanaInternational-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%; }

.ZanaInternational-right-thumb .product-details-img .product-thumb { padding-right:0; padding-left:5px; }
.ZanaInternational-right-thumb .product-thumb .product-dec-slider-2 a { padding-bottom:3px; }
.ZanaInternational-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; }
#product-countdown { position:static; margin:15px 0; }
#product-countdown .count-inner { background-color:#f8f8f8; min-width:65px; border:1px solid #dddddd; padding:10px; margin-right:5px; }
#product-countdown .count-inner .time-count { color:#000; font-size:20px; line-height:23px; font-weight:bold; }
#product-countdown span > span { margin-top:0; }
#product-countdown span > span span { font-size:13px; line-height:16px; display:block; background-color:transparent; border:0; padding:0; min-width:100%; }

.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-single .product-single__meta { position:relative; margin-bottom:0px; }
.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 { top:10px; right:10px; opacity:1; color:#333; line-height:30px; height:30px; width:30px }
.mfp-close { font-size:28px !important; }
button.mfp-close { width: 35px; height: 35px; line-height: 35px; }

.product-nav { color:#333333; font-size:12px; line-height:1.2; max-width:200px; padding:5px; opacity:0.4; position:fixed; top:45%; z-index:10; background-color:#ffffff; box-shadow:0 0 10px rgba(0,0,0,0.2); }
.product-nav:hover { color:#333333; opacity:1; }
.product-nav.prev-pro { left:-130px; }
.product-nav.next-pro { right:-130px; }
.product-nav .details { width:125px; padding:8px; font-weight:500; }
.product-nav span.img { width:60px; }
.product-nav:hover.prev-pro { left:0; opacity:1; }
.product-nav:hover.next-pro { right:0; opacity:1; }
.product-nav .name:hover { color:#df3434; opacity:1; }
.product-nav .price { margin-top:10px; display:block; }

.product-details-img .product-single-style2 .slick-list { margin-right: -5px; margin-left: -5px; }
.product-details-img .product-single-style2 .slick-slide { padding-right: 5px; padding-left: 5px; }
.product-horizontal-style .product-single-style2 .slick-arrow { top:50%; background-color:rgba(255,255,255,0.8); padding:5px 10px; opacity:0; visibility:hidden; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.product-horizontal-style:hover .product-single-style2 .slick-arrow { opacity:1; visibility:visible; }

.product-horizontal-style .product-horizontal-thumb .slick-list { margin:0 -5px; }
.product-horizontal-style .product-horizontal-thumb div.slick-slide { margin:0 5px; cursor:pointer; }
.product-horizontal-style .product-horizontal-thumb .slick-prev { left:0; right:auto; top:50%; margin:0; }
.product-horizontal-style .product-horizontal-thumb .slick-prev:before { content: "\ea8b"; font-family:"annimex-icons"; font-size:14px; }
.product-horizontal-style .product-horizontal-thumb .slick-next { right:0; left:auto; top:50%; margin:0; }
.product-horizontal-style .product-horizontal-thumb .slick-next:before { content: "\ea8c"; font-family:"annimex-icons"; font-size:14px; }

.product-360-degree-layout .trustseal-img { margin-top:20px; }
.product-single .type-product { display:block; margin:10px 0; }

/* Product Sticky Bottom Cart */
.stickyCart { display:none; background-color:#222222; color:#ffffff; position:fixed; bottom:0; left:0; right:0; z-index:99; width:100%; padding:5px 0;  }
.stickyCart .product-featured-img { display:block; margin:0 auto; max-width:50px; }
.stickyCart .stickyOptions .selectedOpt, .stickyCart .selectbox { position:relative; background-color:#222222;color:#f5f5f5;border:1px solid #535353; padding:0 30px 0 15px; height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:200px; cursor:pointer; display:flex;align-items:center; }
.stickyCart .stickyOptions .selectedOpt:after { content:"\e905"; font-family:"annimex-icons"; position:absolute; top:8px; right:10px; }
.stickyCart .stickyOptions ul { position:absolute; bottom:115%; left:0; display:none; list-style:none; min-width:100%; max-height:300px; overflow:auto; background-color:#222; margin:0 0; }
.stickyCart .stickyOptions ul li { font-size:90%; overflow:hidden; border-bottom:1px solid #353535; padding:7px 12px; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; }
.stickyCart .stickyOptions ul li.soldout { opacity:0.5; text-decoration:line-through; }
.stickyCart .qtyField .qtyBtn { color:#ffffff; height:35px; }
.stickyCart .qtyField .qty { border-color:#535353; color:#ffffff; height:35px; }
.stickyCart .qtyField .qty:focus { border-color:#848484; }
.stickyCart .product-form__cart-submit { padding:6px 20px 6px; }

/* Product Info Bg */
.wrap-product-info-bg { padding:30px 25px; background:#fafafa; text-align:center; }

.tab-accordian-style .accordion-button { font-size: 12px; font-weight: 600; margin: 0; padding: 12px 30px 12px 15px; text-transform: uppercase; border-radius: 5px !important; background-color: #fff; color: #444; border: 1px solid #eee; box-shadow: none; }
.tab-accordian-style .accordion-button:after { content: "\ea45"; font-family: 'annimex-icons'; font-size: 18px; font-weight: normal; position: absolute; top: 50%; right: 12px; background: none; width: auto; height: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tab-accordian-style .accordion-button:not(.collapsed):after { content: "\ea48"; }
.tab-accordian-style .accordion-button:not(.collapsed) { color: #222; border-color: #eee; background-color: #f5f5f5; }

.tab-vertical-style .nav-pills .nav-link { font-size: 12px; font-weight: 600; margin: 0 0 .5rem; padding: 12px 30px 12px 15px; text-transform: uppercase; border-radius: 5px !important; background-color: #fff; color: #444; border: 1px solid #eee; box-shadow: none; }
.tab-vertical-style .nav-pills .nav-link.active { color: #222; border-color: #eee; background-color: #f5f5f5; }

.row.g-2 { padding:0; margin:-5px; }
.row.g-2 > div { padding:5px; margin:0; }

.variable-select select { height: 37px; }
.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 .an { font-size:20px; padding-right:5px; }
.product-single-style3 .product-action { margin:10px 0; padding:0; }
.product-single-style3 .storeFeatures { padding-top:10px; color:#111; margin:0 -10px 10px; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.product-single-style3 .storeFeatures p { padding:5px 10px; margin:0; }
.product-single-style3 .userViewMsg .an { font-size:14px; padding-right:5px; }
.product-single-style3 .userViewMsg .an, .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; }

.block { background-color:#fbfbfb; padding:20px; }
.block-cart .product-name { padding-right: 15px; }
.block-cart .btn-remove1 { position:absolute; right:5px; top:5px; }

.product-single-center-mode .product-details-img .product-buttons { bottom:18px; right:10px; }
.product-single-center-mode .product-center-style3 .slick-slide:not(.slick-current) { opacity:0.5; }
.product-single-center-mode .product-info-center { position:relative; max-width:550px; margin:0 auto 30px; text-align:center; }
@media only screen and (min-width: 1025px) {
    .product-single-center-mode .product-center-style3 .slick-arrow { opacity:0; visibility:hidden; }
    .product-single-center-mode .product-center-style3:hover .slick-arrow { opacity:1; visibility:visible; }
}

.upsell-bundle .usbImgCall { position:relative; align-self:center; width:auto; flex:none; }
.upsell-bundle .usbImgCall + .usbImgCall:before { content:"\ebe0";font-family:'annimex-icons'; font-size:12px; position:absolute; top:44%; left:-5px; }
.upsell-bundle .usbRow select { width: auto; height: 34px; white-space: nowrap; border-radius: 0; }
.upsell-bundle .usbRow:not(.active) .customCheckbox input[type="checkbox"]:checked + label:after { opacity:0; }
.upsell-bundle .usbRow:not(.active) .customCheckbox input[type="checkbox"] + label::after { opacity: 1; }
.upsell-bundle .usbbtnCall { margin-left: 20px; max-width: 200px; }

.form-bordered.product-form { border-top:1px solid #e8e9eb; border-bottom:1px solid #e8e9eb; padding:20px 0; margin: 0; }

ul.checkmarkList li { list-style:none; position:relative; margin-left:22px; }
ul.checkmarkList li:before { content:"\e954";font-family:'annimex-icons'; position:absolute;left:-22px; text-align:left; font-size:13px; opacity:0.3; }

.product-variable-layout .product-form { 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; }

.grouped-product-list tr { border-bottom:1px solid #e8e9eb; }
.grouped-product-list td { padding:15px 0px; }
.grouped-product-list .product-thumb { max-width:60px; }
.grouped-product-list .selectbox { position:relative; width:150px; height:35px; }

#threesixty { max-width:400px; background:#fff; margin:0 auto; padding:10px; position: relative; }
.threesixty { overflow:hidden; }
.threesixty .nav_bar { position:absolute; bottom:20px; left:50%; z-index:11; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.threesixty .nav_bar a { font-size:0; width:40px; line-height:40px; height:40px; float:left; background-color:#fff; text-align:center; }
.threesixty .nav_bar a::before { display:inline-block; font-size:24px; font-family:"annimex-icons"; }
.threesixty .nav_bar a.nav_bar_previous::before { content: "\ea46"; }
.threesixty .nav_bar a.nav_bar_play::before { content:"\ebdf"; }
.threesixty .nav_bar a.nav_bar_next::before { content: "\ea47"; }
.threesixty .nav_bar a.nav_bar_stop::before { content: "\ebd8"; }
.threesixty .spinner { width:60px; display:block; margin:0 auto; height:30px; background:#333; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.threesixty .spinner span { font-family:Arial, "MS Trebuchet", sans-serif; font-size:12px; font-weight:bolder; color:#FFF; text-align:center; line-height:30px; display:block; }
.threesixty .threesixty_images { display:none; list-style:none; margin:0; padding:0; }
.threesixty .threesixty_images img { position:absolute; top:0; left:50%; height:auto; max-height:500px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.threesixty .threesixty_images img.current-image { visibility:visible; }
.threesixty .threesixty_images img.previous-image { visibility:hidden; }

/*======================================================================
  16. Sidebar
========================================================================*/
.sidebar .sidebar_widget { margin-bottom:30px; clear:both; width:100%; }
.sidebar .sidebar_widget:last-of-type { margin-bottom:0; }
.sidebar h2, .sidebar .h2 { font-family:'Poppins', sans-serif; margin-bottom:15px; font-size:14px; line-height:1.6; }
.sidebar .sidebar_widget .widget-content ul { margin:0 0 15px; list-style:none; }
.sidebar .sidebar_widget .widget-content .product-tags li { padding: 0; }
.sidebar .sidebar_widget .widget-content ul li { list-style:none; font-size:13px; }
.sidebar .sidebar_widget .widget-content ul li.lvl-1 + li { border-top: 1px solid #eeeeee; }
.sidebar .sidebar_widget .widget-content ul li.active a { color:#fe877b; font-weight:500; }

.filterBox ul:not(.filter-color) { list-style:none; }
.filterBox ul:not(.filter-color) input[type="checkbox"] { width:20px; height:auto; margin:0; padding:0; font-size:1em; opacity:0; display:none; }
.filterBox ul:not(.filter-color) input[type="checkbox"] + label { display:block; margin-left:0px; line-height:1.5em; cursor:pointer; margin-bottom:0; }
.filterBox ul:not(.filter-color) li label { font-size:12px; font-weight:500;cursor:pointer; }
.filterBox ul:not(.filter-color) input[type="checkbox"] + label > span { background:#fff; display:inline-block; width:16px;height:16px; margin:0 10px 0 0; border:1px solid #d0d0d0; vertical-align:middle; }
.filterBox ul:not(.filter-color) input[type="checkbox"]:checked + label > span::before { content:"\ea7f"; font-family:"annimex-icons"; display:block; width:14px; color:#000; font-size:11px; line-height:14px; text-align:center; }
.filterBox .filter-color { display:table; list-style:none; width:100%; }
.filterBox .filter-color ul, .sidebar .sidebar_widget .widget-content.filter-color ul { margin-top:-10px; margin-left:-8px; margin-bottom:0; }
.filterBox .filter-color .swacth-btn { display:block; float:left; margin-top:10px; margin-left:8px; position:relative; height:25px; width:25px; background-color:#f2f2f2; text-align:center; font-size:10px; line-height:21px; color:#000; cursor:pointer; border-radius:100px; background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; }
.filterBox .filter-color .swacth-btn.checked { box-shadow:0 0 0 1px #000,0 0 0 1px #fff inset; }
.filterBox .filter-color .swacth-btn.medium { height:30px; width:30px; }
.filterBox .filter-color .swacth-btn.rectangle { width:32px; height:22px; border-radius:0; }
.filterBox .filter-color .swacth-btn.radius { -webkit-border-radius:5px !important; border-radius:5px !important; }
.filterBox .filter-color .black { background-color:#000; }
.filterBox .filter-color .white { background-color:#fff; border:1px solid #ddd; }
.filterBox .filter-color .red { background-color:#fe0000; }
.filterBox .filter-color .blue { background-color:#0000fe; }
.filterBox .filter-color .pink { background-color:#ffc1cc; }
.filterBox .filter-color .gray { background-color:#818181; }
.filterBox .filter-color .green { background-color:#027b02; }
.filterBox .filter-color .orange { background-color:#fca300; }
.filterBox .filter-color .yellow { background-color:#f9f900; }
.filterBox .filter-color .blueviolet { background-color:#8A2BE2; }
.filterBox .filter-color .brown { background-color:#A52A2A; }
.filterBox .filter-color .darkGoldenRod { background-color:#B8860B; }
.filterBox .filter-color .darkGreen { background-color:#006400; }
.filterBox .filter-color .darkRed { background-color:#8B0000; }
.filterBox .filter-color .khaki { background-color:#F0E68C; }
.filterBox .filter-color .teal { background-color:#007d7d; }
.filterBox .filter-color .blue-red { background-image:url(../images/products/swatches/blue-red.jpg); }
.filterBox .filter-color .black-grey { background-image:url(../images/products/swatches/grey-black.jpg); }
.filterBox .filter-color .pink-black { background-image:url(../images/products/swatches/pink-black.jpg); }
.filterBox .filter-color .yellow-black { background-image:url(../images/products/swatches/yellow.jpg); }
.flby-tlt { color: #000; font-size: 15px; position: relative; width: 100%; margin:10px 0 20px; }
.filterBox.size-swacthes ul { column-count:1; margin:-18px 0 0; } 
.filterBox.size-swacthes ul li { float:none; padding:0px 0 0; margin-top:5px; cursor:pointer}

.shop-fullwidth .filterbar { width:300px; height:100%; padding:0 !important; background-color:#ffffff; box-shadow:0 0 5px rgba(0,0,0,0.3); position:fixed; top:0; left:-335px; z-index:9999; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s; }
.shop-fullwidth .filterbar.active { left:0; opacity:1; visibility:visible; }
.shop-fullwidth .filterbar .sidebar_tags { position: relative; z-index: 9; background: #ffffff; padding: 20px; height: 100%; overflow: auto; }
.shop-fullwidth .btn-filter { padding:6px 15px; border-radius: 3px; }
.shop-fullwidth .btn-filter:before { font-family: 'annimex-icons'; font-size: 17px; margin-right: 5px; }
.shop-fullwidth .filterbar .closeFilter { color:#ffffff; font-size:15px; line-height:32px; height:30px; width:30px; text-align:center; cursor:pointer; position:absolute; top:10px; left:100%; background-color:#000000; box-shadow:0 0 5px #ddd; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
.shop-fullwidth .filterbar.active .closeFilter:after { content:''; background:rgba(0,0,0,0.5); position:fixed; top:0; bottom:0; left:0; right:0; z-index:-1; }
.shop-fullwidth .filterbar .sidebar_widget:not(.filterBox), .filterbar .static-banner-block { display:none; }

.full-page-title .breadcrumbs-wrapper { margin-bottom:0; }
.full-page-title .page-title { background:url(../images/collection-banner/collection-banner.jpg) no-repeat; background-size:cover; position:relative; background-position:50% 50%; padding:110px 0; }
.full-page-title .page-title h1 { margin-bottom:0 !important; }

.sidebar .filterDD, .collection-top-filters .filterDD {     margin-top: 35px; max-height:350px; overflow:hidden auto;}
.sidebar .sidebar_widget.categories .sub-level { position:relative; }
.sidebar .sidebar_widget.categories .sub-level > a:after { content:'\ebe0'; font-family:'annimex-icons'; display:inline-block; position:absolute; right:0; top:10px; }
.sidebar .sidebar_widget.categories .sub-level > a.active:after { content:'\ebd1'; font-family:'annimex-icons'; display:inline-block; }
.sidebar .sidebar_widget.categories .sub-level ul { margin:0 0 10px; display:none; }
.sidebar .sidebar_widget.categories .sub-level ul li a { padding: 7px 25px 7px 15px; }
.sidebar .sidebar_widget.categories .sub-level .sub-sub-level ul li a { padding: 7px 25px 7px 30px; }
.sidebar .sidebar_widget.categories .sub-level .sub-sub-level > a:after { top: 7px; }

.sidebar .sidebar_widget.categories li a { color:#111111; font-size:13px; padding:10px 25px 10px 0; display:block; }
.sidebar .sidebar_widget.categories li a:hover,
.sidebar .sidebar_widget.categories li a.active { color:#fe877b; }
.sidebar .sidebar_widget.categories .filterDD { margin-top:10px; }

.sidebar-noborder .sidebar_widget.no-border ul { margin:-3px 0; }
.sidebar-noborder .sidebar_widget.no-border ul li.lvl-1 + li,
.sidebar-noborder .sidebar_widget.no-border ul li { border:none; }
.sidebar-noborder .sidebar_widget.no-border ul li a { padding:3px 0; color: #fff !important; background:transparent !important; }

.filter-widget .widget-title { position:relative; cursor:pointer; }
.filter-widget .widget-title:after { content:'\eb69'; font-family:'annimex-icons'; display:inline-block; position:absolute; right:0; top:-1px; font-size:17px; }
.filter-widget .widget-title.active:after { content:'\eb66'; font-family:'annimex-icons'; display:inline-block; }

/* Sidebar background */
.sidebar-bg .sidebar_widget.filterBox { padding:15px; margin-bottom:10px; background-color:#f9f9f9; border-radius:3px; }
.filterBox.size-swacthes.availability ul, .sidebar-bg .sidebar_widget.filterBox.availability ul { column-count:auto; -webkit-column-count:auto; -ms-column-count:auto; }

/* Sidebar border */
.sidebar-border .sidebar_widget.filterBox { padding: 15px; margin-bottom: 20px; border: 1px solid #eeeeee; border-radius: 3px; }
.sidebar-border .filterBox .widget-content { border-top: 1px solid #eeeeee; padding-top: 15px; margin-top: 15px; }
.sidebar-border .sidebar_widget .widget-content ul li.lvl-1 + li { border-top:none; }
.sidebar-border .sidebar_widget.categories .sub-level > a::after,
.sidebar-border .sidebar_widget.categories .sub-level .sub-sub-level > a:after { top: 4px; }
.sidebar-border .sidebar_widget.categories li a { padding: 4px 25px 4px 0; }
.sidebar-border .sidebar_widget.categories .sub-level ul li a { padding: 4px 25px 4px 15px; }
.sidebar-border .sidebar_widget.categories .sub-level .sub-sub-level ul li a { padding: 4px 25px 4px 30px; }

/* Size Swacthes */
.size-swacthes .swacth-list ul { margin-left:0;margin-top:0px; }
.size-swacthes .swacth-list li { float:left; display:block; }
.size-swacthes .swacth-list .swacth-btn { font-size:11px; display:block; margin-bottom:2px; width:30px; height:30px; line-height:28px; }

/* Price Range */
.price-filter input[type="text"] { background:#fff; height:30px; padding:0 10px; text-align:center; font-size:12px; width:100px; }
#slider-range.ui-slider-horizontal { background:#e9e9e9; border:none; border-radius:0; height:3px; margin:20px 0; }
#slider-range .ui-slider-handle { background:#000; border:2px solid #000; height:12px; outline:none; top:-5px; width:12px; border-radius:50%; cursor:w-resize; margin-left:0px; }
#slider-range .ui-slider-handle + .ui-slider-handle { margin-left:-12px; }
#slider-range.ui-slider-horizontal .ui-slider-range { background:#777; border:0; }
#slider-range.ui-slider-horizontal .ui-slider-range ~ .ui-slider-range { background:#000; }

/* Color Swatches */
.swacth-list li { position:relative; float:left; }
.swacth-list li .tooltip-label { top:-23px; left:50%; transform:translateX(-50%); margin-left:5px; }
.swacth-list li:hover .tooltip-label { opacity:1; top:-18px; visibility:visible; }
.grid-products .item .swatches.color-style li { box-shadow:none; -webkit-box-shadow:none; }
.grid-products .item .swatches.color-style li input[type="checkbox"] { display:none; }
.grid-products .item .swatches.color-style li input[type="checkbox"] + label.color { margin:0; cursor:pointer; border:1px solid #ccc; }
.grid-products .item .swatches.color-style li input[type="checkbox"] + label.color span { display:block; height:25px; width:25px; }
.grid-products .item .swatches.color-style li input[type="checkbox"]:checked + label.color { border:1px solid #000; box-shadow:0 0 1px #000; }
.grid-products .item .swatches.color-style li .black { background-color:#000; }
.grid-products .item .swatches.color-style li .white { background-color:#fff; }
.grid-products .item .swatches.color-style li .red { background-color:#fe0000; }
.grid-products .item .swatches.color-style li .blue { background-color:#0000fe; }
.grid-products .item .swatches.color-style li.rounded { width:25px; height:25px; border-radius:50% !important; -webkit-border-radius:50% !important; }
.grid-products .item .swatches.color-style li.rounded input[type="checkbox"] + label.color,
.grid-products .item .swatches.color-style li.rounded input[type="checkbox"] + label.color span,
.grid-products .item .swatches.color-style li.rounded input[type="checkbox"]:checked + label.color { border-radius:50% !important; -webkit-border-radius:50% !important; }
.grid-products .item .swatches.color-style li.radius input[type="checkbox"] + label.color,
.grid-products .item .swatches.color-style li.radius input[type="checkbox"] + label.color span,
.grid-products .item .swatches.color-style li.radius input[type="checkbox"]:checked + label.color { border-radius:5px !important; -webkit-border-radius:5px !important; }
.grid-products .item .swatches.color-style li.small,
.grid-products .item .swatches.color-style li.small input[type="checkbox"] + label.color span { width:15px; height:15px; }
/* End Color Swatches */

.product-tags { display:flex; flex-wrap:wrap; }
.product-tags li { background:#fff; border-radius:4px; display:inline-block; border:1px solid #e8e9eb; margin-bottom:5px; margin-right:5px; }
.product-tags li a { padding:5px 10px; font-size:11px; display:inline-flex; }
.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:#fe877b; }

.filters-toolbar-wrapper { border:0; margin:0 0 0px 0; }
.filters-toolbar-wrapper .change-view { position:relative; color:#555; font-size:0; cursor:pointer; background:none; border:0; padding:0 5px; }
.filters-toolbar-wrapper .change-view--active { color:#000; }
.filters-toolbar-wrapper .change-view .icon { font-size: 16px; }
.filters-toolbar-wrapper .change-view:hover .tooltip-label { opacity:1; top:-28px; visibility:visible; }
.filters-toolbar__product-count { font-size:12px; font-style: italic; margin-bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.filters-toolbar-wrapper select { font-size:12px; }
.filters-toolbar__input { padding:5px 20px 5px 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; height:36px; opacity:1; -ms-transition: all ease-out 0.15s; -webkit-transition:all ease-out 0.15s; transition:all ease-out 0.15s; }

.toolbar { margin-top:20px; }
.active-filters a { color:#000; background-color:#fff; font-size:12px; display:inline-block; padding:2px 10px; margin:0 5px 5px 0; border:1px solid rgba(0,0,0,0.2); border-radius:4px; white-space:nowrap; cursor:pointer; }
.active-filters a:hover { color:#fff; background-color:#000; border-color:#000; }
.active-filters a .an { font-size:10px; margin-left:5px; }

.infinitpagin { clear:both; padding:15px 0 0px; text-align:center; }
.loadMore { color:#fff !important; }

.pagination { width:100%; display: flex; justify-content: center; list-style:none; font-size:1.15385em; }
.pagination ul { display:flex; flex-wrap:wrap; align-items:center; margin:0 auto; list-style:none; }
.pagination li a { font-size:12px; color:#fff; height:35px; width:100px; display:flex;align-items:center;justify-content:center; border:2px solid #f5f5f5; margin:0 2px; vertical-align:middle; }
.pagination li:hover a { color:#333333; border-color:#fff; }
.pagination li.active a { color: #fe877b; border-width:2px; border-color: #fe877b; }

.sideProSlider.grid-products .item .swatches li,
.sideProSlider.grid-products .button-set.style0 ul li { padding:0; }
.sideProSlider .slick-next { right:0; }
.sideProSlider .slick-prev { left:0; }
.sideProSlider .slick-arrow { opacity:0; visibility:hidden; width:32px; height:32px; background:#fff; border-radius:4px; }
.sideProSlider:hover .slick-arrow { opacity:1; visibility:visible; }
.sideProSlider .slick-prev:before, .sideProSlider .slick-next:before { font-size:16px; line-height:32px; }

.sidebar .storeFeatures { margin:10px 0 20px; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-bottom:15px; border-bottom:1px solid #eeeeee; }
.sidebar .storeFeatures p { width:100%; }
.sidebar .storeFeatures .an { font-size:16px; min-width:25px; display:inline-block; }

/* Collection top filters */
.collection-top-filters .flTtl { width:135px; font-size: 12px; font-weight: 600; color: #000; background: #fff; text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; border: none; outline: none; padding: 6px; }
.collection-top-filters .flTtl:after {  font: normal normal normal 15px/1 annimex-icons; padding: 0 0 0 10px; margin: 0; border: none; }
.collection-top-filters .flTtl.show:after { content: "\eb69"; }
.collection-top-filters .count-bubble { color: #fff; background-color: #222; display: inline-block; margin:0 5px; height: 15px; width: 15px; font-size: 10px; font-weight: 400; }
.collection-top-filters .count-bubble:empty { display:none; }
@media only screen and (min-width: 992px) {
      .collection-top-filters { background-color: #2b2b2b; border: 1px solid #edecec; border-radius: 2px;margin: 0 0 10px; }
    .collection-top-filters .filterDD { padding: 0;width: 190px;color: #000000; background-color: #f5f5f5;;border-radius: 0px; box-shadow: 1px 1px 2px rgba(0,0,0,.12);z-index: 999;border-left: 1px solid #6a6868;border-right: 1px solid #6a6868;border-bottom: 1px solid #6a6868; }
    .collection-top-filters .filterDD .bxTtl { position:sticky; position:-webkit-sticky; top:0; z-index:1; padding: 10px 15px; background-color: #f5f5f5; border-bottom: 1px solid #edecec; font-size: 12px; line-height: 1.6; letter-spacing: .02em; }
    .collection-top-filters .filterDD .swacth-list { padding: 8px; background:#fff;}


}

/*======================================================================
  End Sidebar
========================================================================*/

/*======================================================================
  17. Shop Pages
========================================================================*/


.category-banner, .category-description { margin-bottom:20px; }
.shop-listing .page-title h1 { font-size:18px; text-align:left; margin-bottom:20px; }

.small-heading .page-title { background-color:#f5f5f5; padding:45px 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/watch-banner.jpg) no-repeat 50% 50%; background-size:cover; width:100%; height:230px; position:relative; }
.category-text-banner .page-title { position:absolute; top:50%; left:0; margin-top:-25px; padding:0 50px; }
.category-text-banner .page-title h1 { margin-bottom:10px; }
.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
========================================================================*/
.clr-fa { background-color: #fafafa; }
.clr-f5 { background-color: #f5f5f5; }
.row_text { font-size: 14px; }
.row_text .row-text { padding: 15px 45px; margin: 0 auto; max-width: 90%; width: 100%; }

.social-url { position: absolute; bottom: 5px; right: 5px; z-index: 2; }
.social-url a { color: #333;background-color:rgba(255,255,255,.7); text-align: center; height: 33px; width: 33px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 3px; -webkit-transform: translateX(100px); transform: translateX(100px); -webkit-transition: all .5s; transition: all .5s; }
.social-url a:hover { background-color: #fff; }
.team-item:hover .social-url a { -webkit-transform: translateX(0); transform: translateX(0); }
.team-bio h4 { margin-bottom: 10px; }

/* About Page */
.about-pstyle2 .collection-hero.inner .collection-hero__title-wrapper:before { background-color: #222222; opacity: 0.4; visibility: visible; }
.about-pstyle2 .collection-hero.inner .collection-hero__title { font-size: 40px; font-weight: 600; text-transform: none; }
.about-pstyle2 .collection-hero.inner .collection-hero__image { height: 450px; background-image: url(../images/slideshow/demo1-banner1.jpg); }
.about-pstyle3 .testimonial-slider.style1 { background:#f5f5f5; }
.about-pstyle3 .collection-hero.inner .collection-hero__title { font-size: 57px; font-weight: 600; text-transform: none; }
.about-pstyle3 .collection-hero.inner .collection-hero__image { height: 246px; background-image:url(../images/about/aboutus-3.jpg); }

.about-service .icon { background: #ffffff; width: 85px; height: 85px; line-height: 85px; border-radius: 50%; color: #fe877b; font-size: 50px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; }
.about-service .service-info:hover .icon { background: #848484; color: #fff; }
.checkmark-info .icon { margin-right: 15px; color: #2db858; font-size: 20px; }
.service-info h4 { margin-bottom: 10px; }

.about-review { background-color: #333333; color: #ffffff; }
.about-review .quote-wraper .quotes-slide { background: #111111; box-shadow: 0 0 5px rgba(0,0,0,.05); border-radius: 4px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.about-review .quote-wraper .quotes-slide:hover { background:rgba(17,17,17,0.7); }
.about-review .quote-wraper blockquote { font-size: 16px; color: #ffffff; }
.about-review .quote-wraper .product-review { color: rgba(248,212,6,0.8); margin:12px 0; }
.about-review .quote-wraper .authour { font-size: 15px; margin-bottom: 3px; }
.about-review .slick-dots li button { background-color: #fff; }

.error-404-page .page-title h1 { font-size:28px; margin:25px 0 10px; }
.error-404-page #page-content .error-content p { font-size:15px; margin-bottom: 25px; }

/* My Account page */
.dashboard-upper-info { border-bottom:1px solid #ebebeb; border-top:1px solid #ebebeb; margin-bottom:40px; }
.dashboard-upper-info p { font-size:14px; margin-bottom:0; }
.dashboard-upper-info .d-single-info { font-size: 15px; border-right:1px solid #ebebeb; padding:30px 20px; }
.dashboard-upper-info [class*="col-"]:last-child .d-single-info { border-right:0; }
.dashboard-upper-info .d-single-info .icon { font-size: 17px; }
.dashboard-list li a { border-bottom:1px solid #ebebeb; color:#fff !important; display:block; font-size:14px; font-weight:500; padding:10px 15px; text-transform:uppercase; text-decoration: none; }
.dashboard-list li a.active, .dashboard-list li a:hover, .dashboard-list li a:focus { color:#ffffff !important; background-color:#000000 !important; }
.dashboard-content { background:#2b2b2b;border:1px solid #ebebeb; padding:20px; height:100%; }
.dashboard-content h3 { font-size:16px; line-height:24px; text-transform:uppercase; font-weight:600; letter-spacing:0.8px; }
.dashboard-content p { margin:0; }
.product-order .table tbody tr td a:hover { text-decoration:underline; }
.dashboard-content .billing-address {  font-size:14px; font-weight:600; line-height:normal; text-transform:uppercase; margin:15px 0 10px; }
.dashboard-content .address .view:hover { text-decoration:underline; }
.dashboard-content .profile-img { display:flex; align-items:center; margin:0 0; background-color:#2b2b2b; box-shadow:#fff 0px 1px 3px; border-radius:8px; padding:1rem; }
.dashboard-content .profile-img .lbl { margin-left:auto; text-align:right; letter-spacing:0.2em; color:rgb(125, 135, 156); }
.dashboard-content .profile-order { list-style:none; display:flex; flex-wrap:wrap; text-align:center; margin:0; padding:0; }
.dashboard-content .profile-order li { background-color:#2b2b2b; box-shadow:#fff 0px 1px 3px; border-radius:8px; padding:1rem; -webkit-flex:1; flex:1;  margin:0 0.4rem 0.4rem; font-size:12px; line-height:1.5; }

.tracking-detail ul li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 5px; }
.tracking-detail ul li .left { min-width: 220px; text-transform: capitalize; font-weight: 600; }
.tracking-detail ul li .right { color: #555555; }
.tracking-map iframe { border: 5px solid #fff; -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.09); box-shadow: 0px 5px 15px rgba(0,0,0,0.09); border-radius: 8px; }
.tracking-steps .step { text-align: center; margin: 0 5px 8px; padding: 10px 10px 10px 30px; min-width: 180px; position: relative; background-color: #f0f0f0; min-height: 40px; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }
.tracking-steps .step span { position: relative; font-size: 13px; font-weight: 500; text-transform: capitalize; }
.tracking-steps .step:before, .tracking-steps .step:after { content:" "; position: absolute; top: 0; right: -17px; width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 17px solid #f0f0f0; z-index: 2; -webkit-transition: border-color 0.2s ease; transition: border-color 0.2s ease; }
.tracking-steps .step:before { right: auto; left: 0; border-left: 17px solid #fff; z-index: 0; }
.tracking-steps .step:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.tracking-steps .step:first-child:before { border: none; }
.tracking-steps .step.done { color: #222; background-color: #d7d7d7; }
.tracking-steps .step.done:after { border-left: 17px solid #d7d7d7; }
.tracking-steps .step.current { color: #fff; background-color: #fe877b; }
.tracking-steps .step.current:after { border-left: 17px solid #fe877b; }

/* Contact Page */
.mailsendbtn { display: inline-block; position: relative; }
.mailsendbtn .loading { display: none; position: absolute; right: -40px; top: 6px; width: 28px; height: 28px; box-shadow: 0 0 3px #999; text-align: center; }
.error_msg { display: block; color: #ff4141; }
.contactus-page .contact-inner { max-width: 550px; padding: 40px 55px; margin: 0 auto; }
.contact-pstyle2 .collection-hero .collection-hero__image { height: 210px; background-image:url(../images/about/aboutus-3.jpg); }
.contact-pstyle2 .collection-hero .collection-hero__title { font-size: 40px; font-weight: 600; margin-bottom: 5px; text-transform: none; }
.contact-pstyle2 .contact-details { padding: 30px; margin-top: 20px; }
.contact-pstyle2 .map-section { height: 350px; margin-top: 50px; }

/* Social Icon */
.site-footer__social-icons li { padding:0 10px; }
.social-icons .icon { color:#111111; font-size:16px; }
.site-footer__social-icons .icon { width:16px; }

/* FAQ's Style 1 */
.faqs-style1 .accordion .accordion-item { border:0; margin:0; }
.faqs-style1 .accordion .accordion-header:before { display:none; }
.faqs-style1 .accordion .accordion-header .accordion-button:after { content:"\eafb"; font-family:'annimex-icons'; position:absolute; top:50%; right:0px; background: transparent; width: auto; height: auto; transform:translateY(-50%); font-size: 13px; font-weight: normal; }
.faqs-style1 .accordion .accordion-header .accordion-button[aria-expanded="true"]:after { content:"\ead8"; }
.faqs-style1 .accordion .accordion-header .accordion-button { background: #000; color:#fff; position:relative; font-size: 16px; font-weight: 600; padding: 18px 40px 18px 0; border: none; border-bottom: 1px solid #eeeeee; box-shadow: none; outline: none; }
.faqs-style1 .accordion .accordion-body { padding: 0.5rem 0 0;background: #000; }
.faqs-style1 .accordion .collapse.show { margin:0; } 

/* FAQ's Style 2 */
.faq-page .faqttl { background: #333333; color: #eeeeee; font-weight: 500; padding: 9px 20px; margin: 15px 0 5px; border-radius: 5px; }
.faq-style2 .panel-title { position: relative; font-size:105%; text-transform:uppercase; background:none; padding:14px 0 14px 0; margin:0; border-bottom:1px solid #eeeeee; }
.faq-style2 .panel-content { padding:14px 0; }

/* FAQ's Style 3 */
.faq-agldown-style .accordion-button { position: relative; color: #444444; letter-spacing: normal; padding: 18px 0; margin: 0; background-color: transparent; border-bottom: 1px solid #eeeeee; box-shadow: none; }
.faq-agldown-style .accordion-button:after { content: "\eb66"; font: normal normal normal 20px/1 annimex-icons; font-size: 20px; background: none; height: auto; width: auto; }

/* Coming soon page */
.coming-soon-page { background: url(../images/coming-soon.jpg) no-repeat center center/cover #eee; }
.password-modal .modal-dialog { background: url(../images/coming-soon.jpg) no-repeat center center/cover #eee; }
.password-header { color: #111; background-color: rgba(255, 255, 255,0.7); }
.password-header .clr-header { padding: 10px 0; min-height: 90px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
.password-main .passCnt { position: relative; z-index: 2; padding: 50px 0; max-width: 600px; margin: auto; }
.password-main .password__title { color: #e95555; font-size: 67px; text-transform: none; font-weight: 700; line-height: 1.1; margin-bottom: 40px; }
.password-main .pwd-timer > span { font-size: 13px; line-height: 1.2; border-radius: 12px; text-transform: uppercase; font-weight: 600; padding: 10px 12px; color: #444; background: #f9f9f9; border: 1px dashed #e95555; margin: 0 4px; min-width: 16px; display: block; }
.password-main .time-count { font-size: 22px; font-weight: 700; min-width: 40px; display: block; }
.password-main .input-group, .password-modal .input-group { max-width: 400px; margin-left: auto; margin-right: auto; }
.password-footer { color: #111; padding: 20px 15px; background: rgba(255,255,255,0.7); }
.password-modal.modal .modal-dialog { transform:none; transition:none; }
.password-modal .modal__close { padding: 0; position: fixed; top: 20px; right: 20px; z-index: 5; background-image: none; border: 0 !important; opacity: 1 !important; width: 43px; height: 40px; }
.password-modal .modal__close .icon { font-size:18px; }
.coming-soon-page .modal-backdrop { display:none; }

/* Wishlist Page & Compare page */
.text-in-stock { color:#090; text-transform:uppercase; font-weight:600; }
.text-out-stock { color:#DD0101; text-transform:uppercase; font-weight:600; }
.btn.remove-icon { position:absolute; right:3px; top:-10px; z-index:1; height:22px; width:22px; line-height:22px; text-align:center; padding:0; border-radius:50%; }
.btn.remove-icon .icon { font-size:12px; margin-left:1px; }

.compare-page table, .wishlist-table table { margin-bottom: 0; }
.compare-page .table th { background-color:#f8f9fa; min-width:130px; }
.compare-page .table .featured-image { max-width:185px; margin:0 auto; display:block; }
.compare-page2 .table .featured-image { max-width:215px; }
.compare-page2 .btn.remove-icon { top:8px; right:8px; }

/* LookBook Pages */
/*.lookbook { margin:0 -5px; }*/
.lookbook .lookbook-item { position:relative; overflow:visible; }
.lookbook .lookbook-item.gallery { overflow:hidden; }
.lookbook .zoom-img { text-align:center; border-radius:2px; display:inline-flex;align-items:center;justify-content:center; width:35px; height:35px; -ms-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; cursor:pointer; position:absolute; left:10px; top:10px; z-index:9; background-color:#fff; box-shadow:0 0 3px rgba(0,0,0,0.15); }
.lookbook .zoom-img:hover { background-color:#222; color:#fff; }
.lookbook .zoom-img:hover .an { color:#fff; }
.lookbook .zoom-img .an { color:#111111; font-size:15px; }
.lookbook .grid-lookbook img { width:100%; display:block; margin:0 auto; }
.lookbook .lookbook-caption { background:#fdfdfd; font-size:20px; text-align:center; bottom:-100px; position:absolute; left:0; right:0; margin:0; padding:12px 18px; border-radius:0 0 6px 6px; transition-duration:0.5s; -webkit-transition-duration:0.5s; }
.lookbook .lookbook-caption a { color:#111111; }
.lookbook .lookbook-caption .text-1 { font-size:15px; }
.lookbook .lookbook-caption .text-2 { font-size:13px; display:block; }
.lookbook .grid-lookbook:hover .lookbook-caption { bottom:0; }
.lookbook-shop-page .lookbook-item.gallery { overflow:visible; }
.lookbook-shop-page .lookbook .grid-lookbook { z-index:inherit; }
.lookbook .lookbook-item:hover img { transform:none; -webkit-transform:none; -ms-transform:none; }
@media only screen and (min-width:992px) {
    .lookbook .zoom-img { opacity: 0; visibility: hidden; -webkit-transform: translateZ(0) scale(0.1); transform: translateZ(0) scale(0.1); }
    .lookbook .grid-lookbook:hover .zoom-img { opacity: 1; visibility: visible; -webkit-transform: translateZ(0) scale(1); transform: translateZ(0) scale(1); }
}

/* Lookbook Style 2 */
.grid-lookbook.style2 .lookbook .lookbook-caption { background:rgba(0,0,0,0.77); }
.grid-lookbook.style2 .lookbook .lookbook-caption a { color:#ffffff; }
.grid-lookbook.style3 .lookbook .lookbook-caption { background:rgba(253,253,253,0.88); display:flex; align-items:center; justify-content:center; }
.grid-lookbook.style3 .lookbook .grid-lookbook:hover .lookbook-caption { top:0; bottom:0; }
.grid-lookbook.style4 .lookbook .lookbook-caption { background:rgba(255,255,255,0.88); }

/* Lookbook Style 5 */
.lookbook5 .grid-lookbook .insta-share { transition: transform 0.2s ease-out, opacify 0.2s ease-out; background: rgba(0,0,0,0.7); color: #fff; border-radius: 50%; padding: 15px; position: absolute; top: 50%; left: 33%; }
.lookbook5 .grid-lookbook .insta-share:hover { background:rgba(0,0,0,0.9); }
.lookbook5 .grid-lookbook .insta-shop { position: absolute; background-color: rgba(0,0,0,0.3); color: #fff; padding: 8px; border-radius: 50%; font-size: 12px; box-shadow:0 0 2px 0 rgba(255,255,255,0.5); -webkit-transition: all .225s .01s ease-out; transition: all .225s .01s ease-out; bottom: 3%; right: 3%; }
.lookbook5 .grid-lookbook .insta-shop:hover { background-color:rgba(0,0,0,0.9); }
.lookbook .products .btn-shop { transition: transform 0.2s ease-out, opacify 0.2s ease-out; backface-visibility: hidden; margin: 5px; cursor: pointer; background: #ffffff; color: #212529; border-radius: 50%; height: 24px; width: 24px; display: flex; align-items: center; justify-content: center; box-shadow:0 1px 1px 0 rgba(0,0,0,0.1); }
.lookbook .products .btn-shop:before { content: ""; position:absolute; -webkit-animation: box-shadow 1.5s linear infinite; animation: box-shadow 1.5s linear infinite; left:auto; top:auto; border-radius:50%; height:24px; width:24px; color:rgba(0,0,0,0.3); }
.lookbook .products .btn-shop .icon { font-size:12px; }
.lookbook .grid-lb { visibility:hidden; z-index:2; box-shadow: 0 0 2px #bbb; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; opacity:0; display:none; position:absolute; width:260px; background:#ffffff; border-radius:0; padding:10px; }
.lookbook .grid-lb.active { opacity:1; visibility:visible; display: flex; }
.lookbook .grid-lb.left { right:-100%; }
.lookbook .grid-lb .btn-shop-close { background: #131313; color: #ffffff; position: absolute; right: -8px; top: -8px; z-index: 5; cursor: pointer; width: 20px; height: 20px; border-radius: 4px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 2px rgba(255, 255, 255,0.5); }
.lookbook .grid-lb .btn-shop-close .icon { font-size: 13px; }
.lookbook .grid-lb .pro-img { width:80px; }
.lookbook .grid-lb .detail .title { font-size:13px; font-weight:500; line-height:1.2; margin-bottom:0; display:block; }
.lookbook .grid-lb .detail .btn { margin-top:5px; font-size:12px; padding:6px 10px; border-radius:4px; opacity: 1; visibility: visible; }
@keyframes box-shadow { 0%, 100% { -webkit-box-shadow:0 0 0 0; -moz-box-shadow:0 0 0 0; box-shadow:0 0 0 0; } 50% { -webkit-box-shadow:0 0 0 4px; -moz-box-shadow:0 0 0 4px; box-shadow:0 0 0 4px; } }

.position1 { top:25%; left:45%; }
.position2 { top:8%; left:29%; }
.position3 { top:56%; left:20%; }
.position4 { top:5%; left:27%; }
.position5 { top:27%; left:32%; }

.look-position1 { bottom:15%; left:45%; }
.look-position2 { bottom:25%; right:55%; }
.look-position3 { top:38%; left:25%; }
.look-position4 { bottom:10%; left:35%; }
.look-position5 { bottom:30%; left:42%; }
.look-position6 { top:10%; left:62%; }
.look-position7 { top:60%; right:27%; }
.look-position8 { top:50%; left:25%; }
.look-position9 { top:20%; right:55%; }
.look-position10 { bottom:50%; right:56%; }
.look-position11 { top:8%; left:24%; }
.look-position12 { bottom:30%; left:40%; }
.look-position13 { bottom:30%; left:50%; }
.look-position14 { top:20%; left:65%; }

.custom-text-masonry-item { float:left; margin-bottom:10px; }
.custom-text-masonry-item .btn { text-decoration:none !important; padding:10px 20px; }

/* Brands Page */
.letter-title { color:#000; font-size:16px; font-weight:600; background-color:#efefef; padding:6px 20px; margin:20px 0; }
.brands-list .brands-row { margin-top: -10px; }
.brands-list .brands-logo { padding-top: 10px; }
.brands-list .brands-logo a { display:block; border: 1px solid #ddd; padding: 0; }
.brands-list .brands-logo a:hover { border-color:#000; }
.brands-search .alphaBets { background-color:#efefef; padding:10px; }
.brands-search .alphaBets .listing { list-style:none; padding:0; margin:0; }
.brands-search .alphaBets .listing li { display:inline-block; margin:0 10px 0 0; }
.brands-search .alphaBets .listing li .alpha { border:0; background-color:#fff; padding:3px 11px; border:1px solid transparent; }
.brands-search .alphaBets .listing li .alpha.active { color:#fff; background-color:#000; border:1px solid #000; }
.brands-search .alphaBets .listing li .alpha:not(.active):hover { color:#000; background-color:#fff; border-color:#000; }
.brands-search-logo { border:4px solid #efefef; padding:15px; margin-bottom:40px; }

.filterbrand a { font-weight:600; width: auto; min-width: 42px; padding: 8px; background-color: #efefef; border: 1px solid #fff; margin-left: -1px; flex: 1 0 0%; }
.filterbrand a:hover { box-shadow: 0 0 8px rgba(0,0,0,.1); }
.brandList .ttl { width: 100px; font-size: 20px; font-weight: 700; text-transform: lowercase; }
.brandList .list, .brandList .ttl { padding: 15px 10px; border-top: 1px solid #eee; }
.brandList ul a { display: inline-block; padding: 5px; }
.brandList ul a:hover { font-weight:500; }

.home-instagram .instafeed .insta-img { padding:0; float:left; }
.home-instagram .instafeed .insta-img a { position:relative; padding-bottom:100%; display:block; overflow:hidden; }

/* My Account Pages */
.login-register { }
.login-register .inner { width: 100%; height: 100%; display: table; border: 1px solid #f5f5f5; padding: 25px; }
.login-page .box h3, .register-page .box h3 { font-size:16px; font-weight:600; text-transform:uppercase; margin:0 0 20px; }
.reset .inner{ width: 100%; height: 100%; display: table; border: 1px solid #f5f5f5; padding: 25px; }
/*-----------------------------------------
* Login Page Style 2
* -----------------------------------------*/
.login-wrapper .login-inner { position: relative; background: #f8f9fa; width: 100%; /*max-width: 600px;*/ margin: 0 auto; padding: 30px; overflow: hidden; text-align: center; }
.login-wrapper .user-form-login { -webkit-transition: opacity .5s ease, transform .5s ease; transition: opacity .5s ease, transform .5s ease; -webkit-transform: translateX(-400px); transform: translateX(-400px); opacity: 0; visibility: hidden; }
.login-wrapper .user-form-login.login-active { -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; visibility: visible; }
.login-wrapper .user-form-forgot { position: absolute; top: 83px; left: 400px; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; width: 100%; padding: 0 30px; }
.login-wrapper .user-form-forgot.forgot-active { -webkit-transform: translateX(-399px); transform: translateX(-399px); visibility: visible; opacity: 1; }
.login-wrapper .user-form-signup { position: absolute; top: 83px; left: 400px; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; width: 100%; padding: 0 30px; }
.login-wrapper .user-form-signup.signup-active { -webkit-transform: translateX(-399px); transform: translateX(-399px); visibility: visible; opacity: 1; }
.login-wrapper .login-inner.signup-active { height: 485px; }
.login-wrapper .login-inner.signup-active .socialbottom { -webkit-transform: translateX(150px); transform: translateY(150px); opacity: 0; visibility: hidden; }
.login-wrapper .user-registered { position: absolute; top: 70px; left: -400px; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; width: 100%; padding: 0 30px; }
.login-wrapper .user-registered.registered-active { -webkit-transform: translateX(399px); transform: translateX(399px); visibility: visible; opacity: 1; }
.login-wrapper .user-registered .successtext { margin-top: -15px; }
.login-wrapper .user-registered .check path { stroke: #ffffff; stroke-linecap:round; stroke-linejoin:round; stroke-width: .85px; stroke-dasharray: 60px 300px; stroke-dashoffset: -166px; fill: rgba(0,0,0,.5); -webkit-transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s; transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s; }
.login-wrapper .user-registered .check.checked path { stroke-dashoffset: 33px; fill: rgba(0,0,0,.9); }
.login-wrapper .use-logined { position: absolute; top: 88px; left: 400px; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; width: 100%; padding: 0 30px; }
.login-wrapper .use-logined.logined-active { -webkit-transform: translateX(-399px); transform: translateX(-399px); visibility: visible; opacity: 1; }
.login-wrapper .use-forgoted { position: absolute; top: 70px; left: -400px; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; width: 100%; padding: 0 30px; }
.login-wrapper .use-forgoted.forgoted-active { -webkit-transform: translateX(399px); transform: translateX(399px); visibility: visible; opacity: 1; }
.login-wrapper .use-forgoted .successtext { margin-top: -15px; }
.login-wrapper .use-forgoted .check path { stroke: #ffffff; stroke-linecap:round; stroke-linejoin:round; stroke-width: .85px; stroke-dasharray: 60px 300px; stroke-dashoffset: -166px; fill: rgba(0,0,0,.5); -webkit-transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s; transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s; }
.login-wrapper .use-forgoted .check.checked path { stroke-dashoffset: 33px; fill: rgba(0,0,0,.9); }
.login-wrapper .login-inner .btn-link { display: inline-flex; }

.socialbottom { -webkit-transition: opacity .5s ease, transform .5s ease; transition: opacity .5s ease, transform .5s ease; }
.socialbottom .btn-social .btn { position: relative; padding: 8px 8px 8px 32px; min-height: 40px; }
.socialbottom .btn-social .btn > :first-child { position: absolute; left: 0; top: 0; bottom: 0; width: 33px; font-size: 14px; text-align: center; border-right: 1px solid rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; }
.socialbottom .btn-twitter { color: #fff; background-color: #55acee; border-color: rgba(0,0,0,0.2); }
.socialbottom .btn-twitter:hover { color: #fff; background-color: #2795e9; border-color: rgba(0,0,0,0.2); }
.socialbottom .btn-facebook { color: #fff; background-color: #3b5998; border-color: rgba(0,0,0,0.2); }
.socialbottom .btn-facebook:hover { color: #fff; background-color: #2d4373; border-color: rgba(0,0,0,0.2); }
.socialbottom .btn-google { color: #fff; background-color: #dd4b39; border-color: rgba(0,0,0,0.2); }
.socialbottom .btn-google:hover { color: #fff; background-color: #c23321; border-color: rgba(0,0,0,0.2); }

.form-slider { border-radius: 4px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }
.form-slider .ZanaInternational .slideshow, .form-slider .ZanaInternational .slideshow * { height: 100%; }
.form-slider .ZanaInternational .slideshow .slick-arrow { display: none !important; }
.form-slider .ZanaInternational .slideshow .slick-dots { height: auto; }
.form-slider .ZanaInternational .slideshow .wrap-caption { background-color:rgba(255,255,255,.88); }

/*======================================================================
  19. Blog Pages
========================================================================*/
.loadmore-post { text-align:center; }
.blog--grid-load-more .article { display:none; }
.blog-list-view .article { padding:0 0 25px; margin-bottom:25px; border-bottom:1px solid #e8e9eb; }
.blog-grid-view .article { margin-bottom:5px; }
.no-border .article { border-bottom:0 !important; padding-bottom:0 !important; }

.custom-search .input-group .input-group__field, 
.custom-search .input-group .btn { height: 45px; }

.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;*/ margin-bottom:20px; }
.article_featured-image img {  }
.blog-list-view .article_featured-image img {  }

.publish-detail { margin:0 0 10px 0; }
.publish-detail li { list-style:none; display:inline-block; }
.publish-detail > li:after { content:'|'; display:inline-block; padding:0 10px; vertical-align:middle; }
.publish-detail > li:last-of-type:after { content:none; }
.publish-detail .icon { font-size:13px; margin-right:8px; }

.featured-content .list-items { margin-left:10px; }
#comment_form { background:#faf9f9; padding:45px 50px 50px; margin-top:30px; }

.tags-clouds li { display:inline-block; margin-bottom:6px; margin-right:6px; }
.tags-clouds li a { display:block; border:1px solid #ddd; padding:5px 9px !important; text-transform:uppercase; border-radius:4px; }
.tags-clouds li a:hover { background-color:#efefef; }

.blog-single-page .article blockquote { background:#f8f8f8; font-size:13px; font-style:normal; font-weight:600; padding:20px; margin:20px 0; }
.blog-single-page .comment__avatar { width:75px; margin-right:20px; }
.blog-single-page .comment__reply .btn:hover { color:#df3434; }
.blog-single-page .comments-list--level--1 { border-top: 1px solid #ebebeb; margin-top:20px; padding-top:20px; }
.blog-single-page .comments-list__item + .comments-list__item { border-top: 1px solid #ebebeb; margin-top:20px; padding-top:20px; }
.blog-single-page .comments-list--level--1 > .comments-list__item { margin-left:40px; }
.blog-single-page .comment__author { font-size:14px; font-weight:600; margin-bottom:10px; }
.blog-single-page .comment__reply .btn { color:#555555; height:auto; padding:0; display:block; background-color:transparent; border:0; }

.blog-masonry.shop-fullwidth .btn-filter { font-size:13px; }
.blog-masonry.shop-fullwidth .btn-filter:before { font-size:22px; }

/*======================================================================
  20. Cart Pages
========================================================================*/
.cart-col h5 { font-size:14px; font-weight:600; text-transform:uppercase; margin: 0 0 10px; }
.cart__row { position:relative; }
.cart th { padding:10px; background:#fafafa; }
.cart td { padding:10px; }

.cart__meta-text { color:#222222; font-size:11px; font-style:italic; line-height:1.6; padding:5px 0; }
.cart__image-wrapper { width:75px; }
.cart td.cart-delete { width:30px; }

.cart-alert.alert-dismissible .btn-close { padding:12px; background-size:10px; box-shadow:none; }
.cart__footer .solid-border { border:1px solid #e8e9eb; padding:20px; margin-bottom:20px; }
.cart__footer .cart__subtotal-title { text-transform:uppercase; font-size:14px; }
.cart__subtotal { font-weight:700; padding-left:15px; display:inline-block; }
.cart__shipping { font-style:italic; font-size:13px; padding:15px 0; }
.cart_info { padding:25px 25px; background:#2b2b2b; }

#cartCheckout { width:100%; padding:12px; }
.cart-variant1 .cart .cart__price-wrapper{ text-align:center; }
.cart-variant1 .cart table { border:1px solid #f2f2f2; }
.cart-variant1 .cart table td { border:1px solid #f2f2f2; }
.cart-variant1 .cart th.text-right,
.cart-variant1 .cart .text-right.cart-price { text-align:center !important; }

.qtyField { position:relative; display:flex; align-items:center; width:86px; margin:0; }
.qtyField input { margin:0; padding:0 25px; color:#111111 !important; width:86px; height:40px; text-align:center; background:none; border-radius:5px; border:1px solid #dddddd;background: #fff !important; }
.qtyField input:focus { border-color:#b7b7b7; }
.qtyField .qtyBtn { margin:0; padding:8px; color:#111111; width:30px; height:40px; display:flex; align-items:center; justify-content:center; text-align:center; background:none; border-radius:0; border:none; position:absolute; left:0; }
.qtyField .qtyBtn:hover { color:#df3434; }
.qtyField .qtyBtn .icon { font-size:10px; color:#fff; }
.qtyField .qtyBtn.plus { left:auto; right:0; }

.qtyField.sm, .qtyField.sm input { width: 85px; }
.qtyField.sm .qtyBtn, .qtyField.sm .qty { height: 35px; }

.input-group .input-group__field, .input-group > .form-control, .input-group .btn { height: 40px; }
.required, .required-f { color: #ff0202; }

/*======================================================================
  21. Checkout Page Styles
========================================================================*/
.login-title, .order-title, .payment-title { font-size:16px; font-weight:700; }
.customer-box h3 { color:#fff; font-size:13px; font-weight:400; line-height:normal; margin:0; padding:10px 15px; text-transform:uppercase; background-color:#000; }

.order-table .table thead th { background:#fbfbfb; font-size:12px; }
.order-table .table tfoot td { background:#fbfbfb; }
.order-table .table .thumbImg,
.order-table .table .thumb { width:60px; }
.order-table.style1 .table tbody td { font-size:13px; padding:5px 5px; }

.payment-accordion .card { background:transparent; border:1px solid #dddddd; border-radius:4px; }
.payment-accordion .card .card-header { background-color:transparent; padding:0; border:none; }
.payment-accordion .card .card-header .card-link { background-color:transparent; color:#000; padding:10px 15px 8px; display:block; font-size:13px; font-weight:600; text-transform:uppercase; width:100%; text-align:left; margin:0; border:none; border-bottom:1px solid transparent; }
.payment-accordion .card .card-header .card-link:hover,
.payment-accordion .card .card-header .card-link[aria-expanded="true"] { border-color:#ddd; color:#df3434; }
.payment-accordion .card .card-header .card-link:before { right:15px; }

.customer-box .discount-coupon, .customer-box .customer-info { background-color:#f7f7f7; padding:20px; }
.create-ac-content, .your-order-payment { border:1px solid #ddd; border-radius:4px; padding:20px; }

.card.card--grey { background-color:#fbfbfb; }
.card { background-color:#000; border-color:#f7f7f7; border-radius:0; margin-bottom:10px; }
.card-header { position:relative; padding:10px 15px; border-color:#f7f7f7; }
.card-header .card-link { position:relative; text-decoration: none; }
.card-header .card-link:before{ content:"\ea45"; font-family:'annimex-icons'; font-size:14px; position:absolute; right:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
.card-header .card-link[aria-expanded="true"]:before { content:"\ea48"; }
#checkout .card-body {background: #2b2b2b;}
#checkout .card-body .form-control{background: #565555 !important; color: #fff !important;}
#checkout .card-body .form-control::placeholder{color: #bbbbbb;}
#checkout .card-body h5{background-color: #2b2b2b !important; color:#fff !important;}
#checkout .card-body h2{color: #fff;}
#checkout .card-body .customRadio input[type="radio"] + label{color: #fff;}
#checkout .card-body #termscondValid label{color: #fff;}
#checkout .card-body .btn:not(.btn-lg) { font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff;background:#df3434 !important;}
#checkout .card-body .order-button-payment{padding-bottom: 10px;}
#checkout .card-body .order-button-payment a.btn:hover{    background-color: #000;color: #fff; text-decoration: none;border-color: #fff; box-shadow: none;}
#checkout .card-body .cart-heading .totalCalculate{color: #fff;font-size: 20px;
    font-weight: 600;}
/*======================================================================
  21.1 Checkout Success Page
========================================================================*/
.checkout-scard { background: #fff; -webkit-box-shadow:0 0 3px rgba(0,0,0,.3); box-shadow:0 0 3px rgba(0,0,0,.3); margin-bottom:30px; }
.checkout-scard .card-body { padding:25px; }
.checkout-scard .card-title { font-size:30px; margin-bottom:15px; }
.checkout-scard .card-icon { color:#198754; font-size:90px; line-height:90px; margin:0 0 10px; }
.checkout-scard .text-order { padding:10px 20px; font-size:13px; font-weight:400; }
.ship-info-details { margin:0 0 20px; padding:0 0 12px; border:1px solid #ddd; border-radius:4px; }
.ship-info-details h3 { background-color:#fbfbfb; font-size:15px; font-weight:600; padding:10px 15px; margin:-1px 0 15px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; }
.ship-info-details p { padding:0 15px; margin:0 0 5px; }

/*======================================================================
  22. Nesletter Popup Styles
========================================================================*/
.newsletter-section .input-group { position:relative; display:table; width:100%; border-collapse:separate; max-width:500px; margin:0 auto; }
#search-modal { text-align: center;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 4%;
    z-index: 99999;
    background: #fafafa;
    color: #111;
    margin: 20px auto;
    /* z-index: 444; */
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9); }
#search-modal .newsltr-text { position: relative; padding:0px 0px; }
#search-modal .newsltr-text p.sub-text { max-width:400px; margin:0 auto 20px; font-size:13px; line-height:1.3; }
#search-modal .newsltr-text .btn.mcNsBtn { width:100%; height:42px; }
#search-modal .newsltr-text .social-icons { margin:0 0 20px; }
#search-modal .newsltr-text .social-icons li { display:inline-block; margin:0 5px; list-style:none; }
#search-modal .newsltr-text .social-icons li a { color:#111111; display:inline-block; width:26px; height:26px; line-height:26px; text-align:center; }
#search-modal .newsltr-text .social-icons li a:hover { opacity:0.5; }
#search-modal .newsltr-text .social-icons li a .an { font-size:14px; }
#search-modal .newsltr-text #Subscribe { width:100%; border:0; background:#111111; color:#ffffff; }
#search-modal .newsltr-text #Subscribe:hover { opacity:0.9; }
#search-modal .checkboxlink { font-size:10px; text-transform:uppercase; }
#search-modal .wraptext { margin:0 auto; } 
#search-modal .title { font-size:40px; }
#search-modal.style1 { max-width:500px; }
#search-modal.style1 .newsletter__submit { width:100%; }

#search-modal.style2 { max-width: 650px; }
#search-modal.style2 .newsltr-text { padding: 30px 40px; }
#search-modal.style2 .title { font-size: 33px; line-height: 1.3; }
#search-modal.style2 .checkboxlink label,
#search-modal.style3 .checkboxlink label { padding-top: 2px; }

#search-modal.style3 { max-width: 500px; color: #ff5d86; }
#search-modal.style3 .newsltr-img { background-position: left center; background-size: cover; background-repeat: no-repeat; background-image: url(../images/newsletter-s3-img.jpg); }
#search-modal.style3 .newsltr-text { padding: 60px 50px; margin: 0 auto; }
#search-modal.style3 .wraptext { max-width: 330px; }
#search-modal.style3 .title { font-size: 45px; line-height: 1.2; color: #ff5d86; }
#search-modal.style3 p { font-size: 18px; line-height: 1.4; color: #7d7487; }
#search-modal.style3 .newsltr-text .btn { background-color: #ff5d86; border-color: #ff5d86; height: auto; padding: 10px 30px; font-size: 16px; }
#search-modal.style3 .newsltr-text .btn:hover { background-color: #f77999; border-color: #f77999; }
#search-modal.style3 .newsltr-text .social-icons li a { color: #ff5d86; width: auto; }

.mfp-ready #search-modal { transform:translate(-50%, -50%) scale(1); -webkit-transform:translate(-50%, -50%) scale(1); -ms-transform:translate(-50%, -50%) scale(1); }
#search-modal .mfp-close { color:#fff; font-size:30px; opacity:1; }

.mfp-hide { display:none !important; }
.mfp-zoom-in .mfp-with-anim { opacity:0; transform:scale(0.9); -webkit-transform:scale(0.9); -ms-transform:scale(0.9); transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim { opacity:1; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); }
.mfp-zoom-in.mfp-removing .mfp-with-anim { opacity:0; transform:scale(0.9); -webkit-transform:scale(0.9); -ms-transform:scale(0.9); }
@-webkit-keyframes ad-spin { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
@keyframes ad-spin { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
.ad-spin { animation:ad-spin 1.5s infinite linear; -webkit-animation:ad-spin 1.5s infinite linear; }
@keyframes scaleimg { 0%, 100% { transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1) } 50% { transform:scale(1.2); -webkit-transform:scale(1); -ms-transform:scale(1); } }

.featuredContent .d-flex { background-color:#67b0ee; }
.featuredContent .row-text { padding:20px; }
.featuredContent h3 { color:#fff; font-size:22px; margin-bottom:15px; }
.featuredContent p { color:#fff; font-size:18px; margin-bottom:15px; }
.featuredContent .btn { color:#67b0ee; background-color:#fff; }

.featuredContentStyle2 { background-color:#fafafa; }
.featuredContentStyle2.featuredContent .d-flex { color:#000; background-color:#fafafa; }
.featuredContentStyle2.featuredContent h3,
.featuredContentStyle2.featuredContent p { color:#000; }

.section.featuredContentStyle3 { padding:0; color:#000; }
.featuredContentStyle3.featuredContent .container-fluid { padding:0; }
.featuredContentStyle3.featuredContent .d-flex { background-color:#fff; }
.featuredContentStyle3 p { color:#000; font-size:15px; }
.featuredContentStyle3 h3 { color:#000; font-size:28px; }
.featuredContentStyle3 .btn { color:#fff; background-color:#000; }
.featuredContentStyle3 .btn:hover { color:#fff; background-color:#333; }
.featuredContentStyle3 img { width:100%; }
.featuredContentStyle3.featuredContent .row-text { padding:30px 7%; }

/*======================================================================
  23. Footer
========================================================================*/
#site-scroll { color:#000; background:#fff; line-height:35px; cursor:pointer; font-size:13px; width:40px; height:40px; line-height:44px; right:30px; position:fixed; border-radius:50px; text-align:center; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; bottom:50px; z-index:444; display:none; box-shadow:0 0 1px #ddd; }
#site-scroll:hover { color:#fff; background:#222; }
#site-scroll.textbase { width:auto; height:auto; line-height:normal; position:fixed; right:10px; -webkit-transform:rotate(270deg); transform:rotate(270deg); font-size:10px; bottom:120px; background:transparent !important; box-shadow:none; padding: 0;color: #000 !important;}
#site-scroll.textbase:hover { opacity:0.8; }

.zana-temp .footer { margin-top:0; }
.footer { margin-top:50px; }
.footer .footer-top { color:#000; background-color:#f5f5f5; border-top: 1px solid #ffffff; padding-top:30px; padding-bottom:15px; }
.footer .about-col img { max-width:150px; }
.footer .footer-top .h4 {     
    color: #c6c6c6;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 0 15px;
background:transparent;
    font-family: 'Libre Franklin',Arial,Tahoma,serif !important;
    line-height: 1.4;
    text-align:justify;
}
.footer-contact p{
    color:#c6c6c6;
}
.footer-contact .list-inline.social-icons li a i{
    color:#c6c6c6;
}

.footer .zana-about p{
    color:#c6c6c6;
}
.store-features.Second .clr-none i{
    color:#c6c6c6;
}
.store-features.Second .store-info .detail h5{
    color:#c6c6c6 !important;
}
.footer .footer-top .h4.about-zana {    
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin: 0 0 15px;
background:transparent;
    font-family: 'Libre Franklin',Arial,Tahoma,serif !important;
    line-height: 1.4;
    text-align:justify;
}
.footer .about-us-col img { margin-bottom:20px; }
.footer .social-icons li a { color:#fff !important; }
.footer .social-icons li i { font-size:14px; }
.footer .social-icons li i:hover{color: #da251d;}

.footer-links ul { list-style:none; padding:0; margin:0; }
.footer-links li { margin:5px 0; }
.footer-links a { color:#c6c6c6 !important; background:transparent !important; font-size:14px;}
.footer-links a:hover { color:#da251d; }
.footer-links a:before { content: ""; display:inline-block; width:0px; height:3px; vertical-align:middle; background-color:#da251d; }
.footer-links a:hover:before { width:4px; margin-right:3px;color:#da251d; }

.footer-newsletter .newsletter-input { background:#fff !important; border-color:#fff; margin-bottom:10px; font-size:13px; }
.footer-newsletter .newsletter-input:focus { border-color:#e6e6e6; }
.footer-newsletter .btn { font-size:15px; padding:0 15px; }
.footer-newsletter .input-group { flex-wrap:inherit; -webkit-flex-wrap:inherit; -ms-flex-wrap:inherit; }

.footer-bottom { background:#eeeeee; clear:both; padding:15px 0; border-top:1px dotted #eeeeee; }
.footer .payment-icons svg { width:35px; margin:0 3px; }
.footer-contact p i { padding-right:10px; }

.footer .social-icons-col ul { list-style:none; padding:0; margin:0; }
.footer .social-icons-col li { margin-bottom:5px; }
.footer .social-icons-col li a { font-size:13px; padding:0; }
.footer .social-icons-col a:before { display:none; }
.footer .social-icons-col i { font-size:13px; width:28px; display:inline-block; text-align:center; }

.footer-2 { background-color:#111; }
.footer-2 .footer-top { color:#fff; background-color:#111; }
.footer-2 .footer-top .h4 { color:#fff; font-size:13px; text-transform:none; }
.footer-2 .social-icons li a { color:#fff; }
.footer-2 .social-icons li a:before { display:none; }
.footer-2 .footer-links a { color:#fff; }
.footer-2 .footer-links a:hover, .footer-2 .social-icons li a:hover { opacity:0.7; }
.footer-2 .footer-links a:before { background-color:#e3e3e3; }
.footer-2 .copyright-col, .footer-2 .copyright-col a { color:#fff; }
.footer-2 .copyright-col a:hover { text-decoration:underline; opacity:0.7; }
.footer-2 .footer-newsletter .btn { font-size:13px; height:40px; }
.footer-2 .footer-about img { max-width:180px; }

.footer-3 .footer-top { background-color:#ffffff; color:#000; }
.footer-3 .footer-top .h4 { font-size:13px; text-transform:none; }
.footer-3 .footer-bottom { color:#fff; background:#fd6d61; border-top:none; }

.footer-4 .footer-top { background-color:#e7f0f9; }
.footer-4 .footer-top .h4 { font-size:13px; }
.footer-4 .footer-bottom { color:#e7f0f9; background-color:#5aa2de; border-top: none; }
.footer-4 .footer-bottom .payment-icons { color:#e7f0f9; }

.footer-5 { background-repeat:no-repeat; background-size:cover; background-position:center bottom; background-color:#d6f1f4; font-size:14px; }
.index-demo5 .footer-5 { background-image:url(../images/demo5-footerbg.jpg); }
.footer-5 .footer-newsletter { max-width: 550px; margin: 0 auto; padding: 0; text-align: center; }
.footer-5 .footer-top .h4 { font-size: 16px; }

.footer-6 .footer-top { background-color:#111; color: #cecece; font-size: 12px; }
.footer-6 .footer-newsletter { max-width: 550px; margin: 0 auto; padding: 0; text-align: center; }
.footer-6 .footer-newsletter .btn { font-size:13px; color:#fff; background-color:#333; border-color:#333; }
.footer-6 .footer-newsletter .btn:hover { color:#fff; background-color:#f49087; border-color:#f49087; }
.footer-6 .footer-top .list-inline-item a { color: #cecece; }
.footer-6 .footer-top .list-inline-item a:hover { opacity: .7; text-decoration: underline; }

.footer-7 .footer-top { font-size: 13px; color: #111; background-color: #f5f5f5; border-color: #eee; }
.footer-7 .footer-bottom { background: #000; color: #eee; border-color: #000; text-transform: uppercase; }

.footer-8 { background-color:#faf3f0; }
.footer-8 .footer-top .h4 { font-size: 16px; }

.newsletterbg { background-position: center; background-color: #ea895f; padding: 20px 0; }
.newsletterbg .footer-newsletter .btn { font-size: 13px; }

.footer-9 .footer-top, .footer-9 .footer-bottom { color: #fff; background-color: #377384;border-color: #377384; }
.footer-9 .footer-top .h4, .footer-9 .footer-links a { color: #fff; }
.footer-9 .footer-links a:hover { opacity: .7; text-decoration: underline; }
.footer-9 .footer-links a:before { background-color: #fff; }
.footer-9 .social-icons li a { color: #fff; }
.footer-9 .social-icons li a:hover { opacity: .7; }
.footer-9 .footer-newsletter .btn { font-size: 13px; color: #fff; background-color: #03242d; border-color: #03242d; }
.footer-9 .footer-newsletter .btn:hover { color: #fff; background-color: #0c3f4c; border-color: #0c3f4c; }

.footer-10 .footer-top { padding-top: 35px; padding-bottom: 35px; }

.footer-11 .footer-top, .footer-11 .footer-bottom { color: #fff; background-color:#222; border-color:#222; }
.footer-11 .footer-top .h4, .footer-11 .footer-links a, .footer-11 .social-icons-col a { color: #fff; }
.footer-11 .footer-links a:hover, .footer-11 .social-icons-col a:hover span { opacity: .7; text-decoration: underline; }
.footer-11 .footer-links a:before { background-color: #fff; }
.footer-11 .footer-newsletter .btn { color:#111; background-color: #d7d7d7; border-color: #d7d7d7; }
.footer-11 .footer-newsletter .btn:hover { color:#111; background-color: #c8c8c8; border-color: #c8c8c8; }
@media only screen and (min-width:992px) {
    .footer-11 .footer-top .col-lg-2 { width: 20%; }
    .footer-11 .footer-top .col-lg-6 { width: 40%; }
}

.footer-12 .footer-about h2 { color:#ffb700; }
.footer-12 .footer-top, .footer-12 .footer-bottom { color:#cbd4dc; background-color:#1e2832; border-color:#3b4045; }
.footer-12 .footer-links a { color:#cbd4dc; }
.footer-12 .footer-links a:hover { opacity:.7; text-decoration:underline; }
.footer-12 .footer-links a:before { background-color:#cbd4dc; }
.footer-12  .social-icons li a { color:#ffb700; }
.footer-12  .social-icons li a:hover { opacity:.7; }

.footer-13 .footer-newsletter .newsletter-input { background:#f5f5f5; border-color:#f5f5f5; }

.footer-17 .social-icons-col i { width: 22px; text-align: left; }

.footer-25 .footer-links a { color: #222222; }
.footer-25 .footer-links a:hover { opacity: 0.7; text-decoration: underline; text-underline-offset: 3px; }
.footer-25 .footer-newsletter .newsletter-input { color: #000000; background: #f5f5f5; border-color: #f5f5f5; }
.footer-25 .footer-newsletter .btn { font-size: 13px; font-weight: 400; }

.footer-26 .footer-top, .footer-26 .footer-bottom { color: #ffffff; background-color:#196388; border-color:#196388; }
.footer-26 .footer-top .h4, .footer-26 .footer-links a, .footer-26 .social-icons-col a { color: #ffffff; }
.footer-26 .footer-links a:hover, .footer-26 .social-icons-col a:hover span { opacity: .7; text-decoration: underline; }
.footer-26 .footer-links a:before { background-color: #fff; }
.footer-26 .social-icons-col i { width: 22px; text-align: left; }

.footer-27 { color: #ffffff; background-color: #333333; }
.footer-27 .footer-top,
.footer-27 .footer-top .h4,
.footer-27 .footer-links a,
.footer-27 .social-icons-col li a { color: #ffffff; }
.footer-27 .footer-newsletter { color: #ffffff; font-size: 13px; text-transform: none; max-width: 550px; margin: 0 auto 60px; padding: 0; }
.footer-27 .footer-newsletter .h4 { color: #ffffff; font-size: 14px; }
.footer-27 .footer-newsletter .btn { color: #ffffff; background-color: #987973; border-color: #987973; }
.footer-27 .footer-newsletter .btn:hover { color: #ffffff; background-color: #aa7f77; border-color: #aa7f77; }
.footer-27 .footer-links a:before { background-color: #ffffff; }
.footer-27 .footer-links a:hover, .footer-27 .social-icons-col a:hover span { opacity: .7; text-decoration: underline; }
.footer-27 .social-icons-col i { width: 22px; text-align: left; }
.footer-27 .footer-bottom { border-top: 1px dotted #515151; }


.rounded-pill-start { border-bottom-left-radius:50rem !important; border-top-left-radius:50rem !important; }
.rounded-pill-end { border-top-right-radius:50rem !important; border-bottom-right-radius:50rem !important; }

.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; }


/*======================================================================
  24. Cookie Popup
========================================================================*/
.cookie-popup { color:#fff; background-color:#000; padding:20px; position:fixed; z-index:1000; max-width:100%; bottom:0; left:0; right:0; text-align:center; }
.cookie-popup .btn { background-color:#fff; color:#000; margin-right:10px; }

/* Cookie Meassage */
#cookie-message{ text-align:center; position:fixed; top:auto; bottom:0; left:0; right:0; margin:0; z-index:99; background-color:#000000; color:#ffffff; padding:10px 0; border-radius:0; border:none; }

/* Christmas Shower */
.falling-snow { position:relative; }
.falling-snow.style1:before {
    background-color: transparent; position: absolute; width: 100%; content: ''; height: 100%; top: 0; left: 0; z-index: 1; pointer-events:none; background-image: url(../images/snowballs-sm.png),url(../images/snowballs-lg.png),url(../images/snowballs-md.png); 
    height:100%; left:0; position:absolute; top:0; width:100%; -webkit-animation:falling-down-snow 10s linear infinite; -moz-animation:falling-down-snow 12s linear infinite; -ms-animation:falling-down-snow 10s linear infinite; animation:falling-down-snow 10s linear infinite; 
}
.falling-snow.style2:before {
    background-color: transparent; position: absolute; width: 100%; content: ''; height: 100%; top: 0; left: 0; z-index: 1; pointer-events:none; background-image: url(../images/snow-1.html),url(../images/snow-2.html),url(../images/snow-2.html); 
    height:100%; left:0; position:absolute; top:0; width:100%; -webkit-animation: snow 10s linear infinite; -moz-animation: snow 10s linear infinite; -ms-animation: snow 10s linear infinite; animation: snow 10s linear infinite;
}
@keyframes falling-down-snow { 0% { background-position:0px 0px, 0px 0px, 0px 0px; } 100% { background-position:0 700px, 0 500px, 0 300px; } }
@keyframes snow { 0% { background-position:0px 0px, 0px 0px, 0px 0px; } 100% { background-position:500px 1000px, 400px 400px, 300px 300px; } }
@-moz-keyframes snow { 0% { background-position:0px 0px, 0px 0px, 0px 0px; } 100% { background-position:500px 1000px, 400px 400px, 300px 300px; } }
@-webkit-keyframes snow { 0% { background-position:0px 0px, 0px 0px, 0px 0px; } 100% { background-position:500px 1000px, 400px 400px, 300px 300px; } }
@-ms-keyframes snow { 0% { background-position:0px 0px, 0px 0px, 0px 0px; } 100% { background-position:500px 1000px, 400px 400px, 300px 300px; } }


/*======================================================================
  25. Vendor Page
========================================================================*/
.vendor-profile-page .tabs-style2.tabs > li { padding: 0 0 10px; }
.vendor-profile-page .tabs-style2.tabs > li:after { bottom: -1px; }
.vendor-profile-page .grid-categorys .category-item .category-title { font-size: 17px; }
.vendor-profile-page .coupon { position: relative; font-size: 14px; text-align: center; padding: 10px 10px; width: 100%; background-color: #f5f5f5; border-radius: 3px; display: inline-block; border: 1px dashed #666; }
.vendor-profile-page .coupon .tooltip-label { top: auto; bottom: -70px; border: 1px solid #575757; background-color: #fff; color: #222; padding: 8px; }
.vendor-profile-page .coupon .tooltip-label:before { bottom: auto; top: -9px; border-top-color: transparent; border-bottom: 5px solid #000; }
.vendor-profile-page .coupon:hover .tooltip-label { opacity: 1; bottom: -60px; visibility: visible; }
.vendor-profile-page .btn.btn-filter:before { margin-right: 6px; }

.main-dashboard .prod-tlt { min-width: 125px; }
.dashboard-links .list-group-item { background-color: #fbfbfb; padding: 10px 20px; font-size: 14px; }
.dashboard-links .list-group-item.active { background-color: #fe877b; color: #fff; border-color: #fe877b; }
.dashboard-links .list-group-item:not(.active):hover { background-color: #eaeaea; color: #222; }
.dashboard-card .icontext .icon { font-size: 24px; color: #e6532f; width: 45px; height: 45px; position: relative; background-color: #ffebe6; text-align: center; }
.dashboard-card .icontext .text { font-size: 20px; font-weight: 700; display: block; color: #fff; }
.dashboard-card .icontext .text-sm { font-size: 11px; font-weight: 400; color: #fbfbfb; }
.dashboard-card .card:after { content: ""; width: 90px; height: 90px; position: absolute; right: -15px; top: -50px; background: #fff; border-radius: 50%; opacity: 0.3; }
.dashboard-card .card:before { content: ""; width: 90px; height: 90px; position: absolute; right: -50px; top: -30px; background: #fff; border-radius: 50%; opacity: 0.3; }
.dashboard-card .bg-pink { background-image: linear-gradient(145deg, #fdb8c3, #fe877b); overflow: hidden; }
.dashboard-card .bg-green { background-image: linear-gradient(145deg, #d1afa3 0%, #b6966f 100%); overflow: hidden; }
.dashboard-card .bg-orange { background-image: linear-gradient(145deg, #f9c899, #f79165); overflow: hidden; }
.dashboard-profile .bg-blue { background-image: linear-gradient(145deg, #fe8c82 0%, #fe9a97 100%); padding-bottom: 275px; overflow: hidden; }
.dashboard-profile .bg-blue:after { content: ""; width: 90px; height: 90px; position: absolute; left: -50px; top: -30px; background: #fff; border-radius: 50%; opacity: 0.3; }
.dashboard-profile .bg-blue:before { content: ""; width: 90px; height: 90px; position: absolute; right: -50px; top: -30px; background: #fff; border-radius: 50%; opacity: 0.3; }
.dashboard-profile .img-thumbnail:after { content: ""; width: 90px; height: 90px; position: absolute; left: -50px; bottom: -80px; background: #fff; border-radius: 50%; opacity: 0.3; }
.dashboard-profile .img-thumbnail:before { content: ""; width: 90px; height: 90px; position: absolute; right: -50px; bottom: -80px; background: #fff; border-radius: 50%; opacity: 0.3; }

.form-color-box input { width: 40px; height: 30px; }
.tox .tox-dialog__body-nav { display: none !important; }
.tox .tox-notifications-container { display: none !important; }
.tox.tox-tinymce { border-radius: 6px; border-color: #d7d7d7; }

/* Bootstrap tagsinput */
.bootstrap-tagsinput { display: inline-flex; flex-wrap: wrap; align-items: center; height: auto; min-height: 42px; padding: 4px 10px; width: 100%; font-size: 13px; letter-spacing: 0.02em; box-shadow: none; border-radius: 6px; border: 1px solid #d7d7d7; -webkit-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 0 6px; margin: 0; width: auto; height: auto; max-width: inherit; }
.bootstrap-tagsinput .tag { padding: 4px 8px; margin: 0 3px 3px 0; color: #fff; background: #222; border-radius: 4px; font-size: 12px; }
.bootstrap-tagsinput .tag [data-role="remove"] { margin-left: 8px; cursor: pointer; }
.bootstrap-tagsinput .tag [data-role="remove"]:after { content: "x"; padding: 0px 2px; }


/* search bar dropdown */
.control .s_res {padding: 10px 10px;position: absolute;top: 75%;width: 42%;left: 15px;z-index: 99;background-color: #fff;overflow: auto;min-height: 50px;max-height: 400px;}
.control .s_res li{list-style: none;padding-bottom: 5px;padding-top: 0px; justify-content:center;align-items:center;}
.control .s_res li .content {padding-left: 15px;padding-right: 10px;width: 80%;}
.control .s_res  li .price {margin-right: 10px;display: flex;justify-content:center;align-items:center;}

#search-popup .control .s_res {padding: 10px 20px;position: absolute;top: 130%;width: 100%;left: 5px;z-index: 99;background-color: #f5f5f5;overflow: auto;height: 200px;}
#search-popup .control .s_res .control .s_res li{list-style: none;padding-bottom: 5px;padding-top: 8px;}
#search-popup .control .s_res .control .s_res li .content {padding-left: 30px;padding-right: 10px;width: 80%;}
#search-popup .control .s_res .control .s_res  li .price {margin-right: 10px; display: flex;}
#search-popup .control .s_res .control .s_res li .price span {margin-right: 10px;}

     
/* Thank you Page */

.order-results {display: flex;flex-wrap: wrap;margin: 2.8rem 0 1.9rem; border: 1px solid #858181;padding: 30px;}
.overview-item {display: flex;position: relative;flex-direction: column; flex-wrap: wrap;margin-top: 10px;margin-bottom: 10px;font-size: 15px;}
.overview-item:not(:last-child) {margin-right: 2rem;padding-right: 3.1rem;color: #fff;}
.overview-item span {text-transform: uppercase;}
.overview-item:not(:last-child):after {content: "";position: absolute;right: 0;  top: 50%;display: block;transform: translateY(-50%);width: 1px;height: 42px;background: #e1e1e1;}
.order-details {border: 1px solid #e1e1e1;border-radius: 3px;padding: 0.4rem 2rem;} 
.order-details table {width: 100%;border-collapse: collapse;}
.order-details-table thead { border-bottom: 1px solid #e1e1e1;}
.summary-subtotal:last-child { border-bottom: none;}
.order-details table td, table th { padding: 0;}
.order-details-table thead .summary-subtitle { font-size: 1.5rem;}
.summary-subtitle {font-size: 1.2rem;font-weight: 600;letter-spacing: -0.01em; color: #222;margin-bottom: 0; padding: 1.5rem 0;}
.order-details-table tbody tr:first-child td { padding-top: 3.2rem;}
.order-details-table .product-name {padding: 1.6rem 0 1.8rem;font-size: 1rem; font-weight: 400; line-height: 1.42;color: #fff; white-space: inherit;}
.order-details-table tbody tr:first-child td {padding-top: 1.2rem;color:#fff;}
.order-details .summary-subtotal-price{color:#fff !important;}
.order-details-table .summary-subtotal-price {font-weight: 600;color: #666;}
.order-details-table .product-price, .order-details-table .summary-subtotal-price {text-align: right; width:100px;}
.summary-subtotal-price {font-size: 1rem;font-weight: 600;color: #fff !important;margin-bottom: 0;font-family: Poppins, sans-serif;}
.order-details-table tbody tr:first-child td.product-price {padding-top: 2.8rem;}
.order-details-table .product-name span {font-weight: 700;color: #222;}
.order-details-table .product-name i {font-size: 13px;}
.order-details-table tbody tr:first-child td.product-price { padding-top: 0.8rem;}
.order-details-table .product-price {font-size: 1rem; color: #fff;font-weight: 400;padding-top: 1.2rem;}
.summary-subtotal { border-bottom: 1px solid #e1e1e1;}
.address-info {border-bottom: 0px solid #fff;}
.order-results .overview-item strong{color: #fff;}
.address-info p {color: #fff; font-family: Poppins, sans-serif; line-height: 2.15;font-size: 17px;}
.summary-total-price {width:200px !important; font-size: 1.2rem;letter-spacing: -0.025em; font-weight: 700;color: #222; text-align: right; margin-bottom: 0;font-family: Poppins, sans-serif;}
.card.card--grey.order{background-color: #ffffff; box-shadow: 10px 9px 38px #7a7a7a45;}


.product-form__item .card:hover{background: #000; color: #fff;}
.product-form__item .card:hover .content-title p{color: #fff;}


.avg-rating-container {display: flex;align-items: center;margin-bottom: 1rem;}
.avg-rating-container mark {font-size: 4rem;font-weight: 700;letter-spacing: -0.025em; line-height: 1;color: #e19e10;background: none;}
.ratings-container {display: flex; align-items: center;margin-left: 1px;line-height: 1.1;margin-bottom: 1.2rem;font-size: 11px;letter-spacing: 0.2em;}
.rating-percent {background: #eee; width: 10rem;max-width: 100%;border-radius: 1rem; height: 10px;margin-top: 7px;}
.rating-percent span { display: block;height: 100%;border-radius: inherit;background: #e19e10;}
.rating-percent {background: #eee;width: 10rem;max-width: 100%; border-radius: 1rem;}
.filters-toolbar-wrapper .filters-toolbar__item select{width:120px;margin-right: 10px;margin-top: 7px; margin-bottom: 7px; color: #000; background-color: #fff !important; border-radius: 0 !important;}
.filters-toolbar-wrapper .filters-toolbar__item input{width: 150px;}



@media screen and (max-width: 414px) { .collection-top-filters .sidebar_tags { background: #2b2b2b;align-content: center;justify-content: center;}

.collection-top-filters .sidebar_tags h3{ margin-top: 10px; color:#fff;}


.filters-toolbar-wrapper .filters-toolbar__item input{width: 100px;}
    
}

@media screen and (max-width: 350px) {

.collection-top-filters .sidebar_tags {
background: #2b2b2b;
align-content: center;
justify-content: center;
}
.collection-top-filters .sidebar_tags h3{
margin-top: 10px;
}


.filters-toolbar-wrapper .filters-toolbar__item input{
width: 100px;
}
}

.infolinks .btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff;background: #000 !important;}
.infolinks a i,span{color: #fff;}
.social-sharing a.btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff;background: #000 !important;}
.social-sharing a i,span{color: #fff !important;}
.social-sharing a i:hover,span:hover{color:#fff!important;}
.pagination ul li:hover{color: #fff;}
.pagination ul li a:hover{color: #fff;}
.select2-container--default .select2-results>.select2-results__options{    max-height: 200px; overflow-y: auto;background: #000;}
.select2-container--default .select2-selection--single .select2-selection__rendered{background-color: #565555;padding: 0.6rem 0.9rem;}
.select2-container--default .select2-selection--single .select2-selection__arrow{    height: 26px;position: absolute;top: 8px;right: 1px;width: 20px;}
.tab-content #orders table.table tbody tr td{color: #fff;}
#account-details .account-login-form .form-group .ZanaInternational input, .ZanaInternational .form-control {background: #565555 !important; color: #fff !important;}
.address-details .tab-content button.btn:not(.btn-lg) {background: #000 !important;}
.address-details .tab-content button.btn:not(.btn-lg):hover{border:1px solid #fff;}
#account-details .account-login-form .btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff; background:#df3434 !important;}
#account-details .account-login-form .btn:not(.btn-lg):hover{border:1px solid #fff;}
#address button.btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff;background: #df3434 !important;}
#address button.btn:not(.btn-lg):hover{border:1px solid #fff;}
.contact-details .open-hours{color:#fff;}
.contact-details .follow-us{color: #fff;}
.contact-form #contactus-form .form-control {background: #2b2b2b !important;color: #fff;}
#accordionFaq{background: #000;}
.blog-details .return-link-wrapper .btn{background: #df3434;}
.blog-details .return-link-wrapper .btn span:hover{color: #fff !important;}
#header .search-box{display: none;}
.control .s_res li .drop-img a img{width: 62px;}
.control .s_res li .price a img{width: 62px;}
.product-image a .product-labels .on-sale:hover{color: #fff !important;}
.searched-products-list .s_res.fl.f-wrap.f-jcs{    width: 32.3%;min-height: 50px;max-height: 300px}


.menu-outer .grid__item ul.siteNav li a{
        background: #000000 !important;
}
@media only screen and (max-width: 992px){ 

  #searched-products-list .s_res.fl.f-wrap.f-jcs
  { 
    width: 92.3%;
    min-height: 50px;
    max-height: 300px
  }
  #searched-products-list .s_res.fl.f-wrap.f-jcs li a{
font-size: 10px;
  }


    .control .s_res li .content {
        text-align: left;
      padding-left: 20px;
      padding-right: 10px;
      width: 70%;
      display:block;
  }
.control .s_res {
    padding: 10px 10px;
    position: absolute;
    top: 90%;
    width:50%;
    left: 37px;
    z-index: 99;
    background-color: #fff;
    overflow: auto;
    min-height: 50px;
    max-height: 280px;
}

.zana-header .search-inline .search-category select, .zana-header .search-inline .input-box .input-text, .zana-header .search-inline .input-box .action{
  height: 31px;
  background: #000 !important;
    border-color: #fff;
    
    color: #fff;
}
  }
  @media only screen and (max-width: 667px){ 
      .control .s_res {
    padding: 10px 10px;
    position: absolute;
    top: 93%;
    width: 65%;
    left: 37px;
    z-index: 99;
    background-color: #fff;
    overflow: auto;
    min-height: 50px;
    max-height: 280px;
}


  }

  .form-control[type=file]:not(:disabled):not([readonly]) {cursor: pointer;padding: 10px;padding-left:20px;}
  .wishlist-table .table thead tr{background: #2b2b2b; color: #fff;}
 .grid-categorys .category-page-grid .category-grid-item .category-item{ padding: 10px; border: 2px solid #2b2b2b ;border-style: dashed;}
 .productSlider .slick-list .slick-slide{  padding: 10px;border: 2px solid #2b2b2b; border-style: dashed;height: auto;}
 #admin-modal .modal-dialog .modal-content{background: #2b2b2b;}
 #admin-modal .modal-dialog .modal-header button.btn-close{filter: invert(1);}
 #admin-modal .modal-body .heading-pop  .btn:not(.btn-lg) {font-family: 'Libre Franklin',Arial,Tahoma,serif !important;color: #fff; background: #df3434 !important;}
 .product-single .product-form #delivery-check .input-group img{width: 30px;height: 30px; margin-left: 10px;}
 .product-single .product-form #delivery-check .lodingStart{top: 22px; left: 0;}
 .product-form__item--quantity .qtyField input {background: #565555 !important; color: #fff !important;}
 .product-form__item--quantity .qtyField .qtyBtn.plus, .qtyBtn.minus{color: #000;}
 #reviews fieldset.spr-form-contact label{color: #fff;}
 #reviews fieldset.spr-form-contact .product-review i.fa.fa-star{color:#565555;}
  #reviews fieldset.spr-form-contact .product-review i.fa.fa-star.selected{color:#e9d80ae8;}
    #reviews fieldset.spr-form-contact .product-review i.fa.fa-star:hover{color:#e9d80ae8;}
 #reviews fieldset.spr-form-contact form .spr-form-review-title input{    height: 35px;padding: 4px;}
 #reviews fieldset.spr-form-contact form .spr-form-input textarea{color: #fff;}
 .blog-pagination ul li span,li a{background:#000 !important;}
 .page-item.active .page-link{border-color: #fff;width: 50px;}

 .blog-pagination ul li a { font-size:12px; color:#fff; height:40px !important; width:50px !important; display:flex;align-items:center;justify-content:center; border:2px solid #f5f5f5; margin:0 2px; vertical-align:middle; }
 .product-pagination ul li.page-item.disabled{    border: 2px solid;width: 100px;text-align: center;padding: 3px;    background: #ababab;}
 .product-pagination ul li.page-item a{ background: #df3434 !important; color:#fff !important; }
 .searched-products-list ul li a{ background: #2b2b2b;} 
 .searched-products-list ul li span, li a {background: #2b2b2b !important;}
 nav.product-pagination ul li a{background: #2b2b2b !important;}
 .banner-grid .offer-image a div.img img{height:655px !important; width:545px !important;}
 @media only screen and (max-width: 1292px){ 
      .banner-grid .offer-image a div.img img{height:655px !important; width:545px !important;}
 }
  @media only screen and (max-width: 1124px){ 
      .banner-grid .offer-image a div.img img{height:610px !important; width:504px !important;}
 }
   @media only screen and (max-width: 1024px){ 
      .banner-grid .offer-image a div.img img{height:558px !important; width:454px !important;}
 }
    @media only screen and (max-width: 992px){ 
      .banner-grid .offer-image a div.img img{height:510px !important; width:438px !important;}
 }
 
     @media only screen and (max-width: 860px){ 
      .banner-grid .offer-image a div.img img{height:457px !important; width:372px !important;}
 }
      @media only screen and (max-width: 820px){ 
      .banner-grid .offer-image a div.img img{height:455px !important; width:352px !important;}
 }
  @media only screen and (max-width: 768px){ 
      .banner-grid .offer-image a div.img img{height:455px !important; width:326px !important;}
 }
    @media only screen and (max-width: 620px){ 
      .banner-grid .offer-image a div.img img{height:326px !important; width:252px !important;}
 }
   @media only screen and (max-width: 668px){ 
      .banner-grid .offer-image a div.img img{height:395px !important; width:280px !important;}
 }
 @media only screen and (max-width: 560px){
    .banner-grid .offer-image a div.img img{ height:600px !important;width:520px !important;} 
}
@media only screen and (max-width: 540px){
    .banner-grid .offer-image a div.img img{ height:580px !important;width:500px !important;} 
}
    
@media only screen and (max-width: 460px){
    .banner-grid .offer-image a div.img img{ height:520px !important;width:410px !important;} 
}
@media only screen and (max-width: 440px){
    .banner-grid .offer-image a div.img img{ height:500px !important;width:395px !important;} 
}
@media only screen and (max-width: 414px){
    .banner-grid .offer-image a div.img img{ height:440px !important;width:364px !important;} 
}
@media only screen and (max-width: 392px){
    .banner-grid .offer-image a div.img img{ height:400px !important;width:342px !important;} 
}
@media only screen and (max-width: 375px){
    .banner-grid .offer-image a div.img img{ height:380px !important;width:325px !important;} 
}
 @media only screen and (max-width: 360px){
    .banner-grid .offer-image a div.img img{ height:360px !important;width:310px !important;} 
}
      
    /* Home Banner Height Width*/
    
       .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:602px !important;}
       @media only screen and (min-width: 1600px) {
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img { height: 806px !important;width: 1920px !important;}
}
 @media only screen and (max-width: 1292px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:542px !important; width:1292px !important;}
 }
  @media only screen and (max-width: 1124px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:472px !important; width:1124px !important;}
 }
   @media only screen and (max-width: 1024px){ 
     .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:430px !important; width:1024px !important;}
 }
    @media only screen and (max-width: 992px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:416px !important; width:992px !important;}
 }
 
     @media only screen and (max-width: 860px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:460px !important; width:860px !important;}
 }
      @media only screen and (max-width: 820px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:344px !important; width:820px !important;}
 }
  @media only screen and (max-width: 768px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:322px !important; width:767px !important;}
 }

   @media only screen and (max-width: 668px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:280px !important; width:667px !important;}
 }
     @media only screen and (max-width: 620px){ 
      .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{height:260px !important; width:620px !important;}
 }
@media only screen and (max-width: 540px){
   .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:227px !important;width:540px !important;} 
    
}
    
@media only screen and (max-width: 460px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:193px !important;width:460px !important;} 
}
@media only screen and (max-width: 440px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:185px !important;width:440px !important;} 
}
@media only screen and (max-width: 414px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:174px !important;width:414px !important;} 
}
@media only screen and (max-width: 392px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:165px !important;width:392px !important;} 
}
@media only screen and (max-width: 375px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:157px !important;width:375px !important;} 
}
 @media only screen and (max-width: 360px){
    .slideshow.slideshow-wrapper .home-slideshow .slide .blur-up img{ height:157px !important;width:360px !important;} 
}


/* End */
    
    
    .productSlider .product-image.weeksHighlight .button-set ul li a i{margin-top:8px;}
     .productSlider .product-image.weeksHighlight img{height:100% !important; width:100% !important; aspect-ratio:1/1;}
/* @media only screen and (max-width: 1292px){ */
/*      .productSlider .product-image.weeksHighlight img{height:254px !important; width:254px !important;}*/
/* }*/
/*  @media only screen and (max-width: 1124px){ */
/*      .productSlider .product-image.weeksHighlight img{height:235px !important; width:235px !important;}*/
/* }*/
/*   @media only screen and (max-width: 1024px){ */
/*      .productSlider .product-image.weeksHighlight img{height:214px !important; width:214px !important;}*/
/* }*/
/*    @media only screen and (max-width: 992px){ */
/*      .productSlider .product-image.weeksHighlight img{height:287px !important; width:287px !important;}*/
/* }*/
 
/*     @media only screen and (max-width: 860px){ */
/*      .productSlider .product-image.weeksHighlight img{height:243px !important; width:243px !important;}*/
/* }*/
/*      @media only screen and (max-width: 820px){ */
/*      .productSlider .product-image.weeksHighlight img{height:230px !important; width:230px !important;}*/
/* }*/
/*  @media only screen and (max-width: 768px){ */
/*      .productSlider .product-image.weeksHighlight img{height:212px !important; width:212px !important;}*/
/* }*/

/*   @media only screen and (max-width: 668px){ */
/*      .productSlider .product-image.weeksHighlight img{height:290px !important; width:290px !important;}*/
/* }*/
/*     @media only screen and (max-width: 620px){ */
/*      .productSlider .product-image.weeksHighlight img{height:266px !important; width:266px !important;}*/
/* }*/
/*@media only screen and (max-width: 540px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:226px !important;width:226px !important;} */
/*}*/
    
/*@media only screen and (max-width: 460px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:186px !important;width:186px !important;} */
/*}*/
/*@media only screen and (max-width: 440px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:176px !important;width:176px !important;} */
/*}*/
/*@media only screen and (max-width: 414px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:163px !important;width:163px !important;} */
/*}*/
/*@media only screen and (max-width: 392px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:152px !important;width:152px !important;} */
/*}*/
/*@media only screen and (max-width: 375px){*/
/*    .productSlider .product-image.weeksHighlight img{ height:144px !important;width:144px !important;} */
/*}*/
/* @media only screen and (max-width: 360px){*/
/*   .productSlider .product-image.weeksHighlight img{ height:136px !important;width:136px !important;} */
/*}*/
    
    
    
    
    
    /* Searched Productn Image Height Width*/
.searched-item .product-image.search-images img{height:100% !important; width:100% !important; aspect-ratio:1/1;}
/* @media only screen and (max-width: 1292px){ */
/*      .searched-item .product-image.search-images img{height:251px !important; width:251px !important;}*/
/* }*/
/*  @media only screen and (max-width: 1124px){ */
/*      .searched-item .product-image.search-images img{height:232px !important; width:232px !important;}*/
/* }*/
/*   @media only screen and (max-width: 1024px){ */
/*      .searched-item .product-image.search-images img{height:213px !important; width:213px !important;}*/
/* }*/
/*    @media only screen and (max-width: 992px){ */
/*      .searched-item .product-image.search-images img{height:205px !important; width:205px !important;}*/
/* }*/
 
/*     @media only screen and (max-width: 860px){ */
/*     .searched-item .product-image.search-images img{height:243px !important; width:243px !important;}*/
/* }*/
/*      @media only screen and (max-width: 820px){ */
/*      .searched-item .product-image.search-images img{height:229px !important; width:229px !important;}*/
/* }*/
/*  @media only screen and (max-width: 768px){ */
/*      .searched-item .product-image.search-images img{height:212px !important; width:212px !important;}*/
/* }*/

/*   @media only screen and (max-width: 668px){ */
/*      .searched-item .product-image.search-images img{height:290px !important; width:290px !important;}*/
/* }*/
/*     @media only screen and (max-width: 620px){ */
/*      .searched-item .product-image.search-images img{height:266px !important; width:266px !important;}*/
/* }*/
/*@media only screen and (max-width: 540px){*/
/*    .searched-item .product-image.search-images img{ height:226px !important;width:226px !important;} */
/*}*/
    
/*@media only screen and (max-width: 460px){*/
/*    .searched-item .product-image.search-images img{ height:186px !important;width:186px !important;} */
/*}*/
/*@media only screen and (max-width: 440px){*/
/*    .searched-item .product-image.search-images img{ height:176px !important;width:176px !important;} */
/*}*/
/*@media only screen and (max-width: 414px){*/
/*    .searched-item .product-image.search-images img{ height:163px !important;width:163px !important;} */
/*}*/
/*@media only screen and (max-width: 392px){*/
/*    .searched-item .product-image.search-images img{ height:152px !important;width:152px !important;} */
/*}*/
/*@media only screen and (max-width: 375px){*/
/*    .searched-item .product-image.search-images img{ height:144px !important;width:144px !important;} */
/*}*/
/* @media only screen and (max-width: 360px){*/
/*   .searched-item .product-image.search-images img{ height:136px !important;width:136px !important;} */
/*}*/
    
    /* category inside Subcategory Image Height Width*/
    
    .ZanaInternational .grid-categorys .category-item .category-title{ line-height:1.2;}
    .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:100% !important; width:100% !important; aspect-ratio:1/1;}
/* @media only screen and (max-width: 1292px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:353px !important; width:353px !important;}*/
/* }*/
/*  @media only screen and (max-width: 1124px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:327px !important; width:327px !important;}*/
/* }*/
/*   @media only screen and (max-width: 1024px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:294px !important; width:294px !important;}*/
/* }*/
/*    @media only screen and (max-width: 992px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:283px !important; width:283px !important;}*/
/* }*/
 
/*     @media only screen and (max-width: 860px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:239px !important; width:239px !important;}*/
/* }*/
/*      @media only screen and (max-width: 820px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:226px !important; width:226px !important;}*/
/* }*/
/*  @media only screen and (max-width: 768px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:350px !important; width:350px !important;}*/
/* }*/

/*   @media only screen and (max-width: 668px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:290px !important; width:290px !important;}*/
/* }*/
/*     @media only screen and (max-width: 620px){ */
/*      .category-item.zoomscal-hov.sub-cat .zoom-scal img{height:266px !important; width:266px !important;}*/
/* }*/
/*@media only screen and (max-width: 540px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:226px !important;width:226px !important;} */
/*    .ZanaInternational .grid-categorys .category-item .category-title {font-size: 15px;}*/
/*}*/
    
/*@media only screen and (max-width: 460px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:186px !important;width:186px !important;} */
/*}*/
/*@media only screen and (max-width: 440px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:176px !important;width:176px !important;} */
/*}*/
/*@media only screen and (max-width: 414px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:163px !important;width:163px !important;} */
/*}*/
/*@media only screen and (max-width: 392px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:152px !important;width:152px !important;} */
/*}*/
/*@media only screen and (max-width: 375px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:144px !important;width:144px !important;} */
/*}*/
/* @media only screen and (max-width: 360px){*/
/*    .category-item.zoomscal-hov.sub-cat .zoom-scal img{ height:136px !important;width:136px !important;} */
/*}*/



        /* Sub Category Related Products Image Height Width*/
    
    
    .related-product .product-image.related-product-sub .button-set ul li a i{margin-top:8px;}
         .related-product .product-image.related-product-sub img{height:251px !important; width:251px !important;}
 @media only screen and (max-width: 1292px){ 
      .related-product .product-image.related-product-sub img{height:251px !important; width:251px !important;}
 }
  @media only screen and (max-width: 1124px){ 
      .related-product .product-image.related-product-sub img{height:232px !important; width:232px !important;}
 }
   @media only screen and (max-width: 1024px){ 
     .related-product .product-image.related-product-sub img{height:213px !important; width:213px !important;}
 }
    @media only screen and (max-width: 992px){ 
      .related-product .product-image.related-product-sub img{height:205px !important; width:205px !important;}
        .related-product {margin-bottom: 0;}
 }
 
     @media only screen and (max-width: 860px){ 
     .related-product .product-image.related-product-sub img{height:243px !important; width:243px !important;}
 }
      @media only screen and (max-width: 820px){ 
      .related-product .product-image.related-product-sub img{height:229px !important; width:229px !important;}
      
 }
  @media only screen and (max-width: 768px){ 
      .related-product .product-image.related-product-sub img{height:340px !important; width:340px !important;}
          .grid-products .related-product {margin-bottom: 0px;}  
          .collection-top-filters .flTtl{left:250px; }
      .filters-toolbar-wrapper form.filter-sub{justify-content:center !important;}
 }

   @media only screen and (max-width: 668px){ 
      .related-product .product-image.related-product-sub img{height:290px !important; width:290px !important;}
         .collection-top-filters .flTtl{left:210px; }
      
 }
     @media only screen and (max-width: 620px){ 
      .related-product .product-image.related-product-sub img{height:266px !important; width:266px !important;}
      .left-button {top: 0px !important;}
      .collection-top-filters .flTtl{left:150px; }
      .filters-toolbar-wrapper form.filter-sub{justify-content:center !important;}
 }
@media only screen and (max-width: 540px){
    .related-product .product-image.related-product-sub img{ height:226px !important;width:226px !important;} 
    .grid-products .related-product {margin-bottom: 5px;}
    .left-button {top: 0px !important;}
}
    
@media only screen and (max-width: 460px){
    .related-product .product-image.related-product-sub img{ height:186px !important;width:186px !important;} 
}
@media only screen and (max-width: 440px){
    .related-product .product-image.related-product-sub img{ height:176px !important;width:176px !important;} 
    .collection-top-filters .flTtl {
    left: 100px;
}

}
@media only screen and (max-width: 414px){
   .related-product .product-image.related-product-sub img{ height:163px !important;width:163px !important;} 
       .related-product {margin-bottom: 0;}
}
@media only screen and (max-width: 392px){
    .related-product .product-image.related-product-sub img{ height:152px !important;width:152px !important;} 
    .related-product {margin-bottom: 0;}
    .flTtl.dropdown-toggle {
    width: 155px !important;

}
}
@media only screen and (max-width: 375px){
    .related-product .product-image.related-product-sub img{ height:144px !important;width:144px !important;} 
    .grid-products .item .product-name a {font-size: 12px;line-height: 1.8;margin-bottom: 0;font-weight: 500;}
        .flTtl.dropdown-toggle {
    width: 135px !important;

}
}
 @media only screen and (max-width: 360px){
   .related-product .product-image.related-product-sub img{ height:136px !important;width:136px !important;} 
}
   
    
    
    
    /*Condition Related Product Sub Category Media Query for Image Height width*/
        .grid-products .col-6.col-sm-6.col-md-4.col-lg-4.item .product-name a{font-size:14px;}
        .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .product-labels .lbl { font-size: 17px;padding: 0 11px; height: 24px;line-height: 25px;margin-bottom: 5px;
        }
        .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .button-set ul li a i{margin-top:8px;}
        .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 18%;left: -228px;font-size: 12px;letter-spacing: 0.4em;}
     .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:350px !important; width:350px !important;}
 @media only screen and (max-width: 1292px){ 
     .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:350px !important; width:350px !important;}
 }
  @media only screen and (max-width: 1124px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:335px !important; width:335px !important;}
 }
   @media only screen and (max-width: 1024px){ 
     .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:308px !important; width:308px !important;}
 }
    @media only screen and (max-width: 992px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:296px !important; width:296px !important;}
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 19%;left: -190px;font-size: 12px;letter-spacing: 0.4em;}
 }
 
     @media only screen and (max-width: 860px){ 
     .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:253px !important; width:253px !important;}
         .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 20%;left: -160px;font-size: 12px;letter-spacing: 0.4em;}
 }
      @media only screen and (max-width: 820px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:239px !important; width:239px !important;}        
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 24%;left: -140px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
 }
  @media only screen and (max-width: 768px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:350px !important; width:350px !important;}
            .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 24%;left: -200px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
       
 }

   @media only screen and (max-width: 668px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:300px !important; width:300px !important;}
            .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 20%;left: -170px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
 }
     @media only screen and (max-width: 620px){ 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{height:276px !important; width:276px !important;}
            .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 23%;left: -145px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
 }
@media only screen and (max-width: 540px){
    .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:236px !important;width:236px !important;} 
     .grid-products .col-6.col-sm-6.col-md-4.col-lg-4.item .product-name a{font-size:11px;}
     .collection-banners .row .banner-item {
    padding-left: 0px;
    padding-right: 0;
}
     .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .product-labels .lbl { font-size: 14px;padding: 0 11px; height: 24px;line-height: 25px;margin-bottom: 5px;
        }
      .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 20%;left: -145px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
}
    
@media only screen and (max-width: 460px){
    .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:196px !important;width:196px !important;} 
          .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 24%;left: -110px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
}
@media only screen and (max-width: 440px){
   .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:186px !important;width:186px !important;} 
        .grid-products .col-6.col-sm-6.col-md-4.col-lg-4.item .product-name a{font-size:10px;}
              .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 23%;left: -105px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
}
@media only screen and (max-width: 414px){
   .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:173px !important;width:173px !important;} 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 26%;left: -98px;font-size: 12px;letter-spacing: 0.4em; width:100%;}
         .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .product-labels .lbl {
    font-size: 10px;
    padding: 0 11px;
    height: 18px;
    line-height: 19px;
    margin-bottom: 5px;
}
   
}

@media only screen and (max-width: 392px){
    .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:162px !important;width:162px !important;} 
          .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 23%;left: -94px;font-size: 12px;letter-spacing: 0.2em; width:100%;}

}
@media only screen and (max-width: 375px){
    .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:155px !important;width:155px !important;} 
          .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub .sold-out span{top: 24%;left: -82;font-size: 12px;letter-spacing: 0.2em; width:100%;}

}
 @media only screen and (max-width: 360px){
   .col-6.col-sm-6.col-md-4.col-lg-4.item .related-product .product-image.related-product-sub img{ height:146px !important;width:146px !important;} 
}
   
   
   
       /*Condition Related Product Sub Category Media Query for Image Height width*/
        .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 18%;left: -25rem;font-size:16px;z-index:0;}
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:550px !important; width:550px !important;}
     .grid-products .col-12.col-sm-12.col-md-6.col-lg-6.item .product-name a{font-size:16px;}
 @media only screen and (max-width: 1292px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:550px !important; width:550px !important;}
 }
  @media only screen and (max-width: 1124px){ 
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:510px !important; width:510px !important;}
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 21%;left: -25rem;font-size:16px;}
 }
   @media only screen and (max-width: 1024px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:465px !important; width:465px !important;}
             .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -20rem;font-size:16px;}
 }
    @media only screen and (max-width: 992px){ 
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:455px !important; width:455px !important;}
                    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -15rem;font-size:16px;}
      
 }
 
     @media only screen and (max-width: 860px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:385px !important; width:385px !important;}            
      .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -17rem;font-size:16px;}
 }
      @media only screen and (max-width: 820px){ 
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:365px !important; width:365px !important;}
                    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -17rem;font-size:16px;}
 }
  @media only screen and (max-width: 768px){ 
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:340px !important; width:340px !important;}
                      .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -15rem;font-size:16px;}
       
 }

   @media only screen and (max-width: 668px){ 
       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{height:615px !important; width:615px !important;}
            .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -32rem;font-size:16px;}
 }

@media only screen and (max-width: 540px){
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:500px !important;width:500px !important;} 
        .grid-products .col-12.col-sm-12.col-md-6.col-lg-6.item .product-name a{font-size:13px;}
                       .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -23rem;font-size:16px;}
}
    
@media only screen and (max-width: 460px){
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:405px !important;width:405px !important;} 
                    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 13%;left: -19rem;font-size:16px;}
}
@media only screen and (max-width: 440px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:385px !important;width:385px !important;} 
}
@media only screen and (max-width: 414px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:365px !important;width:365px !important;} 
   .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-name.text-uppercase {width: 360px;}
                  .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 15%;left: -17rem;font-size:16px;}
}
@media only screen and (max-width: 392px){
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:345px !important;width:345px !important;} 
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-name.text-uppercase {width: 335px;}
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 14%;left: -16rem;font-size:16px;}
}
@media only screen and (max-width: 375px){
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:325px !important;width:325px !important;}
     .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-name.text-uppercase {width: 315px;}
                    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -15rem;font-size:16px;}

}
 @media only screen and (max-width: 360px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub img{ height:315px !important;width:315px !important;} 
    .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-name.text-uppercase {width: 300px;}
                   .col-12.col-sm-12.col-md-6.col-lg-6.item .related-product .product-image.related-product-sub .sold-out span{    top: 16%;left: -14rem;font-size:16px;}
} 
    
    
    
    
    
    
    
    
    
    /* sub sub category Condition of coloumn */
    
        
    /*Condition Related Product Sub Category Media Query for Image Height width*/
      .grid-products  .col-6.col-sm-6.col-md-4.col-lg-4.item  {    margin: 10px 0 0px;}
    
     .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:350px !important; width:350px !important;}
     .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .product-labels .lbl {font-size: 18px;padding: 5px 12px;height: 24px;line-height: 15px;margin-bottom: 5px;
}
     .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .button-set ul li a i{
         margin-top:8px;
     }
     .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-250px !important;}
     @media only screen and (max-width: 1292px){ 
        .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:350px !important; width:350px !important;}
     }
      @media only screen and (max-width: 1124px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:325px !important; width:325px !important;}
     }
       @media only screen and (max-width: 1024px){ 
        .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:298px !important; width:298px !important;}
     }
        @media only screen and (max-width: 992px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:286px !important; width:286px !important;}
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-210px !important; top: 15%;}
          
     }
     
         @media only screen and (max-width: 860px){ 
        .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:243px !important; width:243px !important;}
           .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-170px !important;}
     }
          @media only screen and (max-width: 820px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:229px !important; width:229px !important;}
              .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-155px;top: 20% !important;}
     }
      @media only screen and (max-width: 768px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:340px !important; width:340px !important;}
              .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-250px !important;top: 20%;}
           
     }
    
       @media only screen and (max-width: 668px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:290px !important; width:290px !important;}  
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-230px !important;top: 20%;}
     }
         @media only screen and (max-width: 620px){ 
         .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{height:266px !important; width:266px !important;}
     }
    @media only screen and (max-width: 540px){
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:226px !important;width:226px !important;} 
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-170px !important;top: 20%;}
    }
        
    @media only screen and (max-width: 460px){
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:186px !important;width:186px !important;} 
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-130px !important;top: 20%;}
    }
    @media only screen and (max-width: 440px){
      .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:176px !important;width:176px !important;} 
      .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-120px !important;top: 20%;}
    }
    @media only screen and (max-width: 414px){
      .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:163px !important;width:163px !important;}
      .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-105px !important;top: 20%;}
       
    }
    @media only screen and (max-width: 392px){
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:152px !important;width:152px !important;} 
             .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-95pxpx !important;top: 23%;}
       
    
    }
    @media only screen and (max-width: 375px){
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:144px !important;width:144px !important;}       
       .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-80px !important;top: 23%;}
    
    }
     @media only screen and (max-width: 360px){
      .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image img{ height:136px !important;width:136px !important;}
            .col-6.col-sm-6.col-md-4.col-lg-4.item .product-content .product-image .sold-out span{ left:-105px !important;top: 25%;}
    }
   
   
   
   
   
   
   
       /*Condition Related Product Sub Category Media Query for Image Height width*/
  .grid-products  .col-12.col-sm-12.col-md-6.col-lg-6.item {    margin: 10px 0 0px;}
.col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:550px !important; width:550px !important;}
.col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .product-labels .lbl {font-size: 17px;padding: 5px 12px;height: 25px;line-height: 17px;margin-bottom: 5px;
}
.col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .button-set ul li a i{
    margin-top:8px;
}
.col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 20%;left: -340px;width: 85%;letter-spacing: 0.5em;padding:5px;font-size:15px;}
@media only screen and (max-width: 1292px){ 
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:550px !important; width:550px !important;}
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 16%;left: -340px;width: 85%;letter-spacing: 0.5em;padding:5px;font-size:15px;}
}
 @media only screen and (max-width: 1124px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:510px !important; width:510px !important;}
}
  @media only screen and (max-width: 1024px){ 
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:465px !important; width:465px !important;}
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 16%;left: -286px;width: 100%;letter-spacing: 0.5em;padding:5px;font-size:15px;}
}
   @media only screen and (max-width: 992px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:455px !important; width:455px !important;}
     
}

    @media only screen and (max-width: 860px){ 
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:385px !important; width:385px !important;}
     .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top:16%;left: -265px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:14px;}
}
     @media only screen and (max-width: 820px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:365px !important; width:365px !important;}
}
 @media only screen and (max-width: 767px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:715px !important; width:715px !important;}
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 20%;left: -210px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:14px;}
      
}

  @media only screen and (max-width: 668px){ 
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{height:615px !important; width:615px !important;}
      .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 15%;left: -375px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:13px;}
}

@media only screen and (max-width: 540px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:500px !important;width:500px !important;} 
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 12%;left: -375px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:13px;}
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .product-labels .lbl {font-size: 12px;padding: 5px 12px;height: 25px;line-height: 17px;margin-bottom: 5px;}
    .product-labels{z-index:0;}
}
   
@media only screen and (max-width: 460px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:405px !important;width:405px !important;} 
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 13%;left: -300px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:13px;}
    
}
@media only screen and (max-width: 440px){
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:385px !important;width:385px !important;} 
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 13%;left: -285px;width: 100%;letter-spacing: 0.5em;padding:5px;font-size:13px;}
}
@media only screen and (max-width: 414px){
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:365px !important;width:365px !important;} 
  .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-name.text-uppercase {width: 360px;}
  .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 15%;left: -260px;width: 100%;letter-spacing: 0.5em;padding:0px;font-size:13px;}
}
@media only screen and (max-width: 392px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:345px !important;width:345px !important;} 
.col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-name.text-uppercase {width: 335px;}
/*.filterbar .sidebar_tags{padding-top: 0px !important;}*/
}
@media only screen and (max-width: 375px){
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:325px !important;width:325px !important;}
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-name.text-uppercase {width: 315px;}
    .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 15%;left: -230px;width: 85%;letter-spacing: 0.5em;padding:0px;font-size:13px;}

}
@media only screen and (max-width: 360px){
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image img{ height:315px !important;width:315px !important;} 
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-name.text-uppercase {width: 300px;}
   .col-12.col-sm-12.col-md-6.col-lg-6.item .product-content .product-image .sold-out span{top: 15%;left: -220px;width: 85%;letter-spacing: 0.5em;padding:0px;font-size:13px;}
}
    
    
      .grid-products .col-6.col-sm-6.col-md-4.col-lg-3.item {    margin: 25px 0 0px;}
  .col-6.col-sm-6.col-md-4.col-lg-3.item .product-content .product-image .button-set ul li a i{margin-top:8px;}
      /*Condition Related Product Sub Category Media Query for Image Height width*/

   .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:251px !important; width:251px !important;}
@media only screen and (max-width: 1292px){ 
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:251px !important; width:251px !important;}
}
 @media only screen and (max-width: 1124px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:232px !important; width:232px !important;}
}
  @media only screen and (max-width: 1024px){ 
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:213px !important; width:213px !important;}
}
   @media only screen and (max-width: 992px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:205px !important; width:205px !important;}
     
}

    @media only screen and (max-width: 860px){ 
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:243px !important; width:243px !important;}
}
     @media only screen and (max-width: 820px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:229px !important; width:229px !important;}
}
 @media only screen and (max-width: 768px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:212px !important; width:212px !important;}
      
}

  @media only screen and (max-width: 668px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:290px !important; width:290px !important;}
 .grid-products .col-6.col-sm-6.col-md-4.col-lg-3.item {
    margin: 10px 0 0px;
}
}
    @media only screen and (max-width: 620px){ 
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{height:266px !important; width:266px !important;}
}
@media only screen and (max-width: 540px){
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:226px !important;width:226px !important;} 
}
   
@media only screen and (max-width: 460px){
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:186px !important;width:186px !important;} 
}
@media only screen and (max-width: 440px){
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:176px !important;width:176px !important;} 
}
@media only screen and (max-width: 414px){
 .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:163px !important;width:163px !important;} 
  
}
@media only screen and (max-width: 392px){
  .col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:152px !important;width:152px !important;} 

}
@media only screen and (max-width: 375px){
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:144px !important;width:144px !important;} 

}
@media only screen and (max-width: 360px){
.col-6.col-sm-6.col-md-4.col-lg-3.item  .product-content .product-image img{ height:136px !important;width:136px !important;} 
}
    
    
.grid-products .col-6.col-sm-6.col-md-4.col-lg-3.item .related-product{
    margin-bottom:0;
}



   /*Shop By Brands*/

   .collection-grid-slider .collection-item .img img{width:120px !important; aspect-ratio:1/1; padding:20px; }
@media only screen and (max-width: 1292px){ 
.collection-grid-slider .collection-item .img img{width:120px !important; aspect-ratio:1/1; padding:20px; }
}
 @media only screen and (max-width: 1124px){ 
.collection-grid-slider .collection-item .img img{width:120px !important; aspect-ratio:1/1; padding:20px; }
}
  @media only screen and (max-width: 1024px){ 
.collection-grid-slider .collection-item .img img{width:115px !important; aspect-ratio:1/1; padding:15px; }
}
   @media only screen and (max-width: 992px){ 
.collection-grid-slider .collection-item .img img{width:115px !important; aspect-ratio:1/1; padding:15px; }
     
}

    @media only screen and (max-width: 860px){ 
.collection-grid-slider .collection-item .img img{width:115px !important; aspect-ratio:1/1; padding:15px; }
}
     @media only screen and (max-width: 820px){ 
.collection-grid-slider .collection-item .img img{width:115px !important; aspect-ratio:1/1; padding:15px; }
}
 @media only screen and (max-width: 768px){ 
.collection-grid-slider .collection-item .img img{width:115px !important; aspect-ratio:1/1; padding:15px; }
      
}

  @media only screen and (max-width: 668px){ 
 .collection-grid-slider .collection-item .img img{height:157px !important; width:157px !important;}
}
    @media only screen and (max-width: 620px){ 
 .collection-grid-slider .collection-item .img img{height:145px !important; width:145px !important;}
}
@media only screen and (max-width: 560px){
.collection-grid-slider .collection-item .img img{ height:130px !important;width:130px !important;} 
}
@media only screen and (max-width: 540px){
.collection-grid-slider .collection-item .img img{ height:125px !important;width:125px !important;} 
}
   
@media only screen and (max-width: 460px){
.collection-grid-slider .collection-item .img img{ height:105px !important;width:105px !important;} 
}
@media only screen and (max-width: 440px){
.collection-grid-slider .collection-item .img img{ height:100px !important;width:100px !important;} 
}
@media only screen and (max-width: 414px){
.collection-grid-slider .collection-item .img img{ height:94px !important;width:94px !important;} 
  
}
@media only screen and (max-width: 392px){
.collection-grid-slider .collection-item .img img{ height:88px !important;width:88px !important;} 

}
@media only screen and (max-width: 375px){
.collection-grid-slider .collection-item .img img{ height:84px !important;width:84px !important;} 

}
@media only screen and (max-width: 360px){
.collection-grid-slider .collection-item .img img{ height:80px !important;width:80px !important;} 
}    
    
    
    
    
    
    
    
    
    
    
    
 .ZanaInternational .slideshow .slick-dots li button{
         width: 10px;
    height: 10px;
 
 }
 .ZanaInternational .slideshow .slick-dots{
     bottom:10px;
 }
 
 .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
 }
 .fs-5{
 }

 .product-form__item--quantity .product-form__item--submit button span:hover{
     color:#fff;
 }
    
 
   @media only screen and (max-width: 540px){ 
 .ZanaInternational .grid-categorys .category-item .category-title{
     font-size:12px;
 }
 .grid-products .item .product-name a {
    font-size: 10px;
 }
 h1.product-single__title, .product-single__title.h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height:1.3;
}
   }
   .delivery-check row{
            align-items: baseline;
   }
   

   @media only screen and (max-width: 992px){
       .sidebar .filterDD, .collection-top-filters .filterDD { margin-top: 35px; max-height:none; }
        .collection-slider.background-none .slick-next{
                        right: 10px;
                }
                .collection-slider.background-none .slick-prev{
                    left:10px;
                }
        .delivery-check row{
            align-items: start !important;
   }
            .delivery-date-time-charges {
                     text-align: left !important;
                     margin-bottom: 0px !important;
                     margin-left:0px !important;
                }
                .product-form .shippingMsg {
    position: relative;
    left: 0 !important ;
}
         .zana-header .search-inline{
                 max-width:100%;
             }
       .ZanaInternational .slideshow .slick-active .animation.style2{
    position: relative !important;
    top:-65px !important;
}
.slideshow .bottom-middle .slideshow-content-in{
    bottom:0 !important;
}
  .ZanaInternational .slideshow .whiteText .ss-small-title{
           font-size:20px !important;
       }
       
       .ZanaInternational .slideshow .whiteText .ss-mega-title{
           font-size:30px !important;
       }
       .ZanaInternational .slideshow .whiteText .ss-sub-title{
           font-size:23px !important;
       }
   }
        
   
   
      @media only screen and (max-width: 810px){
                      .delivery-date-time-charges {
                     text-align: left !important;
                     margin-bottom: 0px Important;
                     margin-left:0px !important;
                }
                .product-form .shippingMsg {
                  position: relative;
                left: 0px !important;
                }
                 .ZanaInternational .slideshow .slick-active .animation.style2{
    position: relative !important;
    top:-50px !important;
}
  .ZanaInternational .slideshow .whiteText .ss-small-title{
           font-size:17px !important;
       }
       
       .ZanaInternational .slideshow .whiteText .ss-mega-title{
           font-size:27px !important;
       }
       .ZanaInternational .slideshow .whiteText .ss-sub-title{
           font-size:20px !important;
       }
   }
 
         @media only screen and (max-width: 767px){
      
              .logo-main {
                        position: relative;
                        left: 28%;
                        }
             .sidebar_tags .sidebar_widget 
                            .collection-grid-slider .collection-item .img img{ 
                    display: flex !important;
                    width:50% !important;
                    justify-content:center !important;
                    align-items:center !important;
                    margin-left:auto !important;
                    margin-right:auto !important;
                    -ms-transition:all 0.4s ease-out; 
                    -webkit-transition:all 0.4s ease-out;
                    transition:all 0.4s 
                    ease-out; 
                }
                
                .for-search-res{
                    display:none;
                }
                       #header .search-box{
                display: none;
                 } 
             .product-form .shippingMsg {
                    position:relative;
                     left:0 !important;
                    }
             .zana-header .search-inline{
                 max-width:100%;
             }
            .ZanaInternational .slideshow .slick-active .animation.style2{
                             position: relative !important;
                            top:-45px !important;
                         }
              .ZanaInternational .slideshow .whiteText .ss-small-title{
                       font-size:15px !important;
                     margin-bottom:5px !important;
                   }
                   
                   .ZanaInternational .slideshow .whiteText .ss-mega-title{
                       font-size:23px !important;
                       margin-bottom:5px !important;
                   }
                   .ZanaInternational .slideshow .whiteText .ss-sub-title{
                       font-size:20px !important;
                       margin-bottom:5px !important;
                   }
                   
                   .slideshow-content .btn-lg {
                font-size: 10px !important;
                padding: 8px 25px;
                }
                
                  .control .s_res {
                    padding: 10px 10px;
                    position: absolute;
                    top: 90%;
                    width: 94.5%;
                    left: 15px;
                    z-index: 99;
                    background-color: #fff;
                    overflow: auto;
                    min-height: 50px;
                    max-height: 280px;
                }
                
                .blog-sidebar.sidebar.sidebar-noborder{
                    margin-top:30px;
                }
             }
                       @media only screen and (max-width: 612px){
                      
                     
                .header .logo-main {
                    margin-left: 0px !important;
                }
                
                .collection-slider.background-none .slick-next{
                        right: -5px;
                }
                .collection-slider.background-none .slick-prev{
                    left:-5px;
                }
             }
                  @media only screen and (max-width: 667px){
                      
                     
                    .collection-grid-slider .collection-item .img img { 
                    display: flex !important;
                 
                    justify-content:center !important;
                    align-items:center !important;
                    margin-left:auto !important;
                    margin-right:auto !important;
                    -ms-transition:all 0.4s ease-out; 
                    -webkit-transition:all 0.4s ease-out;
                    transition:all 0.4s 
                    ease-out; 
                }
             }
                  @media only screen and (max-width: 560px){
               .header .logo-main {
                margin-left: 170px !important;
            }
                  }
            
            @media only screen and (max-width: 540px){
                         .collection-grid-slider .collection-item .img img { 
                    display: flex !important;
                
                    justify-content:center !important;
                    align-items:center !important;
                    margin-left:auto !important;
                    margin-right:auto !important;
                    -ms-transition:all 0.4s ease-out; 
                    -webkit-transition:all 0.4s ease-out;
                    transition:all 0.4s 
                    ease-out; 
                }
              .ZanaInternational .store-features { padding: 0px 0; }
                 .header .logo-main {
                     margin-left: 150px !important;
                        }
                .delivery-date-time-charges {
                     text-align: left !important;
                     margin-bottom: 15px;
                     margin-left:0px !important;
                }
                .product-form .shippingMsg {
                    position:relative;
                     left:0 !important;
                    }
                 .ZanaInternational .footer .footer-bottom {
                     background:#2b2b2b;padding-bottom:60px;
                     
                 }
                .ZanaInternational .footer .footer-bottom .copytext.text-uppercase{
                    font-size:12px;
                }

  .ZanaInternational .slideshow .whiteText .ss-small-title{
           font-size:13px !important;
           margin-bottom:5px !important;
       }
       
       .ZanaInternational .slideshow .whiteText .ss-mega-title{
           font-size:18px !important;
           margin-bottom:5px !important;
       }
       .ZanaInternational .slideshow .whiteText .ss-sub-title{
           font-size:16px !important;
            margin-bottom:5px !important;
       }
       
       .slideshow-content .btn-lg {
    font-size: 8px !important;
    padding: 8px 11px;
}
.ZanaInternational .section-header h2{
    font-size:20px;
}
.ZanaInternational .section-header p{
    font-size:12px;
}
  .control .s_res {
    padding: 10px 10px;
    position: absolute;
    top: 90%;
    width: 93%;
    left: 15px;
    z-index: 99;
    background-color: #fff;
    overflow: auto;
    min-height: 50px;
    max-height: 280px;
}
   }

   
            @media only screen and (max-width: 520px){
                .overview-item:not(:last-child) {
                    margin-right: 1rem !important;
                  padding-right: 1.1rem !important;
                     color: #fff !important;
                }
    
                .header .logo-main {
                    margin-left:150px !important;
                }
  .ZanaInternational .slideshow .whiteText .ss-small-title{
           font-size:12px !important;
           margin-bottom:5px !important;
       }
       
       .ZanaInternational .slideshow .whiteText .ss-mega-title{
           font-size:17px !important;
           margin-bottom:5px !important;
       }
       .ZanaInternational .slideshow .whiteText .ss-sub-title{
           font-size:14px !important;
            margin-bottom:5px !important;
       }
       
    .slideshow-content .btn-lg{
        font-size: 10px !important;
        padding: 6px 9px;
    }
    .control .s_res {
        padding: 10px 10px;
        position: absolute;
        top: 97%;
        width: 100%;
        left: 0px;
        z-index: 99;
        background-color: #fff;
        overflow: auto;
        min-height: 50px;
        max-height: 690px;
    }
    
    .control .s_res li .price a img {
        width: 34px;
    }
    
    .control .s_res li .price {
         margin-right: 0px; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .search-inline .input-box .action {
        background: #D81111;
        color: #fff;
    }
    
   }
   
        @media only screen and (max-width: 460px){
               .header .logo-main {
                margin-left: 110px !important;
            }
             }
            
          @media only screen and (max-width: 440px){
                  #userLinks.active {
                visibility: visible;
                opacity: 1;
                top: 40%;
                background: #2b2b2b;
                color: #fff;
                border: 1px solid #fff;
                }
              .order-details table{
                  position:relative;
                      left: -20px;
              }
              .order-details table {
                    position: relative;
                    left: -10px;
                }
              .summary-subtotal-price{
                  width:100px;
              }
                .summary-total-price {
                    width:100px !important;
                    
                }
                .header .logo-main {
                    margin-left: 140px !important;
                }
.header .logo-main .logo a img{
    width:60px !important;  
    height:60px !important;
}
.dashboard-list li a{
        font-size: 12px;
}
.dashboard-content h3 {
    font-size: 15px;
}
.tabs-listing .tab-container .tab-content{
    padding:10px !important;
}
          }
          
          
                    @media only screen and (max-width: 414px){
  .order-details table{
                  position:relative;
                      left: -15px;
              }
  .header .logo-main {
                    margin-left: 60px !important;
                }
}
@media only screen and (max-width: 392px){


.header .logo-main .logo a img{
  width:50px !important;  
height:50px !important;
}
 
.order-details table {
    position: relative;
    left: 0px !important;
}
.wishlist-link .iconset .icon .an-heart-l{
    margin-top:8px;
}
}
        @media only screen and (max-width: 375px){
        .header .logo-main {
            margin-left: 60px !important;
        }
          .ZanaInternational .grid-categorys .category-item .category-title{
                  font-size:13px !important;
              }
        
        }
@media only screen and (max-width: 360px){
.header .logo-main {
    margin-left: 46px !important;
}
.header .logo-main .logo a img{
  width:35px !important;  
    height:35px !important;
}
}
@media only screen and (max-width: 340px){
.header .logo-main {
    margin-left: -15px !important;
}
.header .logo-main .logo a img{
  width:30px !important;  
    height:30px !important;
}
}


@media only screen and (max-width: 320px){

.header .logo-main .logo a img{
  width:30px !important;  
    height:30px !important;
}
}

  @media only screen and (max-width: 360px){
    
                    .ZanaInternational .footer .footer-bottom .copytext.text-uppercase{
    font-size:11px;
}
      .ZanaInternational .section-header h2 {
                font-size: 17px;
            }
        .ZanaInternational .section-header p {
          font-size: 11px;
        }

                  .ZanaInternational .slideshow .slick-active .animation.style2{
    position: relative !important;
    top:-40px !important;
}
  .ZanaInternational .slideshow .whiteText .ss-small-title{
           font-size:10px !important;
           margin-bottom:0px !important;
       }
       
       .ZanaInternational .slideshow .whiteText .ss-mega-title{
           font-size:14px !important;
           margin-bottom:0px !important;
       }
       .ZanaInternational .slideshow .whiteText .ss-sub-title{
           font-size:12px !important;
            margin-bottom:0px !important;
       }
       
       .slideshow-content .btn-lg {
    font-size: 8px !important;
    padding: 6px 9px;
}
  .control .s_res {
    padding: 10px 10px;
    position: absolute;
    top: 90%;
    width: 90.5%;
    left: 15px;
    z-index: 99;
    background-color: #fff;
    overflow: auto;
    min-height: 50px;
    max-height: 280px;
}
   }


@media only screen and (max-width: 320px){
.header .logo-main {
    margin-left: 60px !important;
}
}
.footer-links ul li a{
    background:transparent !important;
}

.addcartWishlist{
    justify-content:end;
}

ul.list-inline.social-icons .list-inline-item a{
    background:transparent !important;
}

.searched_products ul li .content a{
        background: #ffffff !important;

}
.searched_products ul li .content a span{
        color: #000 !important;color: #000 !important;
    font-weight: 500;
    font-family: 'Libre Franklin',Arial,Tahoma,serif !important;

}
.searched_products ul li .price span{

    color: #000 !important;
    margin-right: 10px;

}
.searched_products ul li .price a{
    background:transparent !important;
}

.searched_products ul li .drop-img{
    display:flex;
    align-items:center;
}

.searched_products ul li .price{
    display:flex;
    align-items:center;
}




.delivery-date-time-charges{
    text-align:center;
    margin-left:20px;
}

.product-form .shippingMsg {
    position:relative;
    left:150px;
}
.collection-grid-slider .slick-list .slick-slide .collection-item a .details h3{
    background:transparent;
}
.widget-content .sidebar_categories li a{
    background:transparent !important;
}

/*.select2-container--open .select2-dropdown {*/
/*    left: 0;*/
/*    top: 0px !important;*/
/*}*/
/*.select2-container--open .select2-dropdown--below{*/
/*    top:16px !important;*/
/*}*/


.select2-search__field{
    color:#000 !important;
}
.tracking-detail ul li .right a{
    border:0px solid #fff;
}


element.style {
}
button:focus:not(:focus-visible) {
    outline: 0;
}


.select2-container.select2-container--default .select2-dropdown .select2-search input.select2-search__field{
    background:#000 !important;
    color:#fff !important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    BACKGROUND: #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fff;
}

.collection-grid-slider.slick-initialized.slick-slider .slick-slide{
    background:#2b2b2b !important;
}

/*************************** Timer in header start abbas **************************/
.countdown_annoucement_bar_wrapper {
    position: relative;
    background: #D81111;
    z-index: 100;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    column-gap: 26px;
    row-gap: 10px;
    border-bottom: #FFFFFF solid 0px;
}
.countdown_annoucement_bar_subheading{
    color: #fff !important;
}
.countdown_annoucement_bar_title.h2 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    font-family: sans-serif;
    text-align: left;
}
.countdown_annoucement_bar_subheading {
    font-size: 14px;
    color: #c64e2d;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 0;
    font-family: sans-serif;
    margin: 0;
}
.countdown_time{
    color: #fff !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    font-family: sans-serif;
}
.countdown_legend {
    color: #fff;
    font-size: 10px;
    padding-right: 10px;
    grid-column: 2 span;
    font-family: sans-serif;
    line-height: 1;
    margin-left: 7px;
}
.countdown_annoucement_bar, .countdown_annoucement_bar:visited {
    display: block;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    border: 0;
    white-space: nowrap;
    padding: 8px 16px;
    font-family: sans-serif;
    line-height: 1.5;
    border-radius: 4px;
    font-size: 14px;
    color: #D81111;
}
@media (max-width: 530px){
    .countdown_annoucement_bar_subheading{
        padding: 0px 30px;
    }
    .countdown_annoucement_bar_title{
        text-align: center !important;
    }
    .countdown_annoucement_bar_subheading{
        margin-top: 8px;
        text-align: center;
    }
}

.group-mins{
    display: flex;
}

.tooltip-label{
    display: none!important;
    visibility: hidden !important;
}

#select2-countrCode-container{
    line-height: 22px !important;
        font-size: 15px;
}
.phoneVisitor .select2-selection--single{
    border-radius: 0px !important;
        height: 43px !important;
}

.phoneVisitor .select2-selection__arrow{
        top: 8px !important;
}

.subscribe_btn{
        padding: 10px 30px !important;
}
/*.for-custom-popup {*/
/*        margin: 25% auto  !important;*/
/*}*/
.custom-popup .modal-dialog  {
    margin-top: 10%;
}

@media (max-width: 450px){
     .custom-popup .modal-dialog  {
        margin-top: 30% !important;
    }   
    #select2-countrCode-container{
            font-size: 12px;
    }
    #contact_num{
        font-size: 12px;
    }
    .subscribe_btn{
        font-size: 14px !important;
    }
  
}

@media (max-width: 500px){
    .phoneVisitor .select2-container--default{
        min-width: 100px !important;
    }
}

.phoneVisitor .select2-selection--single {
        border: 1px solid #d7d7d7 !important;
}
/*************************** Timer in header end abbas *********************************/
