@charset "utf-8";
/* =============================================================== */
/* 	TABLE CONTENT

1. 	 IMPORT
2.   GENERAL FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7. 	 HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8. 	 HOME PAGE LOOK 2
9. 	 HOME PAGE LOOK 3
10.	 MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View].banner, .slider-content, .slider, .slider-v2
20.  SUBSCRIBE | PROMOTIONAL MODAL 
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */
/* IMPORT CSS 
/* =============================================================== */
@import url("owl.carousel.css");
/* owl.carousel */
@import url("owl.theme.css");
/* owl.carousel */
@import url("font-awesome.css");
/* Font Awesome Icon */
@import url("animate.min.css");
/* css3 animation */
@import url("jquery.mCustomScrollbar.css");
/* mCustomScrollbar */
@import url("alpha.css");
/* Background opacity IE fix */
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css");
/* jQuery Custom Select by select2 */
@import url("smoothproducts.css");
/* Product zoom  */
@import url("../plugins/icheck-1.x/skins/all.css");
/* ion.checkRadio.min.js || customs checkbox and radio plugin  */
@import url("skin-0.css");
/* btn styled from btn.less  */
@import url("btn.css");
/* Template Theme color skin 
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* google webfont */
/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
@font-face {
    font-family: 'DINPro-Light';
    src: url('../fonts/dinpro-light.woff');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url("../fonts/DINPro-Regular.woff");
}
@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/dinpro-medium.woff');
}

.item *:not(a){
	font-family: 'DINPro-Regular', 'Noto Sans KR', sans-serif !important;
}

html,body{font-family: 'Noto Sans KR', sans-serif !important; scroll-behavior:auto !important;}
body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    background: #fff;	
}
@font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Light.woff') format('woff');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

img + .col-lg-12.col-md-12.col-sm-12.col-xs-12.res_p>.row.userInfo>.cartFooter.w100 + .row.subCategoryList.clearfix.photo_board_list_wrap{
	text-align: center;
}

.col-lg-3.col-md-3.col-sm-4.col-xs-6.text-center.photo_board_list{
	max-width: 24%;
	float: none;
	display: inline-block;
}

.mov_banner_cont>iframe{
	max-width: 100%;
}

.footer-bottom>*{
	background-color: white;
}

#header_cart_dropdown .miniCartDescription .size{
	float: left;
	line-height: 10px;
	margin-bottom: 15px;
}

#header_cart_dropdown .miniCartDescription .price span{
	line-height: 30px;
}

#cart-summary tr:last-child td#sb-pay-amt{
	font-size: 14px;
}
td.price span.qty_price_,
#cart-summary span.disp_pay_amt_{
	float: none !important;
	font-size: 14px;
}

#SimilarProductSlider_new h4{font-size: 14px; text-align: left; padding-bottom: 0px;}
#SimilarProductSlider_new .price span{font-size: 16px; margin-bottom: 0;}

#SimilarProductSlider_new .grid-description span{font-size: 12px;}
.navbar-top div .row .col-lg-4.col-sm-4.col-xs-4.col-md-4 .pull-left > a {
    border-top-width: 0 !important;
}
#SimilarProductSlider_new .discount{font-size: 11px;}
ul.dropdown-menu.second_depth_menu {
    background-color: rgb(255, 255, 255) !important;
}
/* Important part */
.modal-dialog {
    overflow-y: initial !important
}
.modal-body {
    height: 100%;
    overflow-y: auto;
}
input.bootbox-input.bootbox-input-text.form-control {
    height: 60px;
    font-size: 2rem;
}

.row{margin: 0;}

li.dropdown.megamenu-fullwidth .col-xs-12{
	display: none;
}
li.dropdown.megamenu-fullwidth.w_category_621 .col-xs-12:not(.van_deer_cont_){
	display: block;
}
a {
    color: #454545;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
p, a, h1, h2, h3, h4, h5, h6, span {
    transform: skew(-0.001deg);
}
a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #6eb43f;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-tabs > li:active > a {
    border-bottom: 1px solid white !important;
}
.nav-tabs > li > a {
    border-bottom: 1px solid 1px solid transparent !important;
}
.cartFooter.w100 .box-footer .pull-right a.btn.btn-black.btn-md {
    line-height: 19px !important;
}
div#header_cart_dropdown {
    right: 50px;
    top: 50px;
    left: auto;
}
ul.nav.navbar-nav.new_navbar-nav > li.w_category_549 > a{
	font-weight: 700;
}
ul.nav.navbar-nav.new_navbar-nav > li > a:hover {
    color: #6ca72f;
}

ul.nav.navbar-nav.new_navbar-nav > li.w_category_621 > a{
    color: red;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding-bottom: 15px;
}
h1 {
    font-size: 30px;
    line-height: 35px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-size: 17px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
p.lead {
    font-size: 14px;
    line-height: 1.4;
}
h3 code {
    font-size: 14px;
    font-weight: normal;
}
.front_photo_banner .col-lg-6:nth-child(2n+1) {
    clear: left;
}
.photo_board_list a.btn-xs {
    margin-bottom: 10px;
    display: inline-block !important;
    width: auto !important;
    float: none;
}
.media_title {
    margin: 60px 0 40px 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.media_title > img {
    max-width: 100%;
}
.bk_banner_container_ {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 60px;
}
.bk_banner_container_ > div {
    transition: 0.3s;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
}
.bk_banner_container_ > div h1 {
    margin-top: 15px;
    padding-bottom: 0px;
    font-size: 22px;
    color: black;
}
.bk_banner_container_ > div p {
    font-size: 14px;
    color: #8a8a8a;
}
.bk_banner_container_ > div:hover {
    opacity: 1;
    /*box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);*/
}
.brand_link .bk_banner_container_ {
    padding: 50px 0;
}
.main-container .row.featuredPostContainer.style2 {
    text-align: center;
}
.main-container .row.featuredPostContainer.style2 .container {
    max-width: none;
    margin-top: 100px;
}
.main-container .row.featuredPostContainer.style2 h1, .main-container .row.featuredPostContainer.style2 p {
    display: inline-block;
    padding-bottom: 15px;
}
.main-container .row.featuredPostContainer.style2 h1 {
    font-size: 36px;
    color: black;
    font-weight: 500;
}
.main-container .row.featuredPostContainer.style2 p {
    clear: left;
    color: #c2c2c2;
    font-size: 16px;
}
.brand_link .hover_title {
    display: none;
    color: white;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 1px;
}
.brand_link .col-lg-3:hover .hover_title {
    opacity: 1;
    display: block;
    box-shadow: none;
    top: 0;
    height: 100%;
    transition: 0.5s;
}
.hover_title h3 {
    margin-top: 50px;
}
.youtube_container {
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.youtube_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
}
.youtube_btn_con_dv > a:hover {
    color: white;
    background-color: black;
}
.youtube_btn_con_dv > a {
    position: absolute;
    font-size: 24px;
    width: 160px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border: 1px solid black;
    border-radius: 5px;
    left: 60px;
    bottom: 180px;
    color: black;
    transition: all 0.5s;
}
.youtube_btn_con_dv h1, .youtube_btn_con_dv p {
    text-align: left;
    position: absolute;
    left: 60px;
}
.youtube_btn_con_dv h1 {
    font-weight: 500;
    font-size: 36px;
    top: 285px;
}
.youtube_btn_con_dv p {
    font-size: 24px;
    line-height: 40px;
    top: 360px;
    max-width: 650px;
    width: 100%;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    border-radius: 2px;
}
.input-group-btn .dropdown-toggle {
    border-left: none;
}
.category_menu_list ul {
    margin-left: 10px;
}
.category_menu_list ul, .category_menu_list li, .category_menu_list a {
    float: left;
    clear: both;
}
.category_menu_list li a {
    min-width: 60px;
}
.category_menu_list .caret {
    float: right;
    margin-top: 10px;
}
.category_menu_list li.active {
    margin-left: 15px;
}
.category_menu_list a {
    font-weight: bold;
}
.category_menu_current {
    float: left;
    width: 100%;
}
.category_menu_current a:hover {
    color: steelblue;
    font-weight: bold;
}
.block-title-1 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}
.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.block-title-3 {
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
}
.block-title-4 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 0 12px;
    text-transform: uppercase;
}
.block-title-5 {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase;
}
.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}
/* Helper class */
.error label.error {
    color: red;
}
.section-block {
    margin-bottom: 30px;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.relative {
    position: relative;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin-right {
    margin-right: 0;
}
.no-margin-left {
    margin-left: 0;
}
.no-margin-top {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-border {
    border: 0;
}
.width100, .w100 {
    width: 100%;
}
.width50, .w50 {
    width: 100%;
    display: block;
}
.full-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.maxheight100 {
    max-height: 100px;
}
.maxheight200 {
    max-height: 200px;
}
.maxheight300 {
    max-height: 300px;
}
.maxheight400 {
    max-height: 400px;
}
.maxheight500 {
    max-height: 500px;
}
.maxheight600 {
    max-height: 600px;
}
.maxheight700 {
    max-height: 700px;
}
.maxwidth100 {
    max-width: 100px;
}
.maxwidtht200 {
    max-width: 200px;
}
.maxwidth300 {
    max-width: 300px;
}
.maxwidth400 {
    max-width: 400px;
}
.maxwidth500 {
    max-width: 500px;
}
.maxwidth600 {
    max-width: 600px;
}
.maxwidth700 {
    max-width: 700px;
}
.padd {
    margin-top: 60px;
}
.globalPadding {
    padding: 50px 0;
}
.globalPaddingTop {
    padding: 10px 0 0;
}
.globalPaddingBottom {
    padding-bottom: 50px;
}
.hr2 {
    border-width: 2px;
    border-color: #DDDDDD;
}
.hr3 {
    border-width: 4px;
    border-color: #DDDDDD;
}
ul.list-dot li {
    list-style: inside disc;
}
ul.list-number li {
    list-style: inside decimal;
}
ul.list {
    list-style: disc;
    padding-left: 40px;
}
ul.list ul {
    list-style: circle;
    padding-left: 40px;
}
ul.list-check {
    list-style: none;
}
ul.list-border li {
    border-bottom: 1px solid #E0EDED;
    display: block;
    padding: 10px 15px;
}
ul.list-border li:hover {
    background: #ebebeb;
}
.transitionfx {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.hw100 {
    height: 100%;
    width: 100%;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.mb20 {
    margin-bottom: 20px;
}
/* margin-top */
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb0 {
    margin-bottom: 0;
}
.pb0 {
    padding-bottom: 0;
}
.ft12 {
    font-size: 12px;
}
.f_left {
    float: left
}
.f_right {
    float: right;
}
/* border */
.bt0 {
    border-top: 0
}
.bb0 {
    border-bottom: 0 !important
}
/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}
.signUpContent .modal-dialog {
    max-width: 460px;
}
.modal-dialog.modal-xs {
    max-width: 460px;
}
#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}
.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}
.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.modal-title-site {
    color: #fff;
    font-family: Oswald;
    font-size: 38px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}
.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    max-height: 100vh;
}
.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 20px;
    font-size: 12px;
}
.form-control:focus {
    box-shadow: NONE;
    outline: 0 none;
}
input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 34px;
}
/*

btn style moved to btn.css in V.5
@import (btn.css);
also less file available btn.less

*/
p.required, .required sup {
    color: #E74C3C;
}
.pagination li.active a {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}
.checkbox {
    padding-left: 0;
    margin-left: 0;
}
legend {
    padding-bottom: 10px;
}
.alert {
    border: none;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.alert .close {
    font-size: 30px;
    line-height: 20px;
}
.input-group-btn .btn {
    font-size: 14px;
    padding: 7px 12px 6px;
}
.dropdown-menu {
    border: none;
}
.dropdown-menu li a {
    font-size: 12px;
}
b.nav-icon {
    float: right;
    line-height: 48px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
}
ul.nav.navbar-nav.new_navbar-nav {
    padding: 0 15px;
}
ul.nav.navbar-nav.new_navbar-nav > li {
    width: auto;
    display: inline-block;
    padding: 0 12px;
}
ul.nav.navbar-nav.new_navbar-nav > li > a {
    text-align: left;
    position: relative;
    line-height: 30px;
    color: black;
}
ul.nav.navbar-nav.new_navbar-nav > li.active > a {
    color: #69a92f;
    text-align: center;
    font-size: 16px;
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth:first-child b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/home.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth:nth-child(2) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/school.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth:nth-child(3) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/hub.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth:nth-child(4) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/media.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth.active:first-child b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/home_a.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth.active:nth-child(2) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/school_a.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth.active:nth-child(3) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/hub_a.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth.active:nth-child(4) b.nav-icon::before {
    background-image: url("http://www.lognet.co.kr/site_global/images/media_a.svg");
}
ul.nav.navbar-nav.new_navbar-nav > li.dropdown.megamenu-fullwidth b.nav-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
}
/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.tooltip_login_event:hover {
    color: white;
}
.tooltip_login_event {
    color: #FFF !important;
    border-color: #5da32e;
    background-color: #6ec65f;
    position: absolute;
    opacity: 0.9;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    top: 34px;
    right: 175px;
    z-index: 999;
}
.tooltip_login_event:after { /*arrow added to downarrowdiv DIV*/
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    ; /*should be set to 100% */
    width: 0;
    height: 0;
    border: 10px solid;
    margin-left: -10px;
    left: 50%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 99;
}
.tooltip_login_event:after { /*arrow added to downarrowdiv DIV*/
    border-color: #6ec65f transparent transparent transparent; /*border color should be same as div div background color*/
}
.bounce {
    -webkit-animation-name: hop;
    -webkit-animation-duration: .3s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: hop;
    -moz-animation-duration: .3s;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
}
@-webkit-keyframes hop {
    from {
        -webkit-transform: translate(0px, 0px);
    }
    to {
        -webkit-transform: translate(0px, -5px);
    }
}
@-moz-keyframes hop {
    from {
        -moz-transform: translate(0px, 0px);
    }
    to {
        -moz-transform: translate(0px, -5px);
    }
}
.navbar-tshop {
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    float: left;
    margin: 0 !important;
    z-index: 999 !important;
}
.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.brandWrap {}
.navbar-brand {
    font-weight: bold;
    height: 60px;
    width: 150px;
    margin: 0 15px;
    position: relative;
    padding: 0;
    float: none;
}
.navbar .navbar-top {
    height: 100px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
    background: #fff;
    float: left;
    width: 100%;
}
.navbar .navbar-top .row {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.visible-index {
    margin-top: -50px;
    transition: all 0.5s;
}
.navbar.stuck .visible-index {
    margin-top: -50px;
}
.navbar-brand > img {
    display: inline-block;
}
.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}
/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    top: 100px;
    border: none;
}
.megamenu .dropdown-menu > li {
    display: block;
}
.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}
.megamenu .megamenu-content {
    *zoom: 1;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 3px;
    left: auto;
    top: auto;
    min-width: inherit;
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .megamenu-content:after {
    clear: both;
}
.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: auto;
    background: url(../../images/bg.png) repeat left top;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}
@media (max-width: 969px) {
    .megamenu .dropdown-menu {
        width: 100%;
    }
    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }
    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}
/* megamenu end */
.megamenu-content img {
    max-width: 100%;
}
.megamenu-content ul li {
    clear: both;
    margin: 0 15px;
    padding: 2px 5px;
    float: left;
    width: 100%;
}
.megamenu-content ul li a {
    font-size: 13px;
    line-height: 30px;
}
.megamenu-content ul li a:hover {
    color: #6eb43f;
}
.itemInMenu {
    margin-bottom: 0 !important;
}
.itemInMenu .image {
    max-height: 170px !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin-left: 0;
    padding: 6px 9px;
    position: relative;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.21s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.social-icon li a:hover {
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}

.navbar-toggle .icon-bar {
    border: solid 1px #000;
    background: black;
	width: 30px;
	height: 2px;
	border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 8px;
}
.userMenu > li {
    display: block;
    float: left;
}
.userMenu > li > a {
    color: #424242;
    display: block;
    font-weight: bold;
    float: right;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}
.col-lg-8.col-sm-8.col-xs-8.col-md-8.no-margin.no-padding > .pull-right {
    margin-right: 60px;
}
.userMenu > li > a:hover {
    font-weight: bold;
    color: black;
}
.phone-number span {
    float: left;
}
.navbar-top .pull-left .fa-facebook, .navbar-top .pull-left .fa-instagram, .navbar-top .pull-left .fa-skiing {
    height: 30px;
    width: 30px;
    float: left;
    border: solid 1px #ddd;
    border-top-width: 0 !important;
    text-align: center;
}
a::after {
    font-family: FontAwesome;
}
.nav-tabs > li.active > a{
	color: white !important; 
}
.navbar-top .pull-left .fa-instagram, .navbar-top .pull-left .fa-facebook {
    border-left: none;
}
.navbar-top .pull-left .fa-facebook::before, .navbar-top .pull-left .fa-instagram::before, .navbar-top .pull-left .fa-skiing::before {
    line-height: 30px;
    font-size: 16px;
}
.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: auto !important;
    right: 0 !important;
}
.hasUserMenu > .dropdown-menu > li > a {
    color: #454545;
    font-size: 12px;
    padding: 5px 15px;
}
.hasUserMenu > .dropdown-menu > li > a i {
    margin-right: 10px;
}
/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/
@media (min-width: 979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {}
    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }
    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }
    .megamenu-content ul li a:hover {}
    .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }
    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}
.navbar .container .navbar-collapse {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    background: #424242;
    height: auto;
    padding: 0;
    margin: 0 auto;
    line-height: 0;
}
.navbar .container .navbar-collapse .navbar-nav {
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 51px;
    padding: 0 12px;
}
.navbar-nav > li > a:hover {
    color: white;
}
.search-box {
    float: right;
    height: 60px;
    width: 60px;
    text-align: center;
}
.search-box .input-group .getFullSearch {
    line-height: 60px;
    width: 60px;
    padding: 0;
}
.search-box .input-group .getFullSearch:focus {
    outline: none;
}
.search-box.static-search {
    width: auto;
    min-width: 143px;
}
.search-box.static-search #search-form {
    padding-right: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.search-box .input-group {
    width: 60px;
    margin: 0 auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .input-group {
    max-width: 183px;
}
.search-box .form-control {
    width: 0;
    padding: 0;
    height: 34px;
    border: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .form-control {
    border: solid 1px #fff;
}
.btn-nobg {
    background: none;
    color: #424242;
}
.search-box:hover .btn-nobg {
    background: #fff;
}
.search-box.static-search .input-group {
    margin-top: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box.static-search .form-control {
    width: auto;
    padding: 0;
    height: 35px;
    border: solid 1px #fff;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.search-box.static-search:hover .form-control {
    opacity: 1;
    border: solid 1px #fff;
    color: #333;
    background: #fff;
}
.search-box.static-search button {
    border: 0 !important;
    margin: 0 !important;
}
/***  ------- Search Bar Full ------- ***/
.search-full {
    bottom: 0;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    display: none;
}
.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%;
}
.search-close {
    background: rgba(0, 0, 0, 0.3);
    display: table;
    float: right;
    font-size: 32px;
    height: 50px;
    padding: 0 15px;
}
.search-close i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.search-close:hover i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
}
.search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    text-align: right;
    padding: 13px 0 13px 15px;
    width: 100%;
    max-width: 90%;
}
.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search-input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.searchInputBox .search-btn {
    border: none;
    padding: 0 10px 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.search-full.active {
    display: block;
}
.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.colorWhite, .colorWhite i {
    color: #fff !important;
}
.promo-1 {
    color: #FFFFFF;
    font-family: Oswald, Helvetica Neue;
    margin-bottom: 15px;
    font-weight: lighter;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
/***  ------- Cart Dropdown Menu Style ------- ***/
.dropdown-left .dropdown-menu {
    left: 0;
}
.cartMenu {
    float: left;
    display: block;
}
.cartMenu a.dropdown-toggle {
    padding: 0 10px;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-6.no-margin.no-padding .pull-right {
    margin-right: 50px;
}
i.fal.fa-shopping-bag {
    font-size: 18px;
}
.cartMenu a#cart-sidebar-toggle {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}
.cartMenu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}
.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}
.miniCartProductThumb {
    text-align: center;
}
.cartMenu img {
    width: 70%;
}
.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.miniCartDescription .size {
    color: #888888;
    font-size: 11px;
}
.miniCartDescription .price {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}
.old-price {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.font-red {
    color: #FF0000;
    font-size: 18px;
    font-weight: 700;
}
.cartMenu table {
    width: 100%;
    height: auto;
}
.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}
.cartMenu table tr td {
    padding: 13px 0 15px;
}
.miniCartFooter {
    background: #ECF0F1;
    padding: 10px 10px 10px;
}
.miniCartFooter .btn:last-child {
    margin-left: 5px;
}
.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}
.miniCartFooterInMobile .subtotal {
    font-size: 18px;
    color: #fff;
}
/*.miniCartTable .mCSB_container {*/
/*    margin-right: 15px !important;*/
/*}*/
.newProductMenuBlock {
    display: block;
    position: relative;
}
.ProductMenuCaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}
.ProductMenuCaption:nth-child(n) {
    filter: none;
}
.ProductMenuCaption i {
    font-size: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.newProductMenuBlock:hover i {
    font-size: 16px;
}
.newCollectionUl ul li:first-child {}
.newCollectionUl li {
    font-weight: 600;
}
.productPopItem {
    border: solid 1px #ddd;
}
.productPopItem .productInfo {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: -50px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 4;
}
.popProImg a {
    display: block;
    max-height: 270px;
    overflow: hidden;
}
.productPop h4 {
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal !important;
    padding: 3px 0 0 !important;
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}
.productPop h4:nth-child(n) {
    filter: none;
}
.productPop h4 a {
    color: #fff !important;
}
/* =============================================================== */
/* HOME PAGE BOXES SLIDER 
/* =============================================================== */
.box-pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.swiper-slide {
    height: 100%;
}
.swiper-slide a {
    display: block;
    float: left;
}
.swiper-slide .slider-content {
    height: 100%;
    display: block;
}
.arrow-left {
    background: url(../../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}
.arrow-right {
    background: url(../../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}
.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.swiper-slide {
    height: 100%;
}
.swiper-slide .slider-content {
    height: 100%;
    display: block;
}
.slide-2x {
    width: 500px;
}
.slide-4x {
    width: 500px;
}
.slide-1x {
    width: 300px;
}
.box-4in {
    display: block;
    float: left;
    height: 50%;
    width: 50%;
}
.slider-box-bottom .box-4in, .slider-box-top .box-4in {
    height: 100%;
}
.box-4in .price, .box-text-table .dealprice {
    display: block;
    font-family: oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 15px;
}
.box-4in .btn {
    min-width: 100px !important;
}
.discount {
    font-size: 15px !important;
    margin-top: -1px;
}
.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
    bottom: 5px;
    right: 5px;
    top: auto;
}
.box-slider-content {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.box-text {
    bottom: 100px;
    display: block;
    height: auto;
    left: 18%;
    position: absolute;
    width: 64%;
    z-index: 10;
}
.box-text.bottom-align {
    bottom: 20px;
}
.box-text h1, .box-text-cell-inner h1 {
    font-size: 36px;
    letter-spacing: 3px;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.box-text p, .box-text-cell-inner p {
    font-family: Oswald;
    font-weight: lighter;
}
.box-text .btn, .box-text-cell-inner .btn {
    margin-top: 10px;
}
.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.box-text-cell-inner.dark {
    color: #454545;
}
.box-text-cell-inner {
    max-width: 70%;
    display: block;
    margin-left: 15%;
}
.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.box-content-overly.box-content-overly-white {
    opacity: 0;
}
.box-blank-url {
    display: block;
    height: 100%;
    width: 100%;
}
.slider-box-top .box-content-overly {
    bottom: 5px;
    top: auto;
}
.box-slider-content:hover .box-content-overly {
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
}
.box-slider-content:hover .box-content-overly-white {
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
    opacity: 1;
}
.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
    opacity: 1;
    display: block;
    color: #454545;
}
.box-slider-content .box-img {
    height: 100%;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0 5px 0 0;
}
.box-img.last-child-slide {
    margin-right: 0;
}
.box-slider-content a.box-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}
.box-slider-content .slider-box-top a.box-img {
    bottom: 5px;
    height: 100%;
    overflow: hidden;
}
.box-4in.a a.box-img, .box-4in.b a.box-img {
    bottom: 5px;
    height: 100%;
    display: block;
    overflow: hidden;
}
.slider-box-top {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}
.slider-box-top .box-img {
    bottom: 5px;
}
.slider-box-bottom {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}
h1.bolder-style {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    text-transform: uppercase;
}
h1.bolder-style.light, h1.bolder-style.light a {
    color: #fff;
}
h1.bolder-style.dark, h1.bolder-style.dark a {
    color: #454545;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
    -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
}
.slider-box-top .bolder-sub a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.5px;
}
.box-price-tag {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}
.box-price-tag .price {
    background: #fff;
    color: #454545;
    font-family: oswald;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .slide-2x, .slide-4x, .slide-1x {
        width: 490px;
    }
    .box-text {
        bottom: 10% !important;
    }
}
@media (max-width: 767px) {
    .slide-2x, .slide-4x, .slide-1x {
        width: 350px;
    }
    .box-text {
        bottom: 10%;
    }
    .box-text h1, .box-text-cell-inner h1 {
        font-size: 26px;
    }
    .btn-stroke-dark, .btn-stroke-light {
        padding: 10px 20px;
        min-width: 150px;
    }
    h1.bolder-style {
        font-size: 50px;
        line-height: 50px;
    }
}
/* =============================================================== */
/* HOME PAGE SLIDER  
/* =============================================================== */
.sliderImg {
    background: url('../../images/site/loading1.gif') center center no-repeat; /* prealoder */
}
.banner {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    float: left;
}
.banner-boxes {
    margin-top: 80px;
}
.banner.down {
    margin-top: 26px;
}
.banner, .slider-content, .slider, .slider-v2 {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
}
.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider.slider-v1 .slider-item > a {
    display: inline-block;
    width: 100%;
}
.sliderImg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 100%;
}
#pager2 span.cycle-pager-active {
    background: #6eb43f !important;
}
.banner .sliderInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner .sliderInfo .container {
    height: 100%;
    dispay: block;
}
.sliderText {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
    filter: none;
}
.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.transformRight {
    display: block;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none; /* IE FIX */
    filter: none;
}
.transformLeft {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.sliderText .inner {
    padding: 20px;
}
.sliderText h1 {
    font-size: 36px;
    font-weight: lighter;
}
.sliderText.dark h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slide-link {
    color: #fff;
    letter-spacing: -0.25px;
    font-size: 16px;
}
.sliderText {
    margin-top: 15%;
}
.sliderText.dark {
    color: #ddd;
}
.slider-item-img1 {
    background-size: cover;
}
.slider-item-img2 {
    background-size: cover;
}
.slider-item-img3 {
    background-size: cover;
}
/***  ------- Slider Style 1 Start ------- ***/
#pager2 {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#pager2 span {
    background: rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
}
#pager2 span.cycle-pager-active {
    color: #fff;
}
.sliderControl {
    position: absolute;
    z-index: 200;
    top: 0;
    height: 100%;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 0 50px;
}
.sliderControl i {
    opacity: 0.5;
    top: 50%;
    margin-top: -21px;
    position: relative;
}
.sliderControl:hover:nth-child(n) {
    filter: none;
}
.sliderControl:hover i {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
    opacity: 1;
    zoom: 1;
}
.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.sliderText.white {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
    zoom: 1;
}
.sliderText.white:nth-child(n) {
    filter: none;
}
.sliderText.white h1 {}
.sliderText h3.price {
    font-weight: lighter;
    font-size: 22px;
}
.sliderTextFull {
    color: #ffffff;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sliderTextFull h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}
.topAnima {
    opacity: 0;
}
.cycle-slide-active .topAnima {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.3s;
    visibility: visible !important;
}
.sliderTextFull .opacity0 {
    opacity: 0 !important;
}
.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1 !important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}
.sliderTextFull .inner.dark {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    width: auto;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}
.sliderTextFull .inner.dark:nth-child(n) {
    filter: none;
}
.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}
.color-white h1, .color-white p, .color-white {
    color: #fff;
}
.color-black h1, .color-black p, .color-black {
    color: #000;
}
/***  ------- Slider Style 2 Pager ------- ***/
#pager {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
}
#pager a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    font-family: Oswald, Helvetica Neue;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333334%;
    background: rgba(0, 0, 0, 0.5);
}
#pager a.cycle-pager-active {
    color: #fff;
}
/*  // Style   2  end*/
/* =============================================================== */
/* HOME PAGE LOOK 2  
/* =============================================================== */
.home-intro h2 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}
.home-intro {
    background: #34373b;
    color: #fff;
    padding: 15px 0 0;
}
.home-intro h2 span {
    color: #ff7f00;
}
.sectionCategory {
    background: #34373b;
    padding: 60px 0;
    position: relative;
}
.sectionCategoryIntro {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}
.sectionCategory .container {
    position: relative;
    z-index: 5;
}
.sectionCategoryIntro h1 {
    font-family: Oswald;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.sectionCategoryIntro p {
    color: #ddd;
}
.sectionCategory .subCategoryThumb {
    height: 160px !important;
}
/***  -------  Home look 2 || productShowCase section  ------- ***/
.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
.show-case-wrapper {
    margin: 0 auto 30px;
    float: none;
}
#productShowCase .owl-controls {
    margin-top: 0;
}
.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}
@media (max-width: 767px) {
    .product-slide-inner {
        display: block;
        max-width: 98%;
        margin: 5% auto 0;
        text-align: center;
    }
    #productShowCase .owl-controls {
        margin-top: 10px;
    }
}
#productShowCase .btn-stroke-dark i {
    font-size: 0;
    transition: font 0.3s ease;
}
#productShowCase .btn-stroke-dark:hover i {
    font-size: inherit;
}
#productShowCase .details-description {
    margin-bottom: 15px;
}
.product-slide-left {
    text-align: center;
}
.product-slide-img {
    display: block;
    text-align: center;
}
.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto
}
#productShowCase .product-title {
    font-family: oswald;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}
.ps-nav {
    display: block;
    font-size: 68px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#ps-next {
    right: 15px;
}
#ps-prev {
    left: 15px;
}
@media (max-width: 767px) {
    #ps-next {
        right: 15px;
    }
    #ps-prev {
        left: 15px;
    }
}
.boxes-title-1 {
    background: #ebebeb;
    font-family: Oswald;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}
/***  -------  Home look 2 || Featured image section  ------- ***/
.featuredImgLook2 .inner {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 15px;
}
.featuredImgLook2 .inner:hover {
    border: solid 1px #4EC67F;
}
.img-link {
    display: block;
    overflow: hidden;
}
.img-link img {
    width: 100%;
}
.featuredImgLook2 h3 {
    color: #454545;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}
.featuredImgLook2 h3 span {
    color: #eb5e58;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.featuredImgLook2 .btn-link {
    border-radius: 0;
    color: #7f8c8d;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}
.featuredImgLook2 p {
    color: #7f8c8d;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .featuredImgLook2 .col-md-3 {
        margin-bottom: 30px;
    }
}
@media (max-width: 460px) {
    .featuredImgLook2 .col-md-3 {
        width: 100%;
    }
}
/* ---------- // Home look 2 end //--------*/
/* =============================================================== */
/* HOME PAGE LOOK 3  
/* =============================================================== */
#imageShowCase {
    display: block;
    clear: both;
}
#imageShowCase .product-slide h1 {
    text-transform: uppercase;
}
#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
    opacity: 1;
}
.featuredImageLook3 .inner {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.image-show-case-wrapper .ps-nav {
    opacity: 0;
    transform: scale(1.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.image-show-case-wrapper:hover .ps-nav {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.featuredImageLook3 .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}
.submini {
    height: 2px;
    max-width: 50px;
    margin: 15px auto;
    background: #454545;
    box-shadow: none;
    border: none;
}
.featuredImageLook3 .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    font-family: Oswald;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 100;
    transition: opacity .2s linear, visibility .2s linear;
}
.featuredImageLook3 .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}
.img-block {
    display: block;
    overflow: hidden;
}
.featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 20px;
}
.featuredImageLook3 .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}
.image-show-case-wrapper .owl-pagination {
    margin-top: -40px !important;
    position: relative;
    text-align: center;
    z-index: 50;
    margin-bottom: 40px;
}
.product-slide .box-content-overly {
    text-align: center;
    visibility: visible;
    color: #fff;
}
@media (max-width: 991px) {
    button.navbar-toggle.fl_toggle.btn-left-nav {
        display: block !important;
    }
    .navbar .navbar-top .row {
        margin-top: 0;
    }
    #mobile_cart_ic {
        display: block;
    }
}
@media (max-width: 650px) {
    .featuredImageLook3 .inner .box-text-cell-inner h1 {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .featuredImageLook3 .inner .box-text-cell-inner p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 14px;
    }
    hr.submini {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .featuredImageLook3 .inner .img-title {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #tab_left_menu1 .dropdown-menu {
        position: relative;
        box-shadow: none;
        padding-bottom: 20px !important;
    }
    #tab_left_menu1 .dropdown-menu > li > a {
        line-height: 2.5;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .featuredImageLook3 .box-content-overly {
        display: none;
    }
    .featuredImageLook3 .inner .img-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}
/* ---------- // Home look 3 end //--------*/
/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */
.section-block {
    margin-bottom: 30px;
}
.section-title {
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 10px;
    padding: 0;
}
.section-title span {
    color: #454545;
    display: inline-block;
    padding: 5px 15px 5px 0;
    width: auto;
}
/***  -------  Style 2  ------- ***/
.style2 .section-title, .section-title.style2 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 44px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}
.section-title-style2, .section-title.style2 {
    position: relative;
}
.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 31px;
    width: 60%;
    z-index: 1;
}
.section-title-style2 span, .section-title.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}
.style2 .section-title span, .section-title.style2 span {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    font-weight: bold;
}
.productslider {
    width: 100%;
    display: block;
}
#productslider .item {
    margin: 0 15px 15px;
    height: 350px;
}
.item {
    /* [disabled]display: block; */
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
#SimilarProductSlider .item {
    height: auto !important;
}
.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #666;
}
.owl-item .add-fav {
    display: none;
}
.categoryProduct > .item > .product {
    height: auto !important;
    margin: 5px;
}
.product:hover {
    background: #fff;
}
.item h4 {
    float: left;
}
.item.list-view .item h4 {
    max-height: none;
}
.list-description {
    display: none;
}
.item.list-view .list-description {
    display: block;
}
.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 20px;
}
.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    background: #fff;
}
.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}
.item.list-view .image img {
    max-height: 260px;
    width: auto !important;
}
.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
    text-align: left;
}
.item.list-view h4 a {
    font-weight: 600;
    font-size: 20px;
}
.item.list-view .description {
    text-align: right;
}
.item.list-view .description p {
    text-align: right;
    max-height: 200px;
    min-height: 10px;
}
.item.list-view .price {
    font-size: 22px;
    text-align: left;
    width: 100%;
    float: left;
}
.item.list-view .action-control {
    text-align: right;
}
.item.list-view .product {
    padding-right: 20px;
    min-height: 260px;
}
.item:hover .action-control {
    border-bottom-color: #fff;
}
.product-box .item {
    margin: 0 10px;
}
.product-box .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.image a {
    display: inline-block;
    overflow: hidden;
    max-height: 420px;
    position: relative;
    text-align: center;
}
.swiper-container img {
    width: auto;
    max-height: 100%;
}
.product .image a img {
    max-height: 420px;
    width: 100%;
}
.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-width: 420px;
    margin: 0 auto;
}
.swiper_slide_items * {
    text-align: left;
}
.promotion {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.description {
    float: left;
    width: 100%;
}
.product .description > h5 {
    font-size: 24px;
}
.product .description > h5 > small {
    margin-bottom: 10px;
    float: left;
    color: #838383;
}
.product .description > h5 > a {
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
}
.description1 {
    margin: 0 auto;
    max-width: 470px;
}
.list-view .description {
    margin: 0 auto;
    min-height: auto;
    max-width: 100%;
}
.promotion {
    line-height: 18px;
}
.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 24px;
    line-height: 25px;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
}
.price {
    width: 100%;
}
.price, .price span {
    float: left;
}
.price span {
    font-size: 25px;
}
.price span.old-price {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}
table.cartTable .price, table.cartTable .price span {
    float: none;
}
.discount {
    background: red;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-top: 1px;
    padding: 0 5px;
}
.soldout {
    background: black; /* old browser */
    color: #fff;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
}
.qty-discount {
    background: #23c6c8; /* old browser */
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}
.item h4>a{
    max-height: 80px;
    overflow: hidden;
	text-overflow: ellipsis;
    line-height: 24px;
    margin: 5px 0 0;
    padding: 0;
    min-height: 25px;
    text-align: left;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.btn.btn-md.fl.m-r-md.btn_filter.btn-black {
    position: relative;
    z-index: 99;
}
.item h4 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}

#cart-summary td.price{font-size: 22px;}

.description p {
    color: #888888;
    font-size: 14px;
    min-height: 55px;
    max-height: 90px;
    overflow: hidden;
    line-height: 18px;
}
.price {
    font-size: 14px;
    color: #444444;
    padding-bottom: 10px;
}
.price span.old-price {
    margin-left: 0 !important;
    color: #b0b0b0;
}
.price > span:nth-child(2) {
    clear: left;
}
.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 15px;
    width: 100%;
}
.action-control a {
    cursor: pointer;
}
.cart a {
    font-size: 20px;
    color: #454545;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.load-more-block {
    padding-bottom: 30px;
    position: relative;
}
.load-more-block .btn-thin {
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}
.load-more-block:after {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 30%;
    position: absolute;
    top: 18px;
    width: 40%;
    z-index: 1;
}
.featureImg a {
    display: block;
    overflow: hidden;
}
.featureImg a img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.featureImg a img:hover {
    transform: scale(1.1) rotate(-1.1deg);
    -webkit-transform: scale(1.1) rotate(-1.1deg);
    -moz-transform: scale(1.1) rotate(-1.1deg);
    -ms-transform: scale(1.1) rotate(-1.1deg);
    -o-transform: scale(1.1) rotate(-1.1deg);
}
/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
}
.parallax-image-1 {
    background-image: url(../../images/parallax/bb_1-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* [disabled]background-size: cover; */
    background-attachment: fixed; /* IE FIX */
}
.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
    background-attachment: scroll !important;
}
.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios, .blog-intro.isios {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
    background-position: center center;
}
.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}
.parallax-image-1.isios {
    background-color: #734e48;
    background-repeat: no-repeat;
}
.parallax-image-2.isios {
    background-size: auto 100% !important;
}
.parallaxPrce {
    font-size: 64px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 10px;
}
.parallax-content h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px;
    padding: 5px 10px;
    text-align: center;
}
.parallax-content h3 {
    color: #DDDDDD;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
    max-width: 900px;
    padding: 0 10px;
    text-align: center;
}
.btn-discover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 60px;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-discover:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.btn-discover:hover {}
.parallax-content {
    text-align: center;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
.brand-carousel li {
    float: left;
    display: inline-block;
}
.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}
.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}
/***  -------  Parallax section 2  ------- ***/
.parallax-image-2 {
    background-image: url(../../images/parallax/bag_bg.jpg);
    background-attachment: fixed; /* IE FIX */
}
.parallax-section-overley {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}
h1.x2large {
    color: #FFFFFF;
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}
h5.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}
/* =============================================================== */
/*  FOOTER
/* =============================================================== */
.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    height: auto;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    /*    border-bottom: 1px solid #DDDDDD;*/
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 0;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'DINPro-Regular', 'NanumSquare' !important;
}
.footer ul {
    font-size: 12px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    color: black;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.bhs-footer-link a:nth-child(2) {
    margin-top: 15px;
}
.footer a {
    color: #888888
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.supportLi h4 a {
    color: #454545;
}
.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsLatterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.newsLatterBox {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #454545;
    background: #454545;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 8px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: #f5f5f5;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.paymentMethodImg img {
    margin-left: 5px;
}
@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom p.pull-left {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .paymentMethodImg {
        width: 100%;
        float: none !important;
        text-align: center;
        position: relative !important;
        margin-top: 20px;
        bottom: 0 !important;
    }
    .paymentMethodImg img {
        display: inline-block;
        float: none !important;
        max-height: 24px;
    }
}
/* =========================HOMEPAGE END==========================*/
/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */
.breadcrumb {
    border-bottom: 1px solid #DDDDDD;
    background: none;
    font-size: 11px
}
.main-container {
    min-height: 400px;
}
.headerOffset {
    padding-top: 150px;
}
.category-top > h2 {
    color: #303030;
    font-weight: 700;
    letter-spacing: 0;
}
.subCategoryList .thumbnail {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.open-tree > .dropdown-menu {
    display: block;
}
.dropdown-menu-tree {
    display: none;
    margin-bottom: 20px;
}
.open-tree > .dropdown-menu-tree {
    display: block;
}
.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #454545;
}
.nav-stacked.tree > li a:hover {
    color: #454545;
    font-weight: bold;
}
.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}
.category-level-2 {
    border-left: 1px solid #DDDDDD !important;
    margin-left: 13px;
}
.category-level-2 li {
    margin-top: 2px;
}
.category-level-2 li a {
    font-weight: normal !important;
    padding: 2px 15px;
}
.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
    font-weight: bold !important;
}
.priceFilterBody .form-inline .form-group {
    max-width: 30%;
    float: left;
}
.priceFilterBody .form-inline .form-group .form-control {
    width: 100%;
}
.priceFilterBody .sp {
    padding: 10px;
}
.subCategoryThumb {
    height: 80px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.subCategoryThumb img {
    max-width: 100%;
}
.subCategoryList {
    margin-top: 30px;
    overflow: hidden;
}
.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}
.productFilter {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    display: block;
    padding: 35px 0 5px 0;
}
.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}
.change-view {
    margin-right: 10px;
}
.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}
.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.productFilter select, .productFilter input {
    font-size: 13px;
}
.categoryFooter {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}
.nav-stacked > li {
    float: left;
}
.nav-stacked > li a {
    font-size: 13px;
}
.nav-stacked > li a:hover {
    color: #fff;
}
.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #454545;
    font-weight: bold;
}
/***  -------  according panel style  ------- ***/
.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}
.panel-heading, .panel-group .panel {
    border-radius: 0;
}
.clearFilter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}
.labelRounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.clearFilter:hover {
    opacity: 0.7;
}
.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.minus {
    display: block;
}
.collapseWill .minus {
    display: none !important;
}
.collapseWill.collapsed .minus {
    display: none !important;
}
.collapseWill {}
.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}
/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */
.categoryFilter {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 50px;
}
.categoryFilter .minict_wrapper {
    max-width: 180px;
    max-height: 28px;
    height: 28px !important;
}
.categoryFilter .minict_wrapper input {
    height: 28px !important;
    font-size: 12px !important;
}
.minict_wrapper input {
    border: 0 !important;
}
.categoryFilter .minict_wrapper ul li {
    font-size: 12px !important;
}
.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}
.nav-tabs > li > a {
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0;
    font-size: 12px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    border-radius: 0;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

ul.nav.nav-tabs.flat.list-unstyled.list-inline.social-inline.product_tab > li.active > a,
ul.nav.nav-tabs.flat.list-unstyled.list-inline.social-inline.product_tab > li.active > a:hover,
ul.nav.nav-tabs.flat.list-unstyled.list-inline.social-inline.product_tab > li.active > a:focus,
ul.nav.nav-tabs.flat.list-unstyled.list-inline.social-inline.product_tab > li:hover > a {
	background-color: #69a92f;
	color: white;
	border-width: 0;
}
/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}
.sp-thumbs {
    text-align: center !important;
}
.sp-large a img {
    width: 100%;
}
.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
}
.sp-large {
    max-width: 90%;
}
.sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 140px !important;
    width: 100px !important;
    z-index: 70;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    transition: margin 0.2s ease 0s;
}
.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}
.sp-thumbs a:hover {
    margin-right: 4px !important;
}
.sp-thumbs img {
    height: auto !important;
    width: 60px !important;
}
/***  -------  Product details style 2   ------- ***/
.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
}
.style2 .sp-thumbs img {
    height: auto !important;
    width: 100px !important;
    max-width: 100%;
    width: 100px !important;
}
.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left !important;
    width: 100%;
}
.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
}
.product-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-price {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.price-standard {
    color: #999999;
    font-size: 16px;
    text-decoration: line-through;
}
.product-code {
    font-family: oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.rating span {
    display: inline-block;
}
.ratingInfo {
    margin-left: 10px;
}
/*------- product-details style 4 ------- */
.text-success {
    color: #1c84c6 !important;
}
.zoomThumb a {
    display: inline-block;
}
.zoomThumb a img {
    max-width: 100%;
}
.zoomImg {
    cursor: crosshair;
}
/*------- product tab ------- */
.nav-tabs {
    margin-bottom: 20px;
}
.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}
.nav-tabs li a {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
.color-details {
    margin-top: 14px;
}
.swatches {
    margin: 0.5em 0;
    padding-left: 0;
}
.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}
.swatches .selected, .swatches li:hover {
    border: 2px solid #ddd;
}
.swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}
.swatches a img {
    height: 29px;
    width: 29px;
}
.swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/***  ------- filterBox ------- ***/
.filterBox {
    display: inline-block;
}
.productFilterLook2 .filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}
.cart-actions {
    margin-top: 0;
    width: 100%;
    display: inline-block;
    clear: both;
}
.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Oswald, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
}
button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}
.cart-actions .wishlist {
    background: #CCCCCC;
    line-height: 1em;
    text-decoration: none;
    border: solid 2px #CCCCCC;
    text-align: center;
}
.cart-actions .wishlist:hover {
    background: #fff;
    color: #666;
    border: solid 2px #CCCCCC;
}
.incaps {
    display: block;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}
.incaps i {
    font-size: 20px;
}
.color-in {
    color: #4CC94A;
}
.color-out {
    color: red;
}
.product-share {
    clear: both;
    display: inline-block;
    width: 100%;
}
.socialIcon a {
    background: #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding: 6px 3px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.socialIcon a:hover {
    color: #fff;
}
/***  ------- You may also like ------- ***/
.recommended {
    border-top: solid 2px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.recommended h1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
#SimilarProductSlider .item {
    padding: 30px 0px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.recommended .description {
    min-height: 70px;
}
.product-image {
    max-width: 100%;
}
.product-image img {
    max-width: 100%;
}
#SimilarProductSlider .product-image img {
    max-height: 200px;
}
/* =============================================================== */
/* CART PAGE
/* =============================================================== */
.quanitySniper {
    height: 30px;
    padding: 0;
    text-align: center;
    width: 40px;
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
tr.CartProduct td, tr.CartProduct th {
    text-align: center;
}
tr.CartProduct td:nth-child(2) {
    text-align: left;
}
.cartTable {
    border-top: solid 1px #EBEDEF;
}
.cartTableHeader {
    background: #EBEDEF;
}
.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #EBEDEF;
    display: inline-block;
    width: 100%;
}
#cart-summary tr td:nth-child(2) {
    text-align: right;
}
/* =============================================================== */
/* Right side bar  //> .rightSidebar //> if needed
/* =============================================================== */
.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}
.rightSidebar #cart-summary {
    margin-top: 0;
}
.rightSidebar #cart-summary tr:first-child td {
    border: none;
}
.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.rightSidebar img {
    max-width: 100%;
}
.rightSidebar .section-title-inner {}
.categoryListPanel {
    background: #EBEDEF;
}
.contentBox {
    margin-bottom: 15px;
}
.rightSidebar .product-image img {
    float: left;
    max-width: 100%;
    width: 90px;
    margin-right: 10px;
}
.rightSidebar .product {
    padding: 10px 0;
}
.rightSidebar .item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}
.rightSidebar .item h4 {
    margin-top: 0;
}
.couponForm input[type="text"] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 35px;
}
.couponForm .btn {
    border-radius: 0 3px 3px 0;
}
span.success, p.success div.success {
    color: #8BB418;
}
#total-price {
    font-size: 22px;
    font-weight: bold;
}
/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */
label.error {
    color: #e74c3c;
    font-size: 90%;
}
.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}
.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 20%;
}
.orderStep li.active a {
    color: #fff;
}
.orderStep li.active a {
    position: relative;
}
.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}
.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}
.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}
.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}
.orderStep li a span {
    display: block;
    padding: 5px 0;
}
/* payment */
.paymentBox {
    margin-bottom: 30px;
    display: block;
}
.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
    width: 50px;
}
.paymentBox .panel {
    box-shadow: none;
}
/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */
.myAccountList li {
    text-align: center;
}
.myAccountList li a {
    font-size: 14px;
    display: block;
}
.myAccountList .thumbnail {
    padding: 5% 0;
}
.myAccountList .thumbnail:hover {
    background: #F5F5F5;
}
.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}
h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.panel-footer-address .btn {
    margin-right: 5px;
}
/***  ------- Cart & Wisth list ------- ***/
.CartProductThumb a img, .CartProductThumb a img {
    width: 86px;
    max-width: 100%;
}
tr.CartProduct {
    border-bottom: 1px solid #E7E9EC;
    width: 100%;
}
tr.CartProduct td, tr.CartProduct th {
    padding: 10px 0;
}
/* mycart */
.cartTableHeader {
    font-weight: bold;
    font-size: 14px;
}
/* =============================================================== */
/* ABOUT PAGE
/* =============================================================== */
.innerPage {
    padding-top: 60px;
}
.parallaxOffset {
    margin-top: 175px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.parallaxOffset.down {
    margin-top: 28px;
}
.parallax-image-aboutus {
    background: url(../../images/site/about-bg.jpg) no-repeat 50% -80px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed; /* IE FIX */
}
.parallax-image-aboutus .parallax-content {
    padding: 150px 0;
}
.title-big {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.form-newsletter input {
    margin-bottom: 20px;
}
.hr30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* =============================================================== */
/* CONTACT US PAGE
/* =============================================================== */
.whitebg {
    background: #fff;
}
.fixedContent {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}
.wrapper.contact-us {
    background: #FFFFFF;
    display: block;
    margin-top: 450px;
    position: relative;
    width: 100%;
    z-index: 4;
}
.h1error {
    font-size: 80px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.err404 {
    font-weight: lighter;
}
/* =============================================================== */
/* PRODUCT DETAILS POPUP MODAL
/* =============================================================== */
/* quick view btn */
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}
.product:hover div.quickview {
    visibility: visible;
}
.btn-quickview {
    border-radius: 2px;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff; /* old borwser */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.product:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}
.list-view .product:hover div.quickview {
    margin-top: 45%;
}
@media (max-width: 460px) {
    div.quickview {
        margin-top: 25%;
    }
    .col-xs-12.text-center.main_item_container.youtube_btn_con_dv_bg > div.col-xs-12 {
        background-position: -25px -65px !important;
        background-size: 300%;
        padding: 0 10px 50px !important;
    }
    .youtube_btn_con_dv h1, .youtube_btn_con_dv p {
        left: 25px;
    }
    .youtube_btn_con_dv h1 {
        font-size: 20px;
        font-weight: bold;
        color: black;
        top: 90px;
    }
    .youtube_btn_con_dv p {
        font-size: 15px;
		line-height: 30px;
        top: 130px;
        width: 88%;
    }
    .col-md-6.col-xs-12.youtube_btn_con_dv {
        height: 280px !important;
    }
    .youtube_btn_con_dv > a {
        left: 25px;
        bottom: 0px;
		font-size: 16px;
		height: 40px;
		line-height: 38px;
		width: 120px;
    }
    .col-md-6.col-xs-12.mov_banner_cont {
        padding-top: 30px !important;
    }
    .col-md-6.col-xs-12.mov_banner_cont iframe {
        width: 100%;
        height: 210px;
    }
    .row.featuredPostContainer.style2 > h1 {
        margin-bottom: 0 !important;
        margin-top: 30px;
    }
    .row.featuredPostContainer.style2 > div.container {
        padding: 0 20px;
        margin-top: 40px;
    }
    .product .description > h5 {
        font-size: 18px;
    }
	.youtube_btn_con_dv_bg + .col-xs-12.text-center.main_item_container{
		padding: 50px 20px !important;
	}
	.col-xs-12.text-center.main_member_container h1{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.col-xs-12.text-center.main_member_container h4{
		font-size: 12px;
	}
	.col-xs-12.pc_p.headerOffset>.col-xs-12:first-child>.col-xs-12.mb_24>.col-md-2.col-xs-4{
		padding: 5px;
	}
}
@media (max-width: 400px) {
    div.quickview {
        margin-top: 35%;
    }
}
.product > .btn-quickview:hover {
    opacity: 0.95;
}
/* quick view btn end */
#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
#product-details-modal .close, #productSetailsModalAjax .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
#productSetailsModalAjax .main-image {
    margin-top: 40px;
}
#product-details-modal .close:hover, #productSetailsModalAjax .close:hover {
    opacity: 0.8;
}
@media (max-width: 800px) {
    #product-details-modal .modal-dialog, #productSetailsModalAjax .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
}
@media (min-width: 840px) {
    .modal-details-inner {
        min-height: 552px;
    }
    .cart_img {
        max-width: 270px;
    }
}
@media (max-width: 600px) {
    #product-details-modal .modal-dialog {
        max-width: 96%;
        margin: 20px auto;
    }
}
#product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.modal-details-inner {
    padding: 30px;
}
#product-details-modal .productFilter {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#product-details-modal .filterBox {
    display: inline-block;
}
#product-details-modal .cart-actions {
    margin-bottom: 0;
    margin-top: 0;
}
#product-details-modal .color-details {
    margin-top: 5px;
}
#product-details-modal .product-share {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}
.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}
.modal-product-thumb a {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 10px !important;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    width: 60px !important;
}
.modal-product-thumb a.selected, .modal-product-thumb a:hover {
    border: 1px solid #000 !important;
}
.modal-product-thumb a img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 75px;
    width: 60px !important;
}
/* =============================================================== */
/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */
#modalAds .modal-bg-1 {
    background: url(../../images/site/modal-img-1.jpg) right bottom no-repeat;
    background-color: #F3F6FB;
}
.modal-bg-1 .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
#modalAds .modal-dialog {
    max-width: 660px;
    min-height: 340px;
    display: block;
    overflow: auto;
    padding: 15px;
    position: relative;
}
#modalAds h3 {
    color: #444;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 29px;
    text-transform: uppercase;
}
.discountLg {
    color: #000;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
}
#modalAds h4 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
}
.newsletter {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
}
.newsletter input[type="text"] {
    background: #fff;
    border: medium none;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.newsletter input[type="text"]:focus {
    text-shadow: none;
    color: #666;
}
.newsletter .subscribe-btn {
    background: #ddd;
    border: 0 none;
    border-radius: 0;
    color: #3a3a3a;
    float: left;
    font-weight: normal;
    height: 40px;
    line-height: normal;
    padding: 0 10px;
}
@media (max-width: 442px) {
    .discountLg {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    #modalAds h3 {
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .newsletter input[type="text"] {
        width: 100%;
    }
    .newsletter .subscribe-btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}
.newsletter .subscribe-btn:hover {
    background: #b7b7b7;
}
.shoplink {
    color: #000;
    display: inline-block;
    clear: both;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    left: 2px;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */
.pace .pace-progress {
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}
/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */
@media (min-width: 1800px) {
    .sliderImg {
        width: 100%;
    }
}
@media only screen and (max-width: 1224px) {
    input.quanitySniper {
        width: 35px !important;
    }
}
@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }
    .header-version-2 .banner {
        margin-top: 130px !important;
    }
    .social li {
        margin: 0 6px 0 0;
    }
    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }
    .search-box.static-search .form-control {
        max-width: 104px
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .cartMenu a.dropdown-toggle {
        height: 70px;
    }
}
/* // NEW  */
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .cartMenu a.dropdown-toggle {
        font-size: 12px;
        padding: 20px 20px;
    }
}
@media (max-width: 979px) {
    /*** iPads (portrait and landscape) ***/
    .subCategoryThumb img {
        height: 100% !important;
    }
    .container {
        width: 100% !important;
        max-width: 900px !important;
    }
    .category-top {
        margin-top: 30px;
        margin-left: 0px;
    }
    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px;
    }
    .sliderText {
        margin-top: 6%;
    }
    .header-version-2 .sliderText {
        margin-top: 10%;
    }
    .sliderText .inner {
        padding: 15px;
    }
    .sliderText h1 {
        font-size: 30px;
    }
    .sliderText.white h1 {
        padding-bottom: 0;
    }
    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }
    .sliderText.white .inner {
        padding: 5px 0;
    }
    h1.xlarge {
        font-size: 36px;
    }
    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }
    #pager2 {
        bottom: 0;
    }
    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }
    .prevControl {
        left: 0;
    }
    .nextControl {
        right: 0;
    }
    .sliderControl .fa-3x {
        font-size: 2.5em;
    }
    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
}
@media (min-width: 768px) {
    .megamenu-content.has20 {
        width: 202px;
    }
    .megamenu-content.has40 {
        width: 460px;
    }
    .megamenu-content.has60 {
        width: 670px;
    }
    .megamenu-content.has4col {
        width: 700px;
    }
    .hasMega {
        position: relative !important;
    }
    .hasMega .dropdown-menu {
        min-width: 202px;
    }
    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }
    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }
    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }
    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }
}
@media (max-width: 767px) and (min-width: 0) {
    /***  ipad 4 , iphone 4 fixed  ***/
    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }
}
@media screen and (max-width: 767px) {
	.image a{
		padding: 0 !important;
	}
	.split-banner__body iframe{
		width: 100%;
		height: 180px;
	}
    /* phones */
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }
    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }
    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }
    .userMenu li a {
        padding-top: 3px;
        line-height: 30px;
    }
    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px !important;
    }
    .search-box {
        margin-top: 7px;
    }
    .search-box .input-group .getFullSearch, .search-box, .search-box .input-group {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .miniCartFooter {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
        margin-top: 10px !important;
    }
    .cartMenu table tr {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    .cartRespons {
        font-size: 14px;
    }
    .navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7) !important;
    }
    .miniCartFooter .btn {
        color: #fff !important;
    }
    .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
        color: #424242;
    }
    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #fff;
        height: auto;
        margin: 0;
    }
    .megamenu-content ul li a {
        text-align: center;
        width: 100%;
        display: block;
        line-height: 34px;
    }
    .navbar-nav .dropdown {
        width: 100%;
    }
    .searchInputBox {
        max-width: 80%;
    }
    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .megamenu-content ul {
        margin-bottom: 15px;
    }
    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }
    /***  banner slider responsive  ***/
    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }
    .parallaximg.ismobile {
        margin-top: 0 !important;
    }
    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0;
    }
    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }
    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }
    .sliderText .inner {
        padding: 5px;
    }
    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }
    .featureImg a {
        margin-bottom: 20px;
    }
    .fa-facebook, .fa-instagram {
        font-size: 16px;
        line-height: 1;
        padding: 3px 0 0;
    }
    .text-left-xs {
        text-align: left !important;
    }
    /* Home v5 Slider */
    .ps-nav {
        top: 34%;
    }
    .ps-nav img {
        width: 80px;
    }
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;
    }
}
@media (min-width: 0) and (max-width: 991px) {
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 580px) {
    /* phones (portrait and landscape) ----------- */
	.main-container>.row.featuredPostContainer.style2>h1{
		font-size: 27px;
		
	}
	.btn_atomic2{
		max-width: 100% !important;
	}
    .row.col-lg-2.col-md-2.col-xs-12.new_fillter_ui_container_fixed.fadein_right {
        box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    .tooltip_login_event {
        right: 49%;
        width: 127px;
    }
    table tr td img {
        max-width: 100%;
    }
    .xs3Response {
        width: 50% !important;
    }
    .sliderTextFull {
        color: #FFFFFF;
    }
    .parallax-content h2 {
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
    }
    .parallax-content h3 {
        font-size: 16px;
        line-height: normal;
    }
    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }
    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }
    .orderStep li a span {
        font-size: 11px;
    }
    .categoryFooter .pagination {
        margin-bottom: 10px;
    }
    .sp-thumbs {
        bottom: 0 !important;
    }
    #pager2 {
        bottom: 0;
    }
    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }
    .sliderControl {}
    .sliderControl .fa-3x {
        font-size: 2em;
    }
    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
    /* Home v5 Slider */
    .ps-nav {
        top: 28%;
    }
    .ps-nav img {
        width: 80px;
    }
    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .newsletter {
        border: 0;
    }
    #subscribe {
        border: solid 1px #ddd;
    }
    .modal-dialog {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 95%;
        overflow: auto;
        width: 100%;
    }
    #modalAds .modal-dialog {
        display: block;
        margin: 10% auto;
        max-width: 94%;
        min-height: 340px;
        overflow: auto;
        padding: 10px 0;
        position: relative;
    }
}

#g_search_form2 {
    padding-left: 50px;
}
#g_search_form2 .searchInputBox {
    width: 420px;
    background: white;
    color: #666;
    border-bottom: 1px solid #000;
    margin-top: 8px;
    height: 42px;
    display: inline-block;
}
#g_search_form2 .search-full, #g_search_form2 .search-input {
    background: #fff;
    color: #666;
    text-align: left;
    padding: 5px 15px;
    display: inherit;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    max-width: none;
    text-align: center;
}
#g_search_form2 i.fa.fa-search {
    font-size: 20px;
}
#g_search_form2 .searchInputBox .search-btn {
    height: 40px;
}
#g_search_form2 .search-full, .search-input::placeholder {
    color: #999;
}
#g_search_form2 .searchInputBox .search-btn {
    color: #666;
    position: absolute;
    right: 0;
}
@media (max-width: 480px) {
	td.board_table_header{
		padding-bottom: 0 !important;
	}
	#column_table tr:nth-child(2) td{
		padding-top: 0 !important;
	}
	td.board_table_header>span{
		font-size: 24px;
		line-height: 34px;
	}
	td.board_table_header>span:nth-child(2){
		bottom: -20px;
		position: relative;
	}
	#collapseCategory .panel-body ul li{
		padding-left: 0 !important;
		margin-right: 5px !important;
	}
    #pager a {
        font-size: 12px;
    }
	button#mobile_cart_ic i{
		font-size: 25px;
		float: left;
		margin-top: -5px;
	}
	ul.userMenu.visible-sm.visible-xs button.btn.btn-nobg.getFullSearch{
		font-size: 25px;
		float: left;
		margin-top: -4px;
	}
    .navbar-toggle {
        width: 40px;
        text-align: center;
        padding: 8px;
    }
    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0;
    }
    h1.x2large {
        font-size: 38px;
    }
    .title-big {
        font-size: 38px;
    }
    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }
    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }
    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }
    .sliderText .inner {
        padding: 2px;
    }
    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }
    .supportLi h4 {
        font-size: 14px;
    }
    .cartTableHeader {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .CartProduct .delete i {
        font-size: 16px !important;
    }
    .CartProductThumb a img {
        max-width: 60px !important;
    }
    .CartDescription h4 a {
        font-size: 14px !important;
        line-height: normal;
    }
    .cart-actions {
        margin-top: 15px;
    }
    .cart-actions button, .cart-actions .wishlist {
        font-size: 14px !important;
        padding: 15px !important;
    }
    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }
    .navbar-brand.windowsphone img {
        max-width: 65px;
    }
    .featuredPostContainer.globalPadding {
        padding: 10px 0 !important;
    }
    .breadcrumb > li {
        font-size: 12px;
    }
    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }
    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }
    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center;
    }
    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }
    .item.list-view h4 {
        min-height: 24px;
    }
    .col-xs-mini-6, .col-xxs-6 {
        width: 50%;
    }
    .col-xs-min-12, .col-xxs-12 {
        width: 100%;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-center-xs .caps {
        font-size: 14px;
        text-align: center;
    }
    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
    }
    .no-float-xs {
        float: none !important;
    }
}
@media (max-width: 400px) {
    #pager a {
        font-size: 10px;
    }
    .container, .container-fluid {
        min-width: 310px;
    }
    .cartFooter .box-footer div {
        text-align: center;
        padding-bottom: 5px;
    }
    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 8px;
    }
    .cartFooter {
        padding: 5px 0;
    }
    .checkoutReview th {
        font-size: 13px;
    }
    .col-xs-mini-6 {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .container {
        width: 100% !important;
        max-width: 320px !important;
    }
    .banner {
        width: 100% !important;
        max-width: 320px !important;
        overflow: hidden !important;
    }
}
/* IMAGE HOVER */
.itemauto {
    height: auto;
    max-height: none;
}
.imageHover {
    display: block;
    max-height: 404px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.imageHover a {
    display: block;
    overflow: hidden;
}
.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}
.secondaryImage {
    left: 0;
    position: absolute;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
    opacity: 0;
}
.imageHoverFlip .primaryImage {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.imageHoverFlip .secondaryImage {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.product:hover .secondaryImage {
    opacity: 1;
}
.product:hover .img-responsive.primaryImage {
    opacity: 0;
}
.product:hover .imageHoverFlip .img-responsive.primaryImage {
    transform: rotateY(180deg);
}
.product:hover .imageHoverFlip .img-responsive.secondaryImage {
    opacity: 1;
    transform: rotateY(0deg);
}
.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
/* carousel-inner */
.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
}
.imageHover .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}
.imageHover .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}
.imageHover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}
.imageHover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}
.hoverNav .carousel-control {
    transform: scale(0.1);
    visibility: hidden;
    transition: all 0.3s ease 0.1s;
}
.product:hover .hoverNav .carousel-control {
    transform: scale(1);
    visibility: visible;
}
.imageHover div.quickview {
    margin-top: 60%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media (max-width: 767px) {
    .imageHover .glyphicon-chevron-right::before {
        height: 25px;
        width: 25px;
    }
    .imageHover .glyphicon-chevron-left::before {
        height: 25px;
        width: 25px;
    }
}
/* ORDER STATUS */
.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.order-box-header {
    background: #ebeded;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.order-box-content {
    padding: 15px;
}
.order-box-content table td {
    padding: 5px;
}
.statusTop {
    margin-bottom: 20px;
}
.statusTop p {
    font-size: 16px;
    margin-bottom: 5px;
}
.order-details-cart {
    width: 100%;
}
.order-details-cart tr {
    border-bottom: solid 1px #ddd;
}
.order-details-cart img {
    width: 80px;
}
.cartTotalTr {
    border: none !important;
}
.cartTotalTr td {
    text-align: right;
}
/* Thanks Page */
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.thanxContent {
    padding: 70px 0 30px;
}
.thanxContent a {
    color: #A2C15A;
}
.thanxContent h1 {
    margin-bottom: 0;
    font-size: 40px;
}
.thanxContent h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
.cartTableBorder {
    border: solid 1px #EBEDEF;
}
/* review modal */
.rating-here .fa, .rating .fa {
    color: #E7711B;
}
.reviewtitle {}
/* NAV TREE */
.nav-category {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.nav-category li a {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
}
.nav-category li a:hover {
    background: #f5f5f5;
}
.nav-category li a.child-has-open:hover {
    background: #fff;
}
.nav-category a span {
    padding-right: 5px;
    display: inline-block;
}
.nav-category li ul {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}
.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}
.nav-category ul ul a {
    padding-left: 45px;
}
.nav-category ul ul ul a {
    padding-left: 60px;
}
.nav-category ul ul ul ul a {
    padding-left: 75px;
}
.nav-category li a.child-has-open {
    font-weight: bold;
}
.child-has-open::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}
.child-has-close::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}
/* SELECT 2 PLUGIN CUSTOMIZE */
.select2-container .select2-selection--single {
    height: 37px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px 3px;
    border-style: solid;
    border-width: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.productFilter .select2-container, .form-group .select2-container {
    width: 100% !important;
}
/* iCheck Customize */
.radio-inline, .checkbox-inline, .radio label, .checkbox label {
    padding-left: 0;
}
.iCheck-margin {
    margin-right: 5px;
}
/* MENU OVERLAPPED */
@media screen and (min-width: 1920px) {
    .main-container > .row.featuredPostContainer.style2 {
        padding: 0 100px;
    }
}
@media screen and (min-width: 768px) {
    .ProductDetailsList.megamenu-content ul {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ProductDetailsList.megamenu-content ul li a {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* ONEPAGE PAYMENT */
.payment-method {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%;
}
/* OWL PAGINATION ARROW */
.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
}
.owl-has-nav:hover {
    opacity: .5;
}
.owl-has-nav i {
    position: absolute;
    top: 0;
}
.owl-has-nav.owl-next i {
    right: 0;
}
.owl-has-nav.owl-prev i {
    left: 0;
}
/* PAGE v-7.1 MENU  */
.container.static, .static {
    position: static;
}
.container.static .megamenu-content.container {
    padding-left: 0;
    padding-right: 0;
}
/* PAGE About 3   */
.about-3 {
    height: auto;
    max-height: none;
    background-position: 50% center;
    background-size: cover;
}
.about-3 .parallax-content {
    padding: 60px 0;
}
.about-3 .w100 {
    background: rgba(0, 0, 0, 0.3);
}
.about-3 .intro-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    padding: 150px 0;
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
    clear: both;
}
.lead-2 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}
.about-content .lead-2 {
    margin: 50px 0;
}
.abt-img {
    width: 350px;
    margin: 0 auto;
}
.about-content-text {
    max-width: 380px;
    margin: 0 auto;
}
.about-content-text h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}
.about-content-text > h3::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin-top: 30px;
    width: 50px;
}
.about-content-text p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}
.preson-row {
    text-align: center;
}
.preson-row .preson {
    display: inline-block;
    width: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.preson-row .preson:last-child {
    margin-right: 0;
}
.preson-row .preson img {
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    opacity: 1;
}
.preson-row .preson:hover img {
    opacity: .8;
}
.preson-details {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.preson-details p {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
}
.preson-details p span {
    color: #888888;
    font-size: 14px;
}
.about-title {
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.about-title::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 50px;
}
.section-people {
    margin-top: 60px;
}
.section-about-bottom {
    padding: 60px 0 200px;
}
.CartProduct .price {
    width: auto;
}
.left_floting_menu {
    top: 139px;
    left: 20px;
    position: fixed;
    z-index: 999;
    background-color: white;
    text-align: center;
    transition: all 0.1s;
    border: 1px solid #eee;
    padding: 20px 10px;
    max-width: 240px;
    color: black;
    max-height: 550px;
}
.right_floting_menu {
    top: 139px;
    right: 20px;
    position: absolute;
    z-index: 999;
    background-color: white;
    text-align: center;
    transition: all 0.1s;
    border: 1px solid #eee;
    padding: 5px;
    max-width: 180px;
    color: black;
}
.right-arrow-box {
    padding: 5px;
    display: block;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
}
.right-arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #424242;
}
.right_hide_action .right-arrow {
    transform: rotate(180deg);
}
.right-arrow:hover {
    cursor: pointer;
}
.right_hide_action {
    right: -140px;
    transition: all 0.5s;
    transition-timing-function: ease;
}
.right_floting_menu img {
    width: 90%;
}
.right_floting_menu hr {
    border-color: #424242;
}
.right_floting_menu ul li:first-child {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.right_floting_menu ul li:nth-child(6) {
    margin-bottom: 15px;
}
.right_floting_menu ul li:nth-child(n+2):nth-child(-n+6) {
    background-color: #fff;
    color: #424242;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
    box-sizing: border-box;
}
.right_floting_menu ul li:nth-child(n+2):nth-child(-n+6) a {
    color: #424242;
}
.sns-list-banner div:nth-child(n+1):nth-child(-n+3) {}
.ft11 {
    font-size: 11px;
}
.ft12 {
    font-size: 12px;
}
.board_list_banner .b1_e {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    min-height: 150px;
}
.board_list_banner div:last-child .b1_e {
    padding: 0;
    border: none;
}
.board_list_banner div p {
    font-weight: bold;
    margin-left: 10px;
    font-size: 15px;
}
.board_list_banner div i {
    float: right;
    font-size: 80px;
    margin: 50px 20px 10px 0;
    color: #999;
}
.board_list_banner div i:hover {
    color: #424242;
    cursor: pointer;
}
.notice_title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
}
.notice_title a {
    background-color: white;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    height: 30px;
    line-height: 28px;
    float: right;
    padding: 0 10px;
}
.notice_title a:hover {
    color: black;
    border-color: black;
}
.banner_layout2 .main-notice-board {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.main-notice-board {
    padding: 0 10px;
}
.main-notice-board ul {
    margin-top: 15px;
}
.main-notice-board ul li {
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
    .headerOffset {
        padding-top: 150px
    }
    .preson-row .preson {
        margin-right: 15px;
        width: 200px;
    }
}
@media screen and (min-width: 1400px) {
    .section-about-bottom {
        background-position: top center !important;
    }
}
@media screen and (max-width: 991px) {
    .preson-row .preson {
        margin-right: 15px;
        width: 160px;
    }
}
@media screen and (max-width: 767px) {
    .section-about-bottom {
        padding: 30px 0 80px;
    }
    .about-content-text h3 {
        margin-top: 15px;
        font-size: 18px;
    }
    .about-3 .intro-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 0;
    }
    .about-content-text p {
        font-size: 14px;
    }
    .lead-2 {
        font-size: 16px;
    }
    .about-content .lead-2 {
        margin: 0 0 15px;
    }
}
.white-bg {
    background: #fff;
}
/**
* 2016.11.3 kwCho
*/
#spec_order_cont {}
#spec_order_cont > div {
    margin: 0;
    overflow: hidden
}
#spec_order_cont > div > div {
    padding: 0
}
#spec_order_cont > div:last-child {
    border-bottom: solid 1px #cecece;
    margin-bottom: 20px
}
#spec_order_cont .btn.btn-xs {
    margin-top: 2px
}
/*.number_ {*/
/*	text-align : right;*/
/*}*/
/*
* for summernote
* 2016.12.26
*/
.note-btn.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.note-toolbar.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}
/**
* for left Quick Link 
*/
.themeControll {
    background: #2d3e50;
    height: auto;
    width: 70px;
    position: fixed;
    left: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    top: 20%;
    z-index: 999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
}
.themeControll.active {
    display: block;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-1020px);
    transform: translateX(-100px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
}
.themeControll a {
    border-radius: 3px;
    clear: both;
    display: block;
    height: 25px;
    margin-bottom: 4px;
    width: 50px;
}
.tbtn {
    background: #2D3E50;
    color: #FFFFFF !important;
    font-size: 30px;
    height: auto;
    padding: 10px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    cursor: pointer;
}
@media (max-width: 780px) {
    .themeControll {
        display: none;
    }
}
/**
* for left Quick Link 
*/
/*
* ?키, ??2 컬럼
*/
.column2-mode .description {
    max-width: 500px;
}
.child_cat p {
    line-height: 30px;
}
.child_cat p a {
    display: inline-block;
    padding: 0 5px;
    color: #7f8c8d;
    position: relative;
}
.child_cat p a:hover {
    color: #4ec67f;
}
.child_cat p a.active:after {
    background-color: #7f8c8d;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    width: calc(90%);
}
/* child CATEGORY */
.childCatBar {
    padding: 0 0 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 40px;
}
.childCatBar .childCatBarInner {
    margin: 0 15px;
    /*  border-bottom: solid 1px #ddd;*/
}
.childCatBar .childCatBarInner div.col-lg-3 {
    padding-left: 0;
}
.childCatBar .childCatBarInner div.col-lg-9 {
    padding-right: 0;
}
.childCatBar h4, .childCatBar p {
    margin-bottom: 0;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .childCatBar h4, .childCatBar p {
        line-height: 26px;
    }
}
.childCatBar .f-c-menu p {
    color: #7f8c8d;
}
.childCatBar .f-c-menu p span {
    color: #34495e;
}
.childCatBar .f-c-menu p a {
    display: inline-block;
    padding: 0 5px;
    color: #7f8c8d;
    position: relative;
}
.childCatBar .f-c-menu p a:hover {
    color: #4ec67f;
}
.childCatBar .f-c-menu p a.active:after {
    background-color: #7f8c8d;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    width: calc(90%);
}
/*
* kwcho 2017.11.13
*
*/
.m-b-10 {
    margin-bottom: 10px;
}
/* ksw 2018.08.04 */
.image a {
    padding: 5px 0;
}
.image a img {
    margin: 0;
    display: inline-block;
}
.product .description > h5 {
    padding: 10px 0;
}
.style2 .section-title, .section-title.style2 {
    margin: 30px 0 0 0;
}
#productslider .item .product {
    height: 100%;
}
/* ksw 2018.08.06 */
.style2 .section-title, .section-title.style2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
}
.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    margin-left: 1%;
    top: 31px;
    width: 98%;
    display: none;
}
.search-full {
    bottom: -49px;
}
.search-input {
    font-size: 15px;
}
.searchInputBox .search-btn {
    padding: 0 15px;
    height: 48px;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}
.paymentMethodImg {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.contact_tel {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px !important;
}
.contact_tel h4 {
    font-size: 18px;
}
.contact_tel h4 a {
    padding-bottom: 10px !important;
}
.pace-done {
    padding-right: 0 !important
}
.item.list-view .image {
    width: 275px;
    height: 275px;
}
.agree_font {
    font-size: 11px;
}
/* category  */
h1 {
    padding-bottom: 30px;
}
.icheckbox_square-green, .iradio_square-green {
    width: 15px;
    height: 15px;
    background-size: cover;
}
.icheckbox_square-green:hover, .icheckbox_square-green.hover {
    background-position: -14px 0;
}
.icheckbox_square-green.checked {
    background-position: -30px 0;
}
.breadcrumb {
    padding: 15px;
    line-height: 25px;
}
.cate_title {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 9px;
    border-bottom: solid 1px #ddd;
}
.categoryFooter {
    padding-top: 10px
}
.pagination {
    width: 100%;
    text-align: center;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a {
    color: #666;
}
.pagination > .active > a {
    background: #6ec65f;
    border: 1px solid #6ec65f;
}
.pagination li.active a {
    box-shadow: none;
}
.description .price {
    margin-top: 5px;
    text-align: left !important;
}
.item.list-view .product {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.item.list-view .description {
    float: left;
    margin-left: 50px;
}
.cate_nav_title li:last-child {
    font-weight: bold;
}
.child_cat a {
    float: left;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: normal;
}
#child_cate_cont > .row {
    text-align: center;
}
#child_cate_cont > .row > div {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 14px;
}
#recent_view_img .swiper-slide a {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
#recent_view_img .swiper-slide a img {
    display: inline-block;
    vertical-align: middle;
}
.cate_title_brand_h, button.btn_order.btn.btn-default.btn-md {
    border: none !important;
    color: #999;
}
#brand_fillter_container_box {
    border: none !important;
}
.child_cat a.active {
    color: #6eb43f;
    font-weight: bold;
    border-color: #6eb43f;
}
.child_cat a:hover {
    color: #6eb43f;
    border-color: #ccc;
}
/* //category - checkbox */
/* modal - 가?데 ?렬 */
.modal-title-site {
    font-size: 25px;
}
.modal {
    text-align: center;
}
.signUpContent .modal-dialog {
    min-width: 400px;
}
.modal-dialog.modal-xs {
    max-width: 400px;
}
.login_footer {
    margin: 0
}
.login_footer a {
    font-weight: bold;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-header {
    position: relative;
}
.modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 40px;
}
#g_login_form input {
    height: 40px
}
.login_or {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
}
.login_or span {
    width: 45%;
    height: 1px;
    vertical-align: middle;
    background: #e5e5e5;
    display: inline-block;
}
.login_btn_wrap {
    margin: 30px 0 15px;
}
.login_sns_btn {
    padding-left: 15px;
    padding-right: 15px;
}
.login_sns_btn > div {
    padding: 0;
    width: 49%;
    margin-left: 2%;
}
.login_sns_btn > div:first-child {
    margin-left: 0
}
/* //modal - 가?데 ?렬 */
/* contact-us */
.title-big {
    font-size: 24px
}
.lead {
    margin-bottom: 30px;
}
.block-title-5 {
    letter-spacing: 0
}
/* //contact-us */
/* checkout-0 , login.php */
.section-title-inner {
    font-size: 24px;
}
.login-forget {
    font-size: 12px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}
/* forgot-password , forgot-userid */
.breadcrumbDiv {
    margin-bottom: 30px;
}
.form-group {
    font-size: 12px;
}
/* Privacy */
.privacy_txt {
    text-align: left;
    background: #F9F9F9;
    border: 1px solid #e5e5e5;
    padding: 25px 15px;
    box-sizing: border-box;
    margin: 20px 0 25px;
}
/* Cart */
.CartProduct {
    border-top: 1px solid #E7E9EC;
}
.CartProductThumb {
    padding: 20px 0 !important
}
.cart_img {
    width: 60%;
}
.section-title-inner {
    text-align: left
}
.banner_layout2 .col-xs-12 {
    padding-bottom: 40px;
    text-align: center;
}
.banner_layout2 .col-xs-6 {
    display: inline-block;
    float: none;
}
.banner_layout2 .col-xs-6 img {
    clear: both;
}
.banner_layout div {
    box-sizing: border-box;
}
.new_category_ui_{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
@media (min-width: 1200px) {
	a.btn.btn-md.fr.m-r-md.btn_filter.btn-black.pull-right{
		display: none;
	}
}

@media (max-width: 991px) {
    .cart_img {
        width: 80%;
    }
    .banner_layout2 .col-xs-6 {
        float: left;
    }
}
@media (max-width: 771px) {
    .cart_img {
        width: 100%;
    }
    .navbar-header {
        margin: 0 !important;
        width: 100%;
        float: left;
        text-align: left;
    }
    .headerOffset {
        padding-top: 100px !important;
    }
    .productFilter .pull-right {
        text-align: center;
    }
    .change-view {
        display: none;
    }
    .right_floting_menu, .left_floting_menu {
        display: none;
    }
    .navbar-nav {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
	.btn_atomic2{
		width: 200px !important;
		font-size: 14px !important;
		border-width: 1px !important;
	}
	.col-xs-12.btn_atomic_p a{
		font-size: 12px;
		line-height: 35px;
		margin-top: 10px;
		border-width: 1px !important;
	}
    .footer-bottom div:nth-child(2) > div {
        margin-top: 10px !important;
    }
    .footer-bottom div:last-child {
        padding: 0 40px 80px !important;
    }
    .footer-bottom div:last-child > p {
        margin-top: 40px !important;
    }
    .bk_banner_container_ .col-lg-3.col-sm-6.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
    .cart_title {
        margin-top: 0 !important
    }
    .cart_img {
        width: 100%;
        padding: 2%;
        margin: 15px 0;
        border-top: 1px dashed #e5e5e5;
        border-bottom: 1px dashed #e5e5e5;
    }
    .cart_title h1 {
        padding-bottom: 0px;
    }
    .sub_banner_bhski {
        padding: 10px 0 0 0 !important;
    }
    .bk_banner_container_ {
        padding: 0 15px;
    }
    .bk_banner_container_ > div {
        width: calc(50% - 5px);
        margin: 10px 0;
        float: left;
    }
    .bk_banner_container_ > div:nth-child(even) {
        float: right;
    }
    .navbar .navbar-top .row {
        margin: 0 !important;
    }
}
/* order-list */
.order-list-txt-01 h2 {
    font-size: 14px;
    font-weight: bold;
}
/* user-information */
#member_info_form:after {
    display: block;
    clear: both;
    content: "";
}
#member_info_form {
    background: #f9f9f9;
    border: 1px solid #e5e5e5
}
#member_info_form > div {
    padding: 0 30px;
}
.userInfo_form > div {
    padding: 0 30px;
}
.userInfo_form h2.block-title-2 {
    padding-top: 30px;
}
/* check-01 */
.rightSidebar #sb-pay-amt {
    font-size: 20px;
    padding: 10px 8px;
}
.return_shopping .caps {
    margin-top: 15px;
    font-size: 15px;
}
.CartProduct .text-success {
    font-size: 14px;
    color: #ff4828
}
.check_wrap .row {
    margin: 0
}
.check_wrap .row > div {
    padding: 0
}
/* list 공통 */
.CartProduct td h5 {
    padding-bottom: 0;
    font-size: 12px
}
.CartProduct td {
    font-size: 12px
}
.board_title h1 {
    font-size: 24px;
    padding-left: 15px
}
.board_view td {
    font-size: 12px;
}
.table_view_title {
    font-weight: bold
}
.item_board_title {
    border-bottom: 1px solid #eee
}
.cartTable {
    font-size: 12px
}
.board_modal_header {
    height: 60px;
}
.board_modal_header h4 {
    line-height: 47px;
    padding-bottom: 0
}
.board_delete {
    height: 200px;
    border: 1px solid #E7E9EC;
    background: #fff
}
/* product-detail */
.product_view_txt {
    font-size: 12px
}
.product_view_txt b {
    display: inline-block;
    line-height: 24px;
}
.rating {
    margin-top: 30px;
}
.product_tab {
    margin-top: 50px
}
.product_tab li {
    width: 25%
}
.product_tab li a {
    font-weight: 300px
}
.form-control-static {
    line-height: 34px
}
.option_list {
    padding: 20px 0 !important;
    width: 100%;
    float: left;
}
.addto {
    margin: 0
}
.addto > div {
    padding: 0 5px
}
#btn_go_checkout {
    background: #000000;
    border: 1px solid #000;
    box-sizing: border-box
}
#btn_go_checkout:hover {
    border: 1px solid #2c85b0;
    background: #2c85b0;
    color: #fff
}
#btn_add_wishlist {
    border: none !important;
}
#btn_add_wishlist:hover {
    background: #ccc !important;
    color: #fff !important;
}
#btn_add_cart {
    border: none !important;
    background-color: #4ec67f !important;
    outline: none;
}
.tab-content h3 {
    font-weight: bold;
    font-size: 16px
}
.recommended h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: left
}
/* ǰ ̹  */
#product_detail_content img {
    max-width: 100%;
    height: auto
}
.userMenu li a {
    line-height: 30px;
}
.navbar .container {
    padding: 0;
}
.navbar-header {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
    float: none;
    height: 95px;
    padding-left: 15px;
    padding-top: 20px;
}
.navbar-toggle:first-child {
    float: left;
    margin-right: 0;
    margin-left: 10px;
}
ul.userMenu.visible-sm.visible-xs {
    float: right;
    margin-right: 10px;
}
#mobile_cart_ic {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.option_icon {
    margin-bottom: 10px;
    position: relative;
    margin-left: 5px;
}
.option_icon a {
    display: inline-block;
    font-size: 11px;
    padding: 0 5px;
    width: 100%;
    z-index: 99999;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.cate_option_list li {
    text-align: left;
    padding-left: 10px;
}
.list-view .option_icon {
    display: none;
}
.list-view .cate_option_list {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    padding: 0;
    margin: 10px 0;
    top: 0;
}
.list-view .cate_option_list li {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #444;
    color: #fff;
    border-radius: 2px;
}
.list-view .cate_option_list {
    display: block;
}
.list-view .grid-description {
    width: 100%;
    float: left;
}
.categoryProduct .list-view {
    padding: 0 !important;
}
.banner_new {
    width: 100%;
    text-align: center;
    margin-top: 150px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
}
.banner_new img {
    width: 100%;
    max-width: 1160px;
    margin-right: 10px;
}
#container-01 {
    margin: 20px auto;
    width: 100%;
    max-width: 1864px;
    overflow-x: hidden;
}
.pinto {
    box-sizing: border-box;
}
.pinto {
    margin-bottom: 15px;
    color: #333;
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
}
.pinto img {
    display: block;
    width: 100%;
}
.pinto .info {
    padding: 10px 5px;
    background-color: #fff;
}
.pinto .info h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.pinto .info p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
}
.b1 {
    border: 1px solid #ddd;
}
.item {
    margin: 0px;
    padding: 0;
}
#zoomContent {
    height: auto;
    min-height: 500px;
}
.main_img_view_icon {
    opacity: 0;
    position: absolute;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    left: calc(50% - 45px);
    top: calc(50% - 15px);
    transition: all 0.5s;
}
.product .image:hover .main_img_view_icon {
    opacity: 1;
    cursor: pointer;
    z-index: 999;
}
#main_img_modal .modal-header {
    background: #fff !important;
    border: none !important;
}
#main_img_modal .modal-body {
    text-align: center;
}
#main_img_modal .modal-body img {
    display: inline-block;
}
.cate_option_list .option_soldout {
    color: red;
}
.pinto_img_cont {
    border: solid 1px #ddd;
}
.navbar .container {
    width: 100%;
}
.signUpContent .modal-body fieldset {
    text-align: left;
}
.signUpContent #member_register_form .reg-email, .signUpContent #member_register_form .reg-email {
    text-align: left;
}
.bootbox div.modal-dialog {
    max-width: 400px;
}
#g_search_form1 .text-left {
    float: left;
    width: 800px;
    margin-top: 7px;
    background: #000;
    border: solid 1px #666;
}
#header_cart_dropdown {
    margin-top: -20px;
    margin-right: 0px;
}
.product_left {
    padding-left: 40px;
    padding-right: 40px;
}
.banner_layout img {
    width: 100%;
}
@media all and (min-width:768px) and (max-width:1024px) {
    #g_search_form1 .text-left {
        width: 400px;
    }
    .search-box {
        display: block;
    }
}
@media all and (min-width:991px) and (max-width:1499px) {
	.mobile_fillter_max_height_{
		height: 100vh !important;
	}

	.fadein_right + .row.col-md-8.col-sm-12.col-xs-12.new_category_ui_.col-lg-12.col-lg-10.col-md-10{
		width: 83.33333333%;
	}	
	
	.top_fillter_box_container_dv_{
		padding-bottom: 300px !important;
	}
	
}
@media all and (min-width:991px) and (max-width:1199px) {
	.item.col-lg-3.col-md-4.col-sm-6.col-xs-6:nth-child(3n+1){
		clear: left;
	}
	.fadein_right{
		position: fixed !important;
		background: white;
		z-index: 999;
	}
}
@media (max-width: 1199px) {
	.row.col-lg-10.col-md-8.col-sm-12.col-xs-12.new_category_ui_.col-lg-12,
	.row.col-md-8.col-sm-12.col-xs-12.new_category_ui_.col-lg-12.col-md-10{
		width: 100%;
	}
}

@media (max-width: 991px) {
	
    #zoomContent {
        margin: 0 !important;
    }
    #main_product_img {
        margin: 0 auto;
    }
    .zoom {
        float: none;
    }
    .zoomThumb {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
        max-width: none !important;
    }
    #zoomContent {
        min-height: inherit !important;
    }
    .categoryProduct > .item {
        height: auto;
        padding: 0px;
        border-radius: 3px;
    }
    .description {
        max-width: inherit;
    }
    .image a img {
        max-height: inherit;
        max-width: inherit;
        width: 100%;
    }
    .image {
        min-height: 140px;
    }
    .description .price {
        margin: 0;
    }
    .breadcrumb {
        padding: 0;
    }
    .main_img_view_icon {
        display: none !important;
    }
    .item h4 {
        margin-top: 5px;
    }
    .item h4 a {
        font-size: 12px;
        line-height: 14px;
    }
    .brand_list_item {
        width: auto !important;
        min-width: 125px;
        padding: 0;
    }
    #product_detail_content iframe {
        max-width: 100%;
    }
    #container-01 {
        width: 90%;
    }
    .navbar .container {
        padding: 0;
    }
    .search-box {
        display: block;
    }
    #g_search_form1 .text-left {
        display: none;
    }
    .main-container .breadcrumbDiv {
        margin-top: 20px;
    }
    .main-container .breadcrumbDiv .breadcrumb .col-xs-12 {
        padding: 0;
    }
    .productFilter {
        padding-top: 0;
    }
    #child_cate_cont ul li, #child_cate_cont ul {
        float: left;
        clear: none !important;
        width: auto;
    }
    #child_cate_cont a {
        width: 100%;
    }
    #child_cate_cont > .row > div {
        float: left;
        clear: none !important;
        width: auto;
        padding: 0;
    }
    .category_menu_current .child_category {
        padding: 0 15px;
        border: 1px solid #eee;
        margin: 5px;
    }
    .category_menu_current .child_category:hover {
        border-color: steelblue;
    }
    .category_menu_current {
        margin: 0 !important;
        width: auto !important;
    }
    #cart_form .col-xs-12 {
        padding: 0;
    }
    #cart_form .cartTable {
        margin-bottom: 0;
    }
    .signUpContent .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        min-width: inherit;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse.in {}
    .product_left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-top .pull-left .fa-facebook::before, .navbar-top .pull-left .fa-instagram::before, .userMenu li a {
        line-height: 23px;
    }
	.navbar-top .col-lg-6.col-md-6.col-sm-8.col-xs-8.no-margin.no-padding.text-center{
		position: static;
	}
    .navbar-brand {
        width: 120px;
        height: 36px;
        margin-top: 10px;
        float: right;
        margin-right: -5px;
		display: inline-block;
		position: absolute;
		left: 50%;
		transform: translateX(-65%);
		padding: 0;
    }
    .navbar-header {
        height: 90px;
        border-bottom: 1px solid #ddd;
    }
    .parallaxOffset {
        margin-top: 120px;
    }
}
@media all and (min-width:768px) and (max-width:1920px) {
    .left_category {
        position: sticky;
        top: 110px;
    }
}
@media all and (min-width:768px) and (max-width:1024px) {
    #g_search_form2 .searchInputBox {
        width: 450px;
    }
}
.footer-top {
    border-bottom: 2px solid #444;
    background-color: #fff;
    height: 36px;
    padding: 0;
    margin: 0;
}
.footer-top a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.footer-top a:hover {
    color: black;
}
.footer-top .col-xs-2 {
    border-left: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
}
.footer-top .col-xs-2:last-child {
    border-right: 1px solid #eee;
}
.footer-title {
    font-size: 24px;
    color: white;
    background: black;
    text-align: center;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    display: inline-block;
}
.bhs-footer-link a {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    clear: left;
    color: black;
}
.child_category {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
}
.owl-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.item .product .description h5 a {
    font-weight: bold;
    letter-spacing: 0.4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.select2-container .select2-selection--single {
    height: 30px;
}
.select2-container {
    float: left;
}
.featuredPostContainer h4 span {
    font-size: 20pt !important;
}
.sub_banner a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 289px;
}
#item1, #item2, #item3, #item4, #item5, #item6, #item7, #item8, #item9, #item10 {
    min-height: 400px;
}
.admin-msg {
    text-align: left;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.admin-msg p {
    width: 100%;
    float: left;
    line-height: 15px;
    font-size: 11px;
}
.modal {
    z-index: 99999999;
}
.navbar-left {
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-out;
    position: fixed;
    z-index: 99999999999;
    height: calc(100vh + 20px);
    overflow-y: auto;
    padding: 0 50px 0 0;
    display: none;
    transition: all 0.2s ease-out;
}
.open_left {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-out;
}
.open_bg {
    display: block;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
.navbar-left-window {
    height: calc(100vh + 20px);
    width: 100%;
    left: -100%;
    float: left;
    background-color: white;
    transition: all 0.3s ease-out;
}
.navbar-left .col-xs-12 div {
    padding: 0;
}
.navbar-left .navbar-left-window .navbar-nav, .navbar-left .navbar-left-window .navbar-nav .dropdown a {
    color: black;
    text-align: left;
}
.navbar-left .navbar-left-window .megamenu-content ul li {
    width: 100%;
    color: black;
    padding: 0;
    margin: 0;
    float: left;
    background-color: transparent;
}
.navbar-left .navbar-left-window .megamenu-content ul li a {
    color: black;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    line-height: 40px;
    padding-left: 30px;
}
.login_menu_ui > div {
    text-align: center;
    border: 1px solid;
    line-height: 40px;
    font-size: 12px;
}
.login_menu_ui > div:first-child {
    background-color: #6ec65f;
    border-color: #6ec65f;
}
.login_menu_ui > div a {
    display: block;
    float: left;
    width: 100%;
}
.login_menu_ui > div:first-child a {
    color: white;
}
.login_menu_ui > div:last-child {
    background-color: white;
    color: #424242;
    border-color: #eee;
}
.navbar-left .dropdown {
    border-bottom: 1px solid #eee;
}
.navbar-left .col-xs-12 {
    padding: 10px;
    background-color: white;
}
.navbar-left .navbar-nav .open .dropdown-menu {
    padding-left: 30px;
    background-color: #f5f5f5;
    padding-top: 15px;
}
.navbar-left .megamenu-content, .navbar-left .megamenu-content ul, .navbar-left .navbar-nav .open .dropdown-menu {
    float: left;
    width: 100%;
}
.navbar-left .megamenu-content ul {
    margin: 0 !important;
}
.open_menu_ui {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.open_menu_ui img {
    float: right;
    width: 100%;
    opacity: 0.4;
    display: inline-block;
}
.open_menu_arrow {
    transform: rotate(90deg);
    transition: 0.2s;
}
#close_left {
    font-size: 40px;
    margin: 0;
    padding: 0;
    opacity: 0.5;
}
.navbar-left #tab_item_list li a {
    font-size: 12px;
    font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.navbar-left #tab_item_list li.active a, .navbar-left #tab_item_list li:hover > a, .navbar-left #tab_item_list li:focus > a {
    background-color: #6ec65f !important;
}
.navbar-left #tab_item_list {
    border-color: #6ec65f;
}
.selected_item_list_container_header, .selected_item_list_container_header .addtional_item_open_btn {
    background-color: #e5ffe1 !important;
}
.brand_list {
    padding-left: 0 !important;
}
.brand_list .col-lg-2 {
    padding: 5px 10px;
    margin: 0 !important;
    width: auto;
}
.new_navbar-nav > li > a {
    color: white;
}
.new_navbar-nav li {
    display: inline-block;
}
.second_depth_menu, .third_depth_menu {
    background-image: none !important;
}
.second_depth_menu {
    width: 100% !important;
    float: left;
    left: 0 !important;
    text-align: center;
    padding: 15px 0;
    box-shadow: none;
}
.third_depth_menu {
    box-shadow: none;
    position: relative;
    top: 0 !important;
}

li.w_category_621 ul.dropdown-menu.second_depth_menu>div{
	padding: 0 40px;
	margin: 0;
	width: 100% !important;
}
li.w_category_621 ul.dropdown-menu.second_depth_menu>div>li:first-of-type,
li.w_category_885 ul.dropdown-menu.second_depth_menu>div>li:first-of-type{
	width: 162px;
}
li.w_category_621 ul.dropdown-menu.second_depth_menu>div>li:nth-of-type(2),
li.w_category_885 ul.dropdown-menu.second_depth_menu>div>li:nth-of-type(2){
	width: 240px;
	padding-left: 30px;
}
li.w_category_621 ul.dropdown-menu.second_depth_menu>div>.navigation_img_banner_cont{
	max-width: calc(100% - 402px);
	width: 1307px;
	float: left;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span, li.w_category_621:hover ul.dropdown-menu.second_depth_menu > div > span:first-child {
    background-color: #eee;
    width: 1px;
    height: 92%;
    margin-top: 10px;
    position: absolute;
}

li.w_category_621:hover ul.dropdown-menu.second_depth_menu > div > span:first-child {
    left: 210px;
}

li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:first-child{
    left: 180px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:nth-child(2) {
    left: 380px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:nth-child(3) {
    left: 580px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:nth-child(4) {
    left: 780px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:nth-child(5) {
    left: 980px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:nth-child(6) {
    left: 1180px;
}
li.w_category_549:hover ul.dropdown-menu.second_depth_menu > div > span:last-of-type {
    right: 0;
}


li.w_category_619 ul.dropdown-menu.second_depth_menu > div li.megamenu-content.col-xs-2.d2_li ul.dropdown-menu.third_depth_menu li.megamenu-content.d3_li:nth-child(n+7){
	margin-top: 21px !important;
}

.nav.navbar-nav.new_navbar-nav ul .second_depth_menu > .megamenu-content {
    display: inline-block !important;
    float: left;
    min-height: 180px;
    padding: 5px 10px;
}
#tab_left_menu1 .second_depth_menu > .megamenu-content {
    min-height: 1px;
}
ul.dropdown-menu.second_depth_menu > div {
    margin: 0 40px;
    min-height: 455px;
}
ul.dropdown-menu.second_depth_menu div li {
    width: 200px;
    padding: 0;
}
.second_depth_menu > div > li > a {
    font-size: 14px;
    text-align: left;
    padding: 0;
    line-height: 35px;
    clear: none;
    width: 100%;
    float: left;
    font-weight: bold;
    text-align: left;
}
.second_depth_menu > div > li > a:hover {
    color: #6eb43f;
}
ul.dropdown-menu.third_depth_menu {
    float: left;
    width: 100%;
    min-width: 1px;
    margin: 0;
    padding: 0;
}
#tab_left_menu1 ul.dropdown-menu.third_depth_menu {
    width: 100% !important;
}
.third_depth_menu > li {
    padding: 0 !important;
    margin: 0 !important;
}
ul.nav.navbar-nav.new_navbar-nav .third_depth_menu > li > a {
    font-size: 13px !important;
    font-weight: 500;
    padding: 0;
    line-height: 25px !important;
    width: auto;
	opacity: 0.6;
}


ul.nav.navbar-nav.new_navbar-nav .third_depth_menu > li > a:hover {
    color: #a0db79;
    font-weight: bold;
	opacity: 1;
}
.third_depth_menu > li:first-child > a {
    margin-top: 7px;
}
li.w_category_549 ul.dropdown-menu.second_depth_menu > div > li:nth-of-type(-n+8) {
    min-height: 250px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}
ul.dropdown-menu.second_depth_menu > div > li:nth-of-type(n+8) {
    float: right;
}
.col-xs-12.text-center.visible-lg.visible-md .nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li.active > a:hover {
    border-bottom-color: white !important;
    border-color: black !important;
	background-color: #69a92f;
}
.col-xs-12.text-center.visible-lg.visible-md .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    border-color: lightgray;
}

.item .promotion>* {
    height: 24px !important;
    line-height: 26px !important;
    
}
.item .promotion>*:not(:first-child){
	margin-left: 5px;
}

.nav-tabs > li {
    box-shadow: 0 0 0 1px white inset;
}
.nav-tabs > li:hover {
    box-shadow: 0 0 0 1px #ddd inset !important;
}
#tab_item_list_new li {
    width: 20%;
}
#tab_item_container_new .image a {
    padding: 0;
}
#tab_item_container_new .image a #tab_item_container_new li.active a {
    background-color: white !important;
    border-bottom-color: white !important;
    border-color: black;
}
#tab_item_container_new .item {
    position: relative;
    overflow: visible !important;
}
#tab_item_container_new .item:first-child {
    width: calc(40% - 8px);
    padding: 10px 0 0 0;
}
#tab_item_container_new .item:not(:first-child) {
    width: calc(20% + 2.6px);
    padding: 10px 0 0 10px;
    height: inherit;
    clear: none;
}
#tab_item_container_new .item:nth-child(5), #tab_item_container_new .item:nth-child(6), #tab_item_container_new .item:nth-child(7) {
    margin-top: -1px;
}
#tab_item_container_new .item:not(:first-child) .product {
    max-height: 230px !important;
}
#tab_item_container_new .item:not(:first-child) .description {
    max-height: 230px !important;
}
#tab_item_container_new .item .description {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: none;
    padding: 40px 20px;
}
.morePost.row.featuredPostContainer.style2.globalPaddingTop .container {
    max-width: 1200px;
    width: 100%;
}
#tab_item_container_new .item .description * {
    color: white;
    text-align: left;
}
#tab_item_container_new .item .product {
    position: relative;
    margin: 0;
    max-height: 480px;
}
#tab_item_container_new .item .product:hover {
    box-shadow: none;
}
#tab_item_container_new .item .product > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 5px;
    box-shadow: 0 0 0 1px #eee inset;
}
#tab_item_container_new .item .product:hover .description {
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 1;
}
#tab_item_container_new .item .product .description span.discount {
    position: absolute;
    right: -5px;
    top: -15px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    opacity: 0;
    transition: all 0.8s;
}
#tab_item_container_new .item .product:hover .description span.discount {
    top: -5px;
    opacity: 1;
}
.banner_sns_title {
    background-color: white;
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 50px;
    letter-spacing: -1px;
}
.photo_board_list .btn-xs {
    margin-top: 15px;
}
.photo_board_list h4.p_b_title {
    margin-top: 10px;
}
.front_photo_banner {
    float: left;
    width: 100%;
    min-height: 300px;
}
li.w_category_619 > ul.dropdown-menu.second_depth_menu > div {
    height: 485px;
    overflow-y: scroll;
}
li.w_category_619 > ul.dropdown-menu.second_depth_menu > div > li {
    width: 100%;
}
li.w_category_619 .second_depth_menu > div > li > a {
    width: 120px;
    padding: 46px 0;
}
li.w_category_619 .second_depth_menu > div > li ul.dropdown-menu.third_depth_menu li {
    width: auto;
    float: left;
    clear: none;
}
li.w_category_619 .second_depth_menu > div > li:first-of-type > a {
    padding-top: 0;
}
li.w_category_619 .second_depth_menu > div > li > a {
    font-size: 16px;
}
li.w_category_619 .third_depth_menu > li:first-child > a {
    margin-top: 0;
}
li.w_category_619 .third_depth_menu > li > a {
    font-size: 16px !important;
    color: black;
    min-width: 190px;
    letter-spacing: 1px;
    transition: all 0s;
    width: auto;
    padding-right: 60px;
}
li.w_category_619 .third_depth_menu > li > a span:last-child {
    width: 100%;
    display: inherit;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}
li.w_category_619 .third_depth_menu > li > a:hover {
    color: #69a92f;
}
li.w_category_619 .second_depth_menu > div > li ul.dropdown-menu.third_depth_menu {
    width: calc(100% - 120px);
    padding-top: 46px;
}

.third_depth_menu span.d3_category_title {
    line-height: 1;
    display: inline;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 12px;
}
.third_depth_menu span.d3_alt_category_title{
	float: left;
}

li.dropdown.megamenu-fullwidth.w_category_961 li.d2_li:nth-of-type(n+8){
	float: left !important;
}

.brand-search-input-box input {
    float: left;
    background-color: white;
    color: black;
    height: 40px;
    margin-bottom: 0;
    border: none;
}
.brand-search-input-box button.btn-nobg.search-btn {
    color: black;
    position: absolute;
    right: 0;
    color: black;
    height: 38px;
    padding: 0;
}
li.w_category_619:hover .brand-search-input-box {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid black;
}
li.w_category_619 .third_depth_menu > li ul.dropdown-menu.third_depth_menu {
    padding-top: 40px;
}
li.w_category_619 .second_depth_menu > div > li:first-of-type > ul.dropdown-menu.third_depth_menu {
    padding-top: 0px;
}
.nav.navbar-nav.new_navbar-nav ul.dropdown-menu.second_depth_menu {
    min-height: 485px;
}
.second_depth_menu > div > li > a, .second_depth_menu > div > li .third_depth_menu > li > a {
    font-size: 16px !important;
    line-height: 36px !important;
}
.main_member_container * {
    display: inline-block;
}
.main_member_container h1 {
    color: black;
}
.main_member_container h1, .main_member_container h4 {
    width: 100%;
}
.main_member_container a {
    width: 150px;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
    border: 2px solid #69a92f;
    margin: 30px 5px 0;
}
.main_member_container a:first-of-type {
    color: white;
    background-color: #69a92f;
}
.main_member_container a:last-of-type {
    color: black;
    background-color: transparent;
}
.search-input {
    text-align: left !important;
}
#tab_item_container_new .item.col-lg-3.col-md-3.col-sm-6.col-xs-6 .promotion {
    top: 5px;
    left: 5px;
    height: auto;
}
#tab_item_container_new .item.col-lg-3.col-md-3.col-sm-6.col-xs-6 .promotion .new-product {
    border-radius: 0px !important;
    height: 30px;
    width: 50px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

#tab_item_container_new span.old-price{
	margin-bottom: 0 !important;
}

#tab_item_container_new .item:first-child img {
    max-height: 460px !important;
}
#tab_item_container_new .item:not(:first-child) img {
    max-height: 220px !important;
}
.footer-bottom .col-md-4 div a {
    float: left;
    clear: left;
    font-size: 12px;
}

button.btn_order.btn.btn-default.btn-md:hover {
    background-color: #fafafa !important;
}
button.btn_order.btn.btn-default.btn-md.active {
    border: 1px solid #eee !important;
    background-color: white !important;
    color: black;
}
.top_fillter_box_container_dv_ .brand_list {
    max-height: 165px;
	height: auto;
}
.max_height_dv {
    max-height: none !important;
}
.cate_list_brand_h {
    padding: 0 15px !important;
}
.price_filter_range .iCheck-margin, .brand_list_item .iCheck-margin {
    margin-right: 0;
    width: 0px;
    position: static !important;
}
.top_fillter_box_container_dv_ .price_filter_range label, .top_fillter_box_container_dv_ .brand_list_item label {
    position: relative;
    padding: 0 10px;
    color: black;
}
.top_fillter_box_container_dv_ .price_filter_range label {
    width: 100%;
}
.brand_list_item {
    position: relative;
}
.price_filter_range {
    margin-bottom: 5px;
}
.price_filter_range .iCheck-margin::after, .brand_list_item .iCheck-margin::after {
    content: "";
    background-color: #f3f3f3;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid #f3f3f3;
}
.price_filter_range .iCheck-margin.checked::after, .brand_list_item .iCheck-margin.checked::after {
    background-color: #fff;
    border-color: #00a95c;
}
.price_filter_range .iCheck-margin.checked + .color_span, .brand_list_item .iCheck-margin.checked + .color_span {
    color: #00a95c;
}
#btn_search_filter_search:hover {
    box-shadow: none !important;
}
#search_filter_container_top_ui .brand_list .brand_list_item {
    width: auto !important;
	min-width: fit-content;
}
#brand_fillter_container_box, #price_fillter_container_box {
    margin-top: 40px;
}
#price_fillter_container_box {
    margin-bottom: 40px;
}
#price_fillter_container_box .price_fiter_list .brand_list_item, #price_fillter_container_box .price_fiter_list .brand_list_item label {
    width: 100% !important;
}
#btn_search_filter_search {
    margin-bottom: 10px !important;
}
.filter_search_btn_container_dv {
    bottom: -120px;
}
#brand_more_container {
    overflow: hidden;
    max-width: 100%;
}
#brand_more {
    display: none;
}
#brand_more_container .brand_list_item {
    margin-right: 3px;
    margin-bottom: 3px;
}
.gray {
    fill: #999;
}
ul.pagination.bootpag li a {
    background-color: white;
    color: #999;
    border: none;
    font-size: 18px;
}
ul.pagination.bootpag .active > a {
    color: black;
}
ul.pagination.bootpag .prev > a {
    margin-right: 10px;
}
ul.pagination.bootpag .next > a {
    margin-left: 10px;
}
ul.pagination.bootpag .prev > a::before {
    content: url("../../images/angle-left-solid.svg");
    position: absolute;
    background-color: white;
    width: 30%;
    left: 10px;
    top: 8px;
}
ul.pagination.bootpag .next > a::before {
    content: url("../../images/angle-right-solid.svg");
    position: absolute;
    background-color: white;
    width: 30%;
    right: 10px;
    top: 8px;
}
.price_fiter_list .brand_list_item {
    margin-bottom: 5px;
}
@media (max-width: 1630px) {
    .left_floting_menu, .right_floting_menu {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .categoryProduct > .item.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    #child_cate_cont > .row > div:first-child {
        margin-left: 0 !important;
    }
    #demonstrator_info .col-lg-2 {
        width: 20%;
    }
    .photo_board_list.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) {
	.col-md-6.col-xs-12.youtube_btn_con_dv{
		width: 40%;
	}
	.col-md-6.col-xs-12.mov_banner_cont{
		width: 60%;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
    .categoryProduct > .item.col-md-3:nth-child(4n+1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1700px) {
	.col-md-10.col-sm-12.col-xs-12.mountain_padding{
		padding-left: 0;
		padding-right: 0;
	}
	.mountain_padding .m_container .d_tc>div{
		width: 100%; padding: 0 20px;
	}

}



@media screen and (max-width: 767px) {
	.filter_search_btn_container_dv {
		bottom: 50px !important;
	}
	.grid-description span{
		font-size: 12px;
		color: #999;
	}
	.item h4 a{
		text-align: left;
		line-height: 1.4;
		font-size: 13px;
	}
	.item h4{
		margin-top: 0;
		line-height: 1;
	}
	.price .old-price{
		font-size: 12px !important;
		overflow: visible !important;
		margin-top: 10px;
		margin-bottom: 5px !important;
		
	}
	.price > span:not(.discount):not(.old-price){
		font-size: 13px;
	}
	.price > span.discount{
		font-size: 11px !important;
		height: 20px;
    	line-height: 20px;
		font-weight: bold !important;
	}
	.product .description > h5 > a,
	.product .description > h4 > a{
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		overflow: hidden;
	}
	.bk_banner_container_ .col-lg-3.col-sm-6.col-xs-6:nth-child(2n+1){
		clear: left;
	}
    .categoryProduct > .item.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
    #tab_item_container_new .item:first-child {
        width: 100%;
        padding-right: 0;
    }
    #tab_item_container_new .item:not(:first-child) {
        width: 50%;
        padding-left: 0;
    }
    #tab_item_list_new a {
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-size: 1rem !important;
    }
    .navbar.navbar-tshop.navbar-fixed-top.megamenu .col-xs-12 {
        padding: 0;
    }
    #tab_item_container_new .item .product .image {
        display: flex;
    }
    .navbar.navbar-tshop.navbar-fixed-top.megamenu .col-lg-4.col-sm-4.col-xs-4.col-md-4 {
        padding: 0;
    }
    #tab_item_container_new .item:nth-child(5), #tab_item_container_new .item:nth-child(6), #tab_item_container_new .item:nth-child(7) {
        margin-top: 0;
    }
    .new_fillter_ui_container_fixed {
        position: absolute !important;
        left: -100vw;
        width: 95vw;
        top: 0;
        bottom: 0;
        background-color: white;
        z-index: 9999999999;
    }
    .new_category_ui_ {
        margin-top: 20px !important;
    }
    .btn_filter {
        margin-right: 10px;
    }
    .new_fillter_ui_container_fixed.fadein_right {
        left: 0;
        right: 0;
    }
    .mobile_fillter_max_height_ {
        height: calc(100vh - 100px) !important;
		overflow: auto;
    }
	.mobile_fillter_max_height_>div.row{
		height: 100%;
	}
	#price_fillter_container_box>.col-xs-12{
		padding-bottom: 100px;
	}
    .main-container.headerOffset.category_container .row.col-md-12.col-sm-12.col-xs-12.new_category_ui_ {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #child_cate_cont > div > div.col-xs-6 {
        margin: 5px;
    }
    .row.col-lg-2.col-md-2.col-xs-12.new_fillter_ui_container.fadein_right .breadcrumb.mobile_fillter_max_height_ .cate_title {
        padding: 20px 15px !important;
    }
    .row.col-lg-2.col-md-2.col-xs-12.new_fillter_ui_container.fadein_right {
        border-top: 1px solid #eee;
    }
	#brand_fillter_container_box,#price_fillter_container_box{
		margin-top: 20px;
	}
	.top_fillter_box_container_dv_{
		height: 100%;
	}
	.col-xs-12.text-center>.col-md-3.col-sm-6.col-xs-6>a>h2{
		font-size: 18px;		
	}
	ul#tab_item_list>li.active>a{
		border-color: #6ec65f !important;
		background-color: white !important;
	}
	.categoryProduct > .item{
		padding: 0 !important;
	}
	.main-container .row.featuredPostContainer.style2 .container{
		margin-top: 30px;
	}
	.main-container .row.featuredPostContainer.style2 .container h1{
		font-size: 22px;
		padding-bottom: 0;
	}
	.item{
		padding: 0 !important;
	}
	.bk_banner_container_ .col-lg-3.col-sm-6.col-xs-6{
		padding: 0;
	}
	.bk_banner_container_ > div p{
		font-size: 11px;
	}
	.col-xs-12.text-center.main_item_container.youtube_btn_con_dv_bg{
		margin-top: 80px !important;
	}
}
