@charset "utf-8";
/*----------intial declartaion of css----------*/
* { padding: 0; margin: 0; list-style: none; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/****************************************************************************************************************/
/********************************************* Common CSS *******************************************************/
/****************************************************************************************************************/ 
p { font-family: 'OpenSans-Regular'; font-size: 16px; color: #444444; line-height: 30px; padding: 0 0 20px 0; }
h1, .h1 { font-size: 45px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h2, .h2 { font-size: 30px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h3, .h3 { font-size: 26px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h4, .h4 { font-size: 22px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h5, .h5 { font-size: 20px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h6, .h6 { font-size: 18px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 { display: block }
body { font-family: 'OpenSans-Regular'; font-size: 16px; color: #444444; line-height: 30px; }
/****************************************************************************************************************/
.noscript { background: #000; color: #fff; float: left; font-size: 20px; left: 0; margin: 0 auto; min-height: 50px; padding: 10px 0; position: fixed; right: 0; text-align: center; bottom: 0; width: 100%; z-index: 999 }
.noscript p { margin-bottom: 0; color: #fff }
.noscript p i { color: #f90; margin-right: 10px; font-size: 20px; vertical-align: middle }
img { max-width: 100%; height: auto }
::selection { background: #777777; color: #FFF }
::-moz-selection {
background:#777777;
color:#FFF;
}
::-webkit-selection {
background:#777777;
color:#FFF;
}
.mc { margin-left: auto; margin-right: auto }
.mt0 { margin-top: 0 }
.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt25 { margin-top: 25px }
.mt30 { margin-top: 30px }
.mb0 { margin-bottom: 0 }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px }
.mb25 { margin-bottom: 25px }
.mb30 { margin-bottom: 30px }
.ml0 { margin-left: 0 }
.ml5 { margin-left: 5px }
.ml10 { margin-left: 10px }
.ml15 { margin-left: 15px }
.ml20 { margin-left: 20px }
.ml25 { margin-left: 25px }
.ml30 { margin-left: 30px }
.mr0 { margin-right: 0 }
.mr5 { margin-right: 5px }
.mr10 { margin-right: 10px }
.mr15 { margin-right: 15px }
.mr20 { margin-right: 20px }
.mr25 { margin-right: 25px }
.mr30 { margin-right: 30px }
.pt0 { padding-top: 0 }
.pt5 { padding-top: 5px }
.pt10 { padding-top: 10px }
.pt15 { padding-top: 15px }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px }
.pt30 { padding-top: 30px }
.pb0 { padding-bottom: 0 }
.pb5 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pl0 { padding-left: 0 }
.pl5 { padding-left: 5px }
.pl10 { padding-left: 10px }
.pl15 { padding-left: 15px }
.pl20 { padding-left: 20px }
.pl25 { padding-left: 25px }
.pl30 { padding-left: 30px }
.pr0 { padding-right: 0 }
.pr5 { padding-right: 5px }
.pr10 { padding-right: 10px }
.pr15 { padding-right: 15px }
.pr20 { padding-right: 20px }
.pr25 { padding-right: 25px }
.pr30 { padding-right: 30px }
.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; flex-wrap : wrap; }
.inline-flex { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: -inline-flex; flex-wrap : wrap; }
.flex-ac { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.flex-jc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex-center { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-ac-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.flex-as-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.list-style-none { list-style-type: none; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1200px; padding: 0 15px; }
.alignleft { float: left; margin: 0 30px 20px 0; max-width: 40%; }
.alignright { float: right; margin: 0 0 20px 30px; max-width: 40%; }
.aligncenter { float: none; display: block; margin: 0 auto 30px auto }
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-moz-placeholder {
color: inherit;
opacity: 1;
}
::-moz-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::placeholder {
color: inherit;
opacity: 1;
}
/****************************************************************************************************************/ 
/************************************* header section styles goes here ******************************************/
/****************************************************************************************************************/
.site-main { overflow: hidden; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.site-main > header { /*position: fixed; */top: 0; left: 0; right: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; z-index: 999; background: #fff; box-shadow: 0 0 10px #e31e24; }
.site-main > header.sticky { position: fixed;  }
.head-top-main { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; background: #e31e24 }
.head-bottom-main { }
.head-top { padding: 0 0 0 0 }
.left-top-head { float: left; padding: 12px 0 6px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.left-top-head span { color: #fff; position: relative; padding: 0 0 0 0; font-size: 14px; display: inline-block }
.left-top-head i { color: #fff; font-size: 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.head-social ul { display: inline-block; margin: 0 0 0 6px }
.head-social li { display: inline-block; margin: 0 16px 0 0 }
.right-top-head { float: right; padding: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.right-top-head .head-cart-info { float: left; margin: 8px 0 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.right-top-head .head-cart-info li i { color: #fff; vertical-align: middle; font-size: 20px; margin: 0 10px 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.right-top-head .head-cart-info li { display: inline-block; margin: 0 0 0 53px; position: relative }
.right-top-head .head-cart-info li:before { content: "|"; position: absolute; right: -30px; color: #fff; }
.right-top-head .head-cart-info li:last-child:before { display: none; }
.right-top-head .head-cart-info span { color: #fff; font-size: 16px; padding: 0 0 0 0; position: relative; top: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; display: inline-block; vertical-align: middle; line-height: 30px; letter-spacing: -0.01em; }
.header .logo img { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.logo { padding: 21px 0; float: left; position: relative; display: block; margin: 0 0 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.header_right { float: right; padding: 0 0 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.header-navigation { float: left; }
/*.banner { padding: 176px 0 0 }*/
#slider1 { position: relative; }
/*#slider1 li:before { position: absolute; top: 0; left: 0; right: 0; content: ""; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 1; }*/
.btn_shop_now { float: right; margin: 39px 0 0 30px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_shop_now span { text-transform: uppercase; color: #333333; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: none; text-align: center; display: inline-block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; border-radius: 5px; border: 1px solid #777777 }
.btn_shop_now a i { display: none; }
.search_btn { float: right; padding: 31px 0 0 31px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.search-box-main { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 10; display: none }
.search-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 100%; max-width: 1200px; padding: 0 15px }
.search-box form { position: relative; padding: 0 105px 0 0 }
.search-text { border: none; height: 50px; width: 100%; padding: 5px 15px; font-weight: 400; color: #606060 }
.search-text::-webkit-input-placeholder {
color:#606060;
opacity:1
}
.search-text:-moz-placeholder {
color:#606060;
opacity:1
}
.search-text::-moz-placeholder {
color:#606060;
opacity:1
}
.search-text:-ms-input-placeholder {
color:#606060;
opacity:1
}
.search-input { background: #777777; border: none; height: 50px; font-weight: 400; color: #fff; font-size: 16px; padding: 0 45px 0 15px; position: absolute; right: 0; top: 0; }
/*.search-box form:before { content: "\f002"; font-family: "FontAwesome"; position: absolute; top: 50%; right: 15px; font-size: 20px; color: #fff; z-index: 1; pointer-events: none; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }*/
.search-box-main .search-close { position: absolute; top: 30px; right: 30px; font-size: 22px; color: #fff; cursor: pointer; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease }
body.popup { overflow: hidden }
.btn_search { background: #e31e24; float: left; width: 50px; height: 50px; border: 1px solid #e31e24; border-radius: 5px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_search span { color: #FFF; font-size: 24px; padding: 11px 0 16px; display: block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_search a { text-align: center; font-size: 28px; padding: 10px 0; }

/****************************************************************************************************************/
/************************************* header section styles goes ends ******************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/************************************* midd section styles goes here ********************************************/
/****************************************************************************************************************/
.center_title { text-align: center; position: relative; }
.center_title h2 { position: relative; margin: 0 0 31px }
.center_title h2:before { position: absolute; left: 25%; bottom: 14px; width: 170px; height: 1px; content: ""; background: #e31e24; }
.center_title h2:after { position: absolute; right: 25%; bottom: 14px; width: 170px; height: 1px; content: ""; background: #e31e24; }
.center_title p { max-width: 700px; margin: 0 auto; padding: 0 0 35px }
.iksm-136 .iksm-terms {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 400ms;
    animation: iks-fade-in 1000ms;
    padding-left: 15px;
    padding-right: 15px;
}
.product-img {
    background: #fff none repeat scroll 0 0;
    padding-top: 0;
    box-shadow: 1px 1px 0px 5px #e31e24;
    border-radius: 10px;
    margin-top: 8px;
	margin-bottom:25px;
}
.enqbtn {
    text-align: center;
    margin-top: 15px;
}
.enqbtn a.btn_view_more {
    border: 1px solid #e31e24;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    color: #e31e24;
    font-size: 16px;
    font-family: 'Open Sans Bold';
    width: 170px;
    height: 50px;
    line-height: 50px;
}
/************************************* Free Shipping section styles goes ends ******************************************/
.hl_free_shipping { margin: 50px 0 0; position: relative; }
.hl_free_shipping_main { background: #dddddd; text-align: center; padding: 23px 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_free_shipping span { display: inline-block }
.hl_free_shipping_main span.icon { margin: 0 12px 0 0; }
.hl_free_shipping_main span.icon_txt { color: #333333; font-size: 18px; font-family: 'Lato-Bold'; display: inline-block; text-transform: uppercase; }
/************************************* Products section styles goes ends ******************************************/
.hl_Products { padding: 76px 0 66px; }
.hl_Products .container { }
.hl_Products_main { text-align: center; max-width: 1532px; margin: 0 auto }
.hl_Products_main_box { 
    text-align: center;
    margin: 0px 0 0 0;
    box-shadow: 0 5px 8px #e31e24;
    border-radius: 20px;
    padding: 20px !important;
	position:relative;
}
.hl_Products_main_box figure { }
.hl_Products_main_box figure img { margin: 0 auto; background: #dddddd; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_Products_main_box figure > a { position: relative; display: block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_Products_main_box figcaption { margin: 15px 0 0 0 }
.hl_Products_main_box figcaption h3 {
    margin: 0 0 30px;
    font-size: 28px;
}
.hl_Products_main_box figcaption h3 a { color: #333333; }
.hl_Products_main_box figcaption p { padding: 0 32px 34px; }
.hl_Products_main_box figcaption a.btn_view_more { border: 1px solid #e31e24; text-transform: uppercase; display: inline-block; border-radius: 5px; color: #e31e24; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; }
/**************************************** Our vision and mission section *****************************************************/
.hl-client {  box-shadow: 15px 1px 15px #e31e24; padding: 50px 0 40px; background: #dddddd }
.hl-client h2 { line-height: normal; margin: 0 0 18px; }
.our_vm { margin-top:35px; }
.our_vm span.tt_txt {
    font-size: 30px;
    color: #e31e24;
    font-weight: 800;
}
.our_vm p { font-size:18px; margin-top:9px }


/**************************************** About Us section *****************************************************/
.hl_about { padding: 73px 0 80px }
.hl_about h2 { margin: 0 0 26px }
.about_content_main { max-width: 760px; margin: 0 auto; text-align: center }
.about_content_main p { padding: 0 0 30px }
.about_content_main a.btn_read_more { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #e31e24; border: 1px solid #e31e24; margin: 4px 0 0 }
/**************************************** Popular Products section *****************************************************/
.hl_popular_products { padding: 70px 0 70px; background: #dddddd }
.hl_popular_products h2 { }
.hl_popular_products_main { padding: 7px 0 0 }
.hl_popular_products_box { }
.hl_popular_products_box figure { position: relative; margin: 0 0 40px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_popular_products_box figure img { background: #fff; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.hl_popular_products_box figcaption { }


.hl_popular_products_box figcaption span.pp_title a {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding-bottom: 25px;
    padding-top: 21px;
}
.hl_popular_products_box .hvr_txt { opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_popular_products_box figcaption .hvr_txt a.btn_add_cart { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #e31e24; border: 1px solid #e31e24; margin: 4px 0 0; text-align: center; }
.btn_view_all { text-align: center; }
.btn_view_all a { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #e31e24; border: 1px solid #e31e24; margin: 0 0 0 }
.hl_popular_products_box figure:hover:after { position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.76); width: 100%; height: 100%; top: 0; left: 0; z-index: 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form_01 { padding: 0 0 0; }
.home_cnt_form_01 .middle_banner_img { padding: 73px 0 32px; position: relative; }
.home_cnt_form_01 .contact-form { padding: 18px 0 0; max-width: 770px; margin: 0 auto; }
.home_cnt_form_01 .title_txt h2 { position: relative; margin: 0 0 32px 0; }
.home_cnt_form_01 .title_txt span { font-family: 'Montserrat-ExtraLight'; position: relative; margin: 0 0 22px 0; color: #fff; letter-spacing: 0.2em; font-size: 24px; text-transform: uppercase; display: block; }
.home_cnt_form_01 .contact-form h2:before { display: none; }
.home_cnt_form_01 .contact-form .form-group { margin-bottom: 40px; }
.home_cnt_form_01 .contact-form textarea.form-control { height: 150px !important; resize: none; padding: 14px 10px; margin: 0 0 0; }
.home_cnt_form_01 .contact-form .form-control { background-color: none; background: none; background-image: none; border: 1px solid #222222 !important; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #222222 !important; display: block; font-size: 14px; height: 50px; line-height: 1.42857; padding: 0 10px 0; width: 100%; }
.home_cnt_form_01 .contact-form .form-control:focus { border-color: #444 !important; }
.home_cnt_form_01 .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #fff; }
.home_cnt_form_01 .contact-form input::-webkit-input-placeholder, .home_cnt_form_01 .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form input:-moz-placeholder, .home_cnt_form_01 .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form input::-moz-placeholder, .home_cnt_form_01 .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form form input:-ms-input-placeholder, .home_cnt_form_01 .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#222222;
opacity:1;
}
.home_cnt_form_01 .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form_01 .contact-form .submit_btn_box { position: relative; text-align: center; display: table; margin: 13px auto 0 }
.home_cnt_form_01 .contact-form .submit-btn { display: inline-block; text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #fff; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 0; overflow: hidden; background: #e31e24; text-transform: uppercase; font-family: 'Lato-Bold'; border: 1px solid #e31e24 }
.home_cnt_form_01 .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.home_cnt_form_01 .contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form_01 .contact-form .select_box { position: relative; }
.home_cnt_form_01 .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.home_cnt_form_01 .contact-form .select_box select option { padding: 10px 15px; font-size: 14px; display: block; color: #000 }
.home_cnt_form_01 .contact-form .select_arrow i { color: #000; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; }
/****************************************************************************************************************/
/************************************* midd section styles goes ends ********************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/************************************* Footer section styles goes here ******************************************/
/****************************************************************************************************************/
footer { float: left; width: 100%; }
.hl_contact_details { position: relative;}
.hl_cnt_details_box { text-align: center; background: #fff; width: 270px; height: 270px; border: 1px solid #dddddd; padding: 80px 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; border-radius: 5px; box-shadow: 0px 0px 70px -20px rgba(0, 0, 0, 0.6); }
.contact_us_page .hl_cnt_details_box { padding: 60px 0 0 0 }
.hl_cnt_details_box i { color: #e31e24; font-size: 30px; margin: 0 0 26px }
.contact_us_page .hl_cnt_details_box i { font-size: 60px; }
.hl_cnt_details_box i.fa-phone { transform: rotate(90deg) }
.hl_cnt_details_box p { font-size: 16px; color: #333333; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.hl_cnt_details_box a { font-size: 16px; color: #333333; }
.hl_cnt_details_box span { display: block; font-size: 16px; color: #333333; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.map_section { margin: 26px 0 0 0; position: relative; z-index: 9; }
.map_section iframe { width:100%}
.btm_footer { text-align: center; padding: 28px 0 34px }
.f_social_icons { margin: 0 0 25px }
.f_social_icons ul li { display: inline-block; margin: 0 10px; }
.f_social_icons ul li i { color: #333333; font-size: 20px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.f_social_icons ul li i:hover { color: #999999; }
.f_menu_links { margin: 0 0 22px }
.f_menu_links ul li { display: inline-block; margin: 0 22px; position: relative; }
.f_menu_links ul li:before { position: absolute; content: "|"; right: -28px; color: #000; top: -3px; }
.f_menu_links ul li:last-child:before { display: none; }
.f_menu_links ul li a { color: #333333; font-size: 16px; text-transform: uppercase; }
.copyright { text-align: center; }
.copyright p { padding: 0; text-transform: uppercase; }
#toTop { background: #333333; bottom: 80px; cursor: pointer; height: 54px; position: fixed; right: 20px; width: 54px; z-index: 99; border-radius: 0; }
.top-btn .fa-sort-up { color: #fff; font-size: 28px !important; margin: 3px 0 0; }
.top-btn > div { color: #fff; font-size: 15px; margin: -16px 0 0; text-transform: uppercase; }
/****************************************************************************************************************/
/************************************* Footer section styles ends here ******************************************/
/****************************************************************************************************************/


/******************************************************************************************************************************/
/************************************************* Inner Banner style *********************************************************/
/******************************************************************************************************************************/
.inner-banner::before { background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%;}
.inner-banner { position: relative; padding: 175px 0 0 0; }
.inner-banner-img { background-position: center center !important; background-size: cover !important; min-height: 500px; }
.inner-banner-title { display: block; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.position_relative { position: relative; margin: 0px 0 0 0; float: left; width: 100%; }
.inner_banner_caption, .inner-banner-title .breadcrumb { float: left; width: 100%; }
.inner_banner_caption h1, .inner_banner_caption .h1 { color: #e31e24; margin: 0 auto; position: relative; text-align: center; font-size: 50px; }
.inner-banner-title .breadcrumb { background-color: rgba(0, 0, 0, 0); display: block; margin: 0; padding: 7px 0; text-align: center; z-index: 99;  position: relative; }
.inner-banner .breadcrumb li:first-child { padding-left: 0; }
.inner-banner .breadcrumb li { display: inline-block; font-size: 16px; margin: 0; position: relative; font-weight: 400; }
.inner-banner .breadcrumb li a { color: #e31e24; text-transform: capitalize; font-weight: 400; font-size: 16px; }
.breadcrumb > li + li::before { color: rgb(227, 30, 36); content: "> "; padding: 0 5px; }
.inner-banner .breadcrumb > li + li::after { color: #fff; content: ""; font-size: 16px; left: -10px; padding: 0 5px; position: absolute; top: 0; }
.inner-banner .breadcrumb li.active { color: #e31e24 }
.inner_breadcrumb { background: #1e8545; padding: 0 0 0; border-bottom: 1px solid #ddd; }
.inner_breadcrumb .breadcrumb { background: none; text-align: center; margin: 0; padding: 10px 0; display: -webkit-inline-box; }
.inner_breadcrumb .breadcrumb li a { font-size: 20px; color: #fff; }
.inner_breadcrumb .breadcrumb > li + li::before { color: #fff; content: "/ "; padding: 0 2px; }
.inner_breadcrumb .breadcrumb li.active { color: #fff; font-size: 20px; }
/****************************************************************************************************************************/
/************************************************ inner page section style **************************************************/
/****************************************************************************************************************************/
#inner-page { padding: 50px 0px 0px 0px; }
.inner-page { }
.inner-page h1 { font-size: 40px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h2 { font-size: 30px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h3 { font-size: 26px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h4 { font-size: 22px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h5 { font-size: 20px; margin: 0 0 10px 0; line-height: normal; }
.inner-page ul { list-style-type: none; margin: 0 0 10px; padding: 0 0 0 20px; }
.inner-page ul li { line-height: 26px; padding: 0 0 10px 20px; position: relative; }
.inner-page ul li:before { position: absolute; top: 10px; left: 0; content: ""; background: #333333; width: 7px; height: 7px; border-radius: 5px; }
.inner-page p { padding: 0 0 20px 0; }
.inner-page a { color: #333333; }
.img-block { text-align: center; }
.inner_service span { font-size: 35px; }
.inner-page .alignleft { float: left; margin: 0 15px 5px 0; }
.inner-page .alignright { float: right; margin: 0 0px 10px 15px; }
.inner-page .alignnone { margin: 20px 0; float: none; }
.inner-page .txt_link { color: #000; font-weight: bold; }
.inner-page ul.two_column { column-count: 2 }
.inner-page ul.three_column { column-count: 3 }
.inner_cnt_form.home_cnt_form_01 .middle_banner_img { padding: 73px 0 166px }
.inner_cnt_form.home_cnt_form_01 { background: #ddd; float: left; width: 100%; }
.map_section.inner_map { }
.hl_contact_details.inner_cnt_details { margin: -134px 0 0 0; }	
/****************************************************************************************************************************/
/************************************************ Select Vehicle Page style **************************************************/
/****************************************************************************************************************************/
.select_vehicle_page { }
.select_vehicle { padding: 24px 0 0; }
.select_vehicle h2 { margin: 0 0 26px }
.select_vehicle_box .hl_popular_products_box { float: left; width: 13.5%; padding: 0 14px 0 0; }
.select_vehicle_box .hl_popular_products_box figure { margin: 0 }
.select_vehicle_box { float: left; width: 100%; padding: 0 20px }
.select_vehicle_box .hl_popular_products_box figcaption { text-align: center; margin: 18px 0 0 }
.select_vehicle_box .hl_popular_products_box figcaption h3 { text-transform: uppercase; }
.select_vehicle_box .hl_popular_products_box figcaption h3 a { font-family: 'Open Sans Semibold'; font-size: 20px; text-transform: uppercase; }

.select_vehicle_page .hl_popular_products_box a { position: relative; display: block;}
.select_vehicle_page .hl_popular_products_box figure:hover:after {display:none;}
.select_vehicle_box .hl_popular_products_box img {width: 100%; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; opacity: 0.8; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.select_vehicle_box .hl_popular_products_box .hvr_txt a.btn_select { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #333333; border: 1px solid #333333; margin: 4px 0 0; text-align: center; }
.select_vehicle_box .hl_popular_products_box .hvr_txt { top: auto;bottom:15px; left: 0;right:0;width:100%;text-align:center; transform: unset;top:auto; }
.product_cnt { text-align: center; float: left; width: 100%; margin: 64px 0 0; }
.product_cnt .container { border-top: 1px solid #ddd; }
.product_cnt ul li { text-align: left; padding: 0 0 5px 28px }
.product_cnt_box { padding: 73px 0 58px; }
.inner-page.product_cnt .center_title h2 { margin: 0 0 27px; }
.inner-page.product_cnt p { padding: 0 10px 17px }
.inner-page.product_cnt ul { padding: 0; max-width: 966px; margin: 10px auto 38px; }
.hl_Products.inner_products { float: left; width: 100%; }
.hl_Products.inner_products .center_title p { max-width: 100%; }
/****************************************************************************************************************************/
/************************************************ Toyota Page style **************************************************/
/****************************************************************************************************************************/
.our_product_row { padding-top: 40px; }
.our_product_row .our_product_col { position: relative; margin-bottom: 30px; }
.our_product_row .our_product_col:before { content: ""; position: absolute; top: 0; left: 15px; right: 15px; bottom: 0; border: 1px solid #999999; z-index: 1; pointer-events: none; }
.product_listing_main_box .product_img_main_box { position: relative; }
.product_img_main_box { display: block; position: relative; overflow: hidden; }
.product_listing_main_box .img_box img { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
.product_listing_main_box .img_box { display: block; position: relative; overflow: hidden; padding-bottom: 114%; }
.product_listing_main_box .img_box:before { content: ""; position: absolute; top: 110%; left: 0; width: 200%; height: 200%; background: hsla(0, 0%, 13%, 0.50); z-index: 1; pointer-events: none; transform: rotate(-40deg); opacity: 0; background: rgba(153, 153, 153, 0.75); }
.product_listing_main_box .img_box img { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
.product_listing_main_box .product_img_main_box:before { content: ""; bottom: 0; left: 15px; right: 15px; width: auto; height: 1px; background: #e6e6e6; position: absolute; }
.product_listing_main_box .img_box:after { content: ""; position: absolute; top: -109px; left: -180px; width: 180px; height: 180px; background: hsl(0, 0%, 0%); transform: skewY(-40deg); -o-transform: skewY(-40deg); -ms-transform: skewY(-40deg); -moz-transform: skewY(-40deg); -webkit-transform: skewY(-40deg); }
.product_listing_main_box .img_box i { position: absolute; top: 40px; left: 40px; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 50px; height: 50px; z-index: 2; fill: #fff; opacity: 0; font-size: 50px; color:#fff;}
.transition, :before, :after { transition: all 0.8s ease; -moz-transition: all 0.8s ease; -ms-transition: all 0.8s ease; -o-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; }
.product_listing_main_box .product_listing_main_info { text-align: center; padding: 21px 10px 102px 17px; }
.product_listing_main_box .product_listing_main_info .product_title { color: #222; font-size: 16px; min-height: 95px; display: inline-block; line-height: 29px; font-family: 'Open Sans Bold'; }
.product_listing_main_box .product_listing_main_info .product_listing_block_info { position: absolute; bottom: 20px; left: 30px; right: 30px; }
.price_box { padding: 14px 0 14px 0; }
.small_btn a { background: #000; color: #fff !important; font-size: 16px; text-transform: inherit; min-width: 100px; height: 50px; line-height: 30px; display: block; text-align: center; line-height: 50px; font-family: 'Lato-Bold'; }
.price_box ins { color: #4bc5d9; text-decoration: none; color: #555; font-size: 20px; line-height: 30px; font-family: 'Lato-Bold'; font-weight: 600; padding-top: 11px; display: inline-block; vertical-align: middle; width: 100%; }
/****************************************************************************************************************************/
/************************************************ Toyota Products Details Page style **************************************************/
/****************************************************************************************************************************/
.product-image-large { position: relative; padding-bottom: 114%; overflow: hidden; cursor: pointer; border: 1px solid #e6e6e6; }
.product-image-large img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; pointer-events: none; }
.product-image-large:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; background: transparent; z-index: -1; }
.product-thumbnails { margin-top: 30px; }
.product_detail_cont h5 { font-size: 22px; }
.product-thumbnails.owl-carousel .owl-nav .owl-prev { background: url(../images/sprite.png) no-repeat; width: 19px; height: 35px; top: 50%; transform: translateY(-50%); position: absolute; margin: 0 0 0 0; left: -50px; background-position: -28px -99px; }
.product-thumbnails.owl-carousel .owl-nav .owl-next { background: url(../images/sprite.png) no-repeat; width: 19px; height: 35px; top: 50%; transform: translateY(-50%); position: absolute; right: -50px; margin: 0 0 0 0; background-position: -61px -99px; }
.inner-page.services_carousel_main { background: #f8f9fa; }
body .product-thumbnails.owl-carousel .owl-nav { position: absolute; top: 50%; left: 50%; width: 1350px; padding: 0 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; margin: 0 0 0 0; }
body .product-thumbnails.owl-carousel .owl-nav { padding: 0 0; }
body .product-thumbnails.owl-carousel .owl-nav button i { width: 20px; height: 25px; fill: #fff; }
body .product-thumbnails.owl-carousel .owl-nav { position: absolute; top: 50%; left: 50%; width: 1350px; padding: 0 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; margin: 0 0 0 0; }
.product-thumbnails .item { cursor: pointer; }
.product-thumbnails a { pointer-events: none; display: block; position: relative; padding-bottom: 95%; }
.product-thumbnails img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; width: auto !important; padding: 20px }
.product-thumbnails a:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #e6e6e6; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; background: transparent; }
.product-thumbnails .selected a:after { background: transparent; border-color: #000; }
.product_detail_cont { padding: 15px 0 0 70px; }
.product_detail_cont .price_box { padding: 0 0 24px 0; margin: -5px 0 0 0; }
del { display: inline-block; vertical-align: middle; color: #777777; }
.product_detail_cont .price_box del + ins { margin-left: 29px; width: auto; padding: 0; font-size: 18px; }
.product_detail_cont p { line-height: 30px; }
.product_detail_form { max-width: 100%; padding: 20px 0 20px 0; }
.colourquantity_box_main { border: 1px solid #999999; margin-bottom: 20px; position: relative; border-radius: 0; display: inline-block; }
.colourquantity_box_main label { margin: 0; line-height: normal; position: absolute; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 10px; color: #333333; font-size: 15px; }
.colourquantity_box_main .qty_box { margin: 0 0 0 120px; }
.qty_box { position: relative; width: 120px; padding: 0 0 0 0; display: inline-block; vertical-align: middle; margin: 0 0 0 0; border-radius: 50px; }
.qty_box .quantity-left-minus, .qty_box .quantity-right-plus { position: absolute; width: 30px; height: 50px; top: 0; background: transparent; padding: 0; border: none; cursor: pointer; }
.qty_box .quantity-left-minus { left: 0; }
.qty_box .quantity-right-plus { right: 0; }
.qty_box button i { fill: #777; }
svg { transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; pointer-events: none; }
.qty_box .form-control { height: 50px; border: transparent; font-size: 16px; box-shadow: none; padding: 0 35px; text-align: center; color: #444444; border-radius: 0; border: 1px solid #999999; }
.colourquantity_box_main .qty_box input { border: 0; }
.add_cart_btn { padding: 0 0 0 15px; display: inline-block; vertical-align: middle; }
.add_cart_btn .button-secondary { background: #999; color: #fff !important; display: block; width: 200px; height: 50px; line-height: 50px; text-align: center; font-family: 'Lato-Bold'; text-transform: uppercase }
.product_detail_social { padding: 20px 0 40px 0; }
.product_detail_social ul { margin: 0; padding: 0; }
.product_detail_social ul li { padding: 0; margin: 0 6px 0 0; display: inline-block; vertical-align: middle; }
.product_detail_social ul li:before { display: none }
.slider_product_section { background: #f9f9f9; }
.pb_section { padding: 50px 0; }
.slider_main_box h5 { font-size: 35px }
.product_listing_main_box .product_img_main_box { background: #fff; padding: 10px 0 }
.accordion .card { border-radius: 0; border: none; }
.accordion .card .card-header + div { border: 0 solid #bbb; }
.accordion .card .card-header + div .card-body { padding: 15px 0 25px 0; }
.accordion .card .card-header { padding: 0; border-radius: 0; background-color: transparent; border: 0 !important; }
.accordion .card .card-header button { background: transparent; display: block; padding: 0 50px 0 0; width: 100%; border-radius: 0; text-align: left; color: #555555; position: relative; font-size: 19px; cursor: pointer; border: 0 !important; border-top: 1px solid #e6e6e6 !important; min-height: 60px; line-height: 35px; }
.accordion .card .card-header button.collapsed { }
.accordion .card + .card { margin-top: 3px; }
.accordion .card .card-header button[aria-expanded="true"]::before { content: ""; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url(../images/minus.svg); height: 3px; width: 17px; margin: 0px 0 0 0; }
.accordion .card .card-header button.collapsed::before { content: ""; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url(../images/plus.svg); height: 17px; width: 17px; margin: 0 0 0 0; }
.accordion .card .card-body ul { padding: 0 0 0 20px; margin: 0; }
.accordion .card .card-body ul li + li { margin-top: 5px; }
.accordion .card .card-body ul li a { font-size: 17px; color: #606060; }
.accordion .card .card-body ul li.selected a, .accordion .card .card-body ul li.active a { color: #d81e05; text-decoration: underline; }
.accordion .card .card-body .archives_main { padding: 0; }
.accordion .card .card-body .archives_main ul { padding: 0; }
.accordion .card .card-header + div .card-body p { line-height: 30px; }
.product_listing_main_box .product_img_main_box:before { content: ""; bottom: 0; left: 15px; right: 15px; width: auto; height: 1px; background: #e6e6e6; position: absolute; }
.product_listing_main_box .product_listing_main_info { text-align: center; padding: 21px 10px 102px 17px; background: #fff; }
.product_list_slider .owl-prev { left: -60px; margin-top: -11px; display: inline-block !important; vertical-align: middle; position: absolute; top: 50%; transform: translateY(-50%); background: url(../images/sprite.png) no-repeat -89px -86px; width: 32px; height: 59px; transition: all linear .3s; }
.product_list_slider .owl-next { right: -60px; margin-top: -11px; display: inline-block !important; vertical-align: middle; position: absolute; top: 50%; transform: translateY(-50%); background: url(../images/sprite.png) no-repeat -136px -86px; width: 32px; height: 59px; transition: all linear .3s; }
