.g-recaptcha iframe { pointer-events: auto; }
.map iframe.mp { pointer-events: auto; }
.map iframe { pointer-events: none; }
::-moz-selection { background: #f4a30b; }
::selection { background: #f4a30b; }
@font-face {
  font-family: "Great_Day";
  src: url(../fonts/Great_Day.ttf);
}
@font-face {
  font-family: "Great_Day_bold";
  src: url(../fonts/Great_Day_bold.ttf);
  font-weight: 700;
}

a{-webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; -o-transition: color .2s ease-in; transition: color .2s ease-in;}
.pfirstchild p:first-child{margin-top: 0px; padding-top: 0px;}
.pfirstchild p:last-child{margin-bottom: 0px; padding-bottom: 0px;}
.animatethis{-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.loadthis { display: none; }

.main-content { max-width: 1920px; margin: auto auto; }
.main-content-ins { max-width: 1640px; margin: auto auto; padding: 0 20px; }
.main-content-ins2 { max-width: 1150px; margin: auto auto; }

.no-marg-padd { margin: 0; padding: 0; }
.no-marg-padd li { margin: 0; padding: 0; }

input, textarea { outline: 0 !important; }
strong, b { font-weight: 700 !important; }

.pagin { float: right; clear: both; }
.pagin span { display: inline-block; vertical-align: middle; color: #f4a30b; }
.pagin li { margin-left: 4px; display: inline-block; vertical-align: top; }
.pagin li img.prev { padding-right: 20px; }
.pagin li img.next { padding-left: 20px; }
.pagin li.num:before { content: "|"; font-size: 14px; margin-right: 6px; display: inline-block; vertical-align: top; }
.pagin li.num:first-child:before { display: none; }
.pagin li a { display: inline-block; margin-top: -3px; font-size: 26px; color: #151515; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.pagin li a:hover,
.pagin li.active a { color: #f4a30b; }

.ph { }
.ph::-webkit-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph:-moz-placeholder { /* Firefox 18- */ opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph::-moz-placeholder {  /* Firefox 19+ */ opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }

.ph16o { }
.ph16o::-webkit-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph16o:-moz-placeholder { /* Firefox 18- */ opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph16o::-moz-placeholder {  /* Firefox 19+ */ opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph16o:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }
.ph16o:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #9a9a9a; }

.ph18 { }
.ph18::-webkit-input-placeholder { opacity: 1 !important; font-size: 16px; color: #002157; }
.ph18:-moz-placeholder { /* Firefox 18- */ opacity: 1 !important; font-size: 16px; color: #002157; }
.ph18::-moz-placeholder {  /* Firefox 19+ */ opacity: 1 !important; font-size: 16px; color: #002157; }
.ph18:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #002157; }
.ph18:-ms-input-placeholder { opacity: 1 !important; font-size: 16px; color: #002157; }

ol.breadcrumb { background: transparent; margin: 20px 0 0 0; padding: 0; }
ol.breadcrumb li { margin: 0; padding: 0 0 0 5px; list-style: none; font-size: 15px; color: #8c8c8c; }
ol.breadcrumb li + li:before { content: "/"; padding: 0 5px 0 0; color: #8c8c8c; }
ol.breadcrumb li a { text-decoration: none; font-size: 15px; color: #8c8c8c; font-weight: normal; }
ol.breadcrumb li:hover a,
ol.breadcrumb li.active a { color: #f4a30b; }

#cookie-bar { background: #000; background: rgba(0,0,0,0.8); height: auto; line-height: normal; color: #eeeeee; text-align: center; padding: 5px 5px; }
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto; z-index: 999;}
#cookie-bar p {margin: 0; padding: 0; color: #fff; font-size: 14px; }
#cookie-bar a {color:#fff; text-decoration:underline; font-size: 14px;}
#cookie-bar .cb-enable {background:#ff0000; color: #fff; display: inline-block; text-decoration: none; padding: 2px 6px; margin-left: 8px; }
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000; color: #fff; display: inline-block; text-decoration: none; padding: 2px 6px; margin-left: 8px; }
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb; color: #fff; display: inline-block; text-decoration: none; padding: 2px 6px; margin-left: 8px; }
#cookie-bar .cb-policy:hover {background:#0055dd;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.dark-bg { position:absolute; top:0; left:0; width:100%; height:100%; background:#000; background:rgba(0,0,0,0.6); z-index:9998; display:none; }
/* mg-Popup */
.mfp-content { margin-top: 50px; }
.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* overlay at start */
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate in */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; } /* overlay animate out */
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* content at start */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } /* content animate it */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } /* content animate out */
/* mg-Popup */
.custom-fields,
.custom-fields-pad { background: none; border: 1px solid #b7b7b7; margin: 0; padding: 0 14px; width: 100%; height: 34px; border-radius: 0; }
textarea.custom-fields { padding: 6px 14px; height: 86px; }
.custom-btn,
a.custom-btn { display: inline-block; vertical-align: middle; background: #8560a8; border: 0; color: #fff; margin: 0; padding: 3px 10px; text-align: center; white-space: nowrap; border-radius: 0; height: auto; }

/********************* HEADER *********************/
header { border-bottom: 1px solid #e3dfdf; position: absolute; width: 100%; background-color: #fff; z-index: 4;}
header .head_ins { border-bottom: 1px solid #e3dfdf; padding-bottom: 10px;}
header .head_ins .left_cont { float: left; padding-top: 12px; }
header .head_ins .left_cont .h_ttl { font-size: 16px; }
header .head_ins .left_cont .h_phones {  }
header .head_ins .left_cont .h_phones .h_pho {  }
header .head_ins .left_cont .h_phones .brdr,
header .head_ins .left_cont .h_phones .h_pho2 a,
header .head_ins .left_cont .h_phones .h_pho a { font-size: 21px; color: #f4a30b; }
header .head_ins .left_cont .days { margin-top: 5px; }
header .head_ins .left_cont .days .dys_ttl { }
header .head_ins .left_cont .days .dys_ttl .d_ttl { color: #929292; font-size: 16px; }
header .head_ins .left_cont .days .dys_ttl .d_hours { font-size: 16px; }
header .head_ins .left_cont .days .dys_ttl2 { padding-bottom: 5px; }
header .head_ins .left_cont .days .dys_ttl2 .d_ttl2 { color: #929292; font-size: 16px; }
header .head_ins .left_cont .days .dys_ttl2 .d_hours2 { font-size: 16px; }
header .head_ins .left_cont {  }

header .head_ins .logo { position: absolute; right: 50%; margin-right: -184px; padding-top: 26px; }

header .head_ins .right_cont { float: right; padding-top: 20px; }
header .head_ins .right_cont .top_cont { text-align: right; }
header .head_ins .right_cont .top_cont .log_in { border-right: 1px solid #000; padding-right: 12px; padding-bottom: 5px;}
header .head_ins .right_cont .top_cont .log_in a { font-size: 16px; }
header .head_ins .right_cont .top_cont .log_in img { display: inline-block; vertical-align: baseline; padding-right: 20px; }
header .head_ins .right_cont .top_cont .account { border-right: 1px solid #000; padding-right: 12px; padding-bottom: 5px;}
header .head_ins .right_cont .top_cont .account a { font-size: 16px; }
header .head_ins .right_cont .top_cont .account img { display: inline-block; vertical-align: baseline; padding-right: 20px; }
#arrow_lang {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.flip2 {
  transform: rotate(180deg);
}
header .head_ins .right_cont .top_cont .langs { padding-left: 7px; display: inline-block; padding-top: 10px; cursor: pointer; }
header .head_ins .right_cont .top_cont .langs img { float: right; margin-top: 8px; margin-left: 10px;}
header .head_ins .right_cont .top_cont .langs > ul { display: none; position: absolute; z-index: 10; }
header .head_ins .right_cont .top_cont .langs > ul li {  }
header .head_ins .right_cont .top_cont .langs > ul li a { font-size: 16px; }
header .head_ins .right_cont .top_cont .langs .lab { font-size: 16px; }

header .head_ins .right_cont .bot_cont { padding-top: 25px; }
header .head_ins .right_cont .bot_cont .srch { display: inline-block; border-right: 1px solid #000; padding-right: 10px; }
header .head_ins .right_cont .bot_cont .srch .inpt {  }
header .head_ins .right_cont .bot_cont .srch .inpt input { border: none; width: 180px; border-bottom: 1px solid #000; position: relative; left: 36px; }
header .head_ins .right_cont .bot_cont .srch .mybtn { position: relative; top: 4px;}
header .head_ins .right_cont .bot_cont .srch .mybtn button { border: none; background-color: transparent; }
header .head_ins .right_cont .bot_cont .srch .mybtn button:focus { outline: 0; }
header .head_ins .right_cont .bot_cont .srch .mybtn button img { ; }
header .head_ins .right_cont .bot_cont .cart_hd { border-right: 1px solid #000; padding: 7px 12px 5px 10px; display: inline-block;}
header .head_ins .right_cont .bot_cont .cart_hd img { display: inline-block; }
header .head_ins .right_cont .bot_cont .fav { padding-left: 10px; }
header .head_ins .right_cont .bot_cont .fav img { display: inline-block; }

header .header-menus { }
header .header-menus.header-menus-fixed { position: fixed; top: 0; left: 0; width: 100%; background: #fff; border-bottom: 1px solid #e3dfdf; }

header .main-menu { text-align: center; max-width: 1346px; margin: 15px auto 0 auto; position: relative; }
header .main-menu > ul.out {  }
header .main-menu > ul.out > li { display: inline-block; padding-bottom: 13px; }
header .main-menu > ul.out > li a { border-right: 2px solid #f4a30b; padding: 0 8px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
header .main-menu > ul.out > li a:hover { color: #f4a30b; }
header .main-menu > ul.out > li a.active { color: #f4a30b; border-right: 2px solid #000; }
header .main-menu > ul.out > li:last-child a { border-right: none; }
header .main-menu > ul.out > li .ins { position: absolute; top: 100%; left: 0; background-color: #fff; display: none; padding-bottom: 20px; box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25);}
header .main-menu > ul.out > li .ins .ins2 { margin: auto auto; border-top: 1px solid #e3dfdf; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft { float: left; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul { padding: 20px 15px 0 15px; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li {float: left; padding: 0 25px; text-align: left; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li > a { color: #017dc5; font-weight: 700; border-right: 0; padding: 0; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li > a.active { color: #f4a30b; font-weight: 700; border-right: 0; padding: 0; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul { }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul > li { margin-top: 5px; text-align: left; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul > li:first-child { margin-top: 10px; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul > li a { color: #707070; border-right: 0; padding: 0; }
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul > li a:hover,
header .main-menu > ul.out > li .ins .ins2 .ins2_lft > ul > li .ins_ins ul > li a.active { color: #f4a30b; }
header .main-menu > ul.out > li .ins .ins2 .header_imag { position: relative; float: right; padding: 0 20px 0 0; overflow: hidden; }
header .main-menu > ul.out > li .ins .ins2 .header_imag span { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  position: absolute; bottom: 40px; left: 50%; margin-left: -110px; text-align: center; color: #fff; background-color: #f4a30b; padding: 10px 0px; width: 200px; max-width: 100%; }
header .main-menu > ul.out > li .ins .ins2 .header_imag:hover span { color: #f4a30b; background-color: #fff; }
header .main-menu > ul.out > li .ins .ins2 .header_imag a { border-right: 0; }

.mob-menu { display: none; text-align: center; margin-top: 10px;}
.mob-menu i { padding-right: 10px; font-size: 26px; color: #707070; }
.mob-menu a { font-size: 26px; color: #707070; font-weight: normal; }
.mob-menu a.active { color: #f4a30b; }

.mob-menu-toggle { }
.mob-menu-toggle a { color: #000; }
.mob-menu-toggle i { margin-right: 10px; color: #000}

nav#menu { visibility: hidden; height: 0; }
#menu ul li a:hover,
#menu ul li a.active { color: #f4a30b; }
.close-menu i { cursor: pointer; position: absolute; right: 20px; top: 7px;}
.mm-ti { position: absolute; top: 7px; left: 0; right: 0; text-align: center;  }
/********************* HEADER *********************/

/********************* FOOTER *********************/
footer { padding-top: 100px; clear: both;}
footer .foot_cats { border-top: 1px solid #d7d7d7; padding-top: 14px; }
footer .f_ttl { font-weight: 700; color: #f4a30b; }
footer .f_ttl a { font-weight: 700; color: #f4a30b; }
footer .foot_cats .col-1 { float: left; width: 30.9%; }
footer .f-det { margin-top: 6px; }
footer .f-det > div { background-position: top 5px left; background-repeat: no-repeat; padding-left: 26px; }
footer .f-det > div a { display: block; font-size: 16px; }
footer .f-det > div a:hover { color: #f4a30b; }
footer .f-det > div a p { margin: 0; padding: 0; }
footer .f-det .f-det-addr { background-image: url(../img/map.png); }
footer .f-det .f-det-pho { background-image: url(../img/pho.png); }
footer .f-det .f-det-fax { background-image: url(../img/fax.png); }
footer .f-det .f-det-ema { background-image: url(../img/email.png); }
footer .f-det .f-det-hrs { background-image: url(../img/clock.png); }
footer .logo_footer { margin-top: 30px; }
footer .foot_cats .col-2 { float: left; width: 26.7%; }
footer .foot_cats .col-2 > ul > li { padding-top: 5px; }
footer .foot_cats .col-2 > ul > li a:hover,
footer .foot_cats .col-2 > ul > li a.active { color: #f4a30b; }
footer .foot_cats .col-3 { float: left; width: 22.6%; }
footer .foot_cats .col-3 > ul > li { padding-top: 5px; }
footer .foot_cats .col-3 > ul > li a:hover,
footer .foot_cats .col-3 > ul > li a.active { color: #f4a30b; }
footer .foot_cats .col-4 { float: left; width: 19.8%; }
footer .foot_cats .col-4 .nsltr { margin-top: 5px; }
footer .foot_cats .col-4 .nsltr .nsltr_txt {  }
footer .foot_cats .col-4 .nsltr .inpt { margin-top: 22px; }
footer .foot_cats .col-4 .nsltr .inpt .ins { float: left; }
footer .foot_cats .col-4 .nsltr .inpt input { width: 100%; max-width: 164px; height: 44px; border: none; background-color: #ebebeb; padding: 0 10px; }
footer .foot_cats .col-4 .nsltr .mybtn {  }
footer .foot_cats .col-4 .nsltr .mybtn input { background-color: #f4a30b; border: none; height: 44px; color: #fff; padding: 0 15px; }
footer .foot_cats .col-4 .nsltr .chk { margin-top: 10px; }
footer .foot_cats .col-4 .nsltr .chk label { font-size: 16px; font-weight: normal; padding-left: 10px; }

footer .socials { margin-top: 28px; text-align: center; }
footer .socials span { display: inline-block; padding: 20px 20px 0 20px; }
footer .socials span a { display: block; position: relative; }
footer .socials span img { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
footer .socials span img.hvr { position: absolute; top: 0; left: 0; opacity: 0; }
footer .socials span:hover img.hvr { opacity: 1; }
footer .socials span:hover img { opacity: 0; }

footer .f-bot { border-top: 1px solid #d7d7d7; padding: 24px 0; margin-top: 30px; }
footer .f-bot .f-bot-l { float: left; }
footer .f-bot .f-bot-r { float: right; }

footer .cprt { background-color: #ebebeb; text-align: center; padding: 20px 0; font-size: 14px; }
footer .cprt a { color: #f5a30a; }
footer .cprt a span { display: none; }
footer .cprt a img { display: inline-block; vertical-align: middle; margin-left: 20px;}

footer #toTop { position: fixed; right: 20px; bottom: 20px; box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25); background-color: rgba( 255, 255, 255, 0.5); border-radius: 50%; padding: 5px; cursor: pointer; }

footer .drop { display: none; }
footer .panel-group { margin-bottom: 0; }
footer .panel-group .panel { border-radius: 0; }
.panel-group .panel+.panel { margin-top: 0; }
footer .panel-group .panel-heading { padding: 10px 0 10px 0; background-color: #ebebeb; border-radius: 0; }
footer .panel-group .panel-heading h4 a.collapsed i {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg); color: #707070; font-size: 18px;}
footer .panel-group .panel-heading h4 a { display: block; font-size: 18px; color: #707070; padding: 9px 0 6px 15px; position: relative; }
footer .panel-group .panel-heading h4 a i { font-size: 18px; position: absolute; top: 10px; right: 12px; color: #f4a30b;  }
footer .panel-group .panel-body { padding: 16px 0 16px 15px; background-color: #fff; }
footer .panel-group .panel-body .lst a { display: block; color: #000; font-weight: normal; font-size: 16px; margin-top: 10px; }
footer .panel-group .panel-body .lst ul li a.active { color: #f4a30b; }
/********************* FOOTER *********************/

/********************* ERROR 404 PAGE *********************/
.error {  padding-top: 188px; }

.error .main_ttl { text-align: center; margin-top: 20px; }
.error .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.error .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }

.error .m-ttl { font-size: 36px; color: #000; }
.error .m-ttl-2 { font-size: 30px; color: #000; }
.error .m-txt { font-size: 18px; color: #000; }
.error-template { text-align: center;  }
.error-actions { margin-top: 20px; }
.error-actions .btn-primary { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.error-actions .btn-primary:focus { box-shadow: 0; }
.error-actions .btn-primary:hover { background: #f4a30b;}
.error-actions a:hover { color: #fff;}
.error-actions a { display: inline-block; vertical-align: middle; margin: 10px 5px 0 5px; border-radius: 0; background-color: #000 border: none; color: #fff; }
/********************* ERROR 404 PAGE *********************/

/********************* MY INFO *********************/
.my_info { padding-top: 188px; }
.my_orders { padding-top: 188px; }
.my_favorites { padding-top: 188px; }
.my_password { padding-top: 188px; }
.my_points { padding-top: 188px; }

.my_info .main_ttl { text-align: center; margin-top: 20px; }
.my_info .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_info .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 

.my_info .my-page .my-boxes{text-align:center;}
.my_info .my-page .my-boxes .my-forms{padding-top:20px;}
.my_info .my-page .my-boxes .my-forms input{}
.my_info .my-page .my-boxes .my-forms input[type="checkbox"]{margin-top:9px;}
.my_info .my-page .my-boxes .my-forms label{font-size:14px;font-weight:700;line-height:30px;}
.my_info .my-page .my-boxes .my-forms select{}
.my_info .my-page .my-boxes .my-forms textarea{}
.my_info .my-page .my-boxes .my-forms .txt{font-size:14px;color:#000;text-align:center;padding-top:10px;}
.my_info .my-page .my-boxes > div.txt{font-size:14px;color:#000;padding-top:10px;}
/********************* MY INFO *********************/

/********************* MY ADDRESS BOOK *********************/
.my_address_book { padding-top: 188px; }
.my_address_book .main_ttl { text-align: center; margin-top: 20px; }
.my_address_book .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_address_book .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 
/********************* MY ADDRESS BOOK *********************/

/********************* MY ORDERS *********************/
.my_orders { padding-top: 188px; }
.my_orders .main_ttl { text-align: center; margin-top: 20px; }
.my_orders .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_orders .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 

.my_orders .my-orders-list {margin-top: 20px;}
.my_orders .my-orders-list .my-list-ord {margin-bottom: 20px; border-bottom: 1px solid #d7d7d7; padding-bottom: 20px;}
.my_orders .my-orders-list .my-list-ord .my-o-order-id { color: #000;}
.my_orders .my-orders-list .my-list-ord .my-o-order-id span { color: #000; font-weight: 600; display: block;}
.my_orders .my-orders-list .my-list-ord .my-o-order-date { color: #000; text-align: center;}
.my_orders .my-orders-list .my-list-ord .my-o-order-date span { color: #000; font-weight: 600; display: block;}
.my_orders .my-orders-list .my-list-ord .my-o-order-status { color: #000; text-align: right;}
.my_orders .my-orders-list .my-list-ord .my-o-order-status span { color: #000; font-weight: 600; display: block;}
.my_orders .my-orders-list .my-list-ord .my-list-item {padding-top: 10px; display: none;}
.my_orders .my-orders-list .my-list-ord .my-list-item table {background: #fdfdfd; width: 100%; text-align: left; padding: 0; border: none; border-collapse: collapse;}
.my_orders .my-orders-list .my-list-ord .my-list-item table th { color: #a1a1a1; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; padding: 5px 5px;}
.my_orders .my-orders-list .my-list-ord .my-list-item table td {padding: 5px 5px; position: relative; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; vertical-align: top;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-img {float: left; margin-right: 10px;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-img img {max-width: 110px; width: 100%; display: block; border: 1px solid #d7d7d7;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-ttl { color: #000; text-decoration: none; font-weight: 700;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-code { color: #000; text-decoration: none;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-attrs {padding-top: 5px;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-attrs div {color: #a1a1a1; font-weight: 600; font-size: 14px;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-qty { color: #000; font-weight: 700;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-price { color: #000; font-weight: 700;}
.my_orders .my-orders-list .my-list-ord .my-list-item .my-o-price-old { color: #a1a1a1; text-decoration: line-through; padding-top: 5px;}
.my_orders .my-orders-list .my-o-but {text-align: center;}
.my_orders .my-orders-list .my-o-but button {margin-top: 10px;}
.my_orders .my-orders-list .my-o-but button:focus {outline: 0;}
.my_orders .my-orders-list .my-order-info {margin-top: 10px;}
.my_orders .my-orders-list .my-order-info .myo-i-ttl{ color: #000; font-weight: 700;}
.my_orders .my-orders-list .my-order-info .myo-i-rows{ color: #000; line-height: normal;}
.my_orders .my-orders-list .my-order-info .myo-i-rows-other{ color: #a1a1a1; line-height: normal;}
/********************* MY ORDERS *********************/

/********************* MY FAVORITES *********************/
.my_favorites { padding-top: 188px; }
.my_favorites .main_ttl { text-align: center; margin-top: 20px; }
.my_favorites .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_favorites .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 

.my_favorites .my-page .prd-list-fav{margin-top:20px;}
.my_favorites .my-page .prd-list-fav ul{}
.my_favorites .my-page .prd-list-fav ul li{list-style:none;padding:0 10px;margin:10px 0 40px 0;float:left;width:25%;}
.my_favorites .my-page .prd-list-fav ul li div.img-wrapper{position:relative;overflow:hidden;border: 1px solid #707070;-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.my_favorites .my-page .prd-list-fav ul li div.img-wrapper:hover{border: 1px solid #f4a30b;}
.my_favorites .my-page .prd-list-fav ul li div.img-wrapper img{display:block;width:100%;}
.my_favorites .my-page .prd-list-fav ul li div.item-text{position:relative;padding-top:10px;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link{text-decoration:none;display:block;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link .ttl {font-size:14px;color:#707070;font-weight:700;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link .code {font-size:14px;color:#707070;font-weight:700;line-height:normal; margin-top: 10px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link .color {font-size:14px;color:#707070;font-weight:700;line-height:normal; margin-top: 10px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.actions{margin-top:10px;}
.my_favorites .my-page .prd-list-fav ul li div.actions .avail{font-size:14px;color:#000;font-weight:700;display:block;}
.my_favorites .my-page .prd-list-fav ul li div.actions .my-button{font-size:14px;color:#f4a30b;font-weight:700;display:inline-block;cursor:pointer;}
/********************* MY FAVORITES *********************/

/********************* MY PASSWORD *********************/
.my_password { padding-top: 188px; }
.my_password .main_ttl { text-align: center; margin-top: 20px; }
.my_password .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_password .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 
.my_password .my-forms { padding-top: 40px; }
/********************* MY PASSWORD *********************/

/********************* MY POINTS *********************/
.my_points { padding-top: 188px; }
.my_points .main_ttl { text-align: center; margin-top: 20px; }
.my_points .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_points .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 
.my_points .my-points { padding-top: 40px; }
/********************* MY POINTS *********************/

/********************* MY ACCOUNT *********************/
.row { margin-left: 0; margin-right: 0; }
.my_account { padding-top: 200px; }

.my_account .main_ttl { text-align: center; margin-top: 20px; }
.my_account .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.my_account .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; } 

.my-page { max-width: 1500px; margin:auto auto; padding:0 10px; }
.my-page .my-menu { margin-top: 20px; padding-right: 40px; }
.my-page .my-menu ul{ padding: 0; margin: 0; list-style: none; }
.my-page .my-menu ul li { padding: 3px 0; margin: 0; list-style: none; padding: 15px 0; border-bottom: 1px solid #ccc; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.my-page .my-menu ul li a { font-size: 16px; color: #000; text-decoration: none; font-weight: 700; line-height: normal; text-transform: uppercase; }
.my-page .my-menu ul li:hover { border-bottom: 1px solid #f4a30b; color: #f4a30b; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.my-page .my-menu ul li a:hover, 
.my-page .my-menu ul li a.active { color: #f4a30b; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.my_account .my-page .my-dashboard {text-align: left; margin-top: 20px; }
.my_account .my-page .my-dashboard .page-ttl { text-align: left; margin-top: 38px; padding-left: 10px; }
.my_account .my-page .my-dashboard .greeting { font-size: 14px; color: #707070; padding: 20px 0px 10px 16px;}
.my_account .my-page .my-dashboard .greeting b { font-weight: 700; }
.my_account .my-page .my-dashboard .my-dash-box { border-bottom: 1px solid #d7d7d7; padding-bottom: 20px;}
.my_account .my-page .my-dashboard .my-dash-box h2 { font-size: 14px; font-weight: 600; margin: 0; padding: 0; line-height: 20px; margin-top: 20px; text-transform: uppercase;}
.my_account .my-page .my-dashboard .my-dash-box .txt { font-size: 14px; color: #707070; padding: 5px 0;}
.my_account .my-page .my-dashboard .my-dash-box .box-info { font-size: 14px; color: #000; padding: 10px 0 5px 0;}
.my_account .my-page .my-dashboard .my-dash-box .box-info span { font-weight: 600; }
.my_account .my-page .my-dashboard .my-dash-box .box-info .p-ttl { padding-bottom: 10px; }
.my_account .my-page .my-dashboard .my-dash-box .box-info .p-sub { color: #707070; }
.my_account .my-page .my-boxes{ text-align: center; }
.my_account .my-page .my-boxes .my-forms{ padding-top: 20px; }
.my_account .my-page .my-boxes .my-forms input {  }
.my_account .my-page .my-boxes .my-forms input[type="checkbox"] { margin-top: 9px; }
.my_account .my-page .my-boxes .my-forms label{ font-size: 14px; font-weight: 700; line-height: 30px;}
.my_account .my-page .my-boxes .my-forms select {  }
.my_account .my-page .my-boxes .my-forms textarea {  }
.my_account .my-page .my-boxes .my-forms .txt { font-size: 14px; color: #000; text-align: center; padding-top: 10px; }
.my_account .my-page .my-boxes > div.txt{ font-size: 14px; color: #000; padding-top: 10px; }
.my_account .my-page .prd-list-fav{ margin-top: 20px; }
.my_account .my-page .prd-list-fav ul{ list-style: none; padding: 0; margin: 0; }
.my_account .my-page .prd-list-fav ul li{ list-style: none; padding: 0; margin: 10px 0 40px 0; float: left; width: 33.33%; }
.my_account .my-page .prd-list-fav ul li div.img-wrapper{ position: relative; overflow: hidden; }
.my_account .my-page .prd-list-fav ul li div.img-wrapper img { display: block; width: 100%; }
.my_account .my-page .prd-list-fav ul li div.item-text { position: relative; padding-top: 10px; }
.my_account .my-page .prd-list-fav ul li div.item-text a.item-link{ text-decoration: none; display: block; }
.my_account .my-page .prd-list-fav ul li div.item-text a.item-link .ttl { font-size: 14px; color: #000; font-weight: 700; line-height: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.my_account .my-page .prd-list-fav ul li div.item-text a.item-link .code { font-size: 14px; color: #707070; font-weight: 700; line-height: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.my_account .my-page .prd-list-fav ul li div.actions { margin-top: 10px; }
.my_account .my-page .prd-list-fav ul li div.actions .avail { font-size: 14px;color:#000;font-weight:700;display:block;}
.my_account .my-page .prd-list-fav ul li div.actions .my-button { font-size: 14px; color: #231f20; font-weight: 700; display: inline-block; cursor: pointer;}
.my_account .my-page .my-points { margin-top:20px; }
.my_account .my-page .my-points .box-info { font-size: 14px; color: #000; padding: 0px 0 20px 0; }
.my_account .my-page .my-points .box-info span{font-weight:700;}
.my_account .my-page .my-points table{background:#fdfdfd;width:100%;text-align:left;padding:0;border:none;border-collapse:collapse;}
.my_account .my-page .my-points table thead{}
.my_account .my-page .my-points table thead tr{}
.my_account .my-page .my-points table thead tr td{font-size:15px;color:#707070;padding:15px 10px;border-top:none;}
.my_account .my-page .my-points table thead tr td:first-child{}
.my_account .my-page .my-points table thead tr td:last-child{}
.my_account .my-page .my-points table tbody{}
.my_account .my-page .my-points table tbody tr{}
.my_account .my-page .my-points table tbody tr td{padding:10px 10px;position:relative;color:#000;font-size:14px;border:1px solid #ecf0f1;}
.my_account .my-page .my-points table tbody tr td b{font-weight:700;}
.my_account .my-page .my-points table tbody tr td:first-child{border-left:0;}
.my_account .my-page .my-points table tbody tr td:last-child{border-right:0;}
.my_account .my-page .my-points table tbody tr.expired{background-color:#F5F5F5;}
button.btn-primary { background-color: #017dc5; border: 0; }
button.btn-primary:hover { background-color: #017dc5; }
button.btn-primary:focus { box-shadow: none; background-color: #017dc5!important;}
a.btn.btn-sm.btn-primary { background-color: #017dc5; border: 0; }
a.btn.btn-sm.btn-primary:focus { box-shadow: none;}
/********************* MY ACCOUNT *********************/

/********************* MINI CART *********************/
.cart-window-no { display: none; }
.cart-window { border: 1px solid #017dc5; background: #fff; width: 100%; max-width: 400px; position: absolute; top: 118px; right: 18px; z-index: 101;box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25); }


.mini-shopping-cart {padding: 5px 10px;}
.mini-shopping-cart .msc-header{font-size: 12px; color: #000; text-align: center;}
.mini-shopping-cart ul.msc-p-list{list-style: none; padding: 0; margin: 0;}
.mini-shopping-cart ul.msc-p-list li{height: 115px; list-style: none; padding: 10px 0 10px 0; margin: 0; border-bottom: 1px solid #eee; position: relative; text-align: left;}
.mini-shopping-cart ul.msc-p-list li .msc-lft{float: left; width: 75%;}
.mini-shopping-cart ul.msc-p-list li .msc-rght {float: right; width: 25%; text-align: right;}
.mini-shopping-cart ul.msc-p-list li .msc-img{float: left; margin-right: 10px; border: 1px solid #707070;}
.mini-shopping-cart ul.msc-p-list li .msc-img img{display: block; max-width: 80px;}
.mini-shopping-cart ul.msc-p-list li .msc-ttl{ display: block; font-size: 13px; color: #000; font-weight: 600; line-height: 14px;}
.mini-shopping-cart ul.msc-p-list li .msc-code{padding-top: 5px; display: block; font-size: 12px; color: #000;}
.mini-shopping-cart ul.msc-p-list li .msc-attrs{padding-top: 0; display: block;}
.mini-shopping-cart ul.msc-p-list li .msc-attrs .msc-attr{display: block; font-size: 12px; color: #000;}
.mini-shopping-cart ul.msc-p-list li .msc-price{font-size: 12px; color: #000; font-weight: 500; line-height: 20px;}
.mini-shopping-cart ul.msc-p-list li .msc-price-old{font-size: 12px; color: #707070; font-weight: 500; text-decoration: line-through;}
.mini-shopping-cart ul.msc-p-list li .msc-remove{position: absolute; right: 0px; bottom: 5px; border: 0; display: block; background: none; margin: 0; padding: 0; font-size: 13px; color: #6e6e6e;}
.mini-shopping-cart ul.msc-p-list li .msc-remove i{ font-size: 14px;color: #707070;}
.mini-shopping-cart ul.msc-total-all{/* background: #e8e8e8; */list-style: none; padding: 5px 0; margin: 0; border-top: 1px solid #eee; background-color: white;}
.mini-shopping-cart ul.msc-total-all li{list-style: none; padding: 0; margin: 0;}
.mini-shopping-cart ul.msc-total-all li.msc-other{font-size: 14px; color: #000; padding: 5px 10px 5px 0;}
.mini-shopping-cart ul.msc-total-all li.msc-total{font-size: 16px; color: #000; font-weight: 700; padding: 5px 10px 5px 0;}
.mini-shopping-cart ul.msc-total-all li .msc-rght {float: right; width: 25%; text-align: right;}
.mini-shopping-cart ul.msc-total-all li .msc-lft {float: left; width: 75%; text-align: right;}
.mini-shopping-cart .msc-footer {text-align: center; padding: 0px 0 10px 0;}
.mini-shopping-cart .msc-footer a {display: block; line-height: 30px; font-size: 16px; margin: 0; padding: 0; text-decoration: none; background: #017dc5; color: #fff;}
.mini-shopping-cart .msc-carousel {position: relative; margin-top: 5px; border-top: 1px solid #eee; padding: 10px 0;}
.mini-shopping-cart .msc-carousel .msc-c-container {margin: 0; overflow: hidden; position: relative; padding: 20px 0;}
.mini-shopping-cart .msc-carousel .prev, .mini-shopping-cart .msc-carousel .next{position: absolute; top: 0; cursor: pointer; z-index: 2; color: #707070; font-size: 50px; line-height: 20px; left: 50%; margin-left: -16px;}
.mini-shopping-cart .msc-carousel .not-active {display: none;}
.mini-shopping-cart .msc-carousel .prev i, .mini-shopping-cart .msc-carousel .next i {line-height: 20px;}
.mini-shopping-cart .msc-carousel .prev:hover, .mini-shopping-cart .msc-carousel .next:hover {color: #000;}
.mini-shopping-cart .msc-carousel .next{bottom: 0; top: auto;}
.mini-shopping-cart .msc-carousel .msc-c-scroller {position: absolute; top: 20px; z-index: 1; height: 279px; overflow: hidden; width: 100%;}
.mini-shopping-cart .msc-carousel .msc-c-scroller-visible {position: relative;}
.mini-shopping-cart .msc-dlv {padding: 16px 30px 10px 10px; display: none;}
.mini-shopping-cart .msc-dlv .msc-dlv-txt {padding: 0 10px; line-height: 16px; padding-right: 80px;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt {height: 40px; position: relative; width: 100%; margin-top: -4px;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-bar {position: absolute; top: 12px; left: 0; width: 100%; padding-right: 36px; z-index: 10; }
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-bar > span {display: block; background: #f1f1f1; height: 16px; border-radius: 5px; padding: 4px 0 4px 4px; }
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-bar > span > span {display:block; height: 8px;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-bar > span > span span {display:block; background:#017dc5; height: 8px; border-radius: 5px; max-width: 100%;}
.mini-shopping-cart .msc-dlv.msc-dlv-yes .msc-dlv-cnt .msc-dlv-cnt-bar > span > span span {border-radius: 5px 0 0 5px;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-lbl {position: absolute; top: -36px; right: -20px; width: 80px; text-align: center;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-lbl span {display: inline-block; background:#017dc5; color: #fff; padding: 5px 10px;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-lbl:before {
width: 1px;
height: 1px;
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -6px;
border-color: #017dc5;
border-right-color: #017dc5;
border-left-color: #017dc5;
border-bottom-width: 0;
border-left-width: 5px;
border-right-width: 5px;
border-top-width: 6px;
border-style: solid;
border-left-color: transparent;
border-right-color: transparent;
}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-ico {position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: #f1f1f1; border-radius: 50%;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-ico span {display:block; text-align: left; height: 32px; line-height: 32px; border-radius: 50%; margin: 4px;}
.mini-shopping-cart .msc-dlv.msc-dlv-yes .msc-dlv-cnt .msc-dlv-cnt-ico span {background:#017dc5;}
.mini-shopping-cart .msc-dlv .msc-dlv-cnt .msc-dlv-cnt-ico i {font-size: 20px; color:#017dc5; margin-left: 4px;}
.mini-shopping-cart .msc-dlv.msc-dlv-yes .msc-dlv-cnt .msc-dlv-cnt-ico i {color:#fff;}

/********************* MINI CART *********************/

/********************* PASSWORD *********************/
.forgot_pass { padding-top: 188px; }
.forgot_pass .main_ttl { text-align: center; margin-top: 20px; }
.forgot_pass .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.forgot_pass .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }

.pass_reset { padding-top: 188px; }
.pass_reset .main_ttl { text-align: center; margin-top: 20px; }
.pass_reset .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.pass_reset .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }

/********************* PASSWORD *********************/

/********************* CHECK OUT *********************/
.ckeckout_page { padding-top: 188px; }
.ckeckout_page .main_ttl { text-align: center; margin-top: 20px; }
.ckeckout_page .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.ckeckout_page .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }
.ckeckout_page .form-group:after { content: ""; display: block; clear: both; }
.ckeckout_page h2.ttl { display: block; font-size: 16px; margin: 0 0 15px 0; padding: 10px 16px 10px 0; color: #000; background: #f3f3f3; border-bottom: 1px solid #d7d7d7; }
.ckeckout_page h2.marg-15 { margin-bottom: 15px; }
.ckeckout_page label { font-size: 14px; font-weight: 500; margin: 0; }
.ckeckout_page .marg-top { margin-top: 20px; }
.ckeckout_page .marg-bot { margin-bottom: 20px; }
.ckeckout_page .lft { float: left; width: 33.33%; margin-top: 23px; }
.ckeckout_page .lft #shipping-new input { background-color: #fff; }
.ckeckout_page .lft .lft_ins { background: #f3f3f3; margin: 0 20px; padding: 0 20px; }
.ckeckout_page .middle { float: left; width: 25.33%; margin-top: 23px; }
.ckeckout_page .middle .middle_ins { height: 100%; min-height: 800px; }
.ckeckout_page .middle .middle_ins .marg-bot .marg-ins { margin-bottom: 20px; background: #f3f3f3; padding: 0 20px 40px 20px; }
.ckeckout_page label.radiobtn { margin-left: 10px; }
.ckeckout_page input.radiobtn { margin-left: 10px; }
.ckeckout_page .middle .middle_ins .marg-bot .marg-bot-ins { margin-bottom: 20px; background: #f3f3f3; padding: 0 20px 40px 20px; }
.ckeckout_page .rgt { float: right; width: 41.33%; margin-top: 23px; }
.ckeckout_page .rgt .rgt_ins { background: #f3f3f3; padding: 0 20px 40px 20px; margin: 0 20px; }
.ckeckout_page .radio { margin-top: 13px; margin-bottom: 0; padding-right: 10px; position: relative; }
.ckeckout_page .radio label,.ckeckout_page .checkbox label { margin-bottom: 0; padding-left: 0!important; margin-left: 30px; display: inline-block; vertical-align: top; }
.ckeckout_page .radio .icheckbox_minimal-yellow { position: absolute; top: 2px; left: 0; }
.ckeckout_pagee .radio label div,.ckeckout_page .checkbox label div { margin-right: 4px; }
.ckeckout_page .required label:before{content:"* ";color:#ff0000;font-size:14px;}
.ckeckout_page .type-of-invoice select { background-color: #fff; padding: 0 5px; }
.ckeckout_page .form-group .invoice input { padding: 0 20px; }
.ckeckout_page .lft-group { float: left; width: 50%; padding-right: 10px; }
.ckeckout_page .lft-group input { background-color: #fff; border-radius: 0; padding: 0 5px; height: 35px; }
.ckeckout_page .rgt-group { float: right; width: 50%; }
.ckeckout_page .rgt-group input { background-color: #fff; border-radius: 0; padding: 0 5px; height: 35px; }
.ckeckout_page .confirm-order button#icms-checkout-confirm-button { border-radius: 0; }
.ckeckout_page .confirm-order button#icms-checkout-confirm-button,
.ckeckout_page .confirm-order button#icms-checkout-confirm-button:focus { box-shadow: 0; outline: 0; }
.ckeckout_page .checkout-content .area select { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page .checkout-content .area2 select { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page .checkout-content .state select { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page .checkout-content .country select { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page .checkout-content textarea { background-color: #fff; padding: 0 5px; border-radius: 0; }
.ckeckout_page .checkout-shipping-form select { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page #checkout-coupons-cont .inpt input { background-color: #fff; padding: 0 5px; height: 35px; border-radius: 0; }
.ckeckout_page .coupon-voucher .mybtn button { height: 34px; border-radius: 0;}
.ckeckout_page .coupon-voucher .mybtn button:focus { outline: 0; }

.ckeckout_page .login-box { }
.ckeckout_page .type-of-invoice { }
.ckeckout_page .type-of-invoice #invoice-type-selection label { display: none; }
.ckeckout_page .type-of-invoice select { font-size: 14px; height: 40px; }
.ckeckout_page .checkout-payment-methods {  }
.ckeckout_page .coupon-voucher { }
.ckeckout_page .coupon-voucher label { display: none; }
.ckeckout_page .coupon-voucher .inpt { float: left; width: 66%; padding-right: 5px; }
.ckeckout_page .coupon-voucher .mybtn { float: right; width: 34%; }
.ckeckout_page .coupon-voucher .btn-danger { height: 36px; }
.ckeckout_page #checkout-invoice-company,
.ckeckout_page #checkout-invoice-property,
.ckeckout_page #checkout-invoice-afm,
.ckeckout_page #checkout-invoice-doy { height: 30px; }

.ckeckout_page .checkout-cart table{margin-bottom:0;}
.ckeckout_page .checkout-cart .table-bordered{border: 0;}
.ckeckout_page .checkout-cart td{border-left-width:0;border-right-width:0;border-top-width:0;border-bottom-width:0; padding: 5px;}
.ckeckout_page .checkout-cart thead td{text-align:center;border-top-width:1px;border-style:solid;border-color:#f4f4f4;font-weight:normal;}
.ckeckout_page .checkout-cart thead td:first-of-type{border-left-width:1px;border-style:solid;border-color:#f4f4f4; border-right: 1px solid #d7d7d7; }
.ckeckout_page .checkout-cart thead td:last-of-type{border-right-width:1px;border-style:solid;border-color:#f4f4f4;}
.ckeckout_page .checkout-cart thead td:last-of-type td{ border: 0;}
.ckeckout_page .checkout-cart tbody tr:first-of-type td{border-style:solid;border-color:#f4f4f4;border-top-width:1px; border-right: 1px solid #d7d7d7; }
.ckeckout_page .checkout-cart td.text-right.price { border: 0!important; }
.ckeckout_page .checkout-cart tbody td{border-right-width:1px;border-bottom-width:1px;border-style:solid;border-color:#f4f4f4;}
.ckeckout_page .checkout-cart tbody td:first-of-type{border-left-width:1px;border-style:solid;border-left-color:#f4f4f4;}
.ckeckout_page .checkout-cart tbody td.name { padding-right: 5px; font-size: 16px; text-align: left; border-right: 1px solid #d7d7d7; }
.ckeckout_page .checkout-cart tbody .total{font-weight:normal;}
.ckeckout_page .checkout-cart tfoot td strong{font-weight:normal;}
.ckeckout_page .checkout-cart tfoot td:first-of-type{border-left-width:1px;border-style:solid;border-color:#f4f4f4; }
.ckeckout_page .checkout-cart tfoot td:last-of-type{border-right-width:1px;border-style:solid;border-color:#f4f4f4; }
.ckeckout_page .checkout-cart tfoot tr:first-of-type td{padding-top:12px;}
.ckeckout_page .checkout-cart tfoot tr:last-of-type td{border-bottom-width:1px;border-style:solid;border-color:#f4f4f4;padding-bottom:12px;}
.ckeckout_page .checkout-cart td.quantity{text-align:left;  border-right: 1px solid #d7d7d7;}
.ckeckout_page .checkout-cart td.quantity input[type='text']{margin-right:4px;text-align: center;height: 36px;}
.ckeckout_page .checkout-cart td.quantity .input-group{width:auto;}
.ckeckout_page .checkout-cart td.quantity .input-group input{position:relative;top:0;width:45px;background-color: #fff; padding: 17px 0; margin-right: 5px;}
.ckeckout_page .checkout-cart td.quantity .input-group-btn { width: 0%; }

.ckeckout_page .checkout-cart td.quantity .input-group button{height: 36px; border-radius: 0;}
.ckeckout_page .checkout-cart td.quantity .input-group button:focus{outline: none;}
.ckeckout_page .checkout-cart td.quantity .input-group button:last-child{margin-left: 3px;}
.ckeckout_page .checkout-cart td.price, .ckeckout-page .checkout-cart td.total{text-align:right;}
.ckeckout_page .checkout-cart td.price .sc-price-old, .ckeckout-page .checkout-cart td.total .sc-price-old{color: #999; text-decoration: line-through;}
.ckeckout_page .checkout-cart td.image{max-width:100px;padding-left:0;border-right:0;}
.ckeckout_page .checkout-cart td.image img{max-width:100%;height:auto; border-radius: 0;}
.ckeckout_page .checkout-cart td.name{ font-size: 16px; text-align: left; border-right: 1px solid #d7d7d7;}
.ckeckout_page .checkout-cart td.pr_name{font-size: 16px; text-align: left;  border-right: 1px solid #d7d7d7;}

.ckeckout_page .checkout-loading{opacity:0.5;pointer-events:none;}
.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box){opacity:0.5;pointer-events:none;}
.btn-block { width: auto; }
.ckeckout_page .checkout-cart div.sc-qty{ color: #000;}
.ckeckout_page .checkout-cart div.sc-qty form{ display: inline-block; }
.ckeckout_page .checkout-cart div.sc-qty input{border: 0; color: #000; background: transparent; padding: 0; margin: 0px; max-width: 30px; display: inline-block; text-align: center; margin-top: 0px;}
.ckeckout_page .checkout-cart div.sc-qty button{padding: 5px; margin: 0px; max-width: 20px; display: inline-block;}
.ckeckout_page .checkout-cart div.sc-qty button:focus { outline: none; }
/********************* CHECK OUT *********************/

/********************* SHOPPING CART *********************/
.shopping_cart { padding-top: 188px; }

.shopping_cart .main_ttl { text-align: center; margin-top: 20px; }
.shopping_cart .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.shopping_cart .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }

.row.invoice { width: 100%; margin-top: 30px; max-width: 700px;}
.row.comments { margin: 30px 0;}
.shopping_cart .shopping-bag{padding:0 10px; max-width: 1500px; margin:auto auto;}
.shopping_cart .shopping-bag {padding: 0;}
.shopping_cart .shopping-bag form {margin: 0;}
.shopping_cart .shopping-bag a.sc-img{float: left; margin-right: 10px;}
.shopping_cart .shopping-bag a.sc-img img{max-width: 150px; width: 100%; display: block;}
.shopping_cart .shopping-bag a.sc-ttl{ color: #000; text-decoration: none; font-weight: 600;}
.shopping_cart .shopping-bag div.sc-attrs{padding-top: 5px; padding-bottom: 25px;}
.shopping_cart .shopping-bag div.sc-attrs div{color: #7b7b7b; }
.shopping_cart .shopping-bag div.sc-attrs div.notify{color: #000;}
.shopping_cart .shopping-bag div.sc-price{ color: #000;}
.shopping_cart .shopping-bag div.sc-price-old{ color: #7b7b7b; text-decoration: line-through; padding-top: 5px;}
.shopping_cart .shopping-bag div.sc-price-t{ color: #000; font-weight: 700;}
.shopping_cart .shopping-bag div.sc-price-t-old{ color: #7b7b7b; text-decoration: line-through; padding-top: 5px;}
.shopping_cart .shopping-bag div.sc-qty{ color: #000;}
.shopping_cart .shopping-bag div.sc-qty form{ display: inline-block; }
.shopping_cart .shopping-bag div.sc-qty input{border: 0; color: #000; background: transparent; padding: 0; margin: 0px; max-width: 30px; display: inline-block; text-align: center; margin-top: 0px;}
.shopping_cart .shopping-bag div.sc-qty button{padding: 5px; margin: 0px; max-width: 20px; display: inline-block;}
.shopping_cart .shopping-bag .update-qty{float: left;}
.shopping_cart .shopping-bag .sc-remove{position: absolute; bottom: 10px; left: 170px; display: block; color: #000; border-bottom: 1px solid #000; text-decoration: none;} /*.icms-content .shopping-bag .update-qty button{ position: relative; padding: 5px 10px; background: #e2e6e7; color: #292f38; min-width: 0 !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 14px; color: #000; margin-bottom: 0px; } .icms-content .shopping-bag .update-qty button:focus{ border: 2px outset buttonface;}*/
.shopping_cart .shopping-bag .sc-txt{ color: #666; text-align: right; line-height: 28px;}
.shopping_cart .shopping-bag .sc-val{ color: #000; line-height: 28px; font-weight: 600;}
.shopping_cart .shopping-bag .sc-val label{padding-right: 5px; color: #000; display: inline-block;}
.shopping_cart .shopping-bag .sc-val .icheckbox_flat{/*float: left; margin-top: 1px;*/}
.shopping_cart .shopping-bag .sc-txt-t{ color: #000; text-align: right; font-weight: 700;}
.shopping_cart .shopping-bag .sc-val-t{ color: #000; font-weight: 700;}
.shopping_cart .shopping-bag .sc-more-options{}
.shopping_cart .shopping-bag .sc-more-options .sc-coupon-form{ border-top: 1px solid #dfdfdf; padding-top: 10px; padding-bottom: 10px;}
.shopping_cart .shopping-bag .sc-more-options .sc-coupon-form label{ float: left; margin-right: 10px;}
.shopping_cart .shopping-bag .sc-more-options .sc-coupon-form input{max-width: 170px; float: left; margin-right: 10px;}
.shopping_cart .shopping-bag .sc-more-options .sc-coupon-form button{} /*.icms-content .shopping-bag .sc-more-options .sc-coupon-form button{ position: relative; padding: 8px 15px; background: #e2e6e7; color: #292f38;  min-width: 0 !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 14px; color: #000; margin-bottom: 0px;}*/
.shopping_cart .shopping-bag .sc-credits{margin-top: 20px; border-top: 1px solid #dfdfdf; padding-top: 10px;}
.shopping_cart .shopping-bag .sc-credits label{ color: #666; display: inline-block; cursor: pointer;}
.shopping_cart .shopping-bag .sc-points {border-top: 1px solid #dfdfdf; padding-top: 10px;}
.shopping_cart .shopping-bag .sc-points .sc-av-points {}
.shopping_cart .shopping-bag .sc-points .sc-av-points span {font-weight: 700;}
.shopping_cart .shopping-bag .sc-points .sc-point-options {}
.shopping_cart .shopping-bag .sc-points .sc-point-options .sc-p-ttl {padding: 5px 0 5px 0;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table{width: 100%; text-align: left; padding: 0; border: none; border-collapse: collapse; max-width: 400px;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr{}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td{text-align: left; padding: 5px;  border: 1px solid #ddd;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.frst{width: 33%;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.scnd{width: 34%; text-align: center; font-weight: 700;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.scnd select{width: auto; max-width: 100%; text-align: center; border: 0; display: inline-block; font-weight: 700;  padding: 0 5px 0 0; margin: 0;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.thrd{width: 33%; text-align: right;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.final{text-align: left; padding: 5px 0 0 0; border: 0px solid #ddd;}
.shopping_cart .shopping-bag .sc-points .sc-point-options table tr td.final button{margin-top: 0px;}
.shopping_cart .sb-table {background: #fdfdfd; width: 100%; text-align: left; padding: 0; border: none; border-collapse: collapse;}
.shopping_cart .sb-table th,.shopping_cart .sb-table td{border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.shopping_cart .sb-table th{ color: #000;}
.shopping_cart .sb-table tr:first-child th:nth-child(4) {}
.shopping_cart .sb-table tr:first-child th:nth-child(3){} /*.icms-content .sb-table tr:first-child th:first-child{width:320px;}  */
.shopping_cart .sb-table tr:first-child th:nth-child(2){}
.shopping_cart .sb-table tr:first-child th{padding: 15px 10px; border-top: none;}
.shopping_cart .sb-table tr:first-child th:first-child, .shopping_cart .sb-table tr td:first-child{}
.shopping_cart .sb-table tr:first-child th:last-child, .shopping_cart .sb-table tr td:last-child{}
.shopping_cart .sb-table tr:last-child td{border-bottom: none; padding: 10px 10px;}
.shopping_cart .sb-table td{padding: 10px 10px; position: relative;}
.shopping_cart .sb-table td[colspan],.shopping_cart .sb-table td[colspan] + td{padding-top: 14px; padding-bottom: 14px;}
.shopping_cart .sb-table tr.sc-mini td {padding-top: 5px; padding-bottom: 5px; border-top: 0px; border-bottom: 0px;}
.shopping_cart .sb-table tr.empty td {padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 10px;}
.shopping_cart .my-sc-steps {margin-top: 15px;}
.shopping_cart .my-sc-steps .step-sc {margin-top: 5px;}
.shopping_cart .my-sc-steps .step-sc h3.step-title{background: #ccc; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; padding: 10px 10px 10px 10px; color: #fff; position: relative; font-size: 16px; margin: 0px; font-weight: 600;}
.shopping_cart .my-sc-steps .step-sc h3.step-title.active {background: #000; color: #fff;}
.shopping_cart .my-sc-steps .step-sc .step-content{padding: 10px 10px; background: #fff;}
.shopping_cart .sc-step-form {}
.shopping_cart .sc-step-form input{}
.shopping_cart .sc-step-form button[type="submit"] {}
.shopping_cart .sc-step-form select {}
.shopping_cart .sc-step-form textarea {}
.shopping_cart .sc-step-form label { line-height: 30px;}
.shopping_cart .sc-step-form h2.ttl {font-size: 20px; color: #000; text-align: center; margin: 0; padding: 10px 0 10px 0; line-height: normal;}
.shopping_cart .sc-step-form .txt { color: #000; text-align: center; padding-top: 10px;}
.shopping_cart .sc-step-form .more { color: #000; text-align: center; padding-top: 10px;}
.shopping_cart .sc-step-form .more a { color: #666; text-decoration: none;}
.shopping_cart .sc-step-options {}
.shopping_cart .sc-step-options .sc-option{padding: 20px 0;}
.shopping_cart .sc-step-options .sc-option .sc-option-txt{ color: #000; padding-top: 5px;}
.shopping_cart .sc-step-options .sc-option .sc-option-ttl{display: inline-block; padding-left: 10px; line-height: 20px; color: #000;}
.shopping_cart .col-sm-12 { padding-left: 0; padding-right: 0; }

a.btn.btn-lg.btn-block.btn-primary { border-radius: 0; }
.btn-purple { background-color: #017dc5 !important; border-color: #017dc5 !important;}
.btn-purple:focus { box-shadow: none; }
.check_ttl { color: #fff; }
/********************* SHOPPING CART *********************/

/********************* NEWSLETTER VALIDATION *********************/
.validation_newsletter { padding-top: 190px }
.validation_newsletter .main_ttl { text-align: center; margin-top: 20px; }
.validation_newsletter .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.validation_newsletter .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }
/********************* NEWSLETTER VALIDATION *********************/

/********************* SEARCH *********************/
.search { padding-top: 188px; }
.search .main_ttl { text-align: center; margin-top: 20px; }
.search .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.search .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }

.search .col-prod-cats { overflow: hidden; }
.search .col-prod-cats .prod-list > ul { list-style: none; padding: 0; margin-left: -18px; margin-right: -18px; margin-top: 20px; }
.search .col-prod-cats .prod-list > ul > li { float: left; width: 25%; text-align: center; padding: 18px;}

.search .col-prod-cats .m-pagina { text-align: center; }
.search .col-prod-cats .m-pagina > ul {  }
.search .col-prod-cats .m-pagina > ul > li { display: inline-block; padding-right: 5px; vertical-align: middle;}
.search .col-prod-cats .m-txt { text-align: center; font-size: 24px; color: #000;}
/********************* SEARCH *********************/

/********************* SIGN IN *********************/
.sign_in { padding-top: 188px; }
.sign_in .left_column_ttl { text-align: center; margin-top: 50px; }
.sign_in .left_column_ttl h1 { font-size: 36px; margin: 0; font-weight: normal; }
.sign_in .left_column_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 200px; height: 1px; margin: 5px auto 0 auto; }
.sign_in .frm_sign { max-width: 800px; margin: 30px auto 0 auto; }
.sign_in .frm_sign .forgot_email { float: left; }
.sign_in .frm_sign .sign_btn { float: right; }
.sign_in .frm_sign .sign_btn button { border-radius: 0; }
.sign_in .frm_sign .sign_btn button:focus { outline: 0; box-shadow: none; }
/********************* SIGN IN *********************

/********************* REGISTER *********************/
.register_in { padding-top: 188px; }
.register_in .page-ttl { text-align: center; margin-top: 50px; }
.register_in .page-ttl h1 { font-size: 36px; margin: 0; font-weight: normal; }
.register_in .page-ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 200px; height: 1px; margin: 5px auto 0 auto; }
.register_in .register-info { text-align: center; margin-top: 30px; }
.register_in .frm_create { margin-top: 30px; }
.register_in .create_btn { float: right; }
.register_in .create_btn button { border-radius: 0; }
.register_in .create_btn button:focus { outline: 0; box-shadow: none; }
/********************* REGISTER *********************/

/********************* PAYMENT SUCCESS *********************/
.payment_success { padding-top: 220px; }
.payment_success .main_ttl { text-align: center; margin-top: 20px; }
.payment_success .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.payment_success .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }
/********************* PAYMENT SUCCESS *********************/

/********************* THANK YOU PAGE *********************/
.thank_you_page { padding-top: 188px; }
.thank_you_page .banner { position: relative; }
.thank_you_page .banner .banner_ins  { height: 271px; width: 100%; display: flex; justify-content: center; flex-direction: column; }
.thank_you_page .banner .banner_ins .banner_ins_ins { }
.thank_you_page .banner .banner_ins .banner_ins_ins:before { content: ""; position: absolute; top: 0; right: 0; background-color: rgba(1, 125, 197, 0.5); width: 100%; height: 100%; }
.thank_you_page .banner .banner_ins .banner_ins_ins h1 { position: relative; margin: 0; text-align: center; color: #fff; font-size: 119px; font-family: Great_Day; text-shadow: 0px 3px 15.52px rgba(0, 0, 0, 0.57);}

.thank_you_page .main_ttl { text-align: center; margin-top: 20px; }
.thank_you_page .main_ttl h2 { font-size: 36px; font-weight: normal; margin: 0; color: #017dc5; }
.thank_you_page .main_ttl h2:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 900px; height: 1px; margin: 5px auto 0 auto; }
.thank_you_page .thank { position: relative; }
.thank_you_page .thank img.lft { position: absolute; left: 50px; top: -50px; }
.thank_you_page .thank img.rgt { position: absolute; right: 50px; top: -50px; }
.thank_you_page .thank_txt { color: #202121; text-align: center; margin-top: 40px; }
.thank_you_page .thank .m_btn {text-align: center; margin-top: 40px;  }
.thank_you_page .thank .m_btn a { background-color: #017dc5; padding: 15px; color: #fff; }
.thank_you_page .thank .m_btn img { display: inline-block; padding-right: 10px; }
/********************* THANK YOU PAGE *********************/

/********************* THANK YOU PAGE CONTACT *********************/
.contact_thank_you { padding-top: 188px; }
.contact_thank_you .banner { position: relative; }
.contact_thank_you .banner .banner_ins  { height: 271px; width: 100%; display: flex; justify-content: center; flex-direction: column; }
.contact_thank_you .banner .banner_ins .banner_ins_ins { }
.contact_thank_you .banner .banner_ins .banner_ins_ins:before { content: ""; position: absolute; top: 0; right: 0; background-color: rgba(1, 125, 197, 0.5); width: 100%; height: 100%; }
.contact_thank_you .banner .banner_ins .banner_ins_ins h1 { position: relative; margin: 0; text-align: center; color: #fff; font-size: 119px; font-family: Great_Day; text-shadow: 0px 3px 15.52px rgba(0, 0, 0, 0.57);}

.contact_thank_you .main_ttl { text-align: center; margin-top: 20px; }
.contact_thank_you .main_ttl h2 { font-size: 36px; font-weight: normal; margin: 0; color: #017dc5; }
.contact_thank_you .main_ttl h2:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 900px; height: 1px; margin: 5px auto 0 auto; }
.contact_thank_you .thank { position: relative; }
.contact_thank_you .thank img.lft { position: absolute; left: 50px; top: -50px; }
.contact_thank_you .thank img.rgt { position: absolute; right: 50px; top: -50px; }
.contact_thank_you .thank_txt { color: #202121; text-align: center; margin-top: 40px; }
.contact_thank_you .thank .m_btn { text-align: center; margin-top: 40px; }
.contact_thank_you .thank .m_btn a { background-color: #017dc5; padding: 15px; color: #fff;}
.contact_thank_you .thank .m_btn img { display: inline-block; padding-right: 10px; }
/********************* THANK YOU PAGE CONTACT*********************/

/********************* HOMEPAGE *********************/
.home { padding-top: 188px; }
.home .slider { padding-top: 15px; overflow: hidden; padding-left: 3px; padding-right: 3px; }
.home .slider .slider-1-c { padding-bottom: 60px; margin-left: -5px; margin-right: -5px; }
.home .slider .slider-1-c .slider-1-item { padding: 0 5px; }
.home .slider .slider_box { max-width: 612px; margin: auto auto; position: relative; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.home .slider .slider_box .c_imag { overflow: hidden; }
.home .slider .slider_box .c_imag img { -webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;transition: all 500ms linear; }
.home .slider .slider_box .c_imag img:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.home .slider .slider_box .c_details { position: absolute; top: 50%; left: 0; right: 0; text-align: center; margin-top: 10px; }
.home .slider .slider_box .c_details .c_details_ins { background-color: rgba( 255, 255, 255, 0.68 ); padding: 18px 0px; }
.home .slider .slider_box .c_details .c_details_ins .c_ttl { font-weight: 700; font-size: 26px; line-height: 28px; }
.home .slider .slider_box .c_details .c_details_ins p { font-weight: normal; font-size: 26px; }

.home .general_info { max-width: 1460px; margin: 60px auto 0 auto; }
.home .general_info ul { margin-left: -20px; margin-right: -20px; }
.home .general_info ul li { float: left; width: 25%; padding: 0 20px; }
.home .general_info .g_item { cursor: default; max-width: 318px; margin: auto auto; position: relative; border: 1px solid #d7d7d7; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.home .general_info .g_item:hover { box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.25); }
.home .general_info .g_item .g_img { padding: 65px 0 10px 0; }
.home .general_info .g_item .g_img .imgs { padding-bottom: 55px; }
.home .general_info .g_item .g_img .imgs img { opacity: 1; position: absolute; left: 0; right: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.home .general_info .g_item .g_img .imgs img.over { opacity: 0; position: absolute; left: 0; right: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.home .general_info .g_item:hover .g_img .imgs img.over { opacity: 1; }
.home .general_info .g_item:hover .g_img .imgs img { opacity: 0; }
.home .general_info .g_item .g_img .g_ttl { text-align: center; color: #4b4b4b; padding-top: 55px; }
.home .general_info .g_item .g_img .g_ttl a { color: #4b4b4b; }
.home .general_info .g_item .g_img .g_ttl a:hover { color: #f4a30b; }

.home .product_carousel { margin-top: 60px; }
.home .product_carousel .c_lft { float: left; width: 18.5%; }
.home .product_carousel .c_lft .c_lft_ttl { margin-top: 28px; }
.home .product_carousel .c_lft .c_lft_ttl h2 { font-size: 24px; color: #017dc5; margin: 0; font-weight: normal; line-height: 45px; }
.home .product_carousel .c_lft .c_lft_btn { margin-top: 70px; }
.home .product_carousel .c_lft .c_lft_btn a { color: #fff; background-color: #f4a30b; padding: 12px 15px; }
.home .product_carousel .c_rgt { float: right; width: 81.5%; }
.home .product_carousel .c_rgt .slider-2-c { margin: 0 50px; }
.home .product_carousel .c_rgt .slider-2-c .slider-2-item { padding: 15px 10px; }
.home .product_carousel .c_rgt .carousel_box { background-color: #f3f3f3; cursor: pointer; padding: 5px 0 10px 0; max-width: 280px; margin: auto auto; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.home .product_carousel .c_rgt .carousel_box .c_img { margin: 0 10px; }
.home .product_carousel .c_rgt .carousel_box .cars_ttl { text-align: center; margin: 0 10px; }
.home .product_carousel .c_rgt .carousel_box .cars_ttl a { font-size: 24px; color: #010101; }
.home .product_carousel .c_rgt .carousel_box:hover { box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25); }
.home .product_carousel .c_rgt .carousel_box:hover .cars_ttl a { color: #f4a30b; }

.home .prod_menu { overflow: hidden; }
.home .prod_menu .prod_ttl { text-align: center; margin-top: 80px; }
.home .prod_menu .prod_ttl h1 { font-weight: normal; font-size: 26px; margin: 0; }
.home .prod_menu .prod_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 190px; height: 1px; margin: 5px auto 0 auto; }

.nav-tabs { border: none; } 
.nav > li > a { padding: 0; }
.nav-tabs > li, 
.nav-pills > li { float:none; display:inline-block; *display:inline; /* ie7 fix */ zoom:1; /* hasLayout ie7 trigger */ margin-top: 40px; }
.nav-tabs > li { padding: 0 30px; }
.nav-tabs > li:first-child { padding-left: 0; }
.nav-tabs > li:last-child { padding-right: 0; }
.nav-tabs > li a { color: #000; border: none; border-bottom-color: none; border-radius: 0; font-size: 26px; }
.nav-tabs > li a:hover { background-color: transparent; color: #f4a30b; border-bottom: 1px solid #f4a30b; }
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover { background-color: transparent; color: #f4a30b; border: none; border-bottom: 1px solid #f4a30b; cursor: pointer; }
.nav-tabs, 
.nav-pills { text-align: center; }

.home .tab-content { margin-top: 100px; padding-bottom: 20px; }
.home .tab-content .tab-pane > ul { margin-left: -28px; margin-right: -28px; }
.home .tab-content .tab-pane > ul > li { float: left; width: 25%; padding: 0 28px 40px 28px; }
.p-item { max-width: 356px; margin: auto auto; }
.p-item .p-img { position: relative; border: 1px solid #d7d7d7; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;}
.p-item .p-img:hover { border: 1px solid #f4a30b; }
.p-item .p-ins { text-align: center; }
.p-item .p-ins .p-ttl { margin-top: 6px; }
.p-item .p-ins .p-ttl a { display: block; line-height: 21px; }
.p-item .p-ins .p-code { margin-top: 6px; }
.p-item .p-ins .p-code a { color: #017dc5; }
.p-item .p-ins .p-price { margin-top: 6px; }
.p-item .p-ins .p-price a { font-weight: 700;}
.p-item .p-ins .p-price span { font-size: 14px; color: #707070; text-decoration: line-through; font-weight: 400; display: inline-block; margin-right: 10px; }
.p-item .p-ins .active_colors { text-align: center; margin-top: 6px; }
.p-item .p-ins .active_colors ul { display: inline-block; text-align: left; }
.p-item .p-ins .active_colors ul li { float: left; margin: 8px 4px 0 4px; }
.home .tab-content .my_btn { text-align: center; margin-top: 25px; }
.home .tab-content .my_btn a { border: 1px solid #d7d7d7; padding: 12px 15px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear }
.home .tab-content .my_btn a:hover { border: 1px solid #f4a30b; }
.home .tab-content .my_btn img { display: inline-block; vertical-align: sub; padding-right: 28px;}

.home .hp_banner { margin-top: 88px; }
.home .hp_banner .banner_left { float: left; width: 280px; position: relative; }
.home .hp_banner .banner_left .imags {  }
.home .hp_banner .banner_left .imags .top_imag { margin-bottom: 10px; }
.home .hp_banner .banner_left .imags .bot_imag {  }
.home .hp_banner .banner_right { float: left; width: 100%; margin-left: -280px; }
.home .hp_banner .banner_right .banner_right_ins { padding-left: 290px; background-color: #f3f3f3; height: 100%; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg { background-color: #f3f3f3; height: 100%; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .left_bg { float: left; width: 526px; position: relative; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg { float: left; width: 100%; margin-left: -526px; background-color: #f3f3f3; min-height: 526px; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins { padding-left: 560px; padding-right: 40px; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_ttl { font-size: 28px; font-weight: 700; margin-top: 50px; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_ttl p { color: #f4a30b; margin: 0; margin-top: -10px;}
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_txt { color: #605d5d; margin-top: 35px; text-align: left; }

.home .blog_sect { margin-top: 80px; overflow: hidden; }
.home .blog_sect .blog_ttl { text-align: center; }
.home .blog_sect .blog_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.home .blog_sect .blog_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 170px; height: 1px; margin: 5px auto 0 auto; }
.home .blog_sect .blog_list { margin-top: 55px; }
.home .blog_sect .blog_list ul { margin-left: -48px; margin-right: -48px; }
.home .blog_sect .blog_list ul li { float: left; width: 33.33%; padding: 0 48px; }
.home .blog_sect .blog_list .bl_img { overflow: hidden; }
.home .blog_sect .blog_list .bl_img img { -webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;transition: all 500ms linear; }
.home .blog_sect .blog_list .bl_img img:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.home .blog_sect .blog_list .bl_sum {  }
.home .blog_sect .blog_list .bl_sum .bl_date { margin-top: 10px; }
.home .blog_sect .blog_list .bl_sum .bl_date a { font-size: 16px; color: #f4a30b; }
.home .blog_sect .blog_list .bl_sum .bl_ttl { margin-top: 10px; }
.home .blog_sect .blog_list .bl_sum .bl_ttl a { font-size: 16px; font-weight: 700;}
.home .blog_sect .blog_list .bl_sum .bl_txt { margin-top: 6px; }
.home .blog_sect .blog_list .bl_sum .bl_txt a { font-size: 16px; }
.home .blog_sect .blog_list .bl_sum .bl_btn { margin-top: 30px; padding-bottom: 10px; }
.home .blog_sect .blog_list .bl_sum .bl_btn a { font-size: 16px; color: #4b4b4b; border-bottom: 1px solid #f4a30b; padding-bottom: 10px;  -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.home .blog_sect .blog_list .bl_sum .bl_btn a:hover { color: #f4a30b; border-bottom: 1px solid #4b4b4b; }
/********************* HOMEPAGE *********************/

/********************* PRODUCT CATEGORIES *********************/
.product_categories { padding-top: 188px; }
.product_categories .main_ttl { text-align: center; margin-top: 20px; }
.product_categories .main_ttl h1 { font-size: 26px; font-weight: normal; margin: 0; }
.product_categories .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }
.product_categories .lst { margin-top: 46px; }
.product_categories .lst ul { margin-right: -20px; margin-left: -20px; }
.product_categories .lst ul li { float: left; width: 50%; padding: 40px 20px; }
.product_categories .lst .prod_item { max-width: 767px; margin: auto auto; }
.product_categories .lst .prod_item .prod_img { overflow: hidden; }
.product_categories .lst .prod_item .prod_img img { -webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;transition: all 500ms linear; }
.product_categories .lst .prod_item .prod_img img:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.product_categories .lst .prod_item:hover .prod_ttl { background-color: #f4a30b; }
.product_categories .lst .prod_item:hover .prod_ttl a { color: #fff; }
.product_categories .lst .prod_item .prod_ttl { text-align: center; margin-top: 1px; padding: 10px 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.product_categories .lst .prod_item .prod_ttl a { font-size: 26px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
/********************* PRODUCT CATEGORIES *********************/

/********************* PRODUCTS *********************/
.products { padding-top: 188px; }
.products .main-content-ins { max-width: 1840px; }
.products .left_side_menu { float: left; width: 314px; position: relative; background-color: #f5f5f5; margin-top: 42px; padding-bottom: 10px;}
.products .left_side_menu .menu_ttl { background-color: #f4a30b; text-align: center; }
.products .left_side_menu .menu_ttl h2 { color: #fff; font-size: 18px; margin: 0; font-weight: 700; padding: 16px 0; }
.products .menu_ttl2 { background-color: #f4a30b; text-align: center; display: none; }
.products .menu_ttl2 h2 { color: #fff; font-size: 18px; margin: 0; font-weight: 700; padding: 16px 0; }
.products .left_side_menu .categories { padding-left: 15px; padding-top: 23px; }
.products .left_side_menu .list_ttl {  }
.products .left_side_menu .list_ttl:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 36px; height: 1px; margin: 6px 0 0 0; }
.products .left_side_menu .categories > ul { padding-top: 23px; }
.products .left_side_menu .categories > ul > li a { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.products .left_side_menu .categories > ul > li a:before { content: ""; display: inline-block; vertical-align: top; border: 1px solid #d7d7d7; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .categories > ul > li a:hover:before { content: ""; background-color: #f4a30b; }
.products .left_side_menu .categories > ul > li.active a:before { content: ""; display: inline-block; vertical-align: top; background-color: #f4a30b; border: 1px solid #f4a30b; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .material { padding-left: 15px; margin-top: 38px; }
.products .left_side_menu .material > ul { padding-top: 12px; }
.products .left_side_menu .material > ul > li { }
.products .left_side_menu .material > ul > li a { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.products .left_side_menu .material > ul > li a:before { content: ""; display: inline-block; vertical-align: top; border: 1px solid #d7d7d7; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .material > ul > li a:hover:before { content: ""; background-color: #f4a30b; }
.products .left_side_menu .material > ul > li a.active:before { content: ""; display: inline-block; vertical-align: top; background-color: #f4a30b; border: 1px solid #f4a30b; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .material a { color: #707070; font-weight: normal; }
.products .left_side_menu .coating { padding-left: 15px; margin-top: 38px; }
.products .left_side_menu .coating > ul { padding-top: 12px; }
.products .left_side_menu .coating > ul > li {  }
.products .left_side_menu .coating > ul > li a { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.products .left_side_menu .coating > ul > li a:before { content: ""; display: inline-block; vertical-align: top; border-radius: 50%; border: 1px solid #d7d7d7; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .coating > ul > li a:hover:before { content: ""; background-color: #f4a30b; }
.products .left_side_menu .coating > ul > li a.active:before { content: ""; display: inline-block; vertical-align: top; border-radius: 50%; background-color: #f4a30b; border: 1px solid #f4a30b; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .coating a { color: #707070; font-weight: normal; }
.products .left_side_menu .colors { padding-left: 15px; margin-top: 38px; }
.products .left_side_menu .colors ul { padding-top: 12px; max-width: 246px; }
.products .left_side_menu .colors ul li { display: inline-block; margin-bottom: 4px; margin: 6px 6px 0 0;}
.products .left_side_menu .price { padding-left: 15px; margin-top: 38px; }
.products .left_side_menu .price .prc_range { padding-top: 24px; }
.products .left_side_menu .price .prc_range #lower-value { float: left; }
.products .left_side_menu .price .prc_range #upper-value { float: right; padding-right: 26px;}
.products .left_side_menu .xtr_material { padding-left: 15px; padding-bottom: 20px; margin-top: 45px; }
.products .left_side_menu .xtr_material > ul { padding-top: 12px; }
.products .left_side_menu .xtr_material > ul > li {  }
.products .left_side_menu .xtr_material > ul > li a { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.products .left_side_menu .xtr_material > ul > li a:before { content: ""; display: inline-block; vertical-align: top; border: 1px solid #d7d7d7; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .xtr_material > ul > li a:hover:before { content: ""; background-color: #f4a30b; }
.products .left_side_menu .xtr_material > ul > li a.active:before { content: ""; display: inline-block; vertical-align: top; background-color: #f4a30b; border: 1px solid #f4a30b; width: 16px; height: 16px; margin: 6px 6px 0 0; }
.products .left_side_menu .xtr_material a { padding-left: 10px; color: #707070; font-weight: normal; }

.products .rgt_side_prod { float: left; width: 100%; margin-left: -314px; margin-top: 42px; overflow: hidden; }
.products .rgt_side_prod .rgt_side_prod_ins { padding-left: 348px; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod { clear: both; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul { margin-left: -15px; margin-right: -15px; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { float: left; width: 25%; padding: 0 15px 60px 15px; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat { padding-bottom: 10px; float: left;}
.products .rgt_side_prod .rgt_side_prod_ins .select_cat { position:relative; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat .sel-lab { display: block; line-height: 28px; border: 1px solid #ebebeb; width: 282px; padding: 5px 12px; cursor: pointer; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat span { color: #000; font-size: 16px; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat .sel-lab img { float: right; margin-top: 7px; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul { position: absolute; top: 40px; left: 0; width: 282px; display: none; z-index: 3; background: #fff;}
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul li { display: block; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; padding: 4px 13px; line-height: 15px; cursor: pointer; -webkit-transition:color .2s ease-in;-moz-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in;}
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul li a { font-size: 16px; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul li a:hover,
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul li a.active { color: #f4a30b; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul li:last-child { border-bottom: 1px solid #ebebeb; }
#arrow {
  -moz-transition: transform 500ms;
  -webkit-transition: transform 500ms;
  transition: transform 500ms;
}
.flip {
  transform: rotate(90deg);
}
.products .rgt_side_prod .rgt_side_prod_ins .show_prod { float: right; padding-top: 8px; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod .show_ttl { display: inline-block; font-size: 16px; padding-right: 10px; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod ul { display: inline-block; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod ul li { display: inline-block; padding-right: 10px; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod ul li:last-child { padding-right: 0; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod ul li a { font-size: 16px; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod ul li a.active { color: #f4a30b; }

/* fixed social*/
#fixed-icons { position: absolute; bottom: 0; right:0; z-index: 3; }
#fixed-icons .fixed-view { background-color: #ebebeb; }
#fixed-icons .fixed-view:hover { background-color: transparent; } 
#fixed-icons .fixed-view img { position: absolute; right: 7px; top: 8px; }
#fixed-icons .fixed-view.favr img,
#fixed-icons .fixed-view.cart img { position: absolute; right: 5px; top: 8px; }
#fixed-icons .fixed-view img.hover { opacity: 0; display: inline-block; vertical-align: middle; position: relative; top: 0; left: 0; margin-right: 10px; }
#fixed-icons .fixed-view:hover img.hover { opacity: 1; }
#fixed-icons .fixed-view:hover img { opacity: 0; }
#fixed-icons a { color: #fff; display: block; height: 40px; width: 40px; font-size: 16px; position: relative; text-align: center; line-height: 40px; z-index: 2; right: 0; }
#fixed-icons a:hover > span { visibility: visible; right: 0px; opacity: 1; background-color: #f4a30b; } 
#fixed-icons a span { line-height: 40px; right: -60px; position: absolute; text-align: center; visibility: hidden; transition-duration: 0.5s; z-index: 1; opacity: 0; white-space: nowrap; padding: 0 25px 0 10px; height: 40px; }
/*end fixed social*/
/********************* PRODUCTS *********************/

/********************* PRODUCTS INS *********************/
.products_ins { padding-top: 188px; }
.products_ins .product-page { float: left; width: 60%; margin-top: 35px; }
.products_ins .product-page .product-gallery {  }
.products_ins .product-page .product-gallery .media-container { }
.products_ins .product-page .product-gallery .media-container .thumbs { float: left; width: 253px; position: relative; border: 1px solid #d7d7d7; max-height: 639px; }
.products_ins .product-page .product-gallery .media-container .thumbs .item { outline: none; text-align: center; padding: 0; border-bottom: 1px solid #d7d7d7 }
.products_ins .product-page .product-gallery .media-container .thumbs .item:first-child {  }
.products_ins .product-page .product-gallery .media-container .thumbs .item img { margin: auto auto; display: block; height: auto; width: auto; }
.products_ins .product-page .product-gallery .media-container .big-container { float: right; max-width: 707px; position: relative; }
.products_ins .product-page .product-gallery .media-container .big-container .item {  }
.products_ins .product-page .product-gallery .media-container .big-container .item img {width: 100%; height: auto; display: block; margin: auto auto; border: 1px solid #d7d7d7;}
.products_ins .product-page .product-gallery .box { float: right; width: 707px; margin-top: 45px; }
.products_ins .product-page .product-gallery .box table { box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14); }
.products_ins .product-page .product-gallery .box .table_ttl { color: #017dc5; }
.products_ins .product-page .product-gallery .box .table_txt { color: #707070; }
.products_ins .product-page .product-gallery .box td.lft { text-align: left; padding: 10px 10px 10px 15px; vertical-align: middle; }
.products_ins .product-page .product-gallery .box td.rgt { text-align: left; padding: 20px 10px 20px 40px; }
span.slick-up.slick-arrow { position: absolute; z-index: 1; top: 10px; left: 50%; text-align: center; margin-left: -10px; cursor: pointer; }
span.slick-down.slick-arrow {  position: absolute; z-index: 1; bottom: 10px; left: 50%; text-align: center; margin-left: -10px; cursor: pointer; }
.products_ins .pr-rgt-side .product-data { float: left; width: 40%; margin-top: 27px; padding-left: 60px; }
.products_ins .pr-rgt-side .product-data .info-ttl { font-size: 26px; font-weight: normal; }
.products_ins .pr-rgt-side .product-data .info-code { margin-top: 18px; font-size: 24px; color: #017dc5; }
.products_ins .pr-rgt-side .product-data .info-price { margin-top: 14px; }
.products_ins .pr-rgt-side .product-data .info-price .strike { color: #707070; text-decoration: line-through; padding-right: 20px;}
.products_ins .pr-rgt-side .product-data .info-price .disk-price { color: #010101; font-size: 26px; font-weight: 700; padding-right: 20px; }
.products_ins .pr-rgt-side .product-data .info-price .win { color: #707070; }
.products_ins .pr-rgt-side .product-data .details { margin-top: 30px; }
.products_ins .pr-rgt-side .product-data .details .det_txt { color: #707070; }
.products_ins .pr-rgt-side .product-data .availability { margin-top: 30px; }
.products_ins .pr-rgt-side .product-data .availability span { color: #066903; display: inline-block; padding-left: 10px; margin-top: 10px; font-weight: 700; }
.products_ins .pr-rgt-side .product-data .availability .not_avail { color: #ff0000; display: block; margin-top: 10px; }
.products_ins .pr-rgt-side .product-data .availability_skr { margin-top: 30px;  }
.products_ins .pr-rgt-side .product-data .availability_skr span { color: #066903; display: block; margin-top: 10px; }
.products_ins .pr-rgt-side .product-data .availability_skr .not_avail { color: #ff0000; display: block; margin-top: 10px; }
.products_ins .pr-rgt-side .product-data .colors { max-width: 365px; }
.products_ins .pr-rgt-side .product-data .colors .colors_ttl { margin-top: 20px; }
.products_ins .pr-rgt-side .product-data .colors ul { margin-top: 20px; }
.products_ins .pr-rgt-side .product-data .colors ul li { float: left; border: 1px solid #b7b7b7; margin: 0 6px 10px 0; padding-top: 10px; cursor: pointer; }
.products_ins .pr-rgt-side .product-data .colors ul li:hover,
.products_ins .pr-rgt-side .product-data .colors ul li.active { border-color: #000; }
.products_ins .pr-rgt-side .product-data .colors .clr-item { max-width: 80px; }
.products_ins .pr-rgt-side .product-data .pr_coating {  }
.products_ins .pr-rgt-side .product-data .pr_coating .pr_coating_ttl { margin-top: 10px; }
.products_ins .pr-rgt-side .product-data .pr_coating ul { margin-top: 4px; margin-right: -7px; margin-left: -7px; }
.products_ins .pr-rgt-side .product-data .pr_coating ul li { float: left; padding: 0 7px;}
.products_ins .pr-rgt-side .product-data .pr_coating .coat-item { max-width: 43px; }
.products_ins .pr-rgt-side .product-data .quantity { }
.products_ins .pr-rgt-side .product-data .quantity .quantity_ttl { margin-top: 18px; }
.products_ins .pr-rgt-side .product-data .quantity .sel-btns { margin-top: 4px; }
.products_ins .pr-rgt-side .product-data .quantity .sel-btns span,
.products_ins .pr-rgt-side .product-data .quantity .sel-btns input { display: inline-block; }
.products_ins .pr-rgt-side .product-data .quantity .sel-btns span { width: 38px; height: 31px; line-height: 30px; text-align: center; color: #707070; background: #ebebeb; cursor: pointer;}
.products_ins .pr-rgt-side .product-data .quantity .sel-btns input { width: 62px; height: 31px; margin-left: -4px; margin-right: -4px; text-align: center; color: #707070; background: #ebebeb; border: none; }
.products_ins .pr-rgt-side .product-data .btns { margin-top: 10px; display: inline-block;}
.products_ins .pr-rgt-side .product-data .btns .add_to_cart { display: inline-block; padding: 11px 15px 12px 15px; background-color: #017dc5; margin-right: 45px; }
.products_ins .pr-rgt-side .product-data .btns .add_to_cart a { font-size: 16px; color: #fff; text-align: center; }
.products_ins .pr-rgt-side .product-data .btns .add_to_fav { display: inline-block; }
.products_ins .pr-rgt-side .product-data .btns .add_to_fav a { border: 1px solid #017dc5; font-size: 16px; text-align: center; padding: 14px 0; color: #707070; }
.products_ins .pr-rgt-side .product-data .btns .add_to_fav span { background-color: #017dc5; padding: 12px 20px 11px 20px; display: inline-block;}
.products_ins .pr-rgt-side .product-data .btns .add_to_fav span.f_txt { background-color: transparent; padding-bottom: 0; display: inline-block; vertical-align: bottom;}
.products_ins .pr-rgt-side .product-data .share_it { cursor: pointer; margin-top: 50px; color: #707070; }
.products_ins .pr-rgt-side .product-data .share_it img { display: inline-block; padding-right: 22px; }
.products_ins .pr-rgt-side .product-data .share_it:before { content:""; display: block; background: #d7d7d7; width: 100%; margin-bottom: 30px; height: 1px; width: 100%; }

.products_ins .sidenav { box-shadow: 0px 3px 7px 0px rgba(19, 19, 19, 0.35); height: 100%; padding-bottom: 50px; width: 0; position: fixed; z-index: 6; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.2s; }
.products_ins .sidenav .sidenav_cnt {  padding: 12px 0 8px 14px; }
.products_ins .sidenav .sidenav_cnt .side_ttl { font-size: 18px; }
.products_ins .sidenav .side_share { padding: 0 15px; }
.products_ins .sidenav .side_share .imag { width: 100%; max-width: 170px; }
.products_ins .sidenav .frnd_ttl { padding-left: 15px; padding-top: 16px; color: #f4a30b; }
.products_ins .sidenav .side_share .frnd_txt { padding-top: 16px; }
.products_ins .sidenav .side_share .frnd_prc { padding-top: 16px; }
.products_ins .sidenav .socials { margin-top: 16px; padding-left: 15px; padding-bottom: 13px; border-bottom: 1px solid #707070; }
.products_ins .sidenav .socials ul li { margin-right: 5px; display: inline-block; border-radius: 50%; width: 40px; height: 40px; background-color: #f4a30b; }
.products_ins .sidenav .socials ul li img { padding-top: 8px; }
.products_ins .sidenav .socials ul li:last-child img { padding-top: 7px; }
.products_ins .sidenav .shr_email { padding-left: 18px; margin-top: 20px; }
.products_ins .sidenav .shr_email img { display: inline-block; padding-right: 20px;}
.products_ins .sidenav .print { padding-left: 18px; margin-top: 15px; }
.products_ins .sidenav .print img { display: inline-block;  padding-right: 15px;}
.products_ins .sidenav .closebtn { position: absolute; top: -8px; right: 12px; font-size: 36px; margin-left: 50px; }
.products_ins .sidenavForm { box-shadow: 0px 3px 7px 0px rgba(19, 19, 19, 0.35); height: 100%; width: 0; position: fixed; z-index: 6; top: 0; right: 0; background-color: #fff; overflow-x: hidden; transition: 0.2s; }
.products_ins .sidenavForm .sidenav_cntFrm { padding: 12px 0 10px 14px; border-bottom: 1px solid #707070; }
.products_ins .sidenavForm .sidenav_cntFrm .side_ttl { font-size: 18px; font-weight: 700; }
.products_ins .frm_share { padding: 2px 15px 0 15px; }
.products_ins .frm_share .captcha { margin-top: 20px; }
.products_ins .frm_share .my_btn { margin-top: 20px; }
.products_ins .frm_share .my_btn button { font-size: 16px; color: #000; background-color: transparent; border: 0; outline: 0; border: 1px solid #f4a30b; padding: 20px 0; width: 100%; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.products_ins .frm_share .my_btn button:hover { color: #fff; background-color: #f4a30b; }
.products_ins .frm_share .form-group { margin-top: 17px; }
.products_ins .frm_share .form-control { padding: 0 15px; height: 40px;}
.products_ins .share_form input { border: 1px solid #d7d7d7; }
.products_ins .share_form textarea { border: 1px solid #d7d7d7; background-color: #fff; height: 114px!important; padding-top: 10px!important;}
.products_ins .chk { margin-top: 20px; }
.products_ins .chk a { font-size: 14px; color: #707070; display: inline-block; vertical-align: text-top; padding-left: 10px; }
.products_ins .chk .icheckbox_square-grey { border-radius: 5px; }

.products_ins .similar-products { padding-top: 170px; z-index: 0; position: relative; }
.products_ins .similar-products .simi-ttl { text-align: center; }
.products_ins .similar-products .simi-ttl h2 { color: #000; font-size: 26px; margin: 0; font-weight: normal; }
.products_ins .similar-products .simi-ttl h2:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 234px; height: 1px; margin: 6px auto 0 auto; }
.products_ins .similar-products .slider-3-c { margin-top: 76px; margin-left: 70px; margin-right: 70px; } 
.products_ins .similar-products .slider-3-c .slider-3-item { padding: 0 15px 15px 15px; } 
.products_ins .similar-products .slider-3-c .slider-3-item img { border: 1px solid #d7d7d7; } 
.products_ins .similar-products .simi_item { max-width: 300px; margin: auto auto; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  } 
.products_ins .similar-products .simi_item:hover {  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14); } 
.products_ins .similar-products .det { padding: 36px 0; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; max-width: 300px; margin: auto; } 
.products_ins .similar-products .det .simi-ttl2 { text-align: center; } 
.products_ins .similar-products .det .simi-price { text-align: center; margin-top: 9px; } 
.products_ins .similar-products .det .simi-price a { color: #b5a586; } 
.products_ins .similar-products .det .simi-ttl2 a {  } 
.products_ins .similar-products .det .simi-ttl2 a:hover { color: #f4a30b; } 
/********************* PRODUCTS INS *********************/

/********************* FAQ *********************/
.faq { padding-top: 188px; }
.faq .main_ttl { text-align: center; margin-top: 50px; }
.faq .main_ttl h1 { font-size: 36px; font-weight: normal; margin: 0; }
.faq .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 350px; height: 1px; margin: 5px auto 0 auto; }

.lft-side { float: left; width: 275px; position: relative; }
.lft-side .lft-cbar { margin-top: 40px; max-width: 275px; }
.lft-side .lft-cbar > ul > li { width: 100%; display: block; text-align: left; }
.lft-side .lft-cbar > ul > li a { background: url(../img/inactive_menu.png) no-repeat top 20px right 10px; display: block; padding: 15px 0; border-bottom: 1px solid #d7d7d7; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.lft-side .lft-cbar > ul > li a.active { background: url(../img/active_menu.png) no-repeat top 20px right 10px; color: #017dc5; border-bottom: 1px solid #017dc5; }
.lft-side .lft-cbar > ul > li a:hover { border-bottom: 1px solid #017dc5; color: #017dc5; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }

.rgt-side { float: right; width: 100%; margin-left: -275px; }
.rgt-side .ins { padding-left: 295px; margin-top: 50px; }
.rgt-side .ins .c-txt {  margin-top: 27px; }
/********************* FAQ *********************/

/********************* BLOG *********************/
.blog { padding-top: 188px; }
.blog .main_ttl { text-align: center; margin-top: 25px; }
.blog .main_ttl h1 { font-size: 36px; margin: 0; font-weight: normal; padding-bottom: 40px; }
.blog .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 155px; height: 1px; margin: 10px auto 0 auto; }
.blog .blog_list {  }
.blog .blog_list ul { margin-left: -12px; margin-right: -12px; }
.blog .blog_list ul li { float: left; width: 50%; padding: 0 12px 50px 12px; }
.blog .blog_list .blog_item { max-width: 682px; margin: auto auto; }
.blog .blog_list .blog_item .blog_date { margin-bottom: 10px; }
.blog .blog_list .blog_item .blog_date a { color: #f4a30b; }
.blog .blog_list .blog_item .blog_date span { font-size: 26px; }
.blog .blog_list .blog_item .blog_date span span { font-size: 16px; }
.blog .blog_list .blog_item .blog_img { overflow: hidden;}
.blog .blog_list .blog_item .blog_img img { -webkit-transition: all 500ms linear;-moz-transition: all 500ms linear;-o-transition: all 500ms linear;transition: all 500ms linear; }
.blog .blog_list .blog_item .blog_img img:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.blog .blog_list .blog_item .blog_ttl { margin-top: 16px; }
.blog .blog_list .blog_item .blog_ttl a { font-size: 26px; }
.blog .blog_list .blog_item .blog_txt { margin-top: 14px; }
.blog .blog_list .blog_item .blog_txt a {  }
.blog .blog_list .blog_item .blog_btn { margin-top: 40px; }
.blog .blog_list .blog_item .blog_btn a { background-color: #017dc5; color: #fff; font-size: 16px; padding: 15px 18px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.blog .blog_list .blog_item .blog_btn a:hover { background-color: #f4a30b; }
/********************* BLOG *********************/

/********************* BLOG INS *********************/
.blog_ins { padding-top: 188px; }
.blog_ins .blog_cont {  }
.blog_ins .blog_cont .top_image { margin-top: 46px; }
.blog_ins .blog_cont .details_cont { margin-top: 23px; }
.blog_ins .blog_cont .details_cont_date:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 130px; height: 3px; margin: 5px 0 0 0; }
.blog_ins .blog_cont .details_cont_date span { font-size: 26px; }
.blog_ins .blog_cont .details_cont_date span span { font-size: 16px; color: #888888; }
.blog_ins .blog_cont .details_cont_ttl { margin-top: 30px; }
.blog_ins .blog_cont .details_cont_ttl h2 { font-size: 36px; font-weight: normal; margin: 0; }
.blog_ins .blog_cont .details_cont_txt { margin-top: 24px; }
.blog_ins .blog_cont .details_cont_txt:after { content: ""; display: block; background: #d7d7d7; width: 100%; max-width: 1412px; height: 1px; margin: 55px auto 0 auto; }
.blog_ins .share { margin-top: 40px; }
.blog_ins .share ul { display: inline-block; }
.blog_ins .share ul li { display: inline-block; padding-left: 20px; }
.blog_ins .share .share_ttl { font-size: 23px; }
.blog_ins .share .share_fb a { font-size: 28px; color: #777777; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.blog_ins .share .share_fb a:hover { color: #f4a30b; }
/*.blog_ins .share .share_insta a { font-size: 28px; color: #777777; }*/
.blog_ins .prevnext { margin-top: 90px; }
.blog_ins .prevnext .prev { float: left; }
.blog_ins .prevnext .prev img { display: inline-block; vertical-align: middle; padding-right: 40px; }
.blog_ins .prevnext .prev a { font-size: 23px;  -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.blog_ins .prevnext .prev a:hover { color: #f4a30b; }
.blog_ins .prevnext .prev span { border-bottom: 1px solid #000; padding-bottom: 12px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.blog_ins .prevnext .prev a:hover span { border-bottom: 1px solid #f4a30b;}
.blog_ins .prevnext .next { float: right; }
.blog_ins .prevnext .next img { display: inline-block; vertical-align: middle; padding-left: 40px; }
.blog_ins .prevnext .next a { font-size: 23px;  -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;  }
.blog_ins .prevnext .next a:hover { color: #f4a30b;  }
.blog_ins .prevnext .next span { border-bottom: 1px solid #000; padding-bottom: 12px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.blog_ins .prevnext .next a:hover span { border-bottom: 1px solid #f4a30b;}
/********************* BLOG INS *********************/

/********************* ABOUT US *********************/
.company { padding-top: 188px; }
.company .main_ttl { text-align: center; margin-top: 55px; }
.company .main_ttl h1 { font-size: 36px; color: #010101; margin: 0; font-weight: normal; }
.company .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 296px; height: 1px; margin: 5px auto 0 auto; }
.company .c_txt { margin-top: 35px; }
.company .c_txt:after { content: ""; display: block; background: #d7d7d7; width: 100%; height: 1px; margin-top: 5px; }
.company .bg { max-width: 1920px; position: relative; width: 100%; height: 477px; background-size: cover; background-attachment: fixed; background-position: center center; }
.company .stores { text-align: center; margin-top: 60px; background-color: #fff; opacity: 0.85; padding: 35px; }
.company .s_ttl { text-align: center; padding-top: 50px; }
.company .s_ttl h1 { font-size: 36px; margin: 0; font-weight: normal; }
.company .stores .lft_info { display: inline-block; border-right: 1px solid #f4a30b; padding-right: 100px; }
.company .stores .lft_info .lft_ttl { text-align: left; }
.company .stores .lft_info .lft_ttl h2 { margin: 0; font-weight: normal; font-size: 26px; }
.company .stores .lft_info .lft_ttl h2:after { content: ""; display: block; background: #000; width: 100%; max-width: 216px; height: 1px; margin: 15px 0 12px 0; }
.company .stores .lft_info .lft_addr { text-align: left; font-size: 20px; }
.company .stores .rgt_info { display: inline-block;  padding-left: 100px;}
.company .stores .rgt_info .rgt_ttl { text-align: left; }
.company .stores .rgt_info .rgt_ttl h2 { margin: 0; font-weight: normal; font-size: 26px; }
.company .stores .rgt_info .rgt_ttl h2:after { content: ""; display: block; background: #000; width: 100%; max-width: 216px; height: 1px; margin: 15px 0 12px 0; }
.company .stores .rgt_info .rgt_hours { text-align: left; }
.company .stores .rgt_info .rgt_hours .hrs_ttl,
.company .stores .rgt_info .rgt_hours .hrs_ttl2 { font-size: 20px; }
/********************* ABOUT US *********************/

/********************* CONTACT *********************/
.contact { padding-top: 188px; }
.contact .main_ttl { text-align: center; margin-top: 40px; }
.contact .main_ttl h1 { font-size: 36px; font-weight: normal; margin: 0; }
.contact .main_ttl h1:after { content: ""; display: block; background: #f4a30b; width: 100%; max-width: 216px; height: 1px; margin: 5px auto 0 auto; }

.contact .info { margin-top: 40px;  border-bottom: 1px solid #017dc5; padding-bottom: 20px; }
.contact .info ul { margin-left: -10px; margin-right: -10px; overflow: hidden; }
.contact .info ul li { float: left; width: 25%; padding: 0 10px; text-align: center; }
.contact .info ul li span { display: inline-block; text-align: left; background-repeat: no-repeat; min-height: 30px; }
.contact .info ul li.li-add span { background-image: url(../img/pin.png); padding-left: 24px; background-position: top 5px left; }
.contact .info ul li.li-pho span { background-image: url(../img/phone.png); padding-left: 31px; background-position: top 4px left; }
.contact .info ul li.li-ema span { background-image: url(../img/mail.png); padding-left: 39px; background-position: top 3px left; }
.contact .info ul li.li-hou span { background-image: url(../img/clock2.png); padding-left: 40px; background-position: top left; }
.contact .info ul li,
.contact .info ul li a { color: #707070; font-size: 16px; }
.contact .info ul li a:hover { color: #f4a30b; }

.contact .info_resp .contact_info { display: none; }
.contact .info_resp .contact_info.panel-group { margin-bottom: 0; }
.contact .info_resp .contact_info.panel-group .panel { border-radius: 0; }
.panel-group .panel+.panel { margin-top: 0; }
.contact .info_resp .contact_info.panel-group .panel-default { border-color: #017dc5; }
.contact .info_resp .contact_info.panel-group .panel-heading { padding: 10px 0 10px 0; background-color: #ebebeb; border-radius: 0; }
.contact .info_resp .contact_info.panel-group .panel-heading h4 a.collapsed i {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg); color: #707070; font-size: 18px;}
.contact .info_resp .contact_info.panel-group .panel-heading h4 a { display: block; font-size: 18px; color: #707070; padding: 9px 0 6px 15px; position: relative; }
.contact .info_resp .contact_info.panel-group .panel-heading h4 a i { font-size: 18px; position: absolute; top: 10px; right: 12px; color: #017dc5;  }
.contact .info_resp .contact_info.panel-group .panel-body { padding: 16px 0 16px 15px; background-color: #fff; }
.contact .info_resp .contact_info.panel-group #collapse1 .panel-body .lst a { display: block; color: #000; font-weight: normal; font-size: 16px; margin-top: 10px; }

.contact .conct_content { margin-top: 44px; }
.contact .conct_content .lft_conct { float: left; width: 50%; padding-right: 28px; }
.contact .conct_content .lft_conct .frm {  }
.contact .conct_content .lft_conct .frm .frm_ttl { text-align: center; }
.contact .conct_content .lft_conct .frm .frm_ttl h2 { color: #002157; font-size: 36px; font-weight: normal; margin: 0; }
.contact .conct_content .lft_conct .frm .frm_txt { text-align: center; margin-top: 24px; margin-bottom: 64px; }
.contact .conct_content .lft_conct .frm .inpt_l { float: left; width: 50%; padding-right: 34px; }
.contact .conct_content .lft_conct .frm .inpt_l input { height: 52px; }
.contact .conct_content .lft_conct .frm .inpt_r { float: right; width: 50%; padding-left: 34px; }
.contact .conct_content .lft_conct .frm .inpt_r input { height: 52px; }
.contact .conct_content .lft_conct .frm .inpt textarea { padding: 6px 12px 32px 12px; }
.contact .conct_content .lft_conct .frm .und { margin-top: -5px; }
.contact .conct_content .lft_conct .frm .und .rqrd { font-size: 14px; color: #002157; }
.contact .conct_content .lft_conct .frm .und .captcha { float: left; margin-top: 16px; }
.contact .conct_content .lft_conct .frm .und .mybtn { float: right; margin-top: 16px; }
.contact .conct_content .lft_conct .frm .und .mybtn button { background-color: #017dc5; padding: 10px 50px; font-weight: 700; border-radius: 0; border-color: transparent; }
.contact .conct_content .lft_conct .frm .und .mybtn button:hover,
.contact .conct_content .lft_conct .frm .und .mybtn button:focus { outline: 0; background-color: #f4a30b; }
.contact .conct_content .rgt_conct { float: right; width: 50%; padding-left: 28px; }
.contact .conct_content .rgt_conct .c-map iframe { width: 100%; height: 580px; margin-top: 70px; }
/********************* CONTACT *********************/

@media only screen and (max-width: 1650px) { 
.cart-window:before{border-bottom-color: #017dc5; content: ""; width: 0; height: 0; border-left: 7px solid transparent; border-bottom-width: 8px; border-bottom-style: solid; border-right: 7px solid transparent; position: absolute; top: -8px; right: 77px;}
/********************* PRODUCTS INS *********************/
.products_ins .product-page .product-gallery .media-container .thumbs { width: 220px; }
.products_ins .product-page .product-gallery .media-container .big-container { width: 661px; height: 639px; }
.products_ins .product-page .product-gallery .media-container .big-container .item img  { width: 661px; height: 639px; }
/********************* PRODUCTS INS *********************/
}
@media only screen and (max-width: 1510px) { 
/********************* PRODUCTS INS *********************/
.products_ins .product-page .product-gallery .media-container .thumbs { width: 200px; }
.products_ins .product-page .product-gallery .media-container .big-container { width: 601px; height: 639px; }
.products_ins .product-page .product-gallery .media-container .big-container .item img  { width: 601px; height: 639px; } 
/********************* PRODUCTS INS *********************/
}
@media only screen and (max-width: 1440px) { 
/********************* FOOTER *********************/
footer .foot_cats .col-1 { width: 27.9%; }
footer .foot_cats .col-2 { width: 22.7%; }
footer .foot_cats .col-3 { width: 24.6%; }
footer .foot_cats .col-4 { width: 24.8%; }
footer .socials span { padding-left: 10px; padding-right: 10px; }
/********************* FOOTER *********************/

}
@media only screen and (max-width: 1376px) { 
/********************* HEADER *********************/
.mob-menu { display: block; }
header .main-menu { display: none; }
/********************* HEADER *********************/

/********************* HOME *********************/
.home .hp_banner .banner_left { display: none; }
.home .hp_banner .banner_right { width: 100%; margin-left: 0; }
.home .hp_banner .banner_right .banner_right_ins { padding-left: 0; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .left_bg { float: none; width: 100%; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .left_bg img { margin: auto auto; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg { float: none; width: 100%; margin-left: 0; padding: 0 40px; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins { padding-left: 0; padding-right: 0; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_ttl { margin-top: 10px; }
/********************* HOME *********************/

/********************* BLOG *********************/
.blog { padding-top: 196px; }
/********************* BLOG *********************/

/********************* FAQ *********************/
.faq { padding-top: 196px; }
/********************* FAQ *********************/

/********************* PRODUCTS *********************/
.products { padding-top: 196px; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { width: 33.33%; }
/********************* PRODUCTS *********************/

/********************* PRODUCTS INS *********************/
.products_ins .product-page .product-gallery .media-container .thumbs { float: none; width: 100%; border: 0; }
.products_ins .product-page .product-gallery .media-container .thumbs .item { border: 0; padding: 0 15px; }
.products_ins .product-page .product-gallery .media-container .big-container { float: none; max-width: 100%; width: 100%; }
.products_ins .product-page .product-gallery .media-container .big-container .item img { width: 707px; }
.products_ins .product-page .product-gallery .box { float: none; width: 100%; }
.products_ins .slick-left { position: absolute; left: 0; top: 50%; }
.products_ins .slick-right { position: absolute; right: 0; top: 50%; }
/********************* PRODUCTS INS *********************/
}

@media only screen and (max-width: 1330px) {
/********************* HOME *********************/
.home .product_carousel .c_lft { width: 25%; }
.home .product_carousel .c_rgt { width: 75%; }
/********************* HOME *********************/
.form-group.lft-group { width: 100%; float: none; }
.form-group.rgt-group { width: 100%; float: none; }
}

@media only screen and (max-width: 1199px) { /* .col-lg- */
/********************* FOOTER *********************/
footer .foot_cats .col-1 { width: 100%; float: none; text-align: center; margin-bottom: 30px; }
footer .f-det { display: inline-block; text-align: left; }

footer .foot_cats .col-2 { width: 33.33%; }
footer .foot_cats .col-3 { width: 33.33%; }
footer .foot_cats .col-4 { width: 33.33%; }
/********************* FOOTER *********************/

/********************* THANK YOU PAGE *********************/
.thank_you_page .thank img.lft { position: relative; display: block; margin: auto auto; top: 10px; left: 0; }
.thank_you_page .thank img.rgt { display: none; }
/********************* THANK YOU PAGE *********************/

/********************* THANK YOU PAGE CONTACT *********************/
.contact_thank_you .thank img.lft { position: relative; display: block; margin: auto auto; top: 10px; left: 0; }
.contact_thank_you .thank img.rgt { display: none; }
/********************* THANK YOU PAGE CONTACT*********************/

/********************* MY ORDERS *********************/
.my_password .my-forms .col-md-4 { float: none; width: 100%; }
/********************* MY ORDERS *********************/

/********************* MY FAVORITES *********************/
.my-page .my-menu { padding-right: 0; }
.my_favorites .my-page .prd-list-fav ul li{width:50%;}
/********************* MY FAVORITES *********************/

.checkout-register label, .checkout-login label{width:31%;min-height:30px;line-height:30px;float:left;}
.checkout-register label + input,
.checkout-register label + div,
.checkout-login label + input{width:65%;float:right;}
.ckeckout_page .checkout-cart tbody td.name{padding-left:7px;}

.ckeckout_page .lft { float: none; width: 100%; padding: 0; }
.ckeckout_page .lft .lft_ins { margin: 0; }
.ckeckout_page .middle { float: none; width: 100%; padding: 0; }
.ckeckout_page .rgt { float: none; width: 100%; padding: 0; }
.ckeckout_page .checkout-product table{min-width:460px;}
.ckeckout_page .checkout-product table td{width:auto;}
.ckeckout_page .checkout-cart td.name{padding-left:0;}
.ckeckout_page .checkout-content thead .model,
.ckeckout_page .checkout-content thead .quantity,
.ckeckout_page .checkout-content thead .price,
.ckeckout_page .checkout-content tbody .model,
.ckeckout_page .checkout-content tbody .quantity,
.ckeckout_page .checkout-content tbody .price{display:table-cell;}
.ckeckout_page .checkout-cart td.name a{margin-left:0;}
.ckeckout_page .checkout-cart td.image img{max-width:80%;}
.ckeckout_page .table-responsive{max-height:none;}

/********************* HOME *********************/
.home .product_carousel .c_lft { float: none; width: 100%; text-align: center; }
.home .product_carousel .c_lft .c_lft_btn { margin-top: 20px; }
.home .product_carousel .c_rgt { float: none; width: 100%; margin-top: 30px; }
.home .tab-content .tab-pane > ul { margin-left: -20px; margin-right: -20px; }
.home .tab-content .tab-pane > ul > li { width: 33.33%; padding: 0 20px 40px 20px; }
/********************* HOME *********************/

/********************* CONTACT *********************/
.contact .info { border-bottom: 0; }
.contact .info ul { display: none; }
.contact .info_resp .contact_info { display: block; }
.contact .info_resp .contact_info ul li {  }
.contact .info_resp img { display: inline-block; padding-right: 16px; width: 31px; }
.contact .info_resp span a,
.contact .info_resp span { color: #707070; font-size: 16px; }
.contact .conct_content .lft_conct .frm .und .mybtn button { padding: 10px 15px; }
/********************* CONTACT *********************/

/********************* PRODUCTS *********************/
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { width: 50%; }
/********************* PRODUCTS *********************/

/********************* PRODUCTS INS *********************/
.products_ins .product-page { float: none; width: 100%; }
.products_ins .pr-rgt-side .product-data { float: none; width: 100%; padding-left: 0; }
.products_ins .product-page .product-gallery .media-container .big-container .item img { width: 100%; }
.products_ins .similar-products { padding-top: 50px; }
/********************* PRODUCTS INS *********************/
}

@media only screen and (max-width: 991px) { /* .col-md- */
/********************* HEADER *********************/
header .head_ins .logo { margin-right: -100px; max-width: 200px; }
/********************* HEADER *********************/

/********************* FOOTER *********************/
footer .foot_cats .col-1,
footer .foot_cats .col-2,
footer .foot_cats .col-3 { display: none; }
footer .foot_cats .col-4 { width: 100%; float: none; text-align: center; max-width: 450px; margin: auto auto; }
footer .foot_cats .col-4 .nsltr .inpt input { max-width: 100%; }
footer .foot_cats .col-4 .nsltr .inpt .ins { float: left; width: 100%; }
footer .foot_cats .col-4 .nsltr .mybtn { float: right; position: relative; margin-top: -44px; }
footer .socials { margin-top: 0; }
footer .drop { display: block; margin-top: 10px; }
/********************* FOOTER *********************/

/********************* THANK YOU PAGE *********************/
.thank_you_page .banner .banner_ins .banner_ins_ins h1 { font-size: 70px; }

.thank_you_page .main_ttl { text-align: center; margin-top: 20px; }
.thank_you_page .main_ttl h2 { font-size: 26px; font-weight: normal; margin: 0; color: #017dc5; }
/********************* THANK YOU PAGE *********************/

/********************* THANK YOU PAGE *********************/
.contact_thank_you .banner .banner_ins .banner_ins_ins h1 { font-size: 70px; }

.contact_thank_you .main_ttl { text-align: center; margin-top: 20px; }
.contact_thank_you .main_ttl h2 { font-size: 26px; font-weight: normal; margin: 0; color: #017dc5; }
/********************* THANK YOU PAGE *********************/

/********************* SEARCH *********************/
.search .col-prod-cats .prod-list > ul > li { width: 33.33%; }
/********************* SEARCH *********************/

.ckeckout_page .checkout-cart td.quantity input[type='text']{display:block;float:none;width:auto;min-width:42px;margin:0 auto;}
.ckeckout_page .checkout-cart td.quantity .input-group{display:inline-block;}
.ckeckout_page .checkout-cart td.quantity .input-group input{margin-top:5px;}
.ckeckout_page .checkout-cart td.quantity .input-group input:first-of-type{margin-right:5px;}
.ckeckout_page .checkout-cart td.quantity input[type='text']{width:100%;min-width:76px;margin-bottom:5px;}

/********************* HOME *********************/
.home .general_info ul { margin-left: -20px; margin-right: -20px; }
.home .general_info ul li { float: left; width: 50%; padding: 10px 20px; }

.home .blog_sect .blog_list ul { margin-left: -20px; margin-right: -20px; }
.home .blog_sect .blog_list ul li { width: 50%; padding: 20px 20px 0 20px; }
.home .product_carousel .c_rgt .carousel_box .cars_ttl a { font-size: 20px; }
/********************* HOME *********************/

/********************* ABOUT US *********************/
.company .stores .lft_info { padding-right: 0; display: block; text-align: center; border-right: none; }
.company .stores .lft_info .lft_ttl { text-align: center; }
.company .stores .lft_info .lft_ttl h2:after { margin: 15px auto 12px auto; }
.company .stores .lft_info .lft_addr { text-align: center; }
.company .stores .rgt_info .rgt_ttl { text-align: center; margin-top: 20px; }
.company .stores .rgt_info .rgt_ttl h2:after { margin: 15px auto 12px auto; }
.company .stores .rgt_info .rgt_hours { text-align: center; }
.company .stores .rgt_info {  padding-left: 0; display: block; }
/********************* ABOUT US *********************/

/********************* FAQ *********************/
.lft-side { float: none; width: 100%; }
.lft-side .lft-cbar { max-width: 100%; }
.lft-side .lft-cbar > ul > li a { background: url(../img/menu_resp.png) no-repeat top 20px right 10px; display: block; padding: 15px 0; border-bottom: 1px solid #d7d7d7; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.lft-side .lft-cbar > ul > li a.active { background: url(../img/active_menu_resp.png) no-repeat top 20px right 10px; color: #017dc5; border-bottom: 1px solid #017dc5; }
.rgt-side { float: none; width: 100%; margin-left: 0; }
.rgt-side .ins { padding-left: 0; }
/********************* FAQ *********************/

/********************* CONTACT *********************/
.contact .conct_content { margin-top: 44px; }
.contact .conct_content .lft_conct { float: none; width: 100%; padding-right: 0; margin: auto auto; }
.contact .conct_content .lft_conct .frm .inpt_l { float: left; width: 50%; padding-right: 34px; }
.contact .conct_content .lft_conct .frm .inpt_r { float: right; width: 50%; padding-left: 34px; }
.contact .conct_content .rgt_conct { float: none; width: 100%; padding-left: 0; }
/********************* CONTACT *********************/

.register_in .page-ttl h1 { font-size: 30px; }
.sign_in .left_column_ttl h1 { font-size: 30px; }
.searcg .main_ttl h1 { font-size: 30px; }
/********************* BLOG INS *********************/
.blog_ins .blog_cont .details_cont_date span { font-size: 20px; }
.blog_ins .blog_cont .details_cont_ttl h2 { font-size: 30px; }
.blog_ins .share .share_ttl { font-size: 20px; }
.blog_ins .share .share_fb a { font-size: 20px; }
.blog_ins .share .share_insta a { font-size: 20px; }
.blog_ins .prevnext .prev a { font-size: 20px; }
.blog_ins .prevnext .next a { font-size: 20px; }
/********************* BLOG INS *********************/

/********************* PRODUCTS *********************/
.products .left_side_menu { float: none; width: 100%; margin-top: 0; display: none; }
.products .left_side_menu .menu_ttl { display: none; }
.products .menu_ttl2 { display: block; margin-top: 20px; }
.products .menu_ttl2 h2 img { display: inline-block; padding-left: 10px; }
.products .rgt_side_prod { float: none; width: 100%; margin-left: 0; margin-top: 42px; overflow: hidden; }
.products .rgt_side_prod .rgt_side_prod_ins { padding-left: 0; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { width: 33.33%; }
/********************* PRODUCTS *********************/
}

@media only screen and (max-width: 767px) { /* .col-xs- */
ol.breadcrumb li a { font-size: 13px; }
.main-content-ins { padding: 0 10px; }
/********************* HEADER *********************/
header .head_ins .left_cont { float: none; padding-top: 12px; text-align: center; }
header .head_ins .left_cont .h_ttl { font-size: 16px; }
header .head_ins .logo { padding-top: 0; }
header .head_ins .right_cont { float: none; text-align: center; padding-top: 35px; }
header .head_ins .right_cont .top_cont { text-align: center; }
header .head_ins .right_cont .bot_cont { padding-top: 25px; }
/********************* HEADER *********************/

/********************* FOOTER *********************/
footer .cprt a span { display: inline-block; }
footer .cprt a img { display: none; }
/********************* FOOTER *********************/

.forgot_pass { padding-top: 310px; }
.pass_reset { padding-top: 310px; }

/********************* MY ACCOUNT ********************/
.my_account { padding-top: 310px; }
.my_account .main_ttl h1 { font-size: 20px; }
.col-xs-12,.col-sm-6{ padding: 0; }
/********************* MY ACCOUNT ********************/

/********************* MY INFO *********************/
.my_info { padding-top: 310px; }
.my_address_book { padding-top: 310px; }
.my_orders { padding-top: 310px; }
.my_favorites { padding-top: 310px; }
.my_password { padding-top: 310px; }
.my_points { padding-top: 310px; }
.ckeckout_page { padding-top: 310px; }

.my_info .main_ttl h1 { font-size: 20px; }
/********************* MY INFO *********************/

/********************* MINI CART *********************/
.cart-window { right: 50%; top: 265px; margin-right: -200px; }
.cart-window:before{ position: absolute; top: -8px; right: 115px;}
/********************* MINI CART *********************/

/********************* SEARCH *********************/
.search { padding-top: 304px; }
.search .col-prod-cats .prod-list > ul > li { width: 50%; }
/********************* SEARCH *********************/

/********************* PAYMENT SUCCESS *********************/
.payment_success { padding-top: 310px; }
/********************* PAYMENT SUCCESS *********************/

/********************* NEWSLETTER VALIDATION *********************/
.validation_newsletter { padding-top: 310px }
.validation_newsletter .main_ttl h1 { font-size: 20px;}
/********************* NEWSLETTER VALIDATION *********************/

/********************* HOME *********************/
.home { padding-top: 304px; }
.home .general_info ul { margin-left: 0; margin-right: 0; }
.home .general_info ul li { float: none; width: 100%; padding: 10px 0; }

.home .tab-content .tab-pane > ul { margin-left: -10px; margin-right: -10px; }
.home .tab-content .tab-pane > ul > li { width: 50%; padding: 0 10px 40px 10px; }

.home .product_carousel .c_lft .c_lft_ttl h2 { font-size: 20px; }
.home .product_carousel .c_lft .c_lft_btn a { font-size: 16px; }
.home .product_carousel .c_rgt .carousel_box .cars_ttl a { font-size: 18px; }
.home .prod_menu .prod_ttl h1 { font-size: 20px; }

.nav-tabs > li { padding: 0 10px; }
.nav-tabs > li a { font-size: 22px; }

.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg { padding: 0 20px 20px 20px; height: 100%!important; }
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_ttl { padding-top: 20px; }

.home .blog_sect .blog_list ul { margin-left: -10px; margin-right: -10px; }
.home .blog_sect .blog_list ul li { float: none; width: 100%; padding: 20px 10px 0 10px; }
.home .blog_sect .blog_list .bl_sum { text-align: center; }

.p-item .p-ins .p-ttl a { font-size: 16px; line-height: normal; }
.p-item .p-ins .p-price a { font-size: 16px; }
/********************* HOME *********************/

/********************* BLOG *********************/
.blog { padding-top: 304px; }
.blog .main_ttl h1 { font-size: 30px; }
.blog .blog_list ul { margin-left: 0; margin-right: 0; }
.blog .blog_list ul li { float: none; width: 100%; padding: 0 0 50px 0; }
.blog .blog_list .blog_item { max-width: 682px; margin: auto auto; }
.blog .blog_list .blog_item .blog_date span { font-size: 20px; }
.blog .blog_list .blog_item .blog_ttl a { font-size: 20px; }
/********************* BLOG *********************/

/********************* SIGN IN *********************/
.sign_in { padding-top: 304px; }
/********************* SIGN IN *********************

/********************* REGISTER *********************/
.register_in { padding-top: 304px; }
/********************* REGISTER *********************/

/********************* SHOPPING CART *********************/
.shopping_cart { padding-top: 304px; }
/********************* SHOPPING CART *********************/

/********************* ABOUT US *********************/
.company { padding-top: 304px; }
.company .main_ttl h1 { font-size: 30px; }
.company .stores { margin-top: 20px; }
.company .s_ttl { margin-bottom: 30px; }
.company .s_ttl h1 { font-size: 30px; }
.company .stores .lft_info .lft_ttl h2 { font-size: 20px; }
.company .stores .lft_info .lft_addr { font-size: 20px; }
.company .stores .rgt_info .rgt_ttl h2 { font-size: 20px; }
.company .stores .rgt_info .rgt_hours .hrs_ttl,
.company .stores .rgt_info .rgt_hours .hrs_ttl2 { font-size: 20px; }
/********************* ABOUT US *********************/

/********************* FAQ *********************/
.faq { padding-top: 304px; }
.faq .main_ttl h1 { font-size: 30px; }
/********************* FAQ *********************/

/********************* CONTACT *********************/
.contact { padding-top: 304px; }
.contact .main_ttl h1 { font-size: 30px; }
/********************* CONTACT *********************/

/********************* BLOG INS *********************/
.blog_ins { padding-top: 304px; }
.thank_you_page { padding-top: 304px; }
.contact_thank_you { padding-top: 304px; }
/********************* BLOG INS *********************/

/********************* PRODUCT CATEGORIES *********************/
.product_categories { padding-top: 304px; }
.product_categories .main_ttl h1 { font-size: 20px; }
.product_categories .lst { margin-top: 46px; }
.product_categories .lst ul { margin-right: 0; margin-left: 0; }
.product_categories .lst ul li { float: none; width: 100%; padding: 20px 0; }
/********************* PRODUCT CATEGORIES *********************/

/********************* PRODUCTS *********************/
.products { padding-top: 304px; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { width: 50%; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat { float: none; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat .sel-lab { max-width: 280px; margin: auto auto; }
.products .rgt_side_prod .rgt_side_prod_ins .show_prod { float: none; text-align: center; margin-bottom: 20px; margin-top: 40px; }
.products .rgt_side_prod .rgt_side_prod_ins .select_cat ul { left: 50%; margin-left: -140px; width: 280px; }
/********************* PRODUCTS *********************/

/********************* PRODUCTS INS *********************/
.products_ins { padding-top: 304px; }
.products_ins .product-page .product-gallery .media-container .big-container .item img { height: 100%; }
.products_ins .product-page .product-gallery .media-container .big-container { height: 100%; }
.products_ins .pr-rgt-side .product-data .info-ttl { font-size: 20px; }
.products_ins .pr-rgt-side .product-data .info-code { font-size: 20px; }
/********************* PRODUCTS INS *********************/
}

@media only screen and (max-width: 600px) {
/********************* MY FAVORITES *********************/
.my_favorites .my-page .prd-list-fav{margin-top:20px;}
.my_favorites .my-page .prd-list-fav ul{list-style:none;padding:0;margin:0;}
.my_favorites .my-page .prd-list-fav ul li{list-style:none;padding:0 10px;margin:10px 0 40px 0;float:left;width:100%;}
.my_favorites .my-page .prd-list-fav ul li div.img-wrapper{position:relative;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.img-wrapper img{display:block;width:100%;}
.my_favorites .my-page .prd-list-fav ul li div.item-text{position:relative;padding-top:10px;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link{text-decoration:none;display:block;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link .ttl {font-size:14px;color:#000;font-weight:700;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.item-text a.item-link .code {font-size:14px;color:#000;font-weight:700;line-height:normal; margin-top: 10px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.my_favorites .my-page .prd-list-fav ul li div.actions{margin-top:10px;}
.my_favorites .my-page .prd-list-fav ul li div.actions .avail{font-size:14px;color:#000;font-weight:700;display:block;}
.my_favorites .my-page .prd-list-fav ul li div.actions .my-button{font-size:14px;color:#e8a2c2;font-weight:700;display:inline-block;cursor:pointer;}
/********************* MY FAVORITES *********************/

.ckeckout_page .checkout-shipping-methods { float: none; width: 100%; padding-right: 0; }
.ckeckout_page .checkout-payment-methods { float: none; width: 100%; padding-left: 0; }

/********************* HOME *********************/
.home .hp_banner .banner_right .banner_right_ins .banner_bg .right_bg .right_bg_ins .banner_txt { font-size: 16px; }
.home .tab-content .tab-pane > ul { margin-left: 0; margin-right: 0; }
.home .tab-content .tab-pane > ul > li { float: none; width: 100%; padding: 0 0 40px 0; }
.nav-tabs > li a { font-size: 18px; }
.home .blog_sect .blog_list .bl_sum { font-size: 16px; }
/********************* HOME *********************/

/********************* BLOG INS *********************/
.blog_ins .prevnext .prev a,
.blog_ins .prevnext .next a { font-size: 16px; }
.blog_ins .prevnext .next img { padding-left: 10px; }
.blog_ins .prevnext .prev img { padding-right: 10px; }
/********************* BLOG INS *********************/
}

@media only screen and (max-width: 480px) {
/********************* HEADER *********************/
header .head_ins .right_cont .bot_cont .srch { display: block; border-right: 0; margin-bottom: 20px; padding-right: 0; }
header .head_ins .right_cont .bot_cont .srch .inpt input { left: 20px; width: 206px; }
/********************* HEADER *********************/

.col-xs-6 { float: none; width: 100%; }
label { font-size: 16px; }
.forgot_pass { padding-top: 360px; }
.pass_reset { padding-top: 360px; }
/********************* MY ACCOUNT ********************/
.my_account { padding-top: 360px; }
.thank_you_page { padding-top: 360px; }
.contact_thank_you { padding-top: 360px; }
/********************* MY ACCOUNT *******************/

/********************* MY INFO *********************/
.my_info { padding-top: 360px; }
.my_address_book { padding-top: 360px; }
.my_orders { padding-top: 360px; }
.my_favorites { padding-top: 360px; }
.my_password { padding-top: 360px; }
.my_points { padding-top: 360px; }
.ckeckout_page { padding-top: 360px; }
.shopping_cart { padding-top: 360px; }
.shopping_cart .sc-step-options .sc-option .sc-option-txt,
.shopping_cart .sc-step-options .sc-option .sc-option-ttl{ font-size: 14px;}
.shopping_cart .sb-table td { padding: 10px 4px; }
.shopping_cart .shopping-bag a.sc-ttl,
.shopping_cart .shopping-bag div.sc-attrs, 
.shopping_cart .sb-table th { font-size: 14px; }
.shopping_cart .col-sm-12 { padding: 0 10px; }
/********************* MY INFO *********************/

/********************* MINI CART *********************/
.cart-window { margin-right: -170px; top: 320px; max-width: 340px;}
.cart-window:before { right: 180px; }
/********************* MINI CART *********************/

/********************* SEARCH *********************/
.search { padding-top: 350px; }
.search .col-prod-cats .prod-list > ul { margin-right: -5px; margin-left: -5px; }
.search .col-prod-cats .prod-list > ul > li { float: none; width: 100%; padding: 0 5px; }
/********************* SEARCH *********************/

/********************* PAYMENT SUCCESS *********************/
.payment_success { padding-top: 360px; }
.payment_success .main_ttl { text-align: center; margin-top: 20px; }
/********************* PAYMENT SUCCESS *********************/

/********************* NEWSLETTER VALIDATION *********************/
.validation_newsletter { padding-top: 360px }
/********************* NEWSLETTER VALIDATION *********************/

/********************* HOME *********************/
.home { padding-top: 350px; }
.home .tab-content { margin-top: 40px; }
.nav-tabs > li, .nav-pills > li { margin-top: 10px; }
.nav-tabs > li { float: none; width: 100%; text-align: center; padding: 0; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-bottom: 0; }
/********************* HOME *********************/

/********************* BLOG *********************/
.blog { padding-top: 350px; }
/********************* BLOG *********************/

/********************* ABOUT US *********************/
.company { padding-top: 350px; }
.company .c_txt { font-size: 16px; }
/********************* ABOUT US *********************/

/********************* FAQ *********************/
.faq { padding-top: 350px; }
.rgt-side .ins .c-txt { font-size: 16px; }
/********************* FAQ *********************/

/********************* CONTACT *********************/
.contact { padding-top: 350px; }
.contact .conct_content .lft_conct .frm .und .captcha,
.contact .conct_content .lft_conct .frm .und .mybtn { float: none; margin-top: 16px; }
.contact .conct_content .lft_conct .frm .inpt_l { padding-right: 14px; }
.contact .conct_content .lft_conct .frm .inpt_r { padding-left: 14px; }
/********************* CONTACT *********************/

/********************* BLOG INS *********************/
.blog_ins { padding-top: 350px; }
.blog_ins .blog_cont .details_cont_txt { font-size: 16px; }
/********************* BLOG INS *********************/

/********************* PRODUCT CATEGORIES *********************/
.product_categories { padding-top: 350px; }
.product_categories .lst .prod_item .prod_ttl a { font-size: 20px; }
/********************* PRODUCT CATEGORIES *********************/

/********************* PRODUCTS *********************/
.products { padding-top: 350px; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul { margin-left: 0; margin-right: 0; }
.products .rgt_side_prod .rgt_side_prod_ins .list_prod > ul > li { float: none; width: 100%; padding: 0 0 60px 0; }
/********************* PRODUCTS *********************/

/********************* PRODUCTS INS *********************/
.products_ins { padding-top: 350px; }
.products_ins .pr-rgt-side .product-data .pr_coating ul li { padding-bottom: 10px; }
.products_ins .product-page .product-gallery .box td.rgt { padding: 20px 10px 20px 10px; }
.products_ins .pr-rgt-side .product-data .details .det_txt { font-size: 16px; }
/********************* PRODUCTS INS *********************/
}

@media only screen and (max-width: 440px) {
/********************* BLOG INS *********************/
.blog_ins .prevnext .prev span,
.blog_ins .prevnext .next span { display: none; }
.blog_ins .prevnext { text-align: center; }
.blog_ins .prevnext .next,
.blog_ins .prevnext .prev { float: none; display: inline-block; }
.blog_ins .share ul li { padding-left: 10px; }
/********************* BLOG INS *********************/
}

@media only screen and (max-width: 360px) {
/********************* PRODUCT INS *********************/
.products_ins .pr-rgt-side .product-data .info-price .win { display: block; }
/********************* PRODUCT INS *********************/
}