@charset "UTF-8";
/*** TOP BAR ***/
/*** product page ***/
/*** end product page ***/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**** MOBILE ****/
/**** END MOBILE ****/
/*** egany custom ***/
/**** FONTS DEFAULT ****/
* {
  font-family: Montserrat, sans-serif !important; }

[class^="fa-"], [class*=" fa-"] {
  font-family: "FontAwesome" !important; }

[class^="glyphicon"], [class*=" glyphicon"] {
  font-family: "Glyphicons Halflings" !important; }

/**** END FONTS DEFAULT ****/
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0; }

.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

::selection {
  background: #ec0e0e;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #ec0e0e;
  /* Firefox */
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #ec0e0e;
  /* Safari */
  color: #FFF;
  text-shadow: none; }

:active,
:focus {
  outline: none !important; }

/* ----------------------------------------------------------------
Typography
-----------------------------------------------------------------*/
body {
  line-height: 1.5;
  color: #555;
  font-weight: 500; }

a {
  text-decoration: none !important;
  color: #ec0e0e; }

a:hover {
  color: #000000; }

a img {
  border: none; }

img {
  max-width: 100%; }

iframe {
  border: none !important; }

/* ----------------------------------------------------------------
Basic Layout Styles
-----------------------------------------------------------------*/
hr {
  margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  margin: initial; }

.unstyled {
  list-style: none; }

.noboxshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*** GENERAL ****/
/* Accordion - Medium
-----------------------------------------------------------------*/
.accordion.accordion-md .acctitle {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 25px;
  font-weight: 400; }

.accordion.accordion-md .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 40px; }

.accordion.accordion-md .acc_content {
  padding: 0px 0 10px 20px; }

.button {
  text-shadow: none; }
  .button.product_quick_add, .button.add-to-cart, .button.addtocartQV {
    background: #36ba34;
    color: #fcfcfc; }
    .button.product_quick_add:hover, .button.add-to-cart:hover, .button.addtocartQV:hover {
      background: #36ba34;
      color: #ffffff; }
  .button.buynow, .button.buynow_qv {
    background: #ec0e0e;
    color: #000000; }
    .button.buynow:hover, .button.buynow_qv:hover {
      background: #ec0e0e;
      color: #000000; }

#wrapper {
  background: #ffffff; }

.tooltip.top .tooltip-arrow {
  border-top-color: #ec0e0e; }

.tooltip-inner {
  text-align: left;
  background: #ec0e0e; }
  .tooltip-inner ul {
    list-style-position: inside; }

/* ----------------------------------------------------------------
Columns & Grids
-----------------------------------------------------------------*/
/*
.sidebar {
&.rightsidebar {
float:right;
}
}
*/
/* ----------------------------------------------------------------
Shortcut
-----------------------------------------------------------------*/
/* ---------
Button
------------*/
.btn.btn_social {
  background: #ebebeb;
  color: #fff; }
  .btn.btn_social.btn_fb {
    border-left: 3px solid #3B5998;
    color: #3B5998; }
    .btn.btn_social.btn_fb i {
      color: #3B5998; }
    .btn.btn_social.btn_fb:hover {
      background: #3B5998;
      color: #fff; }
  .btn.btn_social:hover i {
    color: #fff; }

/*** TOP POLICIES ****/
.top_policies {
  height: 30px;
  padding: 5px 0;
  background: #eee; }
  .top_policies .container, .top_policies ul, .top_policies ul li {
    height: 100%; }
  .top_policies ul li {
    float: left;
    width: 20%; }
    .top_policies ul li a {
      line-height: 20px;
      vertical-align: top;
      font-size: 13px;
      color: #838383; }
      .top_policies ul li a:hover {
        text-decoration: underline !important; }
    .top_policies ul li img {
      margin-right: 10px;
      vertical-align: top;
      width: 20px; }

/*** END TOP POLICIES ****/
/* --------------------------------------------------------------
TOP BAR
----------------------------------------------------------------*/
#top-bar {
  position: relative;
  padding: 5px 0;
  font-size: 12px;
  color: #000;
  background: #ffffff; }
  #top-bar strong {
    padding-right: 10px;
    font-weight: normal;
    display: inline-block;
    height: 100%; }
    #top-bar strong:hover {
      background: #ec0e0e; }
    #top-bar strong a {
      color: #fff; }
  #top-bar i {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 10px;
    line-height: 26px;
    vertical-align: top; }

/* ----------------------------------------------------------------
Top Links
-----------------------------------------------------------------*/
.top-links {
  position: relative; }
  .top-links ul {
    margin: 0;
    list-style: none; }
    .top-links ul li {
      float: left;
      position: relative;
      height: 27px; }
      .top-links ul li:hover {
        background-color: #ec0e0e; }
        .top-links ul li:hover ul, .top-links ul li:hover div.top-link-section {
          pointer-events: auto; }
      .top-links ul li > a {
        display: block;
        padding: 0 5px;
        color: #000; }
      .top-links ul li i {
        position: relative;
        top: 1px; }
        .top-links ul li i.icon-angle-down {
          margin: 0 0 0 2px !important; }
        .top-links ul li i:first-child {
          margin-right: 2px; }
        li.full-icon .top-links ul li i {
          top: 2px;
          font-size: 14px;
          margin: 0; }
    .top-links ul ul, .top-links ul div.top-link-section {
      display: none;
      pointer-events: none;
      position: absolute;
      z-index: 210;
      line-height: 1.5;
      background: #fff;
      border: 0;
      top: 27px;
      left: 0;
      min-width: 200%;
      margin: 0;
      border-top: 1px solid #ec0e0e;
      border-bottom: 1px solid #EEE;
      box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); }
    .top-links ul ul li {
      float: none;
      height: 27px;
      line-height: 27px;
      border-top: 1px solid #F5F5F5;
      border-left: 1px solid #EEE; }
      .top-links ul ul li a {
        height: 100%;
        line-height: inherit;
        font-size: 11px;
        color: #ec0e0e; }
      .top-links ul ul li:hover {
        background-color: #ec0e0e; }
        .top-links ul ul li:hover a {
          color: #fff; }
      .top-links ul ul li:first-child {
        border-top: none !important;
        border-left: 1px solid #EEE; }
    .top-links ul ul img {
      display: inline-block;
      position: relative;
      top: -1px;
      width: 16px;
      height: 16px;
      margin-right: 4px; }
    .top-links ul ul.top-demo-lang img {
      top: 4px;
      width: 16px;
      height: 16px; }
    .top-links ul div.top-link-section {
      padding: 25px;
      left: 0;
      width: 280px; }

.top-links ul li:first-child,
.top-links ul ul li {
  border-left: 0 !important; }

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
  left: auto;
  right: 0; }

/**** TECH STORE ****/
/**** HEADER ****/
.header-extras {
  margin: 10px 0 0 0; }
  .header-extras li {
    margin-left: 20px; }
    .header-extras li a {
      color: #838383;
      font-size: 22px;
      line-height: 40px; }
      .header-extras li a i {
        margin: 0 5px 0 0 !important;
        font-size: 28px;
        vertical-align: top;
        line-height: 39px; }
      .header-extras li a span {
        font-size: 12px;
        line-height: 18px;
        display: inline-block; }
      .header-extras li a ins {
        color: #ec0e0e;
        display: block;
        font-size: 14px;
        text-decoration: none;
        font-weight: 600; }

#header {
  /*
	&.sticky-header:not(.static-sticky) {
	&.style_1 {
	height: 96px;
	z-index: 20;
	top: 0;
	#header-wrap {
	height: 96px;
}
}
}
	*/ }
  #header.style_1 {
    height: auto; }
    #header.style_1 #header-wrap {
      height: auto;
      background: #fff !important; }

/* ----------------------------------------------------------------
Top Search
-----------------------------------------------------------------*/
.top_search form, .top_search .form-group, .top_search input[type='text'], .top_search select {
  height: 100%;
  vertical-align: top; }

.top_search select {
  border-bottom: 3px solid #c6c6c6;
  margin-left: -4px;
  border-top: 3px solid #c6c6c6;
  width: 25%;
  padding-left: 10px; }

.top_search input[type='text'] {
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-right: none;
  border-radius: 0;
  width: 83.33333333%; }

.top_search .button {
  border: none;
  background-color: #ec0e0e;
  color: #fff;
  height: 100%;
  font-size: 12px;
  margin: 0 0 0 -4px;
  padding: 0 2%;
  font-weight: normal; }

#header.style_1 .top_search {
  height: 45px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 30px; }
  #header.style_1 .top_search form {
    background: #ffffff;
    border-radius: 0;
    padding: 1px; }
    #header.style_1 .top_search form input[type='text'] {
      width: 85%;
      border: none;
      box-shadow: none;
      background: 0; }
    #header.style_1 .top_search form .button {
      width: 15%;
      font-size: 16px;
      background: #ffffff;
      border: none;
      color: #000;
      text-shadow: none;
      line-height: 1;
      text-align: right;
      padding-right: 10px; }

/* ----------------------------------------------------------------
Top Cart
-----------------------------------------------------------------*/
#header.style_1 #top-cart {
  margin-top: 8px;
  vertical-align: top;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #header.style_1 #top-cart a span.top_cart_qty {
    position: absolute;
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    height: 16px;
    width: 16px;
    background: #263238;
    color: #fff;
    text-shadow: none;
    top: -5px;
    right: -8px;
    left: auto; }
  #header.style_1 #top-cart > a {
    width: 27px;
    vertical-align: top;
    text-align: right;
    height: 27px;
    line-height: 30px;
    display: block;
    font-size: 15px;
    color: #000;
    position: relative;
    text-align: center;
    background: transparent; }
    #header.style_1 #top-cart > a > i {
      font-size: 17px;
      vertical-align: top;
      line-height: 30px; }
  #header.style_1 #top-cart > ins {
    display: block;
    margin-left: 10px;
    color: #ec0e0e;
    text-decoration: none;
    font-size: 11px;
    width: 65px;
    bottom: 0;
    line-height: 1;
    text-align: right;
    left: 39px; }

/* ----------------------------------------------------------------
Header Location
-----------------------------------------------------------------*/
#header.style_1 .header_location {
  margin-top: 8px; }
  #header.style_1 .header_location > a {
    text-align: center;
    font-size: 11px;
    display: block; }
    #header.style_1 .header_location > a > i {
      font-size: 31px;
      display: block; }
    #header.style_1 .header_location > a > ins {
      line-height: 1;
      display: block;
      text-decoration: none; }

/* ----------------------------------------------------------------
Primary Menu
-----------------------------------------------------------------*/
.block_new_menu_main {
  display: flex;
  height: 40px; }

.search_new_main {
  width: 25%;
  background: #ffffff;
  margin-left: 2.5px;
  border-radius: 5px; }

.primary_menu_wrap {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #f2f2f2; }
  @media (max-width: 767px) {
    .primary_menu_wrap {
      display: none; } }

.primary_menu_wrap_new {
  width: 75%;
  background: #ffffff;
  margin-left: 15px; }

#primary-menu ul {
  position: relative;
  float: left;
  list-style: none;
  height: 100px;
  margin: 0; }
  #primary-menu ul a {
    display: block;
    height: 35px;
    line-height: 100px;
    padding: 2px 0px;
    color: #444;
    -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease; }
  #primary-menu ul i {
    position: absolute;
    font-size: 14px !important;
    top: 1px;
    line-height: 34px;
    width: 14px;
    text-align: center;
    -webkit-transition: line-height .4s ease;
    -o-transition: line-height .4s ease;
    transition: line-height .4s ease;
    right: 4px; }
  #primary-menu ul ul,
  #primary-menu ul .mega-menu-content {
    display: none;
    position: absolute;
    width: auto;
    background-color: #fff;
    border: 1px solid #EEE;
    border-top: 2px solid #ffffff;
    height: auto;
    z-index: 199;
    top: 35px;
    left: 0;
    margin: 0;
    -ms-transform: scale(1, 0);
    /* IE 9 */
    -webkit-transform: scale(1, 0);
    /* Safari */
    transform: scale(1, 0);
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease; }
  #primary-menu ul ul a {
    height: auto !important;
    line-height: 35px !important;
    color: #666 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    letter-spacing: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-left: 10px; }
  #primary-menu ul ul .submenu_group {
    display: -webkit-flex;
    display: flex;
    padding: 10px; }
  #primary-menu ul ul .submenu_col {
    flex: 1;
    min-width: 250px;
    width: max-content; }
  #primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 15px;
    color: #ec0e0e !important; }
  #primary-menu ul:hover ul,
  #primary-menu ul:hover .mega-menu-content {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }

#primary-menu > ul {
  width: 100%; }
  #primary-menu > ul > li.current > a:before, #primary-menu > ul > li:hover > a:before {
    height: 100%; }
  #primary-menu > ul > li > i {
    color: #000000; }
  #primary-menu > ul > li > a {
    color: #000000;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px; }
    #primary-menu > ul > li > a:before {
      content: '';
      background-color: #d4d4d4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      -webkit-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease; }

#primary-menu.style_1 {
  height: 40px; }
  #primary-menu.style_1 > ul {
    float: left;
    width: 100%;
    height: 100%; }
    #primary-menu.style_1 > ul > li > a > div {
      line-height: 1.5;
      text-align: center;
      position: relative; }
      #primary-menu.style_1 > ul > li > a > div > .menu_icon {
        display: block;
        width: auto;
        margin: 0px auto 2px auto;
        padding-top: 2px;
        text-align: center;
        min-height: 7px; }

.title-mega_menu {
  width: 26%;
  padding: 0px 15px;
  background: #ff0000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  cursor: default; }
  .title-mega_menu .box-title {
    display: flex;
    align-items: center;
    height: 100%; }
    .title-mega_menu .box-title span {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
    .title-mega_menu .box-title .icon {
      margin-right: 10px;
      margin-bottom: -10px;
      line-height: 40px;
      height: 35px; }
      .title-mega_menu .box-title .icon svg {
        width: 25px;
        height: 25px;
        color: #fff; }
  .title-mega_menu .menu_left_banner {
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .title-mega_menu .menu_left_banner ul {
      list-style: none; }
      .title-mega_menu .menu_left_banner ul li a {
        color: #000; }
  .title-mega_menu:hover .menu_left_banner {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    .title-mega_menu {
      display: none; } }

#header.style_1.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
  line-height: 1; }

/**** END MENU ****/
/**** SLIDE GROUP ****/
#slider {
  background: #fff; }

.slider_thumb {
  display: none;
  position: absolute;
  right: 25px;
  left: 25px;
  bottom: 5px;
  background: #fff;
  min-width: 235px;
  border: 1px solid #dfdfdf; }

.slider_thumb li {
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  background: #ffffff; }

.slider_thumb li:hover,
.slider_thumb li.slick-current {
  background: #efefef; }

.slider_thumb li a {
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 18px; }

.slider_thumb li:hover a,
.slider_thumb li.slick-current a {
  color: #666666; }

.slider_thumb li a .slider_title {
  display: block; }

.slider_thumb li .slider_thumb_img {
  margin-right: 10px;
  float: left; }

.banner_top img {
  width: 100%; }

body.tech_store .slide_wrapper {
  margin-bottom: 20px; }

/**** END SLIDE GROUP ****/
/**** FOOTER ****/
/**** subcribe ****/
.subcribe_group_wrap.style_1 {
  padding: 5px 0 0px 0;
  background: #ffffff; }

.subcribe_group_wrap.style_1 .subscribe_group {
  padding: 10px 10px 0px 10px;
  border-radius: 3px;
  /*border: 1px solid rgba(255,255,255,0.4);*/ }

.subcribe_group_wrap.style_1 .subscribe_group_left {
  margin-top: 4px; }
  .subcribe_group_wrap.style_1 .subscribe_group_left h5 {
    float: left;
    margin: 0;
    line-height: 34px;
    font-size: 15px;
    color: #000000; }
  .subcribe_group_wrap.style_1 .subscribe_group_left form {
    position: relative; }
    .subcribe_group_wrap.style_1 .subscribe_group_left form input[type='email'] {
      height: 34px;
      padding: 4px 5px;
      border: 0;
      box-shadow: none; }
    .subcribe_group_wrap.style_1 .subscribe_group_left form button {
      background: #000000;
      color: #ffffff;
      padding: 3px 7px 3px 10px;
      position: absolute;
      height: 28px;
      border-radius: 3px;
      margin: 0;
      top: 3px;
      right: 3px; }

.subcribe_group_wrap.style_1 .subscribe_group_right .social-icon {
  display: inline-block;
  float: none; }

/**** end subcribe ****/
.prefooter_wrap.style_1 .prefooter_one {
  width: 20%; }

/**** END FOOTER ****/
/**** PRODUCT ONE ****/
.product_single .product {
  background: #fff; }
  .product_single .product.style_1 {
    border-radius: 3px;
    padding: 3px 3px 10px 3px;
    /*&:hover {
			.product_overlay {
			&.style_1 {
			visibility: visible;
			opacity: 1;
		}
		}
		}*/ }

.index_col_wrap .product_single,
.grid .product_single {
  padding: 5px; }

.index_col_wrap.style_1 .product_single {
  width: calc(100%/6); }
  @media (max-width: 767px) {
    .index_col_wrap.style_1 .product_single {
      width: 50%; } }

.product_single .product-desc {
  padding: 0 10px; }

.product-title {
  margin-bottom: 5px; }

.product-price ins, .product-price del {
  display: inline-block; }

.product-price ins {
  margin-right: 5px;
  color: red;
  line-height: 20px; }

.pd_desc_wrapper .product-price ins,
.pd_desc_wrapper .product-price del,
#product-pop-up .product-price ins,
#product-pop-up .product-price del {
  padding-left: 0;
  font-size: 24px; }

.pd_desc_wrapper .product-price ins,
#product-pop-up .product-price ins {
  font-weight: 700;
  margin-bottom: 10px; }

.pd_desc_wrapper .product-price del,
#product-pop-up .product-price del {
  font-size: 20px; }

.product_overlay {
  width: 100%;
  position: absolute; }
  .product_overlay.style_1 {
    cursor: pointer;
    z-index: 6;
    left: 0;
    padding: 15px 10px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-height: 100%;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s;
    -o-transition: opacity 0.4s ease, visibility 0.4s;
    transition: opacity 0.4s ease, visibility 0.4s;
    background: #fff;
    border: 1px solid #eee; }
    .product_overlay.style_1 .product-title h4 {
      font-size: 16px; }
    .product_overlay.style_1 ul {
      margin-bottom: 10px; }
    .product_overlay.style_1 .button {
      height: 30px;
      line-height: 30px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    .product_overlay.style_1 .item-quick-view {
      background: red; }

/**** END PRODUCT ONE ****/
/**** INDEX PAGE ****/
body.tech_store .content-wrap {
  padding: 0 0 25px 0; }

.index_col_wrap.style_1 {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block; }
  .index_col_wrap.style_1 .index_col {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap; }

.index_col_wrap .index_col_title {
  border-bottom: 2px solid #ccc; }
  .index_col_wrap .index_col_title h2 {
    margin-bottom: 0;
    background: #ccc;
    display: inline-block;
    padding: 0 25px;
    font-size: 22px;
    line-height: 40px;
    height: 40px; }
    .index_col_wrap .index_col_title h2 a {
      color: #999; }

.index_col_wrap .menu_col_list {
  margin: 10px 0 20px; }
  @media (min-width: 992px) {
    .index_col_wrap .menu_col_list.list-desk {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .index_col_wrap .menu_col_list.list-desk {
      display: none !important; } }
  @media (min-width: 992px) {
    .index_col_wrap .menu_col_list.list-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .index_col_wrap .menu_col_list.list-mobile {
      display: block; } }
  .index_col_wrap .menu_col_list.list-mobile .index_col_list {
    position: relative; }
    .index_col_wrap .menu_col_list.list-mobile .index_col_list li.tab-viewmore {
      position: absolute;
      top: 0;
      right: 0; }
  .index_col_wrap .menu_col_list .index_col_list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none; }
    .index_col_wrap .menu_col_list .index_col_list li {
      opacity: 1;
      transition: all 0.3s linear;
      border-radius: 5px; }
      .index_col_wrap .menu_col_list .index_col_list li a {
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize; }
      .index_col_wrap .menu_col_list .index_col_list li:hover {
        opacity: 1; }
      .index_col_wrap .menu_col_list .index_col_list li.active {
        opacity: 1; }
      .index_col_wrap .menu_col_list .index_col_list li.tab-viewmore {
        display: none; }
  @media (max-width: 767px) {
    .index_col_wrap .menu_col_list .index_col_list {
      gap: 10px; }
      .index_col_wrap .menu_col_list .index_col_list li {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        /*display: none;*/ }
        .index_col_wrap .menu_col_list .index_col_list li a {
          font-size: 12px;
          padding-right: 7px; }
        .index_col_wrap .menu_col_list .index_col_list li:nth-child(1), .index_col_wrap .menu_col_list .index_col_list li:nth-child(2), .index_col_wrap .menu_col_list .index_col_list li:nth-child(3), .index_col_wrap .menu_col_list .index_col_list li.tab-viewmore {
          display: block; }
        .index_col_wrap .menu_col_list .index_col_list li.showall {
          display: block; }
          .index_col_wrap .menu_col_list .index_col_list li.showall.tab-viewmore {
            display: none; } }

#popular_brand.style_1 {
  padding: 30px 25px;
  background: #fff;
  border-radius: 3px; }

/**** END INDEX PAGE ****/
/**** COLLECTION PAGE ****/
.collection_wrapper {
  padding-top: 20px; }
  .collection_wrapper .product_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .collection_wrapper .product_wrapper .product_single {
      width: 20%; }
  @media (max-width: 767px) {
    .collection_wrapper .product_wrapper .product_single {
      width: 50%; } }

.tech_store .filter_group .panel-default {
  border-radius: 0; }

/**** END COLLECTION PAGE ****/
/**** PRODUCT PAGE ****/
.product-page .product-image {
  margin-bottom: 20px; }

.product-page .product-desc {
  z-index: 100;
  background: #ffffff; }

#ProductDetailsForm {
  margin-bottom: 30px; }

.pd_specs {
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #d6d6d6; }
  .pd_specs li {
    text-align: center;
    font-size: 15px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 5px 10px;
    border-right: 1px solid #d6d6d6; }
    .pd_specs li:last-child {
      border-right: 0; }
    .pd_specs li span, .pd_specs li strong {
      display: block; }

.pd_policies h2 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0a0a0a; }

.pd_policies.style_1 {
  background: url(//theme.hstatic.net/1000375557/1001056558/14/pd_policies.png?v=439);
  padding: 5px;
  border-radius: 5px; }
  .pd_policies.style_1 > ul {
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    font-size: 13px;
    padding: 5px 10px; }
    .pd_policies.style_1 > ul > a {
      line-height: 20px;
      vertical-align: bottom;
      font-size: 12px; }
      .pd_policies.style_1 > ul > a > img {
        width: 20px;
        margin-right: 5px; }

.pd_policies.style_2 > ul {
  margin-bottom: 10px; }
  .pd_policies.style_2 > ul > li {
    padding: 3px 0 3px 5px; }
    .pd_policies.style_2 > ul > li > img {
      margin-right: 5px; }

.pd_tech {
  margin-bottom: 30px;
  margin-top: 30px; }
  .pd_tech h4 {
    font-size: 20px;
    color: #ec0e0e;
    font-weight: 300; }
  .pd_tech ul > li {
    padding: 10px 0; }
    .pd_tech ul > li + li {
      border-top: 1px solid #f1f1f1; }

.scroll_group {
  position: fixed;
  right: -85px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, right 0.5s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, right 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, right 0.5s ease; }
  .scroll_group.show {
    visibility: visible;
    opacity: 1;
    right: 0; }
  .scroll_group li {
    margin-bottom: 1px;
    width: 65px;
    text-align: center; }
    .scroll_group li a {
      padding: 30px 5px 0 5px;
      background-position: 50% 5px;
      background-repeat: no-repeat;
      background-size: 22px;
      display: block;
      height: 100%;
      font-size: 13px; }
    .scroll_group li.scroll_buynow a {
      background-image: url(//theme.hstatic.net/1000375557/1001056558/14/pd_scroll_buynow.png?v=439);
      background-color: #cc0000;
      color: #ffffff; }
      .scroll_group li.scroll_buynow a:hover {
        background-color: #cc0000;
        color: #ffffff; }
    .scroll_group li.scroll_cart a {
      background-image: url(//theme.hstatic.net/1000375557/1001056558/14/pd_scroll_cart.png?v=439); }
    .scroll_group li.scroll_hotline a {
      background-image: url(//theme.hstatic.net/1000375557/1001056558/14/pd_scroll_hotline.png?v=439);
      background-color: #1f9c00;
      color: #ffffff; }
      .scroll_group li.scroll_hotline a:hover {
        background-color: #1f9c00;
        color: #ffffff; }
    .scroll_group li.scroll_fb a {
      background-image: url(//theme.hstatic.net/1000375557/1001056558/14/pd_scroll_fb.png?v=439);
      background-color: #3b5998;
      color: #ffffff; }
      .scroll_group li.scroll_fb a:hover {
        background-color: #3b5998;
        color: #ffffff; }

/**** RELATED PRODUCT ****/
#product-related-products h4.pd_related_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px; }

@media (max-width: 767px) {
  #product-related-products .pd_related_product {
    display: flex;
    flex-wrap: wrap; }
    #product-related-products .pd_related_product .product_single {
      width: 50%; } }

/**** END RELATED PRODUCT ****/
/**** PRODUCT SIDE BLOG ****/
.pd_side_blog {
  padding-left: 15px; }
  .pd_side_blog h4 {
    font-weight: 300;
    font-size: 20px; }
  .pd_side_blog ul {
    list-style-position: inside; }

/**** END PRODUCT SIDE BLOG ****/
/**** END PRODUCT PAGE ****/
/**** END TECH STORE ****/
div.pagination_wrapper {
  text-align: center;
  clear: both; }

div.sidebar h4 a {
  color: #444; }

div.sidebar h4 a:hover {
  color: #ec0e0e; }

div.entry-image img {
  height: auto !important; }

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
  width: 67px !important;
  height: auto !important; }

ul.social-icons div.item {
  display: inline-block; }

ul.social-icons div.item:first-child {
  /*width: 115px;*/ }

.entry-meta li del {
  color: #888; }

/** top cart **/
.top-cart-items {
  overflow-y: scroll; }

div.top-cart-item-image {
  height: auto !important; }

div.top-cart-item-image a,
div.top-cart-item-image img {
  height: auto !important; }

#side-panel-trigger a {
  padding-right: 25px; }

.cart-product-thumbnail img {
  height: auto !important; }

.require_symbol {
  color: red !important; }

.a-circle {
  overflow: hidden; }

.img-circle-custom {
  position: static !important; }

div.related-posts-img {
  overflow: hidden; }

div.related-posts-img img {
  position: static; }

div.account-table {
  margin-bottom: 30px; }

div.account-detail h4,
div.account-detail p {
  margin-bottom: 5px; }

a.back-to-account {
  display: block;
  text-align: right; }

div.order-detail-table {
  margin-top: 70px; }

ul.social-icons {
  list-style: none; }

.fb-like-box,
.fb-like-box span {
  width: 100% !important; }

.flex-viewport {
  height: auto !important; }

.product-page-options {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }

.sizePicker {
  float: left;
  margin-right: 5px; }

label.options-title {
  cursor: default;
  font-size: 12px;
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .product-page-options .resp2 .options-title {
    min-height: 37px; } }

.heading-block h3 strong {
  color: #96834C; }

.heading-block > span:not(.before-heading) {
  font-weight: 700; }

.heading-block {
  margin-bottom: 30px; }

.product_single .product-image {
  height: 160px; }

.product-image img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.single-product .product-main-image img {
  height: auto; }

.left-sidebar .spost .entry-image a,
.left-sidebar .spost .entry-image {
  height: auto; }

.top-cart-item-desc a {
  padding-right: 20px; }

.google-maps {
  position: relative;
  height: 0;
  overflow: hidden;
  height: 350px; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

#simple-menu {
  /*display: none;*/ }

#menu-wrapper {
  display: none; }

.errors {
  color: red; }

.product {
  margin: 0; }

#top-search-sm form {
  width: 100%;
  margin-bottom: 10px; }

#top-search-sm .form-control {
  width: 90%;
  margin: auto;
  margin-top: 10px; }

.spost .entry-title h4, .mpost .entry-title h4 {
  font-weight: 300; }

.entry-meta li ins {
  font-weight: 300; }

/*** interactive banner ***/
.bottom-margin {
  margin-bottom: 15px !important; }

.banner-img a {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center; }

.banner-img img {
  transition: width 0.5s, height 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.5s, transform 0.5s;
  width: 100%; }

.banner-link {
  position: relative; }

.banner-content-wrapper {
  display: inline-block;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  transition: height 0.5s, transform 0.5s; }

.banner-content-wrapper h2.banner-title,
.banner-content-wrapper .banner-content p {
  color: #fff; }

h2.banner-title {
  width: 100%;
  position: absolute;
  top: 0;
  transition: top 0.5s, transform 0.5s;
  font-weight: 300; }

.banner-content {
  transition: width 0.5s, height 0.5s, transform 0.5s;
  transform: scale(0);
  height: 100%;
  position: absolute;
  width: 100%; }

.banner-content p {
  margin-top: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: top 0.5s, transform 0.5s;
  top: 0; }

.banner-content-wrapper {
  bottom: 0px;
  position: absolute;
  transition: height 0.5s; }

.banner-link:hover .banner-content-wrapper {
  height: 100%; }

.banner-link:hover .banner-content {
  transform: scale(1); }

.banner-link:hover h2.banner-title {
  top: 25%; }

.banner-link:hover .banner-content p {
  top: 25%; }

.banner-link:hover img {
  transform: scale(1.1) !important; }

/*** end interactive banner ***/
.marginbottom {
  margin-bottom: 30px; }

/*** filter***/
.filter_group .panel-default {
  border: none;
  padding-bottom: 0px; }

.filter_group .panel-heading {
  padding-left: 10px; }

.left_menu .panel-heading a i {
  float: right; }

.left_menu .panel-heading a:hover {
  color: #fff; }

.filter_group .panel-title {
  font-size: 15px; }

.filter_group .panel-default .panel-heading {
  /*background-color: transparent;*/
  /*border-bottom: 1px solid #ddd;*/ }

.filter_group .widget_links:not(:first-child) {
  margin-top: 10px;
  /*	border-top: 1px dotted #EEE;*/ }

.filter_group .widget_links {
  padding: 0; }

.filter_group .widget_links h4 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px; }

.filter_group .widget_links ul {
  margin-left: 0px; }
  .filter_group .widget_links ul li {
    padding: 5px 0; }
  .filter_group .widget_links ul label {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    font-size: 13px;
    vertical-align: bottom; }
    .filter_group .widget_links ul label span.color_block {
      display: inline-block;
      margin: 0;
      top: 0;
      border: 1px solid #ccc;
      width: 25px;
      height: 20px;
      margin: 0 !important;
      cursor: pointer; }

/*** filter***/
#newsletter-email-1,
.search_form,
.section {
  z-index: 1; }

.filter_group a i,
.panel-group h4 i.arrow {
  float: right;
  line-height: 22px; }

.color_wrapper {
  padding: 1px;
  border: 1px solid transparent;
  width: 29px;
  height: 24px; }

.color_wrapper input[type='checkbox'] {
  display: none; }

.color_filter li {
  height: 25px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 5px 3px 0px; }

.bordercolor {
  border-color: #ccc; }

.product-image > a {
  height: auto; }

/*** top search ***/
#logo {
  margin-right: 0; }

/*#top-cart a {
width: auto;
height: auto;
margin-left:auto;
margin-right: auto;
}*/
#top-cart > a > span {
  top: 5px;
  left: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  background-color: #ec0e0e; }

.top-cart-item-desc .top_cart_item_remove {
  font-size: 16px !important;
  position: absolute !important;
  right: 0;
  bottom: -5px;
  cursor: pointer;
  padding: 0; }

.top_search_sticker {
  height: 100%; }

.left_menu.left_menu_sticker {
  left: 10px;
  z-index: 10;
  top: 90px;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.left_menu.left_menu_sticker .menu_title,
.left_menu.left_menu_sticker .panel-heading {
  display: none; }

.left_menu.left_menu_sticker #collapse1 {
  width: auto;
  border-top: 1px solid #e0e0e0; }

.left_menu.left_menu_sticker .menu img {
  margin: 0; }

.left_menu.left_menu_sticker .nav-stacked > li:not(last-child) {
  border-bottom: 1px solid #eee; }

.submenu li:hover {
  background-color: #f9f9f9; }

#top-cart > a > b.cart_total {
  font-size: 18px;
  font-weight: 400;
  color: #ec0e0e;
  background-color: transparent;
  bottom: 0;
  top: auto;
  left: 65px;
  position: absolute; }

#top-cart > a > strong {
  top: 10px;
  position: absolute;
  right: -80px;
  font-size: 16px;
  font-weight: normal; }

#top-cart > a:hover > strong {
  color: #333; }

/*** end top search ***/
/*** four group ***/
.tab-container {
  padding-top: 0; }

ul.tab-nav:not(.tab-nav-lg) {
  border-bottom: 0;
  height: 44px;
  vertical-align: top;
  padding-right: 20px; }

ul.tab-nav:not(.tab-nav-lg) li {
  border: none;
  height: 44px;
  margin-left: -3px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  /*background-color: #fff;*/
  float: none;
  border-bottom: 3px solid transparent;
  padding: 0 15px; }

ul.tab-nav:not(.tab-nav-lg) li a {
  color: #ec0e0e;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  vertical-align: bottom;
  background: #fff;
  padding: 0; }

ul.tab-nav li a i {
  font-size: 18px; }

.product-image {
  height: auto; }

.index_group_product #shop {
  border: 1px solid #ececec;
  padding: 0; }

.index_group_product .product {
  border-left: 1px solid #ececec;
  min-height: 475px; }

.index_group_product .product:hover,
.best_seller_product .product:hover,
.hot_product .product:hover {
  box-shadow: 0 0 10px #ccc;
  z-index: 1; }

.index_group_product .product:first-child {
  border: none; }

.product_single .product-title h4 {
  overflow: hidden; }

.product-title h4 a:hover,
.single-product .product-title h2 a:hover {
  color: #ec0e0e; }

/*** end four group ***/
/*** best seller ***/
.best_seller {
  overflow: hidden;
  border: 1px solid #ececec;
  border-top: 0; }

.best_seller_left,
.best_seller_right {
  padding: 0; }

.best_seller_right {
  border-top: 1px solid #ececec; }

.best_seller_right .product {
  padding: 0 10px; }

.best_seller_right .product .product-title {
  margin-bottom: 0;
  height: auto; }

.best_seller_right .product-title h3 {
  font-size: 25px; }

.best_seller_right .flex-control-nav.flex-control-thumbs {
  height: auto; }

.best_seller_right .product-price del,
.best_seller_right .product-price ins {
  float: none;
  /*font-size: 22px;
	line-height: 30px;
	display: block;*/ }

.best_seller_right .product-price del {
  margin-right: 15px; }

.best_seller_right .product-page-options label {
  margin-right: 15px;
  float: left;
  font-size: 15px;
  line-height: 30px; }

.best_seller_right .product-page-options .options-selection {
  float: left; }

.best_seller_right p {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px; }

.best_seller_right .product-price {
  height: 30px;
  line-height: 30px; }

.best_seller_right .single-product .product-desc .line {
  margin: 10px 0; }

.best_seller_product {
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 0; }

.best_seller_right .product-main-image {
  padding-right: 15px;
  padding-left: 15px; }

.best_seller_product .product {
  width: 100%;
  min-height: 380px; }

.best_seller_product .product-price {
  padding-left: 15px;
  padding-right: 15px; }

.best_seller .quantity {
  margin-right: 0;
  padding-top: 10px; }

.best_seller #ProductDetailsForm {
  margin: 0; }

#hot_product .owl-controls .owl-nav [class*=owl-] {
  top: -22px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 35px; }

#hot_product .owl-controls .owl-nav .owl-prev {
  right: 50px;
  left: auto; }

#hot_product .owl-controls .owl-nav .owl-next {
  right: 0; }

.hot_product_title.fancy-title.title-border:before {
  top: 90%; }

/*** end best seller ***/
/*** hot product ***/
.hot_product .product {
  width: 100%;
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }

.hot_product .product .product-title {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px; }

.hot_product .product .product-title h3 {
  font-size: 15px; }

.hot_product .product .product-price {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.hot_product .owl-next,
.hot_product .owl-prev {
  border: none; }

#hot_product .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: #ccc !important;
  text-decoration: none; }

/*** end hot product ***/
/*** left menu ***/
.left_menu {
  margin-bottom: 0;
  position: relative;
  width: 20%;
  float: left; }

.left_menu .panel-heading {
  padding-top: 0;
  background-color: #ec0e0e;
  height: 50px;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 20px;
  padding-bottom: 0; }

.left_menu .panel-heading h4 {
  color: #fff;
  line-height: 50px;
  display: block;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 16px;
  font-weight: 400; }

.left_menu .panel-heading h4 a {
  display: block; }

.left_menu .panel-heading a i {
  vertical-align: bottom; }

.left_menu .panel-body {
  padding: 0; }

.left_menu .nav-stacked > li {
  margin: 0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }

.left_menu .panel-title {
  border-radius: 0;
  color: #636363;
  font-size: 15px;
  background-color: transparent; }

.left_menu .nav-pills {
  position: relative; }

.left_menu .nav-stacked > li {
  background-color: #fff;
  position: static; }

.left_menu .nav-stacked > li:nth-child(odd) {
  /*background-color: #f9f9f9;*/ }

.left_menu .nav-pills > li > a {
  color: #333;
  border-radius: 0;
  padding: 5px 15px 5px 15px;
  display: block;
  overflow: hidden; }

.left_menu .nav-pills > li:hover > a {
  /*color: #ec0e0e;*/ }

.left_menu .nav-pills > li > a i {
  font-weight: 400;
  float: right;
  position: absolute;
  right: 8px;
  font-size: 17px;
  line-height: 19px; }

.left_menu .nav-pills > li.menu:hover .submenu {
  display: flex; }

.left_menu #collapse1 {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  position: absolute;
  z-index: 40;
  background: #fff; }

.submenu {
  display: none;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  margin-left: 0;
  z-index: 2;
  position: absolute;
  left: 100%;
  list-style: none;
  top: 0;
  background-color: #fff;
  min-width: 100%;
  border-top: 2px solid #ec0e0e;
  /*max-height: 390px;*/
  height: 100%;
  box-shadow: 1px 1px 3px #ccc; }

.submenu_padding {
  padding: 0px 10px;
  width: 300px;
  margin: 10px 0; }

.submenu_padding:not(:first-child) {
  border-left: 1px dashed #ccc; }

.submenu li,
.submenu li a {
  display: block; }

.submenu li {
  padding: 3px 0;
  /*border-bottom: 1px solid #e0e0e0;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.submenu li:last-child {
  border-bottom: none; }

.submenu li a {
  color: #636363;
  line-height: 26px;
  padding: 0px 17px; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }

/*** end left menu ***/
.btn_wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }

.button {
  background-color: #ec0e0e; }

.button:hover {
  background-color: #ec0e0e; }

/*** footer ***/
#copyrights {
  padding: 10px 0;
  line-height: 1.8;
  background-color: #f2f2f2; }
  #copyrights p {
    margin: 0;
    border-top: 1px solid #999;
    padding-top: 10px; }

/*** end footer ***/
.content-wrap {
  padding: 25px 0; }

.btn {
  background-color: #ec0e0e;
  border-color: transparent; }

.btn:hover,
.btn:focus {
  background-color: #ec0e0e;
  border-color: transparent; }

.slide_wrapper {
  position: relative; }

#top-cart a span.top_cart_qty {
  top: 0px;
  left: 35px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px; }

.top-cart-action button {
  font-size: 12px; }

.hot_product_wrapper {
  padding-left: 0;
  background: #fff;
  position: relative;
  margin-top: 10px;
  padding-right: 0; }

.hot_product_title {
  background-color: #ec0e0e;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 0;
  height: 44px; }

.hot_product_title h3 {
  line-height: 44px;
  background-color: #ec0e0e;
  color: #fff;
  font-size: 18px;
  font-weight: normal; }

.hot_product_title:before {
  content: normal !important; }

#hot_product {
  border-right: 1px solid #ececec; }

.best_seller_product_wrapper {
  overflow: hidden; }

.index_group_title {
  /*background: #000;*/
  overflow: hidden; }

.index_group_title h3 {
  margin-bottom: 0;
  font-weight: normal;
  float: left;
  font-size: 18px;
  color: #fff;
  height: 44px;
  padding-left: 20px;
  line-height: 44px; }

.best_seller_product:nth-child(6),
.best_seller_product:nth-child(12) {
  border-right: none; }

.get_in_touch {
  margin: 30px 0;
  padding: 25px 0;
  background-color: transparent; }

.get_in_touch .col-md-3 {
  /*border: 1px solid #ccc;
	border-right: none;*/ }

.get_in_touch .col-md-3.col_last {
  /*border-right: 1px solid #ccc;*/ }

.get_in_touch .feature-box {
  padding: 30px 0; }

.get_in_touch .feature-box .fbox-icon {
  top: 25px; }

.banner-img {
  padding-right: 0; }

.bottom_margin {
  margin-bottom: 20px; }

.sidebar_menu i.icon-angle-down {
  float: right;
  font-size: 15px;
  cursor: pointer; }

.sidebar_submenu {
  display: none; }

.index_col_main {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #fff; }

.index_col_group {
  overflow: hidden;
  margin-top: 50px; }

.index_col_group h3 {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300; }

.index_col_group_left {
  background: #ddf2ff; }

.more {
  display: block;
  text-align: right;
  padding-right: 10px;
  line-height: 36px;
  font-size: 12px;
  text-decoration: underline !important; }

.footer_wrap_2 .prefooter_one:first-child {
  padding-left: 0; }

.top_hotline {
  text-align: right; }

.index_col_group .index_col_slide_wrapper {
  padding: 5px 10px;
  background: #fff; }

.scroll_menu {
  position: fixed;
  left: 0px;
  top: 20%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease; }

.scroll_menu.visible {
  opacity: 1;
  visibility: visible; }

.scroll_menu ul {
  margin: 0; }

.scroll_menu .nav-stacked > li,
.scroll_menu .nav-stacked > li + li {
  margin: 0 0 0 -30px;
  width: 90px;
  line-height: 50px;
  transition: all 0.4s;
  border: 1px solid #e2e2e2;
  background: #fff; }

.scroll_menu li a {
  width: 100%;
  padding: 0 0 0 42px;
  display: block;
  border-radius: 0;
  position: relative; }

.scroll_menu li a span {
  position: absolute;
  left: 105%;
  line-height: 26px;
  height: 26px;
  margin-top: 12px;
  font-size: 11px;
  text-align: center;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.5s ease;
  padding: 0 10px;
  white-space: nowrap; }

.scroll_menu li a span::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: -5px;
  transform: rotate(45deg); }

span.scroll_tooltip_1::before {
  background-color: #000000; }

span.scroll_tooltip_2::before {
  background-color: #000000; }

span.scroll_tooltip_3::before {
  background-color: #000000; }

span.scroll_tooltip_4::before {
  background-color: #000000; }

span.scroll_tooltip_5::before {
  background-color: #000000; }

span.scroll_tooltip_6::before {
  background-color: #000000; }

span.scroll_tooltip_7::before {
  background-color: #000000; }

span.scroll_tooltip_8::before {
  background-color: #000000; }

.scroll_menu .nav li:hover,
.scroll_menu .nav li.active {
  margin-left: 0px; }

.scroll_menu .nav li:hover a span {
  visibility: visible;
  /*opacity: 1;*/ }

.scroll_menu .nav > li > a:hover,
.scroll_menu .nav > li > a:focus,
.scroll_menu .nav-pills > li.active > a,
.scroll_menu .nav-pills > li.active > a:hover,
.scroll_menu .nav-pills > li.active > a:focus {
  background-color: transparent; }

address img {
  margin-right: 10px;
  filter: brightness(0); }

.prefooter_one p {
  margin-bottom: 10px; }

.prefooter_one address {
  margin-bottom: 0; }

.payment_block {
  padding: 10px 0 20px 0; }

.payment_block h4 {
  margin-bottom: 5px; }

.index_col_group .owl-theme .owl-controls .owl-nav [class*=owl-] {
  left: -22px; }

.index_col_group .owl-theme .owl-controls .owl-nav .owl-next {
  right: -22px;
  left: auto; }

.page_title h1 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 34px; }

.product_info {
  padding: 7px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #FAFAFA; }

.buynow {
  margin: 10px 0 0 0;
  font-size: 20px;
  color: #000000;
  background-color: #ec0e0e; }

.buynow:hover {
  color: #000000;
  background-color: #ec0e0e; }

.product-meta strong {
  display: block;
  margin-bottom: 10px; }

.tagged_as .tags {
  color: #fff;
  margin-left: 12px;
  margin-bottom: 5px;
  z-index: 1;
  padding: 0 8px 0 8px;
  height: 18px;
  width: auto;
  border-radius: 4px;
  position: relative;
  background: #ec0e0e;
  display: inline-block;
  font-size: 11px;
  line-height: 18px; }
  .tagged_as .tags .tag_left {
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ec0e0e;
    width: 14px;
    height: 14px;
    left: -6px;
    top: 2px;
    border-radius: 4px; }
    .tagged_as .tags .tag_left:before {
      display: block;
      background: #fff;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      left: 4px;
      top: 5px;
      position: absolute; }

.sidebar_menu {
  padding: 5px 10px;
  border: 1px solid #eee;
  border-top: 0; }

.pd_description ul.tab-nav:not(.tab-nav-lg) {
  border-bottom: 1px solid #e7e7e7; }
  .pd_description ul.tab-nav:not(.tab-nav-lg) li:first-child {
    border-left: 0; }
  .pd_description ul.tab-nav:not(.tab-nav-lg) li:first-child.ui-tabs-active, .pd_description ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active {
    border: 1px solid #e7e7e7;
    border-top: 3px solid #ec0e0e;
    border-bottom-color: #fff; }
  .pd_description ul.tab-nav:not(.tab-nav-lg) li a {
    background: transparent;
    font-size: 20px;
    opacity: 0.7; }
  .pd_description ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    color: #ec0e0e;
    opacity: 1; }

.pd_description .tab-container {
  padding: 20px 15px 0 15px;
  border: 1px solid #e7e7e7;
  border-top: 0; }

.single-product .product-main-image .sale-flash {
  right: 0;
  left: auto;
  padding: 5px 20px;
  font-size: 20px; }

.index_col_banner {
  float: left; }

#add_address .input-group {
  margin-bottom: 5px; }

.bottom_buy {
  float: none;
  overflow: hidden;
  margin: auto; }

.bottom_buy .add-to-cart {
  margin-right: 15px !important;
  font-size: 22px; }

.bottom_buy .buynow {
  margin-right: -15px !important; }

/*
#grid_pagination {
clear: both;
margin-left: -5px;
margin-right: -5px;
.grid{
display: flex; flex-wrap: wrap;
.product_single{
width: 20%;
}
}
}*/
#grid_pagination .search-no--result p {
  font-size: 18px;
  color: #ff0000; }

/**** SEARCH PAGE ****/
#search_block_page {
  margin: 0 auto;
  float: none;
  padding: 0; }

#search_button_page {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px; }

/**** SOCIAL ICON ****/
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  font-size: 23px; }

.social-icon i {
  line-height: 38px; }

.social-icon:hover i:first-child {
  margin-top: -38px; }

/**** END SOCIAL ICON ****/
/****END SEARCH PAGE ****/
.index_col_wrap .index_col_title {
  position: relative; }
  .index_col_wrap .index_col_title .collection-name {
    display: inline-block;
    width: auto;
    color: #fff;
    position: relative; }
  .index_col_wrap .index_col_title .menu_col_list {
    display: inline-block; }

/* ----------------------------------------------------------------
Top Cart
-----------------------------------------------------------------*/
/* top cart search */
#top-cart > a {
  width: 70px;
  height: 68px;
  /*margin-left:auto;
	margin-right: auto;
	/*padding-top: 12px;*/ }

#top-cart > a > span {
  top: 5px;
  left: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  background-color: transparent; }

#top-cart a span.top_cart_qty {
  top: 25px;
  left: 28px;
  width: 15px;
  height: 15px;
  font-size: 16px;
  line-height: 15px; }

#top-cart .minicart-header {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  padding: 5px;
  border-bottom: 1px solid #ebebeb;
  font-weight: normal;
  font-weight: 700;
  text-align: center; }

#top-cart .minicart-footer {
  padding: 5px;
  text-align: center; }

#top-cart .minicart-footer .minicart-actions .button {
  padding: 10px;
  border: 2px solid #eeeeee;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.3333333;
  color: #fff;
  background-color: #ec0e0e;
  margin: auto;
  width: 80%;
  border-width: 1px;
  height: auto; }

#top-cart .minicart-footer .minicart-actions .button:hover {
  background-color: #000000; }

#top-cart .top-cart-content {
  opacity: 0;
  z-index: -2;
  position: absolute;
  min-width: 285px;
  background-color: #FFF;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #ec0e0e;
  top: 100%;
  right: 0;
  left: auto;
  margin: -10000px 0 0;
  -webkit-transition: opacity .5s ease, top .4s ease;
  -o-transition: opacity .5s ease, top .4s ease;
  transition: opacity .5s ease, top .4s ease; }

/* ----------------------------------------------------------------
End Top Cart
-----------------------------------------------------------------*/
.slick-dots {
  bottom: 0;
  background: rgba(51, 51, 51, 0.5); }

.slick-dots li button:before {
  font-size: 40px;
  opacity: 0.8;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #4a90e2;
  opacity: 1; }

@media screen and (min-width: 1025px) {
/* 	#top-cart:hover .top-cart-content {
		opacity: 1;
		z-index: 11;
		margin-top: 0;
		overflow-x: hidden;
	} */
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .single-product .add-to-cart.button,
  .button.buynow {
    font-size: 15px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .left_menu .panel-heading h4 {
    font-size: 15px; }
  .left_menu .panel-heading {
    padding: 5px; }
  #primary-menu.style-5 > ul {
    display: flex; }
  .index_col_title {
    max-width: none; }
  .left_menu .nav-pills {
    overflow-y: 771px;
    height: 320px; } }

@media screen and (max-width: 991px) {
  #slider {
    margin-bottom: 20px; }
  #copyrights {
    text-align: center; }
    #copyrights .text-right {
      text-align: center; }
  #content .product-page .single-product .product .col-md-8.noleftpadding {
    padding-right: 0 !important; }
  .catelogry-xs {
    font-size: 14px !important;
    float: right;
    margin-right: 5px;
    display: inline-block !important;
    position: relative;
    z-index: 1;
    line-height: 40px; }
  .index_col_wrap .index_col_title .collection-name {
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 0px; }
  .show-xs {
    display: block !important; }
  .index_col_wrap .index_col_title {
    padding: 0;
    overflow: inherit; }
  .index_col_wrap .index_col_title .menu_col_list .index_col_list li {
    display: inline-block;
    width: 49%;
    margin-left: 5px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee; }
  .index_col_wrap .index_col_title .menu_col_list .index_col_list li h4 {
    font-size: 13px; }
  .index_col_wrap .index_col_title .menu_col_list .index_col_list.show-xs {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  .index_col_wrap .index_col_title .menu_col_list .index_col_list {
    width: 100%;
    padding: 10px;
    margin-left: 0;
    text-align: left;
    position: absolute;
    top: 40px;
    z-index: 1000;
    background: #fff;
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    opacity: 0; }
  .index_col_wrap .index_col_title .menu_col_list {
    float: left;
    text-align: left;
    width: 100%; }
  /* ----------------------------------------------------------------
	GENERAL
	-----------------------------------------------------------------*/
  body.tech_store #wrapper {
    padding-top: 145px; }
  /* ----------------------------------------------------------------
	Columns & Grids
	-----------------------------------------------------------------*/
  .postcontent {
    padding-left: 0;
    padding-right: 0; }
  .left-sidebar {
    padding-right: 5px; }
  #top-bar {
    height: auto;
    background: transparent; }
  /*** HEADER ***/
  #header {
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0; }
    #header.style_1 {
      border-bottom: none;
      transition: none; }
      #header.style_1 .logo_wrapper {
        padding-right: 0;
        height: 80px; }
        #header.style_1 .logo_wrapper #logo {
          height: 100%; }
          #header.style_1 .logo_wrapper #logo a {
            height: 100%; }
            #header.style_1 .logo_wrapper #logo a img {
              width: auto;
              height: 100%; }
  /*** END HEADER ***/
  /*---------------------------
	Top Search
	-------------------------------------*/
  #header.style_1 .top_search {
    padding: 0;
    height: auto;
    margin-top: 10px; }
    #header.style_1 .top_search form input[type='text'] {
      width: 90%;
      display: inline-block;
      height: 39px; }
    #header.style_1 .top_search form .button {
      line-height: 38px;
      width: 10%;
      padding: 0 10px 0 0; }
  #header.style_1 .header_location > a > i {
    font-size: 40px; }
  #header.style_1 #top-cart {
    position: relative;
    top: 0;
    padding-left: 0;
    margin-bottom: 0; }
    #header.style_1 #top-cart > a {
      width: 37px;
      height: 37px; }
      #header.style_1 #top-cart > a > i {
        line-height: 40px;
        font-size: 23px; }
  /**** FOOTER ****/
  #footer {
    padding-bottom: 50px; }
  /**** SUBCRIBE ****/
  .subcribe_group_wrap.style_1 .subscribe_group_left {
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px; }
  .subcribe_group_wrap.style_1 .subscribe_group_right {
    text-align: center;
    padding-left: 0; }
  /**** END SUBCRIBE ****/
  /**** END FOOTER ****/
  /*** PRODUCT ONE ***/
  .index_col .product_single.col-sm-6,
  .grid .product_single.col-sm-6 {
    width: 50%;
    margin-bottom: 0px; }
  .product_single .product-image {
    padding-bottom: 10px; }
  .product_single .addtocart_sm {
    text-align: center; }
  /*** END PRODUCT ONE ***/
  /**** PRODUCT PAGE ****/
  .pd_desc_wrapper {
    padding-left: 0; }
  .pd_side_blog {
    margin-left: -30px;
    margin-top: 20px; }
  /**** END PRODUCT PAGE ****/
  /**** HOT LINE ****/
  /**** HOT LINE ****/
  .left_menu {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px; }
  .left_menu .nav-pills > li > a i {
    width: 20%;
    height: 100%;
    top: 0;
    line-height: 34px;
    text-align: right;
    padding-right: 10px; }
  #left_menu .submenu {
    position: relative;
    left: 0;
    border-top: 0;
    box-shadow: none;
    -webkit-transition: inherit;
    transition: inherit;
    display: none; }
  .submenu_padding li {
    background: url(//theme.hstatic.net/1000375557/1001056558/14/widget-link.png?v=439) no-repeat left center; }
  .product .product-overlay {
    bottom: 0;
    top: auto;
    overflow: hidden;
    z-index: 0;
    height: 35px;
    line-height: 35px; }
  #top-cart .top-cart-content {
    top: 60px; }
  #primary-menu > ul {
    display: block; }
  .product-overlay a {
    background-color: #ec0e0e;
    transform: scale(1);
    overflow: hidden;
    margin: 0;
    line-height: 35px;
    color: #fff;
    height: 35px;
    width: 100%; }
  .banner-wrapper {
    margin-top: 15px; }
  .banner-img {
    padding-right: 0;
    margin-bottom: 10px !important; }
  .filter_group .panel-default .panel-heading {
    margin-bottom: 0; }
  .color_block {
    width: 30px !important;
    height: 25px !important; }
  .color_wrapper {
    padding: 2px;
    width: 36px;
    height: 31px; }
  .color_filter li {
    height: 35px;
    margin: 0 10px 3px 0px; }
  #top-cart {
    position: absolute;
    z-index: 100; }
  #top-cart .icon-shopping-cart {
    font-size: 20px; }
  #top-cart > a > span {
    top: 5px;
    right: -20px; }
  #top_link_trigger {
    width: 20px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 40px;
    text-align: center; }
  .top_link_wrapper {
    position: relative; }
    .top_link_wrapper .top-links {
      position: fixed;
      z-index: 40;
      width: 200px;
      right: 5px;
      top: 60px;
      background-color: #fff;
      border: 1px solid #f5f5f5;
      display: none; }
      .top_link_wrapper .top-links ul li {
        float: none;
        width: 100%;
        border-left: none;
        text-align: right;
        border-bottom: 1px solid #f5f5f5;
        height: 40px;
        line-height: 40px; }
        .top_link_wrapper .top-links ul li:last-child {
          border-bottom: none; }
  #primary-menu.style-5 > ul > li > a > div {
    text-align: left; }
  /*** interactive banner ***/
  .banner-content-wrapper {
    height: 100%; }
  .banner-content-wrapper h2.banner-title,
  .banner-content-wrapper .banner-content p {
    color: #fff; }
  h2.banner-title {
    top: 15%; }
  .banner-content {
    width: 100%;
    transform: none; }
  .banner-content p {
    top: 45%;
    margin-top: 0;
    line-height: 22px !important; }
  /*** end interactive banner ***/
  .content-wrap {
    padding: 15px 0; }
  .get_in_touch .col-md-3 {
    border: 1px solid #ccc;
    border-bottom: none; }
  .get_in_touch .col-md-3.col_last {
    border-bottom: 1px solid #ccc; }
  .index_group_product .product {
    min-height: 385px;
    border: none; }
  .slider_wrap {
    width: 100%;
    padding-left: 0; }
  .top-links ul li > a {
    color: #565656;
    font-size: 16px;
    height: auto; }
  #menu-wrapper {
    display: block;
    position: relative; }
  #menu-wrapper {
    position: absolute;
    top: 0;
    z-index: 1000; }
  #sidebar-wrapper ul.sidebar-nav li ul {
    display: none; }
  #sidebar-wrapper ul > li.current > a,
  #sidebar-wrapper ul > li.current > a.menu,
  #sidebar-wrapper ul > li.current li.current a.sub-menu {
    color: #ec0e0e !important; }
  #sidebar-wrapper ul > li > ul {
    padding-left: 20px;
    list-style: none; }
  #sidebar-wrapper ul a span {
    float: right;
    padding-right: 20px;
    text-align: center;
    width: 25%; }
  #slider.slide_80 {
    width: 100%; }
  .top_search .button {
    line-height: 34px; }
  #primary-menu > ul > li:hover a, #primary-menu > ul > li.current a {
    background: transparent; }
  .body_collection #footer, .body_collection.stretched #gotoTop {
    margin-bottom: 45px; }
  .product_info {
    margin-top: 10px; }
  .quantity {
    padding-right: 0; }
  .single-product .add-to-cart.button {
    margin-top: 10px !important; }
  .single-product .bottom_buy .add-to-cart {
    margin-top: 0 !important; }
  .pd_description .panel-body {
    padding-left: 10px;
    padding-right: 10px; } }

/*** 991 ***/
@media screen and (max-width: 767px) {
  /**** CART PAGE ****/
  .quantity {
    width: 100%; }
  .quantity .plus, .quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 0;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear; }
  .cart-product-thumbnail {
    transform: translateY(50%); }
  .cart_item div {
    color: #666; }
  .cart-product-quantity .quantity {
    margin-top: 5px; }
  .quantity input {
    background-color: #eee !important; }
  .cart .td {
    padding: 5px 0;
    text-align: center; }
  .cart .cart_item {
    margin-bottom: 15px; }
  .cart-product-price {
    text-align: left !important; }
  .cart .remove {
    font-size: 20px; }
  .cart .total_price {
    margin-bottom: 15px; }
  /**** END CART PAGE ****/
  .page_title h1 {
    text-align: center; }
  .index_col_wrap .index_col_title .menu_col_list .index_col_list li {
    display: block;
    width: 100%; }
  /* ----------------------------------------------------------------
	Columns & Grids
	-----------------------------------------------------------------*/
  .post_content {
    padding-left: 0px; }
  /**** SORT PRODUCT ****/
  .sort-wrapper {
    padding-left: 5px;
    padding-right: 5px; }
  /**** END SORT PRODUCT ****/
  /**** HEADER ****/
  #header.style_1 {
    height: 105px;
    background: #085ec1; }
    #header.style_1 #header-wrap {
      /*background: transparent;*/ }
    #header.style_1 .logo_wrapper {
      height: 115px;
      margin-bottom: 5px;
      padding: 0;
      background: #fff; }
      #header.style_1 .logo_wrapper #logo {
        /*padding: 5px 0 0 15px;*/
        padding-left: 10px; }
        #header.style_1 .logo_wrapper #logo a img {
          width: 100%;
          height: auto;
          max-height: 60px; }
      #header.style_1 .logo_wrapper .box-logo {
        flex: 0 0 100%;
        max-width: 100%; }
    #header.style_1 #top-cart, #header.style_1 .header_location {
      margin-top: 15px; }
    #header.style_1 .top_search {
      clear: both;
      margin: 0; }
      #header.style_1 .top_search form input[type='text'] {
        height: 25px;
        padding-top: 5px;
        padding-bottom: 5px; }
      #header.style_1 .top_search form .button {
        line-height: 23px;
        padding-left: 5px; }
  /**** END HEADER ****/
  /**** WRAPPER ****/
  body.tech_store #wrapper {
    padding-top: 110px; }
  /**** END WRAPPER ****/
  /**** SLIDER ****/
  /**** END SLIDER ****/
  /**** PRODUCT ****/
  .index_col_wrap .product_single,
  .grid .product_single {
    padding-left: 2px;
    padding-right: 2px; }
  .product_single .addtocart_sm a {
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .pd_desc_wrapper {
    padding-left: 0; }
  .product-page .product-desc {
    margin-top: 0 !important; }
  .single-product .product-price {
    float: none;
    font-size: 30px; }
  /**** END PRODUCT ****/
  /**** INDEX PAGE ****/
  #popular_brand.style_1 {
    padding-left: 5px;
    padding-right: 5px; }
  /**** END INDEX PAGE ****/
  /**** HOT LINE ****/
  .mb_scroll_hotline {
    height: 40px;
    line-height: 40px; }
  /**** END HOT LINE ****/
  body {
    overflow-x: hidden; }
  .top_search form {
    margin-top: 2px !important; }
  .top_search form input[type='text'] {
    width: 80%; }
  .top_search form .button {
    width: 20%; }
  .left_menu {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 27px; }
  ul.tab_nav_mb.tab-nav:not(.tab-nav-lg) {
    left: 10px;
    height: auto;
    z-index: 1;
    background-color: #fff;
    position: absolute;
    padding: 10px 5px;
    box-shadow: 0 0 5px #000;
    display: none; }
  ul.tab_nav_mb.tab-nav:not(.tab-nav-lg) li {
    display: block;
    text-align: left;
    height: auto; }
  ul.tab_nav_mb.tab-nav:not(.tab-nav-lg) li a {
    height: auto;
    color: #adadad; }
  ul.tab_nav_mb.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    background-color: transparent;
    color: #ec0e0e; }
  .index_group_title {
    background: #ec0e0e;
    height: 44px; }
  .index_group_btn:hover {
    color: #fff; }
  .index_group_btn {
    border: none;
    height: 38px;
    margin: 3px;
    display: block;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    padding-left: 10px; }
  #top-cart a span.top_cart_qty {
    left: 20px; }
  #top-cart a,
  #top-cart a img {
    width: 40px;
    height: auto; }
  #header .container {
    height: 40px; }
  .product-price {
    font-size: 15px; }
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  #shop.product-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }
  #page-title {
    margin-top: 120px;
    padding: 0; }
  #shop:not(.product-1) .product-title {
    margin-bottom: 0px; }
  #shop:not(.product-1) .product-title h3,
  #shop:not(.product-1) .product-price del,
  #shop:not(.product-1) .product-price ins,
  .product:not(.product-2):not(.product-3) .product-title h3,
  .best_seller .product-price ins,
  .best_seller .product-price del {
    font-size: 14px; }
  #shop:not(.product-1) .product-price del,
  #shop:not(.product-1) .product-price ins,
  .product:not(.product-2):not(.product-3) .product-title h3,
  .best_seller .product-price ins,
  .best_seller .product-price del,
  .hot_product .product-price del,
  .hot_product .product-price ins {
    float: none; }
  .row {
    margin-left: 0;
    margin-right: 0; }
  #top-cart .top-cart-content {
    min-width: 280px; }
  .pagination > .active > a {
    z-index: 0; }
  #footer .footer-widgets-wrap {
    padding: 30px 0; }
  .prefooter_one {
    padding-right: 0;
    padding-left: 10px;
    text-align: left; }
  .footer-widgets-wrap {
    text-align: center; }
  .footer-widgets-wrap .entry-meta li {
    float: none; }
  .subscribe-widget {
    margin-top: 30px; }
  .prefooter-socials {
    padding-left: 0;
    text-align: left; }
  .related_product_wrapper {
    padding-right: 0; }
  #product-related-products div.product-image {
    padding-bottom: 0;
    margin-bottom: 0; }
  #product-related-products .product-price {
    font-size: 15px; }
  #product-related-products .product-overlay {
    line-height: 44px;
    height: 44px; }
  .filter_collection_sm {
    margin-top: -20px;
    margin-bottom: 10px; }
  .filter_collection_sm .panel-heading {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .filter_collection_sm .panel-heading h4 {
    font-weight: 400;
    font-size: 17px; }
  .sort-wrapper .browse-tags {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .sort-wrapper .browse-tags [class^=col-] {
      padding: 0; }
  #top-cart > a > span {
    top: 1px;
    right: 7px;
    left: auto;
    font-size: 14px; }
  #top_link_trigger {
    right: 10px;
    top: 6px;
    font-size: 22px; }
  .top-links {
    top: 42px; }
  .filter_group .panel-default {
    padding-bottom: 0;
    box-shadow: none; }
  .filter_group .widget_links h4 {
    font-size: 14px;
    font-weight: 400; }
  .filter_group .widget_links input[type="checkbox"] {
    width: 16px;
    height: 16px; }
  #filter_group_sm .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px; }
  .input-group .form-control {
    z-index: 1; }
  .product-page-options .sizePicker {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%; }
  .product-page-options .options-title {
    height: 30px;
    line-height: 30px;
    width: 41.66666667%;
    float: left; }
  .product-page-options .options-selection {
    width: 58.33333333%;
    float: left; }
  .panel-body {
    padding-left: 0;
    padding-right: 0; }
  .best_seller_product {
    border: none; }
  .best_seller {
    border: 1px solid #ececec; }
  .best_seller_right {
    /*margin-top: 30px;*/ }
  .best_seller_right .product-page-options label {
    margin-right: 0; }
  .best_seller #ProductDetailsForm .quantity {
    padding: 0 0 20px 0;
    margin-right: 0; }
  .btn_wrapper {
    display: inline; }
  .best_seller_right .product-title h3 a {
    font-size: 25px; }
  .best_seller_right .product-price del,
  .best_seller_right .product-price ins {
    font-size: 23px; }
  .best_seller_right .product-price {
    padding-top: 25px;
    height: auto;
    line-height: 30px;
    padding-bottom: 15px; }
  .get_in_touch .fancy-title {
    text-align: center; }
  .get_in_touch p {
    text-align: center; }
  #page-title span {
    margin-top: 0; }
  .postcontent #shop.product-3 .product,
  .index_group .product,
  .best_seller_product .product {
    height: auto;
    padding-left: 0;
    padding-right: 0; }
  .postcontent #shop.product-3 .product .product-image,
  .index_group .product-image,
  .best_seller .product-image {
    height: auto !important; }
  .product .product-overlay {
    height: 35px;
    line-height: 35px; }
  .product-overlay,
  .product-overlay a i,
  .product-overlay a span {
    text-transform: uppercase;
    font-size: 13px; }
  .product-image > a {
    height: auto;
    margin-bottom: 10px; }
  .left_menu .panel-heading,
  .left_menu .panel-heading h4 {
    height: 45px;
    line-height: 45px; }
  .index_col_group h3 {
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .index_col_title {
    max-width: none; }
  #filter_group {
    overflow-y: scroll;
    max-height: 480px;
    overflow-x: hidden;
    margin-top: 15px; }
  .page_title h1 {
    font-size: 21px; }
  .single-product ul.tab-nav:not(.tab-nav-lg) {
    padding-right: 0; }
  .single-product .bottom_buy .add-to-cart {
    margin-bottom: 10px !important; }
  .single-product ul.tab-nav:not(.tab-nav-lg) li {
    width: 49%; }
  .single-product ul.tab-nav:not(.tab-nav-lg) li a {
    width: 100%; } }

/*** 767 ***/
@media screen and (max-width: 480px) {
  .index_col_wrapl {
    margin-right: 5px; }
  .index_col_wrap .index_col_title .collection-name {
    padding: 0 5px; }
  .collection-name a {
    font-size: 15px; } }

@media screen and (max-width: 479px) {
  /**** FOOTER ****/
  .prefooter_wrap.style_1 .prefooter_one {
    width: 100%; }
  /**** END FOOTER ****/
  .index_col_wrap
.product_single.style_1 {
    width: 100%; }
  .index_col_wrap
.product_single .product-desc {
    margin-bottom: 5px; } }

/**** 479 ****/
@media screen and (max-width: 320px) {
  #header.style_1 {
    height: 95px; } }

/*** end egany custom **
#header.sticky-header:not(.static-sticky).style_1 #header-wrap {
height: 160px;
}
#header.sticky-header:not(.static-sticky).style_1 #header-wrap {
height: auto;
}*/
#top-cart a span.top_cart_qty {
  left: initial;
  background: #930000;
  display: block;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  right: -5px;
  top: 1px; }

@media (max-width: 991px) {
  .search_new_main {
    width: 100%; }
  body.tech_store #wrapper {
    padding: 0; }
  .block_cart_new #top-cart {
    margin: 0;
    right: 35px; }
  .top_link_wrapper .top-links {
    top: 50px; }
  .block_cart_new #top-cart {
    position: fixed;
    top: 15px; } }

@media (max-width: 767px) {
  #top-cart a img {
    width: auto; }
  .text_cart_new {
    display: none; }
  .block_cart_new #top-cart {
    top: 8px; }
  .main_top_new {
    padding: 125px 10px 0 10px; }
  #menu-toggle {
    top: 10px !important;
    background: #f2f2f2 !important; } }

.prefooter_one address div:hover * {
  color: red !important; }

.index_col_wrap .index_col_title .collection-name,
.index_col_wrap .index_col_title .collection-name h2,
.index_col_wrap .index_col_title .collection-name h2 a {
  background: none !important;
  color: #000 !important;
  padding-left: 0 !important;
  font-weight: 600;
  text-transform: uppercase; }

.index_col_wrap .index_col_title {
  border: none; }

.subcribe_group_wrap.style_1 .subscribe_group_left form input[type='email'] {
  border: 1px solid; }

.product_single .product.style_1 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0; }

.index_col_wrap.style_1 {
  border-top: 1px solid #e3e3e3;
  padding-top: 5px; }

.index_col_wrap .index_col_title {
  display: flex;
  justify-content: space-between;
  align-items: center; }

a.xemthem i {
  margin-left: 8px;
  font-size: 20px;
  font-weight: bold; }

a.xemthem {
  display: flex;
  align-items: center;
  color: #ec0e0e;
  position: absolute;
  top: 12px;
  right: 0; }

.product_single .product.style_1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.product__description {
  margin-bottom: 12px; }

.index_col.owl-carousel.owl-loaded.owl-drag .product_single {
  width: 100% !important; }

.index_col button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 50px;
  left: -25px; }

.index_col button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 50px;
  right: -25px; }

@media (max-width: 767px) {
  .index_col button.owl-prev {
    left: 0; }
  .index_col button.owl-next {
    right: 0; }
  .slide_img img {
    height: auto !important; } }

.product_single .product-title h4 {
  font-weight: 400; }

.index_col_wrap.style_1 {
  margin-bottom: 5px; }

.product_single {
  padding: 5px; }

.product_single .product-image a {
  position: relative;
  display: block;
  padding-top: 100%; }

.product_single .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 4px; }

.product-page .collection_banner {
  margin-bottom: 15px; }

.hd_cart {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .hd_cart {
    justify-content: end;
    width: 90%; }
  #header.style_1 #top-cart > a {
    width: 30px;
    height: 30px; } }

/************* CUS NEW 4/4 **************/
.header-action-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  .header-action-wrap .top_search {
    flex: 0 0 60%;
    max-width: 60%;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
    background: #f2f2f2; }
    .header-action-wrap .top_search .form-inline {
      background: #f2f2f2 !important; }
      .header-action-wrap .top_search .form-inline button {
        background: #f2f2f2 !important; }
  .header-action-wrap .top-cart-block {
    flex: 0 0 20%;
    max-width: 20%; }
  .header-action-wrap .phone_main_new {
    flex: 0 0 20%;
    max-width: 20%; }
  @media (max-width: 767px) {
    .header-action-wrap {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
      .header-action-wrap .top_search {
        flex: 0 0 80%;
        max-width: 80%; } }

.phone_main_new .box-phone-tel {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .phone_main_new .box-phone-tel .text {
    margin: 0;
    display: flex;
    flex-direction: column; }

.right_banner {
  display: flex;
  flex-wrap: wrap; }
  .right_banner #home-slider {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 10px; }
  .right_banner .sub-banner {
    flex: 0 0 30%;
    max-width: 30%; }
    .right_banner .sub-banner .banner-item {
      margin-bottom: 10px;
      display: block; }
  @media (max-width: 767px) {
    .right_banner {
      /*display: none;*/ }
      .right_banner #home-slider {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; }
      .right_banner .sub-banner {
        flex: 0 0 100%;
        max-width: 100%; }
        .right_banner .sub-banner .banner-wrap {
          display: flex;
          overflow: auto;
          gap: 15px; }
          .right_banner .sub-banner .banner-wrap .banner-item {
            flex: 0 0 70%;
            max-width: 70%; } }

/****** COLLECTION ************/
#content .collection-title {
  text-align: center;
  margin: 10px 0 15px;
  text-transform: uppercase; }

.index_col {
  min-height: 200px; }
  .index_col .loading {
    display: flex;
    justify-content: center;
    align-items: center; }
  .index_col .button-viewmore {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 20px 0; }
    .index_col .button-viewmore .btn-viewmore {
      padding: 10px 20px;
      border: 1px solid;
      display: inline-block; }

.collection-flash--sale .collection-wrap .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3; }
  .collection-flash--sale .collection-wrap .box-title .section-title {
    width: 65%;
    margin: 0;
    display: inline-block;
    font-size: 18px; }
  .collection-flash--sale .collection-wrap .box-title .section-countdown {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .collection-flash--sale .collection-wrap .box-title .section-countdown > span {
      font-weight: 600;
      margin-right: 10px; }
    .collection-flash--sale .collection-wrap .box-title .section-countdown .flash-countdown {
      display: flex; }
      .collection-flash--sale .collection-wrap .box-title .section-countdown .flash-countdown span {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        color: #fff;
        width: 50px;
        background: #ff0000;
        margin-left: 10px;
        border-radius: 10px; }

.collection-flash--sale .collection-wrap .box-product {
  margin-top: 20px; }
  .collection-flash--sale .collection-wrap .box-product .list-product {
    display: flex;
    flex-wrap: wrap; }
    .collection-flash--sale .collection-wrap .box-product .list-product .product_single {
      flex: 0 0 calc(100%/6);
      max-width: calc(100%/6); }
    .collection-flash--sale .collection-wrap .box-product .list-product .button-viewmore {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin: 20px 0; }
      .collection-flash--sale .collection-wrap .box-product .list-product .button-viewmore .btn-viewmore {
        padding: 10px 20px;
        border: 1px solid;
        display: inline-block; }

@media (max-width: 767px) {
  .collection-flash--sale .collection-wrap .box-title {
    flex-wrap: wrap; }
    .collection-flash--sale .collection-wrap .box-title .section-title {
      width: 100%; }
    .collection-flash--sale .collection-wrap .box-title .section-countdown {
      margin-top: 10px;
      width: 100%;
      justify-content: flex-start; }
  .collection-flash--sale .collection-wrap .box-product .list-product .product_single {
    flex: 0 0 50%;
    max-width: 50%; } }

.collection_wrapper {
  display: flex;
  flex-wrap: wrap; }
  .collection_wrapper .rightsidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px; }
  .collection_wrapper .post_content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px; }
  @media (max-width: 767px) {
    .collection_wrapper .rightsidebar {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0px; }
    .collection_wrapper .post_content {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px; } }

.sort-wrapper {
  margin-bottom: 15px; }
  .sort-wrapper .browse-tags {
    display: flex;
    flex-wrap: wrap; }
    .sort-wrapper .browse-tags .sort-by--wrapper {
      flex: 0 0 80%;
      max-width: 80%;
      display: flex; }
      .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--title {
        white-space: nowrap; }
      .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--list {
        display: inline-block;
        padding-left: 10px; }
        .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--list .cSort-list {
          list-style: none;
          display: flex; }
          .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--list .cSort-list li {
            padding: 0 10px;
            white-space: nowrap; }
          .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--list .cSort-list input {
            display: none; }
          .sort-wrapper .browse-tags .sort-by--wrapper .sort-by--list .cSort-list label {
            font-weight: 500; }
    .sort-wrapper .browse-tags .collection-count {
      flex: 0 0 20%;
      max-width: 20%; }
    @media (max-width: 991px) {
      .sort-wrapper .browse-tags .sort-by--wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: scroll; }
      .sort-wrapper .browse-tags .collection-count {
        margin-top: 10px;
        flex: 0 0 100%;
        max-width: 100%; } }

.price-action {
  margin-top: 15px;
  margin-bottom: 15px; }
  .price-action .btn-action-price {
    display: inline-block;
    margin-top: 10px;
    background: #ff0000;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px; }
  .price-action .example-val {
    display: inline-block;
    width: 80%; }

.priceRangeBox {
  padding-right: 10px;
  padding-left: 10px; }
  .priceRangeBox .priceRange {
    background: rgba(255, 255, 255, 0.8);
    width: 500px;
    padding: 40px;
    height: 220px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .priceRangeBox h2 {
    color: #ff0006;
    margin-bottom: 30px; }
  .priceRangeBox span {
    font-size: 20px;
    margin-right: 10px; }
  .priceRangeBox .noUi-target {
    height: 5px;
    border: none;
    margin: 20px 0 0 0; }
  @media screen and (max-width: 767px) {
    .priceRangeBox .noUi-target {
      margin: 30px 0 10px 0; } }
  .priceRangeBox .noUi-target .noUi-base {
    background: #ccc;
    border: none;
    border-radius: 15px;
    cursor: pointer; }
  .priceRangeBox .noUi-connects {
    background: #e1e1e1; }
  .priceRangeBox .noUi-target .noUi-base .noUi-connect {
    background: #606060; }
  .priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
    bottom: -35px;
    color: #000;
    border: none;
    outline: none;
    font-weight: bold; }
  .priceRangeBox .noUi-handle.noUi-handle-lower,
  .priceRangeBox .noUi-handle.noUi-handle-upper {
    background: #606060;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    outline: none;
    right: -10px;
    cursor: pointer;
    top: -5px;
    box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .priceRangeBox .noUi-handle.noUi-handle-upper {
    right: -10px; }
  .priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
  .priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .priceRangeBox .noUi-handle.noUi-handle-lower::before,
  .priceRangeBox .noUi-handle.noUi-handle-lower::after,
  .priceRangeBox .noUi-handle.noUi-handle-upper::before,
  .priceRangeBox .noUi-handle.noUi-handle-upper::after {
    display: none; }
  .priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
  .priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
    width: 15px;
    height: 15px; }
  .priceRangeBox .priceRangeValueBox span {
    font-size: 16px; }
    .priceRangeBox .priceRangeValueBox span:first-child {
      font-weight: bold; }

#priceRangeValue {
  padding: 0 10px; }

/********** BLOG ****************/
.section_blog .block-blog {
  background: #f2f2f2;
  padding: 10px 0;
  border: 2px solid #ece4e4;
  border-radius: 5px; }
  .section_blog .block-blog .blog-title .title {
    font-size: 22px;
    padding: 0 10px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ece4e4;
    color: #999;
    text-transform: uppercase; }

.section_blog .blog-wrap {
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }
  .section_blog .blog-wrap .blog-left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10px; }
    .section_blog .blog-wrap .blog-left .article-item .article-item-top img {
      border-radius: 5px; }
    .section_blog .blog-wrap .blog-left .article-item .article-item-bottom {
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom h3 {
        line-height: 20px;
        margin-bottom: 5px;
        order: 2; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom h3 a {
          color: #000;
          font-size: 16px; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-item-bottom-date {
        display: flex;
        vertical-align: middle;
        margin-bottom: 5px;
        order: 1; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-item-bottom-date .date-icon {
          margin-right: 10px; }
          .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-item-bottom-date .date-icon svg {
            width: 15px;
            height: 15px; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-content {
        order: 3; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-content p {
          margin: 0;
          line-height: 20px; }
  .section_blog .blog-wrap .blog-right {
    flex: 0 0 60%;
    max-width: 60%; }
    .section_blog .blog-wrap .blog-right .list-article {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .section_blog .blog-wrap .blog-right .list-article .article-item {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        display: flex;
        background: #fff;
        border-radius: 5px; }
        .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-top {
          flex: 0 0 150px;
          max-width: 150px; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-top img {
            border-radius: 5px; }
        .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom {
          flex: 0 0 calc(100% - 150px);
          max-width: calc(100% - 150px);
          padding: 10px; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-content {
            display: none; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-name {
            font-size: 12px;
            margin-bottom: 10px; }
            .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-name a {
              color: #000; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date {
            display: flex;
            vertical-align: middle;
            margin-bottom: 10px;
            order: 1;
            font-size: 10px; }
            .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date .date-icon {
              margin-right: 10px; }
              .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date .date-icon svg {
                width: 15px;
                height: 15px; }

.section_blog .button-viewmore {
  text-align: center;
  margin-top: 20px; }
  .section_blog .button-viewmore .btn-blog-viewmore {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000; }
    .section_blog .button-viewmore .btn-blog-viewmore span {
      display: inline-flex;
      font-size: 16px; }
    .section_blog .button-viewmore .btn-blog-viewmore .icon {
      margin-left: 5px; }

@media (max-width: 767px) {
  .section_blog .blog-wrap .blog-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 15px; }
    .section_blog .blog-wrap .blog-left .article-item .article-item-top img {
      border-radius: 5px; }
    .section_blog .blog-wrap .blog-left .article-item .article-item-bottom {
      display: flex;
      flex-direction: column;
      margin-top: 15px; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
        order: 2; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom h3 a {
          color: #000; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-item-bottom-date {
        display: flex;
        vertical-align: middle;
        margin-bottom: 10px;
        order: 1; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-item-bottom-date .date-icon {
          margin-right: 10px; }
      .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-content {
        order: 3; }
        .section_blog .blog-wrap .blog-left .article-item .article-item-bottom .article-content p {
          margin: 0; }
  .section_blog .blog-wrap .blog-right {
    flex: 0 0 100%;
    max-width: 100%; }
    .section_blog .blog-wrap .blog-right .list-article {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .section_blog .blog-wrap .blog-right .list-article .article-item {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
        display: flex;
        background: #fff;
        border-radius: 5px; }
        .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-top {
          flex: 0 0 150px;
          max-width: 150px; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-top img {
            border-radius: 5px; }
        .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom {
          flex: 0 0 calc(100% - 150px);
          max-width: calc(100% - 150px);
          padding: 10px; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-content {
            display: none; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-name {
            font-size: 12px;
            margin-bottom: 10px; }
            .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-name a {
              color: #000; }
          .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date {
            display: flex;
            vertical-align: middle;
            margin-bottom: 10px;
            order: 1;
            font-size: 10px; }
            .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date .date-icon {
              margin-right: 10px; }
              .section_blog .blog-wrap .blog-right .list-article .article-item .article-item-bottom .article-item-bottom-date .date-icon svg {
                width: 15px;
                height: 15px; } }

/********** FOOTER ***********/
#footer {
  background: #f2f2f2 !important; }
  #footer .prefooter_wrap .footer-top {
    width: 100%;
    margin-bottom: 30px; }
  #footer .prefooter_wrap .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    #footer .prefooter_wrap .footer-bottom .footer-bottom-item:first-child {
      width: 40%;
      padding: 0;
      padding-right: 15px; }
    #footer .prefooter_wrap .footer-bottom .footer-bottom-item {
      width: 20%;
      padding: 0 15px; }
      #footer .prefooter_wrap .footer-bottom .footer-bottom-item h4 {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000000; }
      #footer .prefooter_wrap .footer-bottom .footer-bottom-item.payment .box-image {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; }
        #footer .prefooter_wrap .footer-bottom .footer-bottom-item.payment .box-image img {
          max-width: 40px; }
      #footer .prefooter_wrap .footer-bottom .footer-bottom-item.bct .box-image img {
        max-width: 150px; }
      #footer .prefooter_wrap .footer-bottom .footer-bottom-item.newsletter form {
        display: flex;
        width: 100%;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        overflow: hidden; }
        #footer .prefooter_wrap .footer-bottom .footer-bottom-item.newsletter form input {
          padding: 5px;
          font-size: 12px;
          border: none;
          border-radius: 0; }
        #footer .prefooter_wrap .footer-bottom .footer-bottom-item.newsletter form button {
          background: #999;
          color: #fff;
          border: none;
          border-radius: 0; }
    @media (max-width: 767px) {
      #footer .prefooter_wrap .footer-bottom .footer-bottom-item, #footer .prefooter_wrap .footer-bottom .footer-bottom-item:first-child {
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }
        #footer .prefooter_wrap .footer-bottom .footer-bottom-item .box-item, #footer .prefooter_wrap .footer-bottom .footer-bottom-item:first-child .box-item {
          text-align: left; } }

/********* PRODUCT ************/
.single-product {
  display: flex;
  flex-wrap: wrap; }
  .single-product .box-left {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px; }
    .single-product .box-left .product {
      display: flex; }
      .single-product .box-left .product .box-image {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px; }
        .single-product .box-left .product .box-image .slider-wrap {
          display: flex;
          flex-wrap: wrap;
          gap: 15px; }
          .single-product .box-left .product .box-image .slider-wrap .pd_slide {
            width: 100%;
            border: 1px solid #f2f2f2;
            border-radius: 5px;
            overflow: hidden; }
          .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb {
            width: 100%; }
            .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide {
              margin-right: 10px; }
              .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide .img {
                padding: 0;
                border: 1px solid #f2f2f2;
                border-radius: 5px;
                overflow: hidden; }
              .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide.slick-current .img {
                border-color: #000; }
      .single-product .box-left .product .box-details {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        display: flex;
        flex-direction: column; }
    .single-product .box-left .box-details .product-desc .page_title h1 {
      font-size: 28px;
      font-weight: 500; }
    .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-price {
      font-size: 18px;
      margin-bottom: 20px; }
      .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-price del {
        font-size: 14px;
        margin-left: 10px; }
    .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-page-options {
      display: flex;
      margin-bottom: 25px; }
      @media (max-width: 480px) {
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-page-options {
          flex-flow: wrap; } }
      .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-page-options .sizePicker {
        width: 50%; }
        @media (max-width: 480px) {
          .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-page-options .sizePicker {
            width: 100%;
            display: flex;
            align-items: center; } }
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .product-page-options .sizePicker .options-selection select.input-sm {
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          margin-top: 15px;
          min-width: 120px;
          border: 2px solid #f2f2f2;
          border-radius: 5px; }
    .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty {
      display: flex;
      flex-wrap: wrap; }
      .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .product-quantity {
        width: 40%;
        padding: 0; }
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .product-quantity .plus {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .product-quantity .minus {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .product-quantity input {
          border-width: 2px; }
      .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .btn_action {
        width: 100%; }
        .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .btn_action button {
          margin: 0;
          margin-top: 20px;
          background: #dd0000;
          height: 45px;
          line-height: 43px;
          border-radius: 5px;
          min-width: 200px;
          font-weight: 500; }
          .single-product .box-left .box-details .product-desc .pd_sale_wrapper .btn_qty .btn_action button.soldout {
            background: #cccccc; }
    .single-product .box-left .box-details .form-sp-phone {
      padding: 26px 10px 30px;
      background: #a3a3a3;
      border-radius: 5px;
      margin-top: auto;
      margin-bottom: 30px; }
      .single-product .box-left .box-details .form-sp-phone .form-wrapper .form-title {
        font-size: 18px;
        line-height: 24px !important;
        color: #fff; }
      .single-product .box-left .box-details .form-sp-phone .form-wrapper form.contact-form {
        display: flex;
        gap: 15px; }
        .single-product .box-left .box-details .form-sp-phone .form-wrapper form.contact-form > div {
          width: 100%; }
        .single-product .box-left .box-details .form-sp-phone .form-wrapper form.contact-form #f1_sp_phone {
          width: calc(85% - 15px);
          padding: 5px 10px; }
        .single-product .box-left .box-details .form-sp-phone .form-wrapper form.contact-form .btn-action {
          width: 15%;
          border: none;
          background: #ff0000;
          color: #fff;
          height: 100%; }
  .single-product .box-right {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px; }
  @media (max-width: 767px) {
    .single-product .box-left {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; }
      .single-product .box-left .product {
        flex-wrap: wrap; }
        .single-product .box-left .product .box-image {
          flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0px; }
          .single-product .box-left .product .box-image .slider-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 15px; }
            .single-product .box-left .product .box-image .slider-wrap .pd_slide {
              width: 100%;
              border: 1px solid #f2f2f2;
              border-radius: 5px;
              overflow: hidden; }
            .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb {
              width: 100%; }
              .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide {
                margin-right: 10px; }
                .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide .img {
                  padding: 0;
                  border: 1px solid #f2f2f2;
                  border-radius: 5px;
                  overflow: hidden; }
                .single-product .box-left .product .box-image .slider-wrap .pd_slide_thumb .slick-slide.slick-current .img {
                  border-color: #000; }
        .single-product .box-left .product .box-details {
          flex: 0 0 100%;
          max-width: 100%;
          padding-left: 0px;
          margin-bottom: 15px; }
      .single-product .box-left .box-details .product-desc .page_title h1 {
        font-size: 28px;
        font-weight: 500;
        text-align: left; }
    .single-product .box-right {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px; } }

.box-left .product-description {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px; }
  .box-left .product-description .desc-title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2; }
  .box-left .product-description .desc-content ul, .box-left .product-description .desc-content ol {
    padding: 0px 20px; }

@media (max-width: 767px) {
  .box-left .product-description {
    margin-bottom: 20px; } }

.box-right .pd_policies_wrapper .pd_policies.style_2 {
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  .box-right .pd_policies_wrapper .pd_policies.style_2 > ul > li {
    padding: 3px 0 10px 5px; }

.box-right .pd_policies_wrapper .pd_policies h2 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2; }

.box-right .related_product_wrapper {
  margin-top: 30px; }
  .box-right .related_product_wrapper .pd_related_title {
    background: #e00000;
    font-weight: 500;
    margin: 0 3px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px; }
  .box-right .related_product_wrapper .product_single {
    padding: 5px; }

/*=========== BLOG =============*/
#content .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px; }
  #content .article-list .article-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; }
    #content .article-list .article-item.first-article {
      flex: 0 0 100%;
      max-width: 100%; }
    #content .article-list .article-item .box-content {
      margin-top: auto; }
      #content .article-list .article-item .box-content .item-title h2 {
        font-size: 18px;
        margin-top: 15px; }
        #content .article-list .article-item .box-content .item-title h2 a {
          color: #4d4d4d; }
      #content .article-list .article-item .box-content .item-dates {
        list-style: none;
        margin-top: 15px; }
      #content .article-list .article-item .box-content .item-content {
        margin-top: 10px; }

.sidebar-blog-wrap .sidebar_blog_cate {
  margin-bottom: 30px; }
  .sidebar-blog-wrap .sidebar_blog_cate > h4 {
    background: transparent;
    color: #ff0000;
    margin-bottom: 10px; }
  .sidebar-blog-wrap .sidebar_blog_cate .sidebar_menu {
    border: none;
    padding: 0; }
    .sidebar-blog-wrap .sidebar_blog_cate .sidebar_menu li {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #f2f2f2; }
      .sidebar-blog-wrap .sidebar_blog_cate .sidebar_menu li a {
        padding: 0;
        color: #000; }

.sidebar-blog-wrap .widget_article h3 {
  background: transparent;
  color: #ff0000;
  margin-bottom: 10px; }
  .sidebar-blog-wrap .widget_article h3 a {
    color: #ff0000;
    font-size: 16px; }

.sidebar-blog-wrap .widget_article .sidebar-article--list {
  padding: 0;
  border: none; }
  .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px; }
    .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .content {
      padding: 0 5px 10px; }
    .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-title {
      margin-top: 10px; }
      .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-title h4 {
        line-height: 18px;
        margin: 0; }
        .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-title h4 a {
          font-size: 14px; }
    .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-date {
      margin: 0;
      margin-top: 10px; }
      .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-date li {
        display: block; }
    .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-content {
      margin-top: 5px; }
      .sidebar-blog-wrap .widget_article .sidebar-article--list .sidebar-article--item .entry-content p {
        font-size: 12px;
        line-height: 15px !important; }

/********** PAGE GIỚI THIỆU *************/
#page-introduce .page-content--wrapper .page-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 30px; }

#page-introduce .page-content--wrapper .page-content .para-1 {
  margin-bottom: 30px; }

#page-introduce .page-content--wrapper .page-content .para-img {
  text-align: center; }

#page-introduce .page-content--wrapper .page-content .para-2 {
  margin-top: 30px; }

#page-introduce .content-bottom .title h3 {
  font-size: 18px; }

#page-introduce .content-bottom .box-partner {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px; }
  #page-introduce .content-bottom .box-partner .item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px); }
  @media (max-width: 767px) {
    #page-introduce .content-bottom .box-partner {
      gap: 10px; }
      #page-introduce .content-bottom .box-partner .item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px); } }

#content:not(.style-r) table {
  border: none;
  width: 100%; }
  #content:not(.style-r) table tbody tr {
    display: flex;
    border: none; }
    #content:not(.style-r) table tbody tr td {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      border: none; }
      #content:not(.style-r) table tbody tr td img {
        width: 100% !important;
        height: auto !important; }
      #content:not(.style-r) table tbody tr td ul {
        list-style: disc; }
        #content:not(.style-r) table tbody tr td ul li {
          list-style: disc; }
      @media (max-width: 767px) {
        #content:not(.style-r) table tbody tr td {
          width: 50% !important; }
          #content:not(.style-r) table tbody tr td img {
            width: 100% !important;
            height: auto !important;
            max-width: 100% !important; } }
  #content:not(.style-r) table p:has(img) {
    text-align: center; }

@media (max-width: 767) {
  #content:not(.style-r) {
    overflow: auto; } }

/******* SEARCH PAGE ************/
.listproduct-search .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .listproduct-search .grid .product_single {
    flex: 0 0 20%;
    max-width: 20%; }
    @media (max-width: 767px) {
      .listproduct-search .grid .product_single {
        flex: 0 0 50%;
        max-width: 50%; } }

@media (max-width: 767px) {
  .panel-collapse.collapse {
    display: block !important; } }

.box-contact {
  padding-left: 30px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: all 0.3s linear;
  display: flex;
  align-items: center; }
  .box-contact .btn-contact {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-right: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2); }
    .box-contact .btn-contact svg {
      display: inline-block; }
  .box-contact.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

@media (max-width: 767px) {
  .fb_dialog_mobile {
    display: none !important; } }

.box-contact-mobile {
  display: flex;
  border-top: 1px solid #999999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px 0; }
  .box-contact-mobile .item {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3); }
    .box-contact-mobile .item .box-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .box-contact-mobile .item .box-icon svg {
        fill: #5a5a5a; }

@media (max-width: 767px) {
  .index_col_wrap .menu_col_list.list-mobile .index_col_list li.tab-viewmore {
    display: none; }
  .index_col_wrap .menu_col_list {
    margin: 10px 0 10px; }
  #fb-root {
    display: none !important; }
  .box-contact-mobile .mb_scroll_hotline svg path {
    fill: #E00C00; }
  .box-contact-mobile .phone-num svg path {
    fill: #0C65F8; }
  .box-contact-mobile .message svg path:first-child {
    fill: #30A7F3; } }

.result-count {
  margin-bottom: 10px; }
  .result-count b {
    color: #ff0000; }

/**********/
#menu-list-slider .item-menu-main:nth-child(11) ~ .item-menu-main {
  display: none; }

.menu-list-slider.showall .item-menu-main {
  display: block !important; }

.menu-list-slider.showall .button-list {
  display: none; }

#content-product p {
  line-height: 1.8; }

#content-product table ol, #content-product table ul {
  padding-top: 10px;
  padding-bottom: 10px; }

.page_contact_content h3, .page_contact_content strong {
  padding: 0 0 10px;
  display: inline-block; }

.desc-content table {
  margin-bottom: 20px; }

.span-share {
  margin-top: 15px; }

.slide_mb {
  display: none !important; }

@media (max-width: 480px) {
  .slide_pc {
    display: none !important; }
  .slide_mb {
    display: block !important; }
  .item_new_cus.hide_slide_mb {
    display: none; } }

.zalo-chat-widget {
  bottom: 220px !important;
  right: 25px !important; }

@media (max-width: 991px) {
  .zalo-chat-widget {
    bottom: 0 !important;
    right: 40px !important; } }

.collection_des_wrap {
  position: relative; }
  .collection_des_wrap:not(.show):after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
    content: ''; }
  .collection_des_wrap button {
    width: 100%;
    border: 0;
    z-index: 99;
    position: relative;
    background: transparent;
    height: 40px; }
  .collection_des_wrap.show {
    height: auto; }

.collection_des {
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px; }
  .collection_des.show {
    height: auto; }

.postcontent .entry-content .tag_text a[href] {
  display: inline-block;
  background: #ec0e0e;
  color: #fff;
  padding: 3px 14px;
  border-radius: 25px;
  margin: 0 5px; }
  .postcontent .entry-content .tag_text a[href]:hover, .postcontent .entry-content .tag_text a[href]:focus {
    color: #fff !important; }

.tag_text {
  margin-bottom: 15px; }

.share-group__item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: opacity .3s ease; }

.share-group__item:hover {
  color: #fff;
  opacity: 0.6; }

* + .share-group__item {
  margin-left: 8px; }

.share-group__item.facebook {
  background-color: #4267B2; }

.share-group__item.pinterest {
  background-color: #E60023; }

.share-group__item.twitter {
  background-color: #1DA1F2; }

.share-group__item.link {
  background-color: #1bc2b9; }

.share-group {
  display: flex;
  align-items: center; }

strong.share-group__heading.mr-3 {
  margin-right: 15px;
  margin-top: 10px; }

.share-group__item.link i {
  margin-left: -4px; }

.content_style_list ul {
  list-style: initial;
  padding-left: 25px; }

.content_style_list ol {
  list-style: decimal;
  padding-left: 25px; }

.content_style_list ul, .content_style_list ol {
  margin-bottom: 10px; }
  .content_style_list ul li:last-child, .content_style_list ol li:last-child {
    margin-bottom: 0; }
  .content_style_list ul ul, .content_style_list ol ul {
    list-style: circle; }

.content_style_list li, .content_style_list p {
  margin-bottom: 10px;
  color: #000; }

.content_style_list table {
  width: 100% !important;
  margin-bottom: 10px; }

.content_style_list h1, .content_style_list h2, .content_style_list h3, .content_style_list h4, .content_style_list h5, .content_style_list h6 {
  color: #000;
  margin-bottom: 10px;
  font-weight: bold; }

.content_style_list h1 {
  font-size: 26px; }

.content_style_list h2 {
  font-size: 22px; }

.content_style_list h3 {
  font-size: 20px; }

.content_style_list h4 {
  font-size: 18px; }

.content_style_list a[href] {
  color: #ec0e0e; }
