@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
nav, ul, li{list-style-type:none;}
blockquote, q{quotes:none; font-style: italic;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input{vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;height:40px;border:solid 1px #999b9e;padding:0 20px;color:#999b9e;outline:none;font-family:'Roboto', sans-serif;font-size:.9em;-webkit-border-radius:0;}
input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;-ms-appearance:checkbox;-o-appearance:checkbox;appearance:checkbox;padding:0;height:auto;}
input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;-ms-appearance:radio;-o-appearance:radio;appearance:radio;padding:0;height:auto;}
input::-ms-clear, input::-ms-reveal{display:none;}
input::-webkit-credentials-auto-fill-button{visibility:hidden;display:none;}
textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;font-family:'Roboto', sans-serif;padding:12px 20px;height:120px;-webkit-border-radius:0;color:#999b9e;outline:none;border:solid 1px #999b9e;}
img{max-width:100%;vertical-align:middle;height:auto;width:auto;}
.clearfix{display:block;zoom:1;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
* html .clearfix{height:1%;zoom:1;}
*:first-child+html .clearfix{zoom:1;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{cursor: pointer; margin:0;padding:0;font-size:100%;color:#202329;vertical-align:baseline;background:transparent;text-decoration:none;outline:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
button{outline:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;font-family:'Roboto', sans-serif;}
select{vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;appearance:none;-ms-appearance:none;background:#ffffff url(images/down-arrow.png) no-repeat;border:1px solid #999b9e;color:#999b9e;outline:none;font-size:0.9em;height:40px;margin:0;background-position:95% center;padding:0 25px 0 15px;vertical-align:middle;font-family:'Roboto', sans-serif; -webkit-border-radius: 0;}
select::-ms-expand{display:none;}
a:hover,a:focus{outline:none;text-decoration:none;color:#ea0009;}
input::-webkit-input-placeholder{color:#999b9e;}
input::-moz-placeholder{color:#999b9e;}
input:-ms-input-placeholder{color:#999b9e;}
input:-moz-placeholder{color:#999b9e;}
textarea::-webkit-input-placeholder{color:#999b9e;}
textarea::-moz-placeholder{color:#999b9e;}
textarea:-ms-input-placeholder{color:#999b9e;}
textarea:-moz-placeholder{color:#999b9e;}
input[type="search"]::-webkit-search-cancel-button{display:none;}
h1{font-size:2.2em;font-weight:400;margin:0 0 25px;line-height:1.3;}
h2{font-size:1.5em;font-weight:500;margin:0 0 25px;line-height:1.3;}
h3{font-size:1.2em;font-weight:500;margin:0 0 25px;line-height:1.3;}
h4{font-size:1.1em;}
p{font-size:.9em;line-height:1.4;color:#202329;font-weight:400;margin:0 0 25px;}
p:empty { display: none; }
li{font-size:.9em;line-height:1.4;color:#202329;font-weight:400;padding:0 0 20px;}

/* ------------------------------------- */
/* ----- main css start gose here ----- */
/* ----------------------------------- */

body{line-height:1;font-size:1em;font-family:'Roboto', sans-serif;color:#202329;background:#fcfcfc;}
.home .text_center{text-align:center;}
.container{width:100%;max-width:1360px;padding:0 30px;margin:0 auto;}
.header{ width: 100%; position: relative; z-index: 99; transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;}
.fixed_header .header { position: fixed; top: 0; left: 0; right: 0; z-index: 99;  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
 
}
.fixed_header .header .header_top { padding: 15px 0; }
.fixed_header .header .header_top .logo img { max-width: 102px !important; }
.fixed_header .header .header_bottom ul li a { padding: 12px 0; }
.header .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;z-index:999;}
.header.openMenu .overlay{display:block;}
.header .header_top .logo{width:58%;text-align:center;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.header .header_top .logo img{margin:auto;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;width:100%;max-width:145px !important;}
.header .main_menus{display:none;}
.header .main_menus nav{text-align:right;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.header .main_menus nav ul.menu{margin:0;padding:0;}
.header .main_menus nav ul.menu > li{display:inline-block;position:relative;}
.header .main_menus nav ul.menu > li > a{font-size:16px;color:#fff;font-weight:400;padding:10px;display:block;}
.header .main_menus .mobi_btn{width:70px;display:none;position:relative;}
.header .main_menus .mobi_btn span.bars{background:#1a1919;width:22px;height:2px;margin:5px 0;display:block;}
.header .main_menus .mobi_btn:after{content:"Menu";font-size:14px;color:#202329;text-transform:uppercase;position:absolute;right:0;top:2px;}
.header .main_menus .mobi_close{display:none;width:100%;height:50px;}
.header .main_menus .mobi_close span{position:absolute;top:30px;left:20px;-webkit-transition:background 0.3s 0.3s;-moz-transition:background 0.3s 0.3s;transition:background 0.3s 0.3s;width:15px;height:15px;}
.header .main_menus .mobi_close span:after,.header .main_menus .mobi_close span:before{background:#fff;content:'';position:absolute;width:15px;height:1px;left:0px;top:7px;}
.header .main_menus .mobi_close span:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.header .main_menus .mobi_close span:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.header .header_bottom ul.menu {position:relative; display: inline-block;}
.header .header_bottom ul.menu > li .menu-item-description h4 { margin: 0 0 15px; text-transform: uppercase; }
.header .header_bottom ul.menu > li .menu-item-description, .menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu{position:absolute;background:#fff;text-align:left;top:130%;left:auto; right: auto; min-width:250px;display:block;visibility:hidden;opacity:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;z-index:9;padding:30px 30px 30px 80px; margin: auto auto auto -75px; }
.header .header_bottom ul.menu > li:hover .menu-item-description, .menu-item-type-custom.menu-item-object-custom.menu-item-has-children:hover .sub-menu {visibility:visible;opacity:1;top:100%;}
.header .header_bottom ul.menu > li .menu-item-description li, .menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li {display:block;}
.header .header_bottom ul.menu > li .menu-item-description li > a, .menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li a { padding:7px 0;display:block; color: #202329; font-weight: 500; text-transform: capitalize; font-size: 1.1em;}
.header .header_bottom .mobile_menu{display:none;}
.header .header_top{background:#fff;padding:20px 0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.header .header_top .head_top_inner{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.search_main_wrp{position:fixed;top:0;left:0;right:0;bottom:0;z-index:8;}
.header .header_top .search_form{width:21%;float:left;text-align:left;position:relative;}
.header .header_top .search_form input{width:100%;height:42px;padding:0 50px 0 12px;}
.header .header_top .search_form button{width:42px;border:0;background:transparent;position:absolute;top:0;right:0;bottom:0;text-align:center;padding:5px 10px;font-size:16px;color:#999b9e;cursor:pointer;}
.header .header_top .search_form button img{display:none;}
.header .header_top .search_form button:after{content:"";background:transparent url(images/sprites.png) no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;width:24px;height:24px;margin:auto;background-position:-8px -57px;}
.header .header_top .search_form span{display:none;}
.header .header_top .top_cart{width:21%;float:right;text-align:right;color:#999b9e;font-size:1em;font-weight:400;}
.header .header_top .top_cart a{color:#999b9e;display:inline-block;vertical-align:middle; cursor: pointer;}
.header .header_top .top_cart a:hover{color:#ea0009;}
.header .header_top .top_cart .car_icon{width:17px;height:20px;background:url(images/sprites.png) no-repeat;background-position:-180px -61px;display:inline-block;vertical-align:middle;margin:-4px 5px 0 0;}
.header .header_bottom{background:#202329;text-align:center;}
.header .header_bottom ul{display:inline-block;}
.header .header_bottom ul li{display:inline-block;padding:0 15px;}
.header .header_bottom ul li a{display:block;font-size:.95em;color:#fff;position:relative;padding:16px 0;text-transform:uppercase;font-weight:normal; cursor: pointer;}
.header .header_bottom ul li.current-menu-item > a,
.header .header_bottom ul li.current-menu-ancestor > a,
.header .header_bottom ul li a:hover,
.header .header_bottom ul li.current-product_cat-ancestor > a,
.header .header_bottom ul.menu > li .menu-item-description li > a:hover, .menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li a:hover { color:#ea0009;}
.header .header_bottom ul.menu > li > a:hover:after,
.header .header_bottom ul.menu > li.current-menu-item > a:after,
.header .header_bottom ul.menu > li.current-menu-ancestor > a:after,
.header .header_bottom ul.menu > li.current-product_cat-ancestor > a:after{width:60%;}
.header .header_bottom ul.menu > li > a:after{content:"";background:#ea0009;width:0px;height:3px;position:absolute;left:0;right:0;bottom:0;margin:auto;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.header .header_bottom ul.menu li.menu-item-2707 .menu-item-description { min-width: 500px; }
.header .header_bottom ul .menu-item-description li { padding: 0 50px 0 0; }
.header .header_bottom ul .menu-item-description .row_heading { display: table-row; }
.header .header_bottom ul .menu-item-description .row_heading .sub-menu-main { display: table-cell; vertical-align: top; border-left: solid 1px #d9d9d9; padding-left: 50px; }
.header .header_bottom ul .menu-item-description .row_heading .sub-menu-main:first-child { border-left: 0; padding-left: 0px; }
.btn{color:#ea0009;background:#fff;padding:20px 30px;min-width:160px;text-align:center;display:inline-block;font-size:.9em;text-transform:uppercase;font-weight:500;}
.btn:hover,.btn:focus{background:#202329;}
a.read_more,a.viewall_btn{font-size:14px;color:#ea0009;font-weight:700;text-transform:uppercase;padding:0 20px 0 0;position:relative;margin:0 0 20px;display:inline-block;}
a.read_more:after,a.read_more:before,a.viewall_btn:after,a.viewall_btn:before{background:#ea0009;content:'';position:absolute;width:10px;height:2px;right:0;top:5px;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
a.read_more:before,a.viewall_btn:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
a.read_more:after,a.viewall_btn:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
a.read_more:hover,a.viewall_btn:hover{color:#999b9e;}
a.read_more:hover:before,a.read_more:hover:after,
a.viewall_btn:hover:before,a.viewall_btn:hover:after{background:#999b9e;}
.home_banner{width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;padding:100px 0 0;}
.home_banner .bannr_inner{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0 62px;}
.home_banner .bannr_image{width:50%;text-align:center;}
.home_banner .bannr_contant{width:50%;text-align:left;padding:95px 0 0 110px;}
.home_banner .bannr_contant h1{font-size:4em;line-height:1.25;color:#fff;margin:0 0 110px;font-weight:400;}
.home_banner .bannr_contant a.btn{min-width:175px;padding:23px 30px;font-weight:700;letter-spacing:1px;margin-left:3px;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);position:relative;}
.home_banner .bannr_contant a.btn:hover, .home_banner .bannr_contant a.btn:focus, .home_banner .bannr_contant a.btn:active{background:#fff;}
.home_banner .bannr_contant a.btn:before{content:'';position:absolute;border:#fff solid 3px;top:0;right:0;bottom:0;left:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.home_banner .bannr_contant a.btn:hover:before, .home_banner .bannr_contant a.btn:focus:before, .home_banner .bannr_contant a.btn:active:before{top:4px;right:4px;bottom:4px;left:4px;border-color:#ea0009;}
.home_banner .owl-nav{position:absolute;top:37%;width:100%;}
.home_banner .owl-nav button.owl-prev{outline:none;position:absolute;left:0;}
.home_banner .owl-nav button.owl-next{outline:none;position:absolute;right:0;}
.home_banner .owl-nav button.owl-prev span{background-position:-236px -5px;}
.home_banner .owl-nav button.owl-next span{background-position:-206px -5px;}
.home_banner .owl-nav button span{width:25px;height:45px;font-size:0;display:block;background:url(images/sprites.png) no-repeat;}
.home_banner .owl-dots{position:absolute;top:40px;left:50%;padding-left:110px;}
.home_banner .owl-dots button.owl-dot{display:inline-block;outline:none;}
.home_banner .owl-dots button.owl-dot span{display:block;width:10px;height:10px;margin:5px;background:transparent;border:solid 1px #fff;border-radius:50%;}
.home_banner .owl-dots button.owl-dot.active span,
.home_banner .owl-dots button.owl-dot:hover span{background:#fff;}
.footer{width:100%;background:#202329;}
.footer .footer_top{padding:100px 0 80px;}
.footer .footer_top .footer_topInner{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.footer .footer_top .footer_topInner .ftr_top_box{width:25%;padding-right:30px;}
.footer .footer_top .footer_topInner .ftr_top_box:last-child{padding-right:0;}
.footer .footer_top h2{font-size:24px;color:#fff;font-weight:400;line-height:1.2;margin:0 0 25px;position:relative;}
.footer .footer_top .ftr_top_box p{font-size:.75em;color:#999b9e;margin:0 0 25px;}
.footer .footer_top .ftr_top_box p img{margin-top:15px;}
.footer .footer_top .ftr_top_box p span{color:#fff;text-transform:uppercase;display:block;padding-bottom:12px;}
.footer .footer_top .ftr_top_box p a{color:#999b9e;word-break:break-word;}
.footer .footer_top .ftr_top_box p a:hover{color:#fff;}
.footer .footer_top .ftr_top_box ul li{display:block;padding:0 0 15px;}
.footer .footer_top .ftr_top_box ul li img{display:none;}
.footer .footer_top .ftr_top_box ul li a{color:#999b9e;font-size:.834em;position:relative;padding-left:29px;}
.footer .footer_top .ftr_top_box ul li a:after{content:"";background:url(images/sprites.png) no-repeat;width:16px;height:16px;position:absolute;left:0;top:0;opacity:.5;}
.footer .footer_top .ftr_top_box ul li:nth-child(1) a:after{background-position:-201px -64px;top:-2px;}
.footer .footer_top .ftr_top_box ul li:nth-child(2) a:after{background-position:-286px -64px;}
.footer .footer_top .ftr_top_box ul li:nth-child(3) a:after{background-position:-88px -119px;top:-2px;}
.footer .footer_top .ftr_top_box ul li a:hover{color:#fff;}
.footer .footer_top .ftr_top_box ul li a:hover:after{opacity:1;}
.footer .footer_bottom{padding:0 0 30px;}
.footer .footer_bottom .copy_right{float:left;color:#999b9e;font-size:.75em;padding-top:3px;}
.footer .footer_bottom .ftr_menus{float:right;}
.footer .footer_bottom ul li{display:inline-block;padding:0 0 0 50px;}
.footer .footer_bottom ul li a{color:#999b9e;font-size:.834em;}
.footer .footer_bottom ul li a:hover{color:#fff;}
.delivery_info{width:100%;background:#f0f0f0;padding:40px 0;}
.delivery_info ul{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.delivery_info ul li{width:33.33%;padding:0 15px 0;text-align:center;}
.delivery_info ul li a { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.delivery_info ul li .info_icon{width:40px;display:inline-block;vertical-align:middle;}
.delivery_info ul li .info_icon a{display:block;width:40px;background:url(images/sprites.png) no-repeat;overflow:hidden;position:relative;}
.delivery_info ul li .info_icon img{display:block;}
.delivery_info ul li:nth-child(1) .info_icon a{background-position:-7px -8px;top:4px;}
.delivery_info ul li:nth-child(2) .info_icon a{background-position:-60px -8px;top:5px;}
.delivery_info ul li:nth-child(3) .info_icon a{background-position:-114px -6px;top:4px;}
.delivery_info ul li .info_cont{font-size:1.5em;color:#202329;font-weight:500;padding-left:25px;line-height:1.3;display:inline-block;vertical-align:middle;text-align:left; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.delivery_info ul li .info_cont span{display:block;font-size:.55em;padding-top:5px;}
.delivery_info ul li a:hover .info_cont { color: #ea0008; }
.best_seller{width:100%;padding:70px 0 0;}
.best_seller .seller_tebs{position:relative;}
.best_seller .seller_tebs ul.tabs{border-bottom:solid 1px #e5e6e6;}
.best_seller .seller_tebs ul.tabs li{background:#f0f0f0;color:#202329;font-size:1em;display:inline-block;padding:11px 20px 9px;cursor:pointer;margin:0 6px -1px 0;border-radius:10px 10px 0 0;}
.best_seller .seller_tebs ul.tabs li.current,
.best_seller .seller_tebs ul.tabs li:hover{background:#ea0009;color:#fff;}
.best_seller .seller_tebs .tab-content{display:none;}
.best_seller .seller_tebs .tab-content.current{display:block;}
.best_seller .seller_box{text-align:center;}
.best_seller .seller_box .product_img{background:#f0f0f0;padding:20px;position:relative;width:100%;height:180px;overflow:hidden;margin-bottom:20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.best_seller .seller_box .product_img img{margin:auto;width:auto;height:auto;max-height:124px;}
.wc-block-grid .wc-block-grid__product-image img { max-width: 125px; max-height: 125px; width: auto !important; }
.wc-block-grid .wc-block-grid__product-image { background-color: #fff; height: 180px; display: flex; align-items: center; flex-wrap: wrap; display:-webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display:-ms-flexbox; -ms-flex-pack: center; -ms-flex-wrap: wrap; }
.wc-block-grid .wc-block-grid__product {max-width: 100% !important; flex: 100% !important; padding-right: 0 !important; }
.wc-block-grid .wc-block-grid__product-add-to-cart {display: none !important;}
.variations_form .afterpay-payment-info:first-of-type { display: block; }
.variations_form .afterpay-payment-info { display: none; }
.wc-block-grid .owl-carousel .owl-item .item {padding:0 15px !important; }
.products.owl-carousel {padding: 0; max-width: 1330px; margin: 0 auto;}
.zip-widget__tagline img.logo {margin-left: 0px;}
.zip-widget__wrapper--display-tagline {display: block !important; }
.best_seller .seller_box h2{color:#202329;font-size:1em;font-weight:400;margin:0 0 15px;}
.best_seller .seller_box h2 a{color:#202329;display:block;}
.best_seller .seller_box h2 a:hover{color:#ea0009;}
.best_seller .seller_box p{color:#202329;font-size:1em;font-weight:400;}
.best_seller .seller_box p span{color:#999b9e;font-size:.75em;padding-left:5px;position:relative;top:-2px;text-decoration:line-through;}
.best_seller a.viewall_btn{position:absolute;right:0;top:16px;}
.pay_letter{width:100%;text-align:center;}
.pay_letter .pay_letter_inner{background:#caebf2;padding:30px;text-align:center;color:#202329;font-weight:900;font-size:1.5em;}
.pay_letter .pay_letter_inner img{margin-right:30px;}
.catagory_slider{width:100%;padding:70px 0 0px;}
.catagory_slider .catagory_box{background:#fff;padding:30px 25px;}
.catagory_slider .catagory_box:hover .catagory_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.catagory_slider .catagory_box .catagory_img{position:relative;height:380px;width:100%;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap; overflow: hidden;}
.catagory_slider .catagory_box .catagory_img img{margin:auto;width:auto;height:auto;max-height:400px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.catagory_slider .catagory_box h2{color:#202329;font-size:1.44em;font-weight:400;margin:20px 0 0;}
.catagory_slider .catagory_box h2 a{color:#202329;display:block;}
.catagory_slider .catagory_box h2 a:hover,.catagory_slider .catagory_box:hover h2 a { color:#ea0009;}
.catagory_slider .owl-nav{position:absolute;top:50%;width:100%;margin-top:-25px;}
.catagory_slider .owl-nav button{width:50px;height:50px;border-radius:50%;outline:none;position:absolute;background:#fff !important;text-align:center;-webkit-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-moz-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-ms-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-o-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);}
.catagory_slider .owl-nav button:hover{background:#ea0009 !important;}
.catagory_slider .owl-nav button.owl-prev{left:-25px;}
.catagory_slider .owl-nav button.owl-next{right:-25px;}
.catagory_slider .owl-nav button.owl-prev span{background-position:-166px -27px;}
.catagory_slider .owl-nav button.owl-next span{background-position:-182px -27px;}
.catagory_slider .owl-nav button span{font-size:0;display:block;background:url(images/sprites.png) no-repeat;width:11px;height:20px;position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;}
.catagory_slider .owl-nav button.owl-prev:hover span{background-position:-166px -6px;}
.catagory_slider .owl-nav button.owl-next:hover span{background-position:-182px -6px;}
.visit_shop{width:100%;padding:200px 0 150px;}
.visit_shop .visit_shop_inner{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.visit_shop .visit_shop_inner .shop_img{width:50%;margin-bottom:50px;}
.visit_shop .visit_shop_inner .shop_contant{width:50%;padding-left:140px;margin-bottom:50px;}
.visit_shop .visit_shop_inner .shop_contant h2{font-size:1.5em;color:#202329;margin:0 0 30px;font-weight:normal;}
.visit_shop .visit_shop_inner .shop_contant h2 span,.visit_shop .visit_shop_inner .shop_contant h2 strong{color:#ea0009;text-transform:uppercase;font-size:.6em;font-weight:600;padding-left:20px;}
.visit_shop .visit_shop_inner .shop_contant p{color:#202329;font-size:.75em;margin:0 0 20px;line-height:1.45;font-weight:500;}
.visit_shop .visit_shop_inner .shop_contant p strong{text-transform:uppercase;}
.follow_insta{width:100%;}
.follow_insta h2{text-align:center;font-size:1.5em;color:#202329;margin:0;}
.follow_insta h2 a{color:#999b9e;display:block;font-size:12px;padding-top:10px;font-weight:normal;}
.follow_insta h2:hover a{color:#ea0009;}
.insta_images{padding-top:70px;width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.insta_images .row1{width:20%;overflow:hidden;position:relative;}
.insta_images a.insta_height{display:block;height:380px;background-repeat:no-repeat;background-size:cover;background-position:center center;width:100%;overflow:hidden;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;}
.insta_images a.insta_height .hover_row{background:rgba(234, 0, 9, .5);padding:20px;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;text-align:center;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);}
.insta_images .row1:hover a.insta_height .hover_row{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);}
.insta_images a.insta_height p{font-size:1.5em;color:#fff;display:block;width:100%;margin:0;}
.insta_images a.insta_height p strong{font-weight:400;position:relative;padding-left:30px;}
.insta_images a.insta_height p strong:after{content:"";background:url(images/sprites.png) no-repeat;width:22px;height:22px;position:absolute;left:0;top:4px;background-position:-79px -86px;}
.insta_images a.insta_height span{font-size:12px;color:#fff;display:block;width:auto;position:absolute;left:15px;right:15px;bottom:30px;word-break:break-word;}
.home .tab_content{padding-top:30px;padding-bottom:70px;}
.home .tab_content .owl-nav{display:block !important;position:absolute;top:66px;width:100%;}
.home .tab_content .owl-nav button{width:50px;height:50px;border-radius:50%;outline:none;position:absolute;background:#fff !important;text-align:center;-webkit-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-moz-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-ms-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-o-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);}
.home .tab_content .owl-nav button:hover{background:#ea0009 !important;}
.home .tab_content .owl-nav button.owl-prev{left:-15px;}
.home .tab_content .owl-nav button.owl-next{right:0px;}
.home .owl-carousel .owl-stage-outer {margin: 0px;}
.home .tab_content .owl-nav button.owl-prev span{background-position:-166px -27px;}
.home .tab_content .owl-nav button.owl-next span{background-position:-182px -27px;}
.home .tab_content .owl-nav button span{font-size:0;display:block;background:url(images/sprites.png) no-repeat;width:11px;height:20px;position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;}
.home .tab_content .owl-nav button.owl-prev:hover span{background-position:-166px -6px;}
.home .tab_content .owl-nav button.owl-next:hover span{background-position:-182px -6px;}
.home .tab_content{display:none; min-height: 250px; }
.home .tab_content.tab_1{display:block;}
.home .tab_content a.button{display:none;}
.home .woocommerce div.product .image_wrp {height:180px;}
.home .woocommerce div.product .image_wrp img{max-height:124px;}
.home .woocommerce .products .product{padding:0;width:100%;margin:0px;}
.home .woocommerce .products{margin:0;}
.home .woocommerce .products .product:hover a.button{visibility:hidden;opacity:0;z-index:-1;}
.header .header_top .top_cart .items_cart{display:inline-block;}
.pay_letter.Mobile_show{display:none;}
.page-inner{padding:50px 0;}
.page-inner p{line-height:1.6;}
.page-inner ul{padding:0 0 0 20px;margin:0 0 20px;}
.page-inner ul li{position:relative;padding:0 0 5px 20px;line-height:1.6;}
.page-inner ul li:after{content:"";background:#ea0009;width:4px;height:4px;border-radius:50%;position:absolute;top:8px;left:0;}
.page-inner .wp-block-image{margin-bottom:25px;}
blockquote.wp-block-quote{position:relative;border:0;font-size:1.8em;font-weight:300;font-style:italic;margin:30px 0;padding:0 0 0 55px;}
blockquote.wp-block-quote:before{content:"";background:url(images/sprites.png) no-repeat;background-position:-110px -61px;width:26px;height:20px;position:absolute;top:10px;left:0;}
blockquote.wp-block-quote p{font-weight:300;}
.banner.small_banner .inner_bg{height:505px;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important;}
.single-description{padding-top:20px;}
.single-post .single-description .container{max-width:900px;}
.single-pagination{padding:100px 0;width:100%;clear:both;overflow:hidden;}
.single-description span.date,.blog_wrap .blog_single_wrap span.date{color:#87898c;font-size:.95em;font-weight:500;display:block;margin-bottom:25px;}
.single-pagination .nav-links{width:100%;float:left;}
.single-pagination .nav-links .nav-previous{float:left;text-align:left;}
.single-pagination .nav-links .nav-next{float:right;text-align:right;}
.single-pagination .nav-links .nav-previous a,
.single-pagination .nav-links .nav-next a{font-size:.9em;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-transform:capitalize;height:40px;}
.single-pagination .nav-links .nav-previous a{padding-left:60px;}
.single-pagination .nav-links .nav-next a{padding-right:60px;}
.single-pagination .nav-links .nav-previous a:after,
.single-pagination .nav-links .nav-next a:after{content:"";position:absolute;width:40px;height:40px;top:0;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.single-pagination .nav-links .nav-previous a:after{left:0;background:#f0f0f0 url(images/left.png) no-repeat center;background-size:8px;}
.single-pagination .nav-links .nav-next a:after{right:0;background:#f0f0f0 url(images/right.png) no-repeat center;background-size:8px;}
.single-pagination .nav-links .nav-previous a:hover:after{background:#ea0009 url(images/left_white.png) no-repeat center;background-size:8px;}
.single-pagination .nav-links .nav-next a:hover:after{background:#ea0009 url(images/right_white.png) no-repeat center;background-size:8px;}
.home_blog_sec{background:#f0f0f0;padding:75px 0;}
.home_blog_sec h2{font-size:2.2em;font-weight:400;}
.home_blog_sec .home_blog{overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
.home_blog_sec .home_blog .home_blog_single{width:33.33%;padding:30px 15px 0;}
.home_blog_sec .home_blog .home_blog_single a{display:block;}
.home_blog_sec .home_blog .home_blog_single .popular{text-align:center;overflow:hidden;}
.home_blog_sec .home_blog .home_blog_single .popular a{width:100%;height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.home_blog_sec .home_blog .home_blog_single img{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.home_blog_sec .home_blog .home_blog_single:hover img,
.home_blog_sec .home_blog .home_blog_single:hover .popular a{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.home_blog_sec .home_blog .home_blog_single .home_blog_con{margin-top:40px;}
.home_blog_sec .home_blog .home_blog_single h3{font-size:1.5em;font-weight:400;}
.home_blog_sec .home_blog .home_blog_single span{color:#87898c;font-size:.9em;font-weight:500;}
.blog_filter{width:100%;float:left;clear:both;margin-bottom:50px;}
.blog_filter .filter-left{float:left;}
.blog_filter .filter-left h2{font-size:2.5em;font-weight:400;margin:0;line-height:inherit;}
.blog_filter .filter-right{float:right;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.blog_filter .filter-right .filter-order,.blog_filter .filter-right .filter-category{border:1px solid #e5e5e6;margin-left:30px;color:#9b9da0;font-size:.9em;padding:0 5px 0 15px;position:relative;height:40px;background:url(images/down-arrow.png) no-repeat;background-position:95% center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.blog_filter .filter-right .filter-order label, .blog_filter .filter-right .filter-category label{color:#9b9da0;font-weight:400;vertical-align:middle;}
.blog_filter .filter-right .filter-order select,.blog_filter .filter-right .filter-category select{color:#202329;border:0;padding:0 25px 0 5px;font-size:1em;font-weight:500;min-width:120px;background-color:transparent;}
.blog .page-inner{padding-top:50px;background:#fcfcfc;}
.blog_wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;clear:both;}
.blog_wrap .blog_single_wrap{width:33.33%;padding:90px 15px 0;}
.blog_wrap .blog_single_wrap .blog_wr_img { overflow: hidden; }
.blog_wrap .blog_single_wrap a.blog_imgsec{width:100%;height:300px;display:block;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;overflow:hidden; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.blog_wrap .blog_single_wrap .blog_wr_img:hover a.blog_imgsec { -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
.blog_wrap .blog_single_wrap a.blog_imgsec:after{content:"";background:rgba(32, 35, 41, .55);padding:20px;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
.blog_wrap .blog_single_wrap .blog_consec{margin-top:45px;}
.blog_wrap .blog_single_wrap .blog_consec h3{font-size:1.5em;font-weight:400;}
.blog_wrap .blog_single_wrap .blog_consec p{margin:0 0 30px;font-weight:500;}
.blog_wrap .blog_single_wrap:first-child{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;position:relative;padding:0 15px 90px;}
.blog_wrap .blog_single_wrap:first-child:after{content:"";background:#f0f1f1;height:1px;position:absolute;bottom:0;left:15px;right:15px;}
.blog_wrap .blog_single_wrap:first-child a.blog_imgsec{width:100%;height:395px;}
.blog_wrap .blog_single_wrap:first-child .blog_wr_img { width: 50%; }
.blog_wrap .blog_single_wrap:first-child .blog_consec{width:50%;margin:0;padding-left:90px;}
.blog_wrap .blog_single_wrap:first-child .blog_consec h3{font-size:2.2em;}
.blog_pagination{width:100%;text-align:center;padding:80px 10px 90px;}
.blog_pagination .pagination a{border:solid 1px #efefef;width:auto;min-width:40px;text-align:center;height:40px;background-color:transparent;color:#202329;display:inline-block;margin:6px;font-size:.9em;padding:12px 5px;}
.blog_pagination .pagination a:hover,.blog_pagination .pagination a:focus,.blog_pagination .pagination a.active{background-color:#ea0009;color:#fff;border-color:#ea0009;}
.blog_pagination .pagination a.pre{width:40px;height:40px;background:#f0f0f0 url(images/left.png) no-repeat center;background-size:8px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;border:0;font-size:0;float:left;}
.blog_pagination .pagination a.next{width:40px;height:40px;background:#f0f0f0 url(images/right.png) no-repeat center;background-size:8px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;border:0;font-size:0;float:right;}
.blog_pagination .pagination a.pre:hover{background:#ea0009 url(images/left_white.png) no-repeat center;background-size:8px;}
.blog_pagination .pagination a.next:hover{background:#ea0009 url(images/right_white.png) no-repeat center;background-size:8px;}
.woocommerce ul.products li.product .button,.woocommerce .button,.woocommerce a.added_to_cart{color:#fff !important;background:#e0020b !important;padding:0px 25px !important;min-width:160px;text-align:center;display:inline-block;position:relative;font-size:.9em !important;text-transform:uppercase;font-weight:700;border-radius:0 !important;vertical-align:middle;min-height:50px;line-height:50px !important;}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus,
.woocommerce .button:hover, .woocommerce .button:focus,
.woocommerce a.added_to_cart:hover,.woocommerce a.added_to_cart:focus{background:#202329 !important;}
.woocommerce #respond input#submit,.woocommerce input.button{color:#fff;background:#ea0009 !important;padding:0px 30px !important;min-width:160px;text-align:center;display:inline-block;position:relative;font-size:.9em !important;text-transform:uppercase;font-weight:700;border-radius:0 !important;vertical-align:middle;min-height:50px;line-height:50px !important;outline:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:focus,
.woocommerce input.button:hover,.woocommerce input.button:focus{background:#202329 !important;color:#fff;}
.woocommerce .quantity .qty{height:50px;padding:0;}
.woocommerce-cart table .coupon .input-text{height:50px;padding:0 20px !important;}
.woocommerce span.onsale{display:none;}
.woocommerce .products{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin:0 -15px;clear:both;}
.woocommerce div.product{text-align:center;}
.woocommerce div.product .image_wrp{background:#fff;padding:15px;position:relative;width:100%;height:280px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;/*overflow:hidden;*/}
.woocommerce div.product .image_wrp img{margin:auto;width:auto;opacity:1;height:auto;max-height:220px;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
.woocommerce div.product .column_wrp{padding-top:20px;position:relative;}
h2.woocommerce-loop-product__title{color:#202329;font-size:1em;font-weight:400;margin:0 0 15px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#202329;font-size:1em;font-weight:400;display:inline-block;margin:0 0 20px;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{color:#999b9e;font-size:12px;padding-left:5px;text-decoration:line-through;opacity:1;}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{text-decoration:none;font-weight:400;float:left;}
.woocommerce div.product .column_wrp:hover h2.woocommerce-loop-product__title{color:#ea0009;}
.woocommerce a.added_to_cart{display:none;}
.woocommerce .products .product{padding:0 15px;width:25%;margin:0 0 50px;}
.woocommerce .products .product a.button{width:100%;position:absolute;top:-50px;left:0;right:0;z-index:-1;display:block;visibility:hidden;opacity:0;}
.woocommerce .products .product:hover a.button{top:-50px;z-index:1;visibility:visible;opacity:1;}
.woocommerce nav.woocommerce-pagination{text-align:center;padding:0 0 60px;}
.woocommerce nav.woocommerce-pagination ul{padding:0 40px;border:0;margin:0;display:block;white-space:inherit;position:relative;}
.woocommerce nav.woocommerce-pagination ul li{padding:0;border:0;margin:0 6px 10px;float:none;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{border:solid 1px #efefef;width:auto;min-width:40px;text-align:center;height:40px;background-color:transparent;color:#202329;display:block;font-size:1em;padding:0 5px;line-height:40px;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots{border:0;padding:0;min-width:30px;font-size:1.2em;}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{background-color:#ea0009;color:#fff;border-color:#ea0009;}
.woocommerce nav.woocommerce-pagination ul li:first-child{margin-left:0;}
.woocommerce nav.woocommerce-pagination ul li:last-child{margin-right:0;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{float:left;background:#f0f0f0 url(images/left.png) no-repeat center;font-size:0;background-size:8px;position:absolute;left:0;top:0;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{float:right;background:#f0f0f0 url(images/right.png) no-repeat center;font-size:0;background-size:8px;position:absolute;right:0;top:0;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:hover{background:#ea0009 url(images/left_white.png) no-repeat center;background-size:8px;}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next:hover{background:#ea0009 url(images/right_white.png) no-repeat center;background-size:8px;}
.product_ftr{width:100%;margin-bottom:40px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:flex-end;-moz-box-align:flex-end;-ms-flex-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end;}
.product_ftr .woocommerce-products-header{width:35%;}
.product_ftr .woocommerce-products-header h1{font-size:2.5em;font-weight:400;margin:0 0 20px;}
.term-description p,p.true_desc{font-size:.81em;line-height:1.3;margin:0 0 15px;}
.filter_wrapper .woocommerce-notices-wrapper{display:none;}
.filter_wrapper .woocommerce-result-count{display:none;}
.filter_wrapper{width:65%;text-align:right;}
.filter_wrapper .fiter_main_wrp{display:inline-block;}
.filter_wrapper form{border:1px solid #e5e5e6;margin:0 0 15px 30px !important;float:left !important;color:#9b9da0;font-size:.9em;padding:0 5px 0 15px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:40px;background:url(images/down-arrow.png) no-repeat;background-position:95% center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.filter_wrapper form strong{color:#9b9da0;font-weight:400;vertical-align:middle;}
.filter_wrapper form select{color:#202329;border:0;padding:0 25px 0 5px;font-size:1em;font-weight:500;min-width:120px;background-color:transparent;}
.filter_wrapper .flt_reset_btn{width:100%;clear:both;}
.filter_wrapper a.filter_reset{cursor:pointer;font-size:.8em;display:inline-block;padding:8px 15px;background:#202329;color:#fff;font-weight:500;letter-spacing:.3px;text-transform:capitalize;margin-bottom:15px;}
.filter_wrapper a.filter_reset:hover{background:#ea0009;}
a.chosen-single{padding:0 25px 0 5px;display:block;text-align:left;font-weight:500;height:40px;line-height:40px;cursor:pointer;}
.chosen-drop input{width:100%;padding:0 10px;}
.chosen-drop{position:absolute;left:-1px;right:0px;top:41px;width:calc(100% - -2px);z-index:9;background:#fcfcfc;display:none;}
.chosen-with-drop .chosen-drop{display:block;}
.chosen-search{padding:10px;display:none;}
.chosen-drop ul.chosen-results { overflow: auto; max-height: 333px; }
.chosen-drop ul.chosen-results li{padding:8px 10px;border:1px solid #e5e5e6;font-size:1em;text-align:left;margin-top:-1px;cursor:pointer;}
.chosen-drop ul.chosen-results li:hover{background:#202329;border:1px solid rgba(255, 255, 255, .2);color:#fff;}
.chosen-drop ul.chosen-results li.active-result.result-selected{background:#ea0009;border:1px solid rgba(255, 255, 255, .2);color:#fff;}
.filter_wrapper .mob_ftr{position:relative;font-size:.9em;letter-spacing:1px;padding-left:20px;display:none;}
.filter_wrapper .mob_ftr:after{content:"";background:url(images/sprites.png) no-repeat;width:15px;height:14px;position:absolute;left:0;top:0px;background-position:-305px -65px;}
.woocommerce_breadcrumb_new{border-bottom:solid 2px #f0f1f1;padding:22px 0;margin-bottom:30px;}
.woocommerce .woocommerce-breadcrumb{margin:0;padding:0;font-size:.9em;color:#9c9ea1;line-height:1.3;}
.woocommerce .woocommerce-breadcrumb a:hover{color:#ea0009;}
.woocommerce-page .page-inner{padding-top:0;}
.single_contact_column { clear: both; }
.single_contact_column .single_inner { background:#f8e6e7;padding:33px 20px;text-align:center;color:#202329;font-weight:900;font-size:1.7em;}
.single_contact_column .single_inner p{display:inline-block;margin:0;font-weight:900;}
.single_contact_column .single_inner p img{height:20px;padding:0 0 0 5px;position:relative;top:-2px;}
.single_contact_column .single_inner a{color:#22b670;margin-left:60px;padding-left:35px;position:relative;}
.single_contact_column .single_inner a:after{content:"";background:url(images/sprites.png) no-repeat;position:absolute;top:7px;left:0;background-position:-37px -59px;width:23px;height:24px;}
.woocommerce div.product div.images.woocommerce-product-gallery{position:relative;margin-bottom:70px;margin-top:30px;}
.woocommerce div.product div.summary h1.product_title{margin:-10px 0 15px;}
.woocommerce div.product div.summary{text-align:left;padding-left:90px;margin-bottom:70px;margin-top:30px;}
.woocommerce div.product .product_title{font-size:2.5em;}
.woocommerce div.product form.cart .variations td{display:block;padding:0 0 5px !important;}
.woocommerce div.product form.cart .variations td.label label{font-size:.9em;text-transform:uppercase;display:inline-block;letter-spacing:2px;font-weight:500; padding-bottom: 10px;line-height: 1.3;}
.woocommerce .summary .swatch-control.radio-select ul{padding:0px !important;margin:0 0 0 -10px !important;clear:both;overflow:hidden;}
.woocommerce .summary .swatch-control.radio-select li{list-style:none !important;min-width:41px;height:41px;width:auto;line-height:41px;border:solid 1px #e5e6e6;text-align:center;padding:0 6px;position:relative;margin:0 0 10px 10px;float:left;}
.woocommerce .summary .swatch-control.radio-select li:hover{border:solid 1px #202329;}
.woocommerce .summary .swatch-control.radio-select li input{width:41px;height:41px;opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;visibility:hidden;margin:auto;}
.woocommerce .summary .swatch-control.radio-select li label{margin:0;font-weight:500 !important; font-size: 14px; }
.woocommerce .summary .swatch-control.radio-select li input[type=radio]:checked+label{color:#ea0009;}
.woocommerce .summary .select.swatch-control{margin:0 -10px 0px;}
.woocommerce .summary .swatch-wrapper{padding:0;background:#fff;border:1px solid #fff;float:left;margin:0 10px 10px;width:calc(20% - 20px);height:80px;min-width:80px;}
.woocommerce .summary .swatch-wrapper:hover{border:solid 1px #202329;}
.woocommerce .summary .swatch-wrapper.selected{border:1px solid #ea0009;background:rgba(234, 0, 9, .1);padding:0;}
.woocommerce .summary .swatch-wrapper a{width:100% !important;height:100% !important;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.woocommerce .summary .swatch-wrapper a img{margin:auto;}
.woocommerce .summary .radio-select.swatch-control { margin: 0; }
.woocommerce div.product form.cart .button{vertical-align:middle;float:none;display:block;width:100%;height:60px;line-height:60px !important;}
.single_add_to_cart_button span{background:url(images/sprites.png) no-repeat;width:18px;height:23px;top:-2px;display:inline-block;vertical-align:middle;background-position:-153px -60px;position:relative;margin-right:11px;}
.woocommerce div.product form.cart div.quantity{margin:0 10px 10px 0; display: none !important;}
.woocommerce div.product form.cart div.quantity input{font-size:1em;}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs{text-align:left;margin:0 0 70px;display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:solid 1px #e5e6e6;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 20px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{position:relative;background:#f0f0f0;color:#202329;display:inline-block;padding:0;cursor:pointer;margin:0 6px 0 0;border-radius:10px 10px 0 0;font-size:1em;border:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;padding:11px 20px 9px;font-weight:400;color:#202329;text-decoration:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{background:#ea0009;z-index:2;color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff;}
.woocommerce div.product .summary p.price{color:#ea0009;font-size:1.8em; margin: 0 0 10px; display: block;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{width:200px;}
.select2-container--default .select2-selection--single{background-color:#fff;border:solid 1px #999b9e;border-radius:0;}
.select2-container .select2-selection--single{height:40px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#a2a4b0;line-height:38px;padding-left:20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:38px;width:30px;background:#fff;}
.select2-results__option{padding:10px 20px;color:#999b9e;}
.woocommerce div.product form.cart{margin:0;}
.woocommerce div.product form.cart .reset_variations{display:none !important;}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{float:right;min-height:40px;line-height:40px !important;min-width:auto;font-size:.8em !important;}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{line-height:1.4;}
.single-product.woocommerce .woocommerce-error,.single-product.woocommerce .woocommerce-info,.single-product.woocommerce .woocommerce-message,
.single-product.woocommerce-page .woocommerce-error,.single-product.woocommerce-page .woocommerce-info,.single-product.woocommerce-page .woocommerce-message{line-height:2.5;}
.related.products{display:block;margin:0 0 70px; padding-top:30px;}
.related.products > h2{font-size:2.5em;margin:0 0 70px; text-align: center;}
.related.products .products .product{padding:0 15px;width:100%;margin:0px;}
.related.products .owl-nav{position:absolute;top:115px;width:100%;}
.related.products .owl-nav button{width:50px;height:50px;border-radius:50%;outline:none;position:absolute;background:#fff !important;text-align:center;-webkit-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-moz-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-ms-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-o-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);}
.related.products .owl-nav button:hover{background:#ea0009 !important;}
.related.products .owl-nav button.owl-prev{left:-10px;}
.related.products .owl-nav button.owl-next{right:-10px;}
.related.products .owl-nav button.owl-prev span{background-position:-166px -27px;}
.related.products .owl-nav button.owl-next span{background-position:-182px -27px;}
.related.products .owl-nav button span{font-size:0;display:block;background:url(images/sprites.png) no-repeat;width:11px;height:20px;position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;}
.related.products .owl-nav button.owl-prev:hover span{background-position:-166px -6px;}
.related.products .owl-nav button.owl-next:hover span{background-position:-182px -6px;}
.related.products ul.products{width:auto;margin:0 -15px;}
.search_form ul{position:absolute;width:100%;background:#fff;z-index:9;box-shadow:0px 6px 10px rgba(0,0,0,0.2);max-height:435px;overflow:auto;}
.search_form ul li{width:100%;display:inline-block;padding:10px 15px;border-bottom:solid 1px rgba(0, 0, 0, .05);}
.search_form ul li a{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.form_search img{max-width:50px;background:#fff;padding:5px;}
.form_search h4{color:#202329;padding:0 0 0 20px;width:calc(100% - 50px);font-size:.95em;font-weight:500;}
.search_form ul li:last-child{border-bottom:none;}
.search_form ul li:hover{background:#ea0009;}
.search_form ul li:hover h4 { color: #fff; }
.woocommerce .summary .product_meta{margin-top: 15px; display:none;}
.brand_post {padding-left:0px;margin-bottom:15px; width: 50px;}
.brand_post a { display: block; }
.brand_post img { margin-bottom: 0px; }
.brand_post h4{color:#605e5f;font-weight:400;font-size:1.05em;text-transform:none;line-height:1.2;}
p.true_desc a.read_more{text-transform:none;font-weight:400;padding-right:0;margin:0;cursor:pointer;}
.archive_description p{font-size:.81em;line-height:1.3;margin:0 0 5px;}
a.read_less{font-size:14px;color:#ea0009;text-transform:none;font-weight:500;cursor:pointer;display:inline-block;margin:0 0 15px;}
a.read_less:hover{color:#999b9e;}
p.true_desc a.read_more:after,p.true_desc a.read_more:before{display:none;}
.blog .page-inner,.single-post .page-inner{padding-top:0px;}
.bcn_display{padding:30px 0;font-size:.9em;color:#9c9ea1;line-height:1.4;}
.bcn_display a{color:#9c9ea1;}
.bcn_display a:hover{color:#ea0009;}
.bcn_display span{text-decoration:underline;display:inline-block;}
.extra_field{width:100%;clear:both;text-align:left;display: none;}
.extra_field .details_right{float:right;width:48%;padding-left:90px; text-align: left;}
.details_right > p { margin: 0px; }
.details_right a.gift_voucher{display:block;text-align:center;background:#f0f0f0;color:#ea0009;font-size:1em;padding:20px 10px;font-weight:400;line-height:1.4;margin-top:10px;}
.details_right a.gift_voucher:hover{background:#202329;color:#fff;}
.details_right a.gift_voucher:hover strong:after{background-position:-323px -71px;}
.details_right a.gift_voucher strong{position:relative;padding-left:35px;display:inline-block;text-decoration:underline; font-weight: 400;}
.details_right a.gift_voucher strong:after{content:"";background:url(images/sprites.png) no-repeat;width:23px;height:16px;position:absolute;left:0;top:2px;background-position:-323px -52px; }
.details_right .gift_info{margin:30px 0 0;clear:both;overflow:hidden; display: none;}
.details_right .gift_info ul li{text-transform:uppercase;font-size:1.4em;}
.details_right .gift_info ul li strong{font-size:.64em;display:block;padding-top:2px;font-weight:normal;}
.details_right .gift_info ul li:first-child{text-align:left;position:relative;padding-left:60px;width:60%;float:left;}
.details_right .gift_info ul li:first-child:after{content:"";background:url(images/sprites.png) no-repeat;width:44px;height:43px;position:absolute;left:0;top:7px;background-position:-319px -3px;}
.details_right .gift_info ul li:last-child{text-align:right;width:40%;float:right;}
.extra_field .details_left{float:left;width:50%;padding-right:2%;}
.details_left { clear: both; }
.details_left .accordion_box { text-align: left; }
.details_left .accordion_box .detail_single h3.question{display:block;cursor:pointer;position:relative;margin:0;padding:17px 20px 17px 45px;font-size:1em;color:#202329;border:0;background:transparent;text-transform:uppercase;font-weight:500;letter-spacing:2px;border-bottom:solid 1px #e5e6e6;min-height:55px;cursor:pointer;}
.details_left .accordion_box .detail_single h3.question:after,
.details_left .accordion_box .detail_single h3.question:before{background:#202329;content:'';position:absolute;width:14px;height:2px;left:15px;top:25px;}
.details_left .accordion_box .detail_single h3.question:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.details_left .accordion_box .detail_single h3.question:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.details_left .accordion_box .detail_single.selected h3.question:after{display:none;}
.details_left .accordion_box .detail_single.selected h3.question{border-bottom:0;}
.details_left .accordion_box .detail_single .answer{padding:0 20px 30px 45px;border:0;overflow:auto;background:transparent;border-bottom:solid 1px #e5e6e6;position:relative;display:none; font-size: .9em; line-height: 1.6; color: #202329; font-weight: 400;}
.details_left .accordion_box .detail_single.selected .answer{display:block;}
.details_left .accordion_box .detail_single .answer p{margin:0 0 15px; font-size: .95em;}
.details_left .accordion_box .detail_single .answer p:last-child{margin-bottom:0;}
.details_left .accordion_box .detail_single:nth-child(1) h3.question { border-top: solid 1px #e5e6e6; }
.details_left .accordion_box .detail_single ul li{position:relative;padding:0 0 5px 20px;line-height:1.6; font-size: .95em;}
.details_left .accordion_box .detail_single ul li:after { content: ""; background: #ea0009; width: 5px; height: 5px; border-radius: 50%; position: absolute; top: 7px; left: 0;  display: block !important; }
.details_left .accordion_box .detail_single ul.share_icon li{display:inline-block;padding:0 15px 10px 0;}
.details_left .accordion_box .detail_single ul.share_icon li:after{display:none !important;}
.details_left .accordion_box .detail_single ul.share_icon li img{display:none;}
.details_left .accordion_box .detail_single ul.share_icon li a{position:relative;padding-left:35px;}
.details_left .accordion_box .detail_single ul.share_icon li a:after{content:"";background:url(images/sprites.png) no-repeat;width:16px;height:16px;position:absolute;left:0;top:0;}
.details_left .accordion_box .detail_single ul.share_icon li a.facebook:after{background-position:-6px -87px;}
.details_left .accordion_box .detail_single ul.share_icon li:nth-child(2) a:after{background-position:-29px -87px;}
.details_left .accordion_box .detail_single ul.share_icon li:nth-child(3) a:after{background-position:-50px -87px;}
.woocommerce ul#shipping_method li {margin:0;padding:0 0 8px;}
.woocommerce ul#shipping_method li:last-child { padding:0px;}
p.woocommerce-shipping-destination{padding-top:10px;}
.home .mtsnb{display:block;}
.mtsnb-hidden.mtsnb-top { display: none !important; }
.mtsnb{display:none;background:#caebf2 !important;color:#202329 !important; position: absolute !important; top: 151px !important; z-index: 1; }
body{padding-top:0 !important;}
.mtsnb .mtsnb-container{width:100% !important;max-width:1360px;padding:15px 30px !important;font-size:14px !important;font-weight:400 !important;}
.mtsnb .mtsnb-text img{vertical-align:middle;margin:0 0 0 2px;}
.mtsnb .mtsnb-text strong{display:inline-block;}
.mtsnb a{background:transparent !important;}
.mtsnb-hide span{font-size:0;position:relative;top:-14px;transform:none;width:14px;height:14px;}
.mtsnb-hide span:after, .mtsnb-hide span:before{background:#fff;content:'';position:absolute;width:14px;height:2px;left:0px;top:6px;}
.mtsnb-hide span:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.mtsnb-hide span:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
form.woocommerce-cart-form{padding-top:50px;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{width:100%;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{margin:2em 0;border-top:3px solid #ea0009 !important;width:100%;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{color:#ea0009 !important;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{background:#ebe9eb;border-radius:0;margin-bottom:30px;}
.page_title{text-align:center;color:#fff;background-repeat:no-repeat !important;background-size:cover !important;padding:100px 0;background-position:center !important;position:relative; background: #ea0009 !important;}
.page_title:after{content:"";background:rgba(32, 35, 41, .4);position:absolute;top:0;left:0;right:0;bottom:0; display: none;}
.page_title .container{position:relative;z-index:2;}
.page_title h1{font-size:3em;font-weight:500; margin: 0;}
.error404 .page-inner,.search .page-inner{padding:100px 0;}
.error-404.not-found,.no-results.not-found{text-align:center;}
.error-404.not-found p,.no-results.not-found{font-size:1.2em;}
.error-404.not-found form.search-form input.search-submit,.no-results.not-found form.search-form input.search-submit{background:#ea0009;color:#fff;border:0;cursor:pointer;outline:none;}
.error-404.not-found form.search-form input.search-submit:hover,
.error-404.not-found form.search-form input.search-submit:focus,
.no-results.not-found form.search-form input.search-submit:hover,
.no-results.not-found form.search-form input.search-submit:focus{background:#202329;}
.error-404.not-found form.search-form label .screen-reader-text,
.no-results.not-found form.search-form label .screen-reader-text{display:none;}
form#checkout h3 { margin: 0 0 15px; }
.woocommerce table.shop_table{border-radius:0;font-size:.9em;}
.woocommerce form.checkout_coupon input#coupon_code{height:50px;font-size:1em;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{font-size:1em;}
.woocommerce-billing-fields{margin-bottom:30px;}
.woocommerce form .form-row textarea{height:120px;}
p.cart-empty{margin:30px 0;font-size:1em;}
.order_time{background:#caebf2;text-align:center;padding:14px 10px;font-size:12px;margin:0px 0 6px;line-height:1.4;}
.order_time span#shipping_timer{font-weight:700;display:inline-block;padding:0 5px 0;letter-spacing:.5px;}
.order_time a{color:#ea0009;text-decoration:underline;}
.woocommerce div.product form.cart .variations{margin-bottom:0;margin-top:0px;}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{background-color:#202329;color:#fff;}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#ea0009;color:#fff;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{position:relative;}
.product_option{position:relative;top:0;right:0px;z-index:2;}
.product_option span{color:#fff;font-size:12px;font-weight:500;background:#ea0009;padding:6px 10px;position:absolute;text-align:center;right:10px;text-transform:uppercase;top:10px;z-index:9;border-radius:4px;-webkit-border-radius:0 4px 4px 4px;-moz-border-radius:0 4px 4px 4px;-ms-border-radius:0 4px 4px 4px;-o-border-radius:0 4px 4px 4px;display:inline-block;line-height:1;letter-spacing:.4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.product_option span:after{content:'';position:absolute;top:0;left:-8px;border-width:6px;border-style:solid;border-color:#ea0009 #ea0009 transparent transparent;}
.product_option img{margin:0;display:inline-block;position:absolute;top:0;left:0;}
.product_option span.soldout{z-index:9;}
.product_option span.trending{z-index:8;}
.product_option span.sale{z-index:7;}
.product_option span.new{z-index:6;}
.woocommerce div.product div.images .product_option img:last-child{margin:0;} 
.woocommerce div.product div.images .flexslider{margin:0px 0 8px;background:transparent;border:0;}
#slider.flexslider ul.slides li.woocommerce-product-gallery__image{background:#fff;height:430px;}
#slider.flexslider ul.slides li.woocommerce-product-gallery__image img{max-height:100%;}
.flexslider ul.slides li.woocommerce-product-gallery__image > a{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%;}
.woocommerce-product-gallery__image img{max-height:550px;}
.woocommerce div.product div.images img{width:auto;height:auto;margin:auto;} 
.woocommerce div.product div.images #carousel{position:relative;margin:0 0 5px;}
.woocommerce div.product div.images #carousel ul.slides li{background:#fff;height:180px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex !important;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.woocommerce div.product div.images #carousel ul.slides li img{max-height:150px;}
.woocommerce div.product div.images #carousel ul.flex-direction-nav{position:absolute;top:50%;width:100%;}
.woocommerce div.product div.images #carousel .flex-direction-nav a{width:50px;height:50px;border-radius:50%;outline:none;position:absolute;top:0;margin:-25px 0 0;background:#fff;text-align:center;-webkit-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-moz-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-ms-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);-o-box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);box-shadow:0 0px 20px -5px rgba(0, 0, 0, .15);font-size:0;opacity:1;}
.woocommerce div.product div.images #carousel .flex-direction-nav a:hover{background:#ea0009;}
.woocommerce div.product div.images #carousel .flex-direction-nav li.flex-nav-prev{position:absolute;left:0;}
.woocommerce div.product div.images #carousel .flex-direction-nav li.flex-nav-next{position:absolute;right:0;}
.woocommerce div.product div.images #carousel .flex-direction-nav a:before{display:none;}
.woocommerce div.product div.images #carousel .flex-direction-nav a:after{content:"";display:block;background:url(images/sprites.png) no-repeat;width:11px;height:20px;position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-prev{left:-25px;z-index:1;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-next{right:-25px;z-index:1;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-prev:after{background-position:-166px -27px;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-next:after{background-position:-182px -27px;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-prev:hover:after{background-position:-166px -6px;}
.woocommerce div.product div.images #carousel .flex-direction-nav a.flex-next:hover:after{background-position:-182px -6px;}
.woocommerce div.product div.images #slider ul.flex-direction-nav,
.woocommerce div.product div.images #slider .flex-control-nav{display:none;}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{padding-bottom:5px;}
.woocommerce-page.woocommerce-account .page-inner{padding-top:50px;}
.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:50px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{padding:0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{background:#202329;display:block;color:#fff;padding:12px 20px;border-bottom:solid 1px rgba(255, 255, 255, 0.1);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:#ea0009;}
.woocommerce-account .woocommerce-MyAccount-content{border:solid 1px rgba(0, 0, 0, 0.1);padding:20px;margin-bottom:50px;}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{padding:10px;}
.woocommerce table.my_account_orders .button{white-space:nowrap;min-width:auto;height:auto;line-height:1.3 !important;min-height:auto;padding:9px 20px !important;}
.woocommerce-MyAccount-content .addresses > div{line-height:1.3;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address{margin-bottom:0 !important;}
header.woocommerce-Address-title.title{border-bottom:solid 1px rgba(0, 0, 0, 0.1);margin-bottom:20px;padding-bottom:15px;}
.woocommerce-account .addresses .title h3{margin:0;}
.woocommerce-account .addresses .title .edit{font-size:13px;}
.page-id-31 .woocommerce h2{text-align:center;}
p.woocommerce-LostPassword.lost_password{padding-left:3px;}
form.woocommerce-form.woocommerce-form-login.login{max-width:500px;margin:50px auto;border-radius:0;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{margin:15px 0 10px;float:none;width:100%;font-size:1em !important;}
form.woocommerce-ResetPassword.lost_reset_password{width:100%;max-width:500px;margin:0 auto 50px;border:1px solid #d3ced2;padding:20px;}
form.woocommerce-ResetPassword.lost_reset_password .form-row{width:100%;padding:3px 0;}
form.woocommerce-ResetPassword.lost_reset_password .button{width:100%;}
.woocommerce div.product .summary p.price del{padding-left:10px;}
.search.woocommerce .page-inner{padding:20px 0 0;}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{text-align:left; font-size: 15px;}
.shipping-calculator-form .button{font-size:1.1em !important;}
.search-no-results .product_ftr .woocommerce-products-header{width:100%;position:static;}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%;}
.woocommerce-order{margin:0px 0 25px;text-align:center;}
.woocommerce-order p{font-size:1em;}
.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { font-size:1.5em;margin:0;}
.woocommerce .woocommerce-order ul.order_details{margin:60px 0 20px;list-style:none;display:inline-block;}
.woocommerce .woocommerce-order ul.order_details li{margin:0 0 30px;font-size:.9em;line-height:1;padding:15px 30px;float:none;display:inline-block;}
.woocommerce .woocommerce-order ul.order_details li strong{font-size:1.1em;font-weight:500;padding-top: 10px;}
.woocommerce .woocommerce-customer-details address{padding:15px;line-height:1.5;font-size:.9em;min-height:163px;border-radius:0;border:1px solid rgba(0,0,0,.1);margin-bottom:25px !important;}
.woocommerce-order .woocommerce-order-details { max-width: 900px; margin: auto; }
.woocommerce table.shop_table dl.variation{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 0 0 1px;clear:both;}
.woocommerce table.shop_table dl.variation dt,.woocommerce table.shop_table dl.variation dd { border:solid 1px rgba(0,0,0,.1);padding:6px 10px; float:left !important;clear:inherit !important;margin:-1px 0 0 -1px !important; }
.woocommerce table.shop_table dl.variation dt { width:30%; }
.woocommerce table.shop_table dl.variation dd { width:60%; }
.page-id-2472 .container{clear:both;overflow:hidden;}
.map_row{width:50%;float:right;margin-bottom:50px;}
.map_row iframe{width:100%;height:415px;}
.contact_row p strong{display:block;}
.contact_row .container{padding:0;}
.contact_row{width:100%;float:left;clear:both;}
.contact_row h2{text-align:left;margin:0 0 30px;}
.contact_row .flw_insta_inner{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px -25px 40px -30px;}
.contact_row .flw_insta_inner p{padding:70px 20px 20px 30px;font-size:1.1em;position:relative;margin:0 30px 30px;width:calc(33.33% - 60px);background:#fff;min-height:90px;-webkit-box-shadow:5px 5px 0px 0px rgba(0, 0, 0, .03);-moz-box-shadow:5px 5px 0px 0px rgba(0, 0, 0, .03);-ms-box-shadow:5px 5px 0px 0px rgba(0, 0, 0, .03);-o-box-shadow:5px 5px 0px 0px rgba(0, 0, 0, .03);box-shadow:5px 5px 0px 0px rgba(0, 0, 0, .03);}
.contact_row .flw_insta_inner p a{word-break:break-word;}
.contact_row .flw_insta_inner p:after{content:"";background:url(images/sprites.png) no-repeat;width:30px;height:30px;position:absolute;left:30px;top:20px;opacity:.9;background-size:250px;}
.contact_row .flw_insta_inner p:nth-child(1):after{background-position:-103px -63px;width:20px;}
.contact_row .flw_insta_inner p:nth-child(2):after{background-position:-129px -63px;}
.contact_row .flw_insta_inner p:nth-child(3):after{background-position:-160px -66px;}
.page-id-2472 .gform_confirmation_wrapper{width:45%;float:left;}
.page-id-2472 .gform_confirmation_wrapper .gform_confirmation_message{padding:0;}
.gform_wrapper{margin:0 0 50px !important;width:45%;float:left;}
body .gform_wrapper .top_label div.ginput_container{margin-top:0 !important;}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{width:100% !important;}
.gform_wrapper ul.gform_fields li.gfield{padding:0 !important;margin:0 0 20px !important;}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label{font-weight:500 !important;color:#202329;padding-bottom:5px;display:none !important;}
.gform_wrapper ul li.gfield input{padding:0 20px !important;outline:none;color:#000 !important;}
.gform_wrapper ul li.gfield textarea{padding:10px 20px !important;outline:none;color:#999b9e !important;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{font-size:.9em !important;background:#ea0009;border:0;min-width:160px;height:50px;padding:0 20px;color:#fff;font-weight:500;text-transform:uppercase;font-family:'Roboto', sans-serif;cursor:pointer;outline:none;}
.gform_wrapper .gform_footer input.button:hover,.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,.gform_wrapper .gform_footer input[type=submit]:focus{background:#202329;}
.gform_wrapper .top_label .gfield_error{width:100%;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin-top:0 !important;}
.gform_wrapper .gfield_error .gfield_label{color:#202336 !important;}
.gform_wrapper .validation_message{color:#ff0000 !important;font-weight:600 !important;}
.gform_wrapper div.validation_error{color:#ff0000 !important;font-weight:400 !important;border:solid 1px #f00 !important;padding:15px !important;letter-spacing:1px;line-height:1.4;font-size:.9em !important;}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important;}
body .gform_wrapper li.gfield.gfield_error,body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent;border:0;}
body .gform_wrapper .gform_footer{padding:0;margin:0;}
.gform_confirmation_message{padding:15px 0;line-height:1.4;font-size:1.2em;color:#008000;text-align:left;}
.tax-product_cat .button,.archive .button{transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:70px;}
.image_wrp .product_option{position:static;}
.image_wrp .product_option img{left:10px;width:60px !important;}
.image_wrp:hover .product_option img{-webkit-transform:scale(1) !important;-moz-transform:scale(1) !important;-ms-transform:scale(1) !important;-o-transform:scale(1) !important;transform:scale(1) !important;}
.ginput_recaptcha > div{z-index:9;}
.woocommerce div.product .woocommerce-variation-price span.price{color: #ea0009; font-size: 1.8em; margin: 5px 0 15px; display: block; } 
.woocommerce div.product p.stock { font-size: .92em; margin: 0 0 15px; }
.woocommerce div.product form.cart .variations select{min-width:100%;margin:0 0 5px;background-position:98% center; background-blend-mode: hard-light;}
.mob-wrapper{display:none;}
.woocommerce-product-details__short-description{ margin: 0 0 15px; border-top: solid 2px #f0f1f1; padding-top: 15px; clear: both;}
.woocommerce-product-details__short-description a.read_more {text-transform: none; font-weight: 500; margin: 0; padding: 0px; }
.woocommerce-product-details__short-description a.read_more:after,.woocommerce-product-details__short-description a.read_more:before { display: none; }
.woocommerce-product-details__short-description a.read_less { margin: 0; }
.woocommerce-product-details__short-description p{ margin:0 0 15px !important; text-indent: 0 !important;}
.woocommerce-product-details__short-description p span { font-size: 100% !important; font-family: inherit !important; }
.woocommerce-product-details__short-description ul{padding:0;margin: 20px 0 15px !important;}
.woocommerce-product-details__short-description ul li{position:relative;padding:0 0 5px 20px !important;line-height:1.6;}
.woocommerce-product-details__short-description ul li:after{content:"";background:#ea0009;width:4px;height:4px;border-radius:50%;position:absolute;top:8px;left:0; display: block !important;}
.admin-bar .mtsnb.mtsnb-fixed.mtsnb-top, #wp-toolbar .mtsnb.mtsnb-fixed.mtsnb-top { top: 0; }
.admin-bar.fixed_header .header { top: 32px; }
.woocommerce-checkout .page-inner { padding: 50px 0 30px; }
.woocommerce-checkout .page-inner p { font-size: 1em; }
.woocommerce-checkout .woocommerce-error,.woocommerce-checkout  .woocommerce-info,.woocommerce-checkout  .woocommerce-message { margin-top: 0 !important; }
.woocommerce div.product div.summary a.added_to_cart { margin-top: 10px; display: none; }
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { min-width: 75px; }
.cart-sidebar { overflow: hidden; }
.cart-sidebar .cart_overlay { display: block; }
.cart_overlay { background: rgba(0,0,0,.7); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100000; display: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;}
.cart_sidebar { width: 300px; position: fixed; top: 0; right: -300px; bottom: 0; z-index: 100001; background: #fff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  }
.cart-sidebar .cart_sidebar { right: 0; }
.cart_sidebar .cart_inner { height: 100%; width: 100%; overflow: auto; }
.cart_sidebar h2 { background: #202329; color: #fff; padding: 12px 40px 12px 15px; font-size: 1.1em; text-transform: uppercase; margin: 0; letter-spacing: .5px; }
.cart_sidebar ul.cart_list li a.remove { font-size: 1.5em; height: 12px; width: 12px; text-align: center; line-height: .5; border-radius: 100%; color: red!important; text-decoration: none; font-weight: 400; border: 0; position: absolute; top: 10px; right: 10px; }
.cart_sidebar ul.cart_list li a.remove:hover { color: #202329 !important; background: transparent; }
.cart_sidebar ul.cart_list li img { float: none; margin: 0 10px 0 0; height: auto; box-shadow: none; border: solid 1px #e5e5e5; width: 55px; }
.cart_sidebar ul.cart_list li span.quantity { display: block; font-weight: 500; padding-top: 5px; }
.cart_sidebar p.woocommerce-mini-cart__total { margin: 0; }
.cart_sidebar .total_wrp { padding: 15px; border-bottom: solid 1px rgba(0, 0, 0, .1); margin: 0; font-size: .95em; }
.cart_sidebar .total_wrp p.woocommerce-mini-cart__total.total + span { font-weight: 400; font-size: .85em; padding: 0px 0 0 20px; display: block; line-height: 1.1; position: relative; margin-top: 10px; }
.cart_sidebar .total_wrp p.woocommerce-mini-cart__total.total + span:after { content: ""; background: url(images/sprites.png) no-repeat; width: 14px; height: 14px; position: absolute; left: 0; top: 0; background-size: 185px; background-position: -150px -50px; }
.cart_sidebar p.woocommerce-mini-cart__total span.woocommerce-Price-amount { float: right; font-weight: 600; }
.cart_sidebar ul.cart_list li { padding: 15px; border-bottom: solid 1px rgba(0, 0, 0, .1); position: relative; font-weight: 500; }
.cart_sidebar ul.cart_list li a { font-weight: 500; display: block; }
.cart_sidebar .woocommerce-mini-cart__buttons { margin: 0; padding: 15px; }
.cart_sidebar .woocommerce-mini-cart__buttons .button { width: 100%; margin: 0 0 15px !important; display: block; color: #202329 !important; background: #fff !important; padding: 0 25px !important; text-align: center; position: relative; font-size: 1em !important; text-transform: uppercase; border-radius: 0 !important; vertical-align: middle; min-height: 46px; line-height: 46px !important; font-weight: 500; border: solid 2px #202329; }
.cart_sidebar .woocommerce-mini-cart__buttons .button:hover { background: #202329 !important; color: #fff !important; }
.cart_sidebar .woocommerce-mini-cart__buttons .button.checkout { margin: 0 !important; background: #ea0009 !important; color: #fff !important; border: solid 2px #ea0009; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative;}
.cart_sidebar .woocommerce-mini-cart__buttons .button.checkout:after {  content: ''; position: absolute; border: solid 2px #fff; top: 2px; left: 2px; right: 2px; bottom: 2px; opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity; transition-property: opacity; } 
.cart_sidebar .woocommerce-mini-cart__buttons .button.checkout:hover { background: #ea0009 !important; color: #fff !important; border: solid 2px #ea0009; }
.cart_sidebar .woocommerce-mini-cart__buttons .button.checkout:hover:after { opacity: 1; }
.cart_sidebar .close_btn a { position: absolute; top: 15px; right: 15px; width: 15px; height: 15px; font-size: 0; cursor: pointer; }
.cart_sidebar .close_btn a:after,.cart_sidebar .close_btn a:before { background: #fff; content: ''; position: absolute; width: 15px; height: 2px; left: 0px; top: 7px; }
.cart_sidebar .close_btn a:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.cart_sidebar .close_btn a:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.cart_sidebar ul.cart_list li .cart_popup_inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cart_sidebar ul.cart_list li .cart_popup {width: 70px; padding: 5px 15px 0 0; }
.cart_sidebar ul.cart_list li .mini_content {width: calc(100% - 70px); }
.cart_sidebar ul.cart_list li .mini_content p {margin: 0 0 10px; font-size: 1em; font-weight: 500; padding-right: 15px; }
.cart_sidebar ul.cart_list li .quantity_element {margin: 0 0 10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 110px; }
.cart_sidebar ul.cart_list li .quantity_element input.minus1 { border-right: 0; }
.cart_sidebar ul.cart_list li .quantity_element input[type="button"] { background: #fff; font-size: 20px; padding: 0; width: 30px; height: 30px; cursor: pointer; }
.cart_sidebar ul.cart_list li .quantity_element input.plus1 { border-left: 0; }
.cart_sidebar ul.cart_list li .quantity_element .quantity .qty { width: 40px; height: 30px; text-align: center; font-size: 1em; padding: 0; } 
.quantity_element input[type=number]::-webkit-inner-spin-button, .quantity_element input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.cart_sidebar p.woocommerce-mini-cart__empty-message { padding: 15px; }
.cart_loader.loading {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5) url(images/cart_loader.gif) no-repeat; background-size: 50px; background-position: center; color: #fff; text-align: center; z-index: 99; vertical-align: middle; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 100%; font-size: 0; }
.cart_loader.loading img { margin: auto; }
.blockUI.blockOverlay { z-index: 9 !important; }
.woocommerce ul { padding: 0; margin: 0; }
.woocommerce ul li { padding: 0; }
.woocommerce ul li:after { display: none !important; }
#wc-stripe-payment-request-wrapper { padding-top: 0 !important; }
.product-type-variable .summary p.price { display: none !important; }
.select-option.swatch-wrapper.disabled { display: none; } 
.fixed_header #scroll_to_top {visibility: visible; opacity: 1; transform: translateY(0%); }
#scroll_to_top {z-index: 9999999910; position: fixed; bottom: 20px; right: 20px; background: #202329; width: 50px; height: 50px; text-decoration: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; border: solid 1px rgba(255, 255, 255, 0.2); text-align: center; visibility: hidden; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }
#scroll_to_top a {display: block; }
#scroll_to_top i {color: #fff; position: relative; top: 9px; bottom: 0; font-size: 28px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; margin: auto; }
#scroll_to_top:hover {background: #ea0009; }
#scroll_to_top:hover i {color: #fff; top: 5px; }
.fixed_header .header .header_bottom ul li.current-menu-item > a,
.fixed_header .header .header_bottom ul li.current-menu-ancestor > a,
.fixed_header .header .header_bottom ul li a:hover,
.fixed_header .header .header_bottom ul li.current-product_cat-ancestor > a,
.fixed_header .header .header_bottom ul.menu > li .menu-item-description li > a:hover { -webkit-text-shadow: 0 0px 1px #ea0009; -moz-text-shadow: 0 0px 1px #ea0009; -ms-text-shadow: 0 0px 1px #ea0009; -o-text-shadow: 0 0px 1px #ea0009; text-shadow: 0 0px 1px #ea0009; }
.insta_images + .pay_letter {display: none; }
.mtsnb a { color: #202329 !important; font-weight: 600;  text-decoration: underline;}
.mtsnb a:hover,.mtsnb a:focus { color: #ea0008 !important; }
.search-results .true_desc { display : none;  }
.woocommerce form .form-row .woocommerce-input-wrapper .description::before { z-index: 9; }
.woocommerce form.checkout .form-row label, .woocommerce-page form.checkout .form-row label {display: none;}
.woocommerce form.woocommerce-checkout .form-row label.inline { display: initial; }
.woocommerce-checkout .page-inner p {margin-bottom: 5px;}
.woocommerce form .form-row input.input-text, .select2-container .select2-selection--single {height: 36px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {border-color:#d8d8d8;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 36px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 34px;}
.select2-selection.select2-selection--single {margin-bottom: 0;}
.woocommerce form .woocommerce-additional-fields .form-row label {display: block;}
.woocommerce form .shipping_address .form-row#shipping_country_field {display: none;}
.woocommerce form .form-row-first {width: 49%;}
.wc-stripe-error li {font-size: 1.1em; margin-left: 25px !important;}
.woocommerce-NoticeGroup-checkout {margin-bottom: 20px;}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error { padding: 10px 0 20px; }
.page-inner .woocommerce-NoticeGroup-checkout ul.woocommerce-error li { padding: 5px 0em 0 4em !important;}
.wp-block-table td, .wp-block-table th { padding: 10px; }
.woocommerce-checkout #payment fieldset div.form-row { padding: 0; }
.woocommerce-checkout .wc-stripe-elements-field,.woocommerce-checkout .wc-stripe-iban-element-field { padding: 11px; height: 40px; }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background-color: rgba(0, 0, 0, .02); color: #202329; margin: 20px 0; }
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before { border: 1em solid rgba(0, 0, 0, .02); border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; top: -15px; }
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li { margin: 0 0 10px; font-size: 16px; }
#add_payment_method #payment ul.payment_methods li p,.woocommerce-cart #payment ul.payment_methods li p,.woocommerce-checkout #payment ul.payment_methods li p { font-size: 16px; }
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal { line-height: 36px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { margin-bottom: 15px; display: inline-block; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p { font-size: 12px; margin: 0; letter-spacing: .5px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p a { font-weight: 500; }
.woocommerce form .form-row .select2-container { width: 100% !important; }
.fancybox-active body { overflow: hidden; }
.single-product #fancybox-wrap { overflow-y: hidden; max-width: 800px !important; height: auto !important; left: 0 !important; right: 0 !important; margin: auto; }
.single-product #fancybox-wrap #fancybox-content { width: auto !important; }
.woocommerce-checkout #payment fieldset ul li { padding: 7px 10px 7px 3em !important; margin: 0 !important; }
.yith-infs-loader img { width: 90px !important; }
.chosen-drop ul.chosen-results li:after { display: none; }
.page-inner ul.woocommerce-error li { padding: 1em 1em 1em 3.5em !important; }
.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message { margin: 0 0 20px !important; }
.postcode_check_form .hide-msg {margin: 15px 0 0;}
.success-msg {color: #4caf50;}
.errors-msg {color: #FF9800;}
.postcode_check_form {max-width: 360px; margin-bottom: 20px;}
.postcode_check_input {width: 67%; padding: 0 8px; border-color: #999b9e; color: #000;}
.postcode_check_form .pc-submit {border: 1px solid #000; position: static; width:30%; height: 40px; line-height: 1; cursor: pointer;}
.postcode_check_form .pc-submit:hover {background: transparent !important; color: #000;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { margin: 10px 0 0; }
.woocommerce-cart .zip-widget__tagline img.logo { margin-left: 0; }
.woocommerce-cart .woocommerce-message { margin-bottom: 0; }
form.checkout .recent_back {background: rgba(0, 0, 0, .05); color: #202329; padding: 20px; line-height: 1.5; font-size: 17px; margin-bottom: 10px; color: #ea0009;}
.recent_back {text-align: center; font-size: 15px; line-height: 1.6; padding: 10px 0; background: #d82231; color: #fff; }
.recent_back a {color: #fff; background: transparent; padding: 2px 15px; border-radius: 0px; display: inline-block; margin-left: 5px; border: solid 2px #fff; font-weight: 500; }
.recent_back a:hover { color: #202329; background: transparent; }
.single-product .woocommerce_breadcrumb_new {margin-bottom: 0;}
.single-product #fancybox-wrap .gform_wrapper {width: 100%; margin: 0 0 15px !important;}
.single-product #productform { max-width: 360px; margin: auto; padding: 0 10px; }
.single-product #productform .gform_wrapper h3.gform_title {margin: 10px 0 15px; }
.single-product #productform .gform_wrapper span.gform_description {line-height: 1.5; }
.header .header_bottom ul.menu li a.view_all { color: #ea0009; text-align: left; display: inline-block; font-weight: 500; text-transform: none; padding: 0px; margin-top: 10px;}
.header .header_bottom ul.menu li a.view_all:hover { color: #202329; text-shadow: none !important; }
.woocommerce .summary .afterpay-payment-info {display: block; float: left; width: 50%; padding: 15px 25px 0px 0px; margin: 0 0 12px; color: #999b9e; position: relative; border-top: solid 2px #f0f1f1; margin-top: 15px; } 
.woocommerce .summary .afterpay-payment-info a { color: #999b9e; }
.woocommerce .summary .afterpay-payment-info:after{ content: "or"; position: absolute; top: 50%; right: 40px; margin-top: -4px; color: #000; font-weight: 600; vertical-align: middle; text-transform: uppercase; }
.woocommerce .summary .afterpay-payment-info a { display: block; }
.woocommerce .summary .afterpay-payment-info a img { height: auto; max-height: 16px; display: block; }
.woocommerce .summary .afterpay-payment-info a img + span { display: none; }
.woocommerce .summary .afterpay-payment-info strong {font-weight: normal; }
.woocommerce .summary .zip-widget__wrapper {padding: 15px 0px 15px 35px; width: 50%; float: right; color: #999b9e; margin-top: 15px; border-top: solid 2px #f0f1f1; }
.woocommerce .summary .zip-widget__tagline img.logo { margin-left: 0; display: block; height: auto; max-height: 16px; }
.woocommerce .summary .zip-widget__tagline span.divider { display: none; }
.woocommerce .summary .zip-widget__tagline a.learn-more { display: none; }
.woocommerce .summary .zip-widget__tagline { margin-bottom: 0; }
.woocommerce .summary .zip-widget__tagline span.text {line-height: 1.5; padding-top: 2px; display: block; }
.woocommerce .summary .afterpay-payment-info:hover,.woocommerce .summary .zip-widget__wrapper:hover,.woocommerce .summary .afterpay-payment-info:hover a { color: #ea0009; }
.woocommerce .summary .single_variation_wrap a.fancybox-inline,
.woocommerce .summary .single_variation_wrap a.fancybox-inline.enq_btn,
.woocommerce .summary  a.fancybox-inline { width: 100%; }

.pay_wrp { width: 100%; clear: both; overflow: hidden; border-top: solid 2px #f0f1f1; border-bottom: solid 2px #f0f1f1; padding: 15px 0; margin-top: 25px; }
.pay_wrp .cart_pay { display: block; float: left; width: 45%; padding-right: 25px ; color: #999b9e; position: relative; font-size: 14px;} 
.pay_wrp .cart_pay a { color: #999b9e; }
.pay_wrp .cart_pay:after{ content: "or"; position: absolute; top: 50%; right: 25px; margin-top: -11px; color: #000; font-weight: 600; vertical-align: middle; text-transform: uppercase; }
.pay_wrp .cart_pay br { display: none; }
.pay_wrp .cart_pay a { display: block; line-height: 1.5; }
.pay_wrp .cart_pay a img { height: auto; max-height: 16px; margin-bottom: 5px; display: block; }
.pay_wrp .cart_pay a img + span { display: none; }
.pay_wrp .cart_pay strong {font-weight: normal; }
.pay_wrp .zip-widget__wrapper {padding: 4px 0px 0px 35px; width: 50%; float: right; color: #999b9e; }
.pay_wrp .zip-widget__tagline img.logo { margin-left: 0; display: block; height: auto; max-height: 16px; display: block; }
.pay_wrp .zip-widget__tagline span.divider { display: none; }
.pay_wrp .zip-widget__tagline a.learn-more { display: none; } 
.pay_wrp .zip-widget__tagline { margin-bottom: 0; }
.pay_wrp .zip-widget__tagline span.text {line-height: 1.5; padding-top: 2px; display: block; }
.pay_wrp .cart_pay:hover,.pay_wrp .zip-widget__wrapper:hover,.pay_wrp .cart_pay:hover a { color: #ea0009; }
.parent_font_size {font-size: 1em;}
.rplg {position: relative; z-index: 1;}
.wapl-flash .product-label {z-index: 9;}
.wapl-diagonal-bar .label-red, .wapl-flash.label-red .product-label {background: #ea010c;color: #fff; font-size: 12px; font-weight: 500;}
.wapl-flash .product-label {border:0;}
.sht_des iframe {width:100% !important;}

.slides li iframe {width: 99% !important; min-height: 348px; margin:50px 0;}
.thumbnail_slider {clear:both; margin-top:7px;}
/*play button*/
.play {background: red; border-radius: 50% / 10%; color: #FFFFFF; font-size: 2em; /* change this to change size */ height: 48px; margin: 20px auto; padding: 0; position: relative; text-align: center; text-indent: 0.1em; transition: all 150ms ease-out; width: 70px; } 
.play:hover {background: #000; } 
.play::before {background: inherit; border-radius: 5% / 50%; bottom: 9%; content: ""; left: -5%; position: absolute; right: -5%; top: 9%; } 
.play::after {border-style: solid; border-width: 1em 0 1em 1.732em; border-color: transparent transparent transparent rgba(255, 255, 255, 1); content: ' '; font-size: 0.50em; height: 0; margin: -1em 0 0 -0.75em; top: 50%; position: absolute; width: 0; }
.play a {font-size: 0; display: block; width: 100%; height: 100%; position: relative; z-index: 1;}
.play span {font-size:0;}
.single-product .wapl-label {margin-top:0;}
.single-product .wapl-label .product-label {display: inline-block; padding: .25em .6em .35em;}
.wapl-corner .wapl-label-text {font-weight: normal; font-size: 15px;}
.wapl-corner .product-label {left: -61px; top: -16px;}
.label-wrap.wapl-alignleft .product-label {float:left;}
.label-wrap.wapl-alignright .product-label {float:right;}
.wapl-label.wapl-alignleft .label-red {    float: left;}
.wapl-label-id- {display:none;}
.product-template-default.single #wc-stripe-payment-request-button-separator {display: none !important;}
/* 06-10-2020 */ 
.label-wrap {width:100%;}
.single-product .insert_labels .wapl-label .product-label {float: left;}
body.single-product #zip-tagline {display: none !important;} 
body.single-product .details_right {
    display: inline-block;
    width: 100%;
}
.single_variation .woocommerce-variation-price {
    display: block;
}

.single_variation_wrap .woocommerce-variation-price { 
    display: none;
}