@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
/*========================================================= 
2. Reset 
===========================================================*/
/** 2.1. Reset **/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  font-size: 14px;
  color: #fff888;
  font-family: 'Raleway', sans-serif;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  right: 0;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -ms-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
  transition: right 0.4s ease-in-out 0s;
}
ul {
  list-style: disc outside;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: #222222;
  cursor: pointer;
}
a span {
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  transition: background 300ms, color 300ms, border-color 300ms;
}
a:hover {
  color: #408fde;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a,
button,
input {
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #b5b5b5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
}
/*input[type=submit] {
    font-family: 'Montserrat', sans-serif;
}*/
fieldset {
  border: 0 none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
fieldset {
  border: 2px groove threedface;
  display: block;
  padding-block-end: 0.75em;
  padding-block-start: 0.35em;
  text-align: center;
}
fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top;
}
/* 2.2. Default base */
body {
  background: #f4f4f4 none repeat scroll 0 0;
  font: 14px/1.55 "Roboto", sans-serif;
  color: #222222;
}
/* 2.2.1. Button */
.products-grid .swiper-button-next {
  display: block !important;
  cursor: pointer;
  right: 0;
  top: 60%;
  margin-right: 5px;
  margin-top: -60px;
  background-image: none;
  z-index: 1;
  border: 2px solid #2c2c2c;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.products-grid .swiper-button-next:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 20px;
  margin-left: 6px;
  font-weight: 500;
  color: #000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 3px;
  left: 5px;
}
.products-grid .swiper-button-next:hover {
  border: 2px solid #408fde;
}
.products-grid .swiper-button-prev {
  display: block !important;
  cursor: pointer;
  right: 0;
  top: 60%;
  margin-left: -5px;
  margin-top: -60px;
  background-image: none;
  z-index: 1;
  border: 2px solid #2c2c2c;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.products-grid .swiper-button-prev:before {
  font-family: "icomoon";
  content: "\e052";
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 5px;
  font-weight: 500;
  color: #000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-grid .swiper-button-prev:hover {
  border: 2px solid #408fde;
}
.products-grid:hover .swiper-button-next {
  display: block !important;
}
.products-grid:hover .swiper-button-prev {
  display: block !important;
}
.btn-nav-icon,
.btn-nav-icon-desktop {
  background: transparent;
  border: none;
  padding: 10px 10px 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 99999;
}
.btn-nav-icon:focus,
.btn-nav-icon-desktop:focus {
  outline: 0;
}
.btn-nav-icon .icon-bar,
.btn-nav-icon-desktop .icon-bar {
  display: block;
  margin: 6px 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  /*background-color: #123E91;*/
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}
.btn-nav-icon-desktop {
  float: left;
  padding: 0;
  margin-left: 10px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid white;
}
.btn-nav-icon-desktop .menu-title {
  display: block;
  color: #fff;
  font-size: 9px;
  margin-top: -1px;
  margin-bottom: -5px;
}
@media only screen and (max-width: 639px) {
  .btn-nav-icon-desktop .menu-title {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1268px) {
  .btn-nav-icon-desktop {
    margin-right: 5px;
  }
}
.btn-nav-icon.active .icon-bar,
.btn-nav-icon-desktop.active .icon-bar {
  background-color: #fff;
}
.btn-nav-icon.active .top,
.btn-nav-icon-desktop.active .top {
  -webkit-transform: translateY(8px) rotateZ(45deg);
  -moz-transform: translateY(8px) rotateZ(45deg);
  -ms-transform: translateY(8px) rotateZ(45deg);
  -o-transform: translateY(8px) rotateZ(45deg);
  transform: translateY(8px) rotateZ(45deg);
}
.btn-nav-icon.active .middle,
.btn-nav-icon-desktop.active .middle {
  opacity: 0;
}
.btn-nav-icon.active .bottom,
.btn-nav-icon-desktop.active .bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.header-v3 .header-quick-access div {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-v3 .header-quick-access .active #search-home-v3 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-top: -42px;
}
#search-home-v3 {
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 1000;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  border-bottom: 1px solid #e5e5e5;
}
#search-home-v3 input {
  outline: none;
  border: none;
  background: none;
  padding: 20px;
  font-size: 32px;
  line-height: 40px;
  color: #333;
}
#search-home-v3 input[type=text] {
  width: 100%;
  background: #fff;
  padding-left: 75px;
  color: #333;
  font-size: 18px;
}
@media only screen and (max-width: 440px) {
  #search-home-v3 input[type=text] {
    font-size: 4vw;
  }
}
#search-home-v3 input[type=submit] {
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  content: "\f002";
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 25px;
  color: #35468b;
}
#search-home-v3 input[type=submit]:hover {
  color: #408fde;
}
#close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  padding: 15px;
  line-height: 40px;
  color: #999;
}
/* 2.2.2.Link */
.view-more {
  padding: 5px 27px;
  border: 2px solid #fff;
  z-index: 99;
  border-radius: 50px;
  text-transform: capitalize;
  display: inline-flex;
  line-height: 30px;
  outline: none;
}
.view-more:hover {
  color: #408fde;
  border: 0 solid #408fde;
}
.view-more:hover:after {
  margin-left: 8px;
}
.view-more:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 15px;
  margin-left: 6px;
  font-weight: 500;
  color: #000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-more.view-more-v1 {
  background: #f4f4f4;
  color: #000;
  position: relative;
  box-shadow: 0 1px 1px #e5e5e5;
  border: none;
}
.view-more.view-more-v1:hover {
  background: #408fde;
  color: #fff;
}
.view-more.view-more-v1:hover:after {
  color: #fff;
}
.view-link {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  position: relative;
  line-height: 22px;
  float: right;
}
.view-link:hover {
  color: #408fde;
}
.view-link:hover:after {
  color: #408fde;
  margin-left: 8px !important;
}
.view-link:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
  margin-left: 6px;
  font-weight: 600;
  color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.viewall {
  background: white;
  text-align: center;
  padding: 20px 20px;
  box-shadow: 0 0 5px #ddd;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 17px 25px 17px;
}
.small-margins {
  padding: 15px 20px;
}
.viewall a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.viewall a .fa {
  color: #408fde;
  font-weight: 600;
  padding-left: 5px;
}
.viewall:hover {
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.viewall:hover a {
  color: #408fde;
}
/* 2.2.3. Typography */
@media (min-width: 768px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}
@media (min-width: 1200px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
  .fivecolumns .col-sm-6 {
    width: 50%;
    *width: 50%;
  }
}
.scale {
  overflow: hidden;
  position: relative;
}
.small-box .scale {
  min-height: 8.9vw;
  max-height: 8.9vw;
}
@media only screen and (max-width: 1768px) {
  .small-box .scale {
    min-height: 8.8vw;
    max-height: 8.8vw;
  }
}
@media only screen and (max-width: 1628px) {
  .small-box .scale {
    min-height: 8.7vw;
    max-height: 8.7vw;
  }
}
@media only screen and (max-width: 1509px) {
  .small-box .scale {
    min-height: 8.6vw;
    max-height: 8.6vw;
  }
}
@media only screen and (max-width: 1406px) {
  .small-box .scale {
    min-height: 8.5vw;
    max-height: 8.5vw;
  }
}
@media only screen and (max-width: 1316px) {
  .small-box .scale {
    min-height: 8.4vw;
    max-height: 8.4vw;
  }
}
@media only screen and (max-width: 1237px) {
  .small-box .scale {
    min-height: 8.3vw;
    max-height: 8.3vw;
  }
}
@media only screen and (max-width: 1167px) {
  .small-box .scale {
    min-height: 8.2vw;
    max-height: 8.2vw;
  }
}
@media only screen and (max-width: 1105px) {
  .small-box .scale {
    min-height: 8.1vw;
    max-height: 8.1vw;
  }
}
@media only screen and (max-width: 1049px) {
  .small-box .scale {
    min-height: 8vw;
    max-height: 8vw;
  }
}
@media only screen and (max-width: 997px) {
  .small-box .scale {
    min-height: 7.9vw;
    max-height: 7.9vw;
  }
}
@media only screen and (max-width: 991px) {
  .small-box .scale {
    min-height: 18.9vw;
    max-height: 18.9vw;
  }
  .small-box .scale a div {
    min-height: 19vw;
    max-height: 19vw;
    background-size: cover;
  }
}
@media only screen and (max-width: 928px) {
  .small-box .scale {
    min-height: 18.8vw;
    max-height: 18.8vw;
  }
}
@media only screen and (max-width: 893px) {
  .small-box .scale {
    min-height: 18.7vw;
    max-height: 18.7vw;
  }
}
@media only screen and (max-width: 860px) {
  .small-box .scale {
    min-height: 18.6vw;
    max-height: 18.6vw;
  }
}
@media only screen and (max-width: 831px) {
  .small-box .scale {
    min-height: 18.5vw;
    max-height: 18.5vw;
  }
}
@media only screen and (max-width: 802px) {
  .small-box .scale {
    min-height: 18.4vw;
    max-height: 18.4vw;
  }
}
@media only screen and (max-width: 776px) {
  .small-box .scale {
    min-height: 18.3vw;
    max-height: 18.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .small-box .scale {
    min-height: 41vw;
    max-height: 41vw;
  }
}
.big-box .scale {
  max-height: 19vw;
}
@media only screen and (max-width: 991px) {
  .big-box .scale {
    max-height: 41vw;
  }
}
.img-box .scale {
  max-height: 14vw;
}
@media only screen and (max-width: 991px) {
  .img-box .scale {
    max-height: 24.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .img-box .scale {
    max-height: 41vw;
  }
}
.editor .scale {
  max-height: 263px;
}
@media only screen and (max-width: 1199px) {
  .editor .widget-v2.related .latest-posts-v4 .scale {
    max-height: 480px;
  }
  .editor .social-right-sidebar {
    padding: 15px 0;
    text-align: center;
    background-color: #202426;
  }
  .editor .widget-v2.related .latest-posts-v4 {
    background: white;
    overflow: hidden;
    display: flex;
  }
}
@media only screen and (max-width: 601px) {
  .editor .widget-v2.related .latest-posts-v4 {
    display: block;
  }
}
/*.big-box {
    .scale {
        max-height: 422px;

        @media only screen and (max-width:1440px) {
            max-height: 318px;
        }

        @media only screen and (max-width:1366px) {
            max-height: 297px;
        }

        @media only screen and (max-width:1281px) {
            max-height: 278px;
        }

        @media only screen and (max-width:1024px) {
            max-height: 219px;
        }

        @media only screen and (max-width:991px) {
            max-height: 422px;
        }
    }
}*/
.blog-wapper-v3 .scale div {
  min-height: 320px;
  max-height: 320px;
  background-size: cover;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.MainCategoryBannerType_6 .scale {
  max-height: 480px;
}
.widget-v2.related .latest-posts-v4 .scale {
  max-height: 104px;
}
@media only screen and (max-width: 1199px) {
  .widget-v2.related .latest-posts-v4 .scale {
    max-height: 227px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-v2.related .latest-posts-v4 .scale {
    max-height: none;
  }
}
@media only screen and (max-width: 601px) {
  .widget-v2.related .latest-posts-v4 .scale {
    max-height: 227px;
  }
}
.category-section .center-blog .item-blog .scale {
  max-height: 16vw;
}
@media only screen and (max-width: 1366px) {
  .category-section .center-blog .item-blog .scale {
    max-height: 7.6vw;
  }
}
@media only screen and (max-width: 1199px) {
  .category-section .center-blog .item-blog .scale {
    max-height: 14vw;
  }
}
@media only screen and (max-width: 991px) {
  .category-section .center-blog .item-blog .scale {
    max-height: 37.7vw;
  }
}
@media only screen and (max-width: 640px) {
  .category-section .center-blog .item-blog .scale {
    max-height: 36vw;
  }
}
@media only screen and (max-width: 320px) {
  .category-section .center-blog .item-blog .scale {
    max-height: 29vw;
  }
}
.scale img {
  width: 100%;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.scale img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.divSubmit {
  text-align: right;
}
.hover-rhv-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hover-rhv-float:hover {
  background: #222222;
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hover-rhv-float:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.hover-rhv-float:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.effect {
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.effect:hover:before {
  -webkit-animation: shine .75s;
  -moz-animation: shine .75s;
  -o-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.effect:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 999;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.stars-wrapper .value {
  color: #f0c20b;
  cursor: pointer;
  float: left;
  font-size: 13px;
  margin-right: 3px;
}
.stars-wrapper .value input {
  display: none;
}
.stars-wrapper span.vote {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.icon-market:before {
  font-family: "icomoon";
  content: "\e602";
}
.icon-home:before {
  content: "\e603";
  font-family: "icomoon";
}
.product-tabs {
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 50px;
  box-shadow: 0 0 2px #eee;
}
.product-tabs .nav-tabs {
  border: none;
}
.product-tabs .nav-tabs li.active a {
  border: none;
  color: #408fde;
}
.product-tabs .nav-tabs li a {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  border: none;
}
.product-tabs .nav-tabs li a:hover {
  color: #408fde;
}
.product-tabs .nav-tabs li:hover a {
  background: transparent;
  border: none;
}
.product-tabs .nav-tabs li:focus a {
  background: transparent;
  border: none;
}
.product-tabs .tab-content .tab-pane {
  padding: 50px 15px 25px;
}
.product-tabs .tab-content .tab-pane h3 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
}
.product-tabs .tab-content .tab-pane p {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
.product-tabs .tab-content .addtag {
  margin-top: 40px;
}
.product-tabs .tab-content .addtag a {
  background: #222222;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.product-tabs .tab-content .addtag a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.product-tabs .tab-content .addtag a:hover {
  background: #408fde;
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product-tabs .tab-content .addtag a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.product-tabs .tab-content .description-box {
  padding-bottom: 20px;
}
.product-tabs .tab-content .customer-review ul li {
  float: left;
  display: inline-block;
  list-style: none;
  padding-right: 20px;
}
.product-tabs .tab-content .customer-review .customer-left-box {
  padding-bottom: 35px;
}
.product-tabs .tab-content .customer-review .customer-right label {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 6px 0;
  box-shadow: none;
  font-weight: 600;
  padding: 0 0 15px;
}
.product-tabs .tab-content .customer-review .customer-right .input-post {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}
.product-tabs .tab-content .customer-review .customer-right .form-submit {
  margin-top: 50px;
}
.product-tabs .tab-content .customer-review .customer-right .form-submit .button {
  background: #222222;
  color: #fff;
  padding: 5px 30px;
  border: none;
}
.product-tabs .tab-content .customer-review .customer-right .form-submit .button:hover {
  background: #408fde;
}
.product-tabs .tab-content .customer-review .customer-right .form-group {
  margin-bottom: 35px;
}
.product-tabs .nav-tabs2 {
  position: relative;
}
.product-tabs .nav-tabs2:before {
  width: 90%;
  height: 1px;
  position: absolute;
  content: '';
  left: 20px;
  background: #e5e5e5;
  bottom: -10px;
}
/*check box*/
.checkbox input {
  margin: 0 !important;
  display: none;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.checkbox label:hover {
  color: #222222;
}
.checkbox label:before {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input:checked + label:after {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 16px;
  color: #212121;
  position: absolute;
  top: 50%;
  left: 2px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-body-left .checkbox input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #212121;
  position: absolute;
  top: 50%;
  left: 2px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-body-left .checkbox label {
  color: #333;
}
.text-form h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-left: 55px;
}
.text-form ul {
  margin-top: 10px;
}
.text-form ul li {
  list-style-type: none;
  text-align: right;
  margin-bottom: 48px;
}
.text-form ul .comment-bottom {
  margin-bottom: 99px;
}
.text-form .text-times {
  margin: 0;
}
.text-form .text-times li {
  list-style-type: none;
  margin: 0;
  text-align: left;
  float: left;
}
.text-form .text-times li .form-times {
  width: 136px;
  height: 50px;
}
.text-form .form-control {
  width: 80%;
  height: 50px;
  background: none;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 10px;
  color: #999;
  box-shadow: none;
  border-radius: 0;
}
.text-form #disabledSelect {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  background-image: url("../images/icon1.png");
  background-repeat: no-repeat;
  background-position: calc(90%) 50%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
}
.text-form .disabledSelect {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  background-image: url("../images/icon1.png");
  background-repeat: no-repeat;
  background-position: calc(90%) 50%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 20px;
}
.text-form #disabledSelect:before {
  content: '\f078';
  display: inline-block;
  color: #333;
}
.text-form .form-comment {
  height: 100px;
}
.text-form .form-bottom {
  width: 90%;
  height: 100px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background: #f9f9fa;
}
.text-form .form-bottom .checkbox {
  float: left;
  line-height: 100px;
  margin-left: 20px;
}
.text-form .form-submit {
  margin-top: 50px;
  text-align: center;
}
.text-form .form-submit .button {
  background: #222222;
  color: #fff;
  padding: 10px 30px;
  border: none;
}
.text-form .form-submit .button:hover {
  background: #408fde;
}
/* 2.2.4. Heading */
.title-box {
  /*min-height: 124px;*/
  background-color: #f3f3f3;
  margin-bottom: 0;
  /* Responsive Changes */
  /* Responsive Changes End */
}
@media only screen and (max-width: 1024px) {
  .title-box {
    min-height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .title-box {
    min-height: 80px;
  }
}
.title-block {
  margin-bottom: 40px;
}
.title-block h2 {
  float: none;
  font-size: 36px;
  color: #222222;
  font-weight: 600;
}
.bx-title h2,
.bx-title_2 h2,
.bx-title .fa:before,
.bx-title_2 .fa:before,
.bx-title span,
.bx-title_2 span {
  font-size: 30px;
}
@media only screen and (max-width: 1447px) {
  .bx-title h2,
  .bx-title_2 h2,
  .bx-title .fa:before,
  .bx-title_2 .fa:before,
  .bx-title span,
  .bx-title_2 span {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1440px) {
  .bx-title h2,
  .bx-title_2 h2,
  .bx-title .fa:before,
  .bx-title_2 .fa:before,
  .bx-title span,
  .bx-title_2 span {
    font-size: 1.9vw;
  }
}
@media only screen and (max-width: 1429px) {
  .bx-title h2,
  .bx-title_2 h2,
  .bx-title .fa:before,
  .bx-title_2 .fa:before,
  .bx-title span,
  .bx-title_2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 427px) {
  .bx-title h2,
  .bx-title_2 h2,
  .bx-title .fa:before,
  .bx-title_2 .fa:before,
  .bx-title span,
  .bx-title_2 span {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 419px) {
  .bx-title h2,
  .bx-title_2 h2,
  .bx-title .fa:before,
  .bx-title_2 .fa:before,
  .bx-title span,
  .bx-title_2 span {
    font-size: 6vw;
  }
}
.d_none {
  display: none;
}
@media only screen and (max-width: 1429px) {
  .d_none {
    display: block;
  }
}
@media only screen and (max-width: 1429px) {
  .d_block {
    display: none;
  }
}
.bx-title {
  margin-bottom: 0;
  text-align: left;
  background-color: #f3f3f3;
  position: relative;
  /*min-height: 124px;*/
}
.bx-title span {
  font-size: 80px;
  width: 150px;
  text-align: center;
  float: left;
  letter-spacing: -2px;
  color: #fff;
  font-weight: bold;
  font-family: "Rockwell";
  /* Responsive Changes */
  /* Responsive Changes End */
}
@media only screen and (max-width: 1024px) {
  .bx-title span {
    font-size: 4vw;
    width: 100px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .bx-title span {
    font-size: 6vw;
    width: 130px;
  }
}
.bx-title h2 {
  font-size: 30px;
  padding: 37px 0;
  margin: 0;
  font-weight: bold;
  text-align: left;
  color: #222222;
  float: left;
  margin-left: 35px;
  margin-right: 35px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1759px) {
  .bx-title h2 {
    font-size: 1.5vw;
    /*padding: 5.7vh 0;*/
  }
}
@media only screen and (max-width: 1158px) {
  .bx-title h2 {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .bx-title h2 {
    line-height: 1.5em;
    padding: 2vh 0;
  }
}
@media only screen and (max-width: 991px) {
  .bx-title h2 {
    font-size: 20px;
  }
}
.bx-title .view-sp {
  color: #222222;
  text-align: right;
  float: right;
  margin-right: 60px;
  margin-top: 60px;
  font-size: 18px;
}
.bx-title .view-sp:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  line-height: 30px;
  padding-left: 3px;
}
.bx-title .view-sp:hover {
  color: #408fde;
}
.bx-title .view-sp:hover:after {
  color: #408fde;
  margin-left: 6px;
}
.bx-title blockquote {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1068px) {
  .bx-title blockquote {
    margin: 15px 0;
    padding: 31px 0;
  }
}
@media only screen and (max-width: 652px) {
  .bx-title blockquote {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1280px) {
  .bx-title span,
  .bx-title h2 {
    line-height: 124px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bx-title {
    min-height: 100px;
  }
  .bx-title span,
  .bx-title h2 {
    line-height: 100px;
  }
  .bx-title span {
    font-size: 4vw;
  }
  .bx-title blockquote {
    margin: 15px 0;
    padding: 19px 0;
  }
}
@media only screen and (max-width: 1013px) {
  .bx-title {
    width: 100%;
    min-height: 80px;
  }
}
@media only screen and (max-width: 639px) {
  .bx-title span {
    font-size: 6vw;
  }
  .bx-title h2 {
    font-size: 3.5vw;
    margin-left: 40px;
  }
  .bx-title span,
  .bx-title h2 {
    line-height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .bx-title h2 {
    margin-left: 30px;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 425px) {
  .bx-title h2 {
    font-size: 4vw;
  }
}
.bx-title_2 {
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1429px) {
  .bx-title_2 {
    padding-left: 50px;
  }
}
.bx-title_2 ul li {
  display: inline-block;
}
.bx-title_2 .fa:before {
  float: left;
  /*line-height: 130px;*/
}
@media only screen and (max-width: 764px) {
  .bx-title_2 .fa:before {
    padding: 0 5px;
  }
}
.bx-title_2 span {
  /*line-height: 130px;*/
  width: 150px;
  text-align: center;
  float: left;
  letter-spacing: -2px;
  color: #222222;
  font-weight: bold;
  font-family: "Rockwell";
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 764px) {
  .bx-title_2 span {
    display: none;
  }
}
.bx-title_2 h2 {
  line-height: 130px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  float: left;
  margin-left: 35px;
  letter-spacing: -1px;
}
.bx-title_2 .view-sp {
  color: #222222;
  text-align: right;
  float: right;
  margin-right: 60px;
  margin-top: 60px;
  font-size: 18px;
}
.bx-title_2 .view-sp:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  line-height: 30px;
  padding-left: 3px;
}
.bx-title_2 .view-sp:hover {
  color: #408fde;
}
.bx-title_2 .view-sp:hover:after {
  color: #408fde;
  margin-left: 6px;
}
.bx-title.yellow span {
  /* background: #e4d136; */
  background: #408fde;
  color: #fff !important;
}
.bx-title.red span {
  background: #408fde;
}
.bx-title.black span {
  background: #408fde;
}
.bx-title.oranges span {
  background: #de6f25;
}
.bx-title.blue span {
  background: #408fde;
}
.cx-title {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.cx-title h2 {
  font-weight: bold;
  font-size: 33px;
  text-align: left;
  line-height: 40px;
  letter-spacing: -1px;
  float: left;
  color: #222222;
}
.cx-title h4 {
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
  color: #222222;
}
.cx-title .view-sp {
  color: #222222;
  text-align: right;
  float: right;
  margin-right: 20px;
  font-size: 18px;
  margin-top: 15px;
}
.cx-title .view-sp:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  line-height: 30px;
  padding-left: 3px;
}
.cx-title .view-sp:hover {
  color: #408fde;
}
.cx-title .view-sp:hover:after {
  color: #408fde;
  margin-left: 6px;
}
.d-title {
  padding: 30px 0;
  position: relative;
}
.d-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 90%;
  height: 1px;
  background: #e5e5e5;
}
.d-title h4 {
  color: #222222;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .d-title h4 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1199px) {
  .d-title h4 {
    font-size: 2vw;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .d-title h4 {
    font-size: 28px;
  }
}
/* 2.2.5. Breadcrumb */
.breadcrumb-grid {
  background-color: #d4d4d4;
  min-height: 44px;
  /*padding: 15px 30px 0 30px;*/
}
.breadcrumb-grid .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  /* Responsive Changes */
  /* Responsive Changes End */
}
.breadcrumb-grid .breadcrumb li {
  list-style: none;
  display: inline-block;
}
.breadcrumb-grid .breadcrumb li a {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb-grid .breadcrumb li.active a {
  text-decoration: underline !important;
}
.breadcrumb-grid .breadcrumb > li + li:before {
  color: #222222;
}
@media only screen and (max-width: 793px) {
  .breadcrumb-grid .breadcrumb {
    padding: 10px 30px;
    line-height: 1em;
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
#crumbs ul {
  margin: 0;
  padding: 2px 45px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  max-height: 44px;
  /*&:after {
            content: "";
            border-top: 33px solid transparent;
            border-bottom: 33px solid transparent;
            border-left: 33px solid #d4d4d4;
            position: absolute;
            right: 12px;
            top: 14px;
        }

        &:before {
            content: "";
            border-top: 33px solid #d4d4d4;
            border-bottom: 33px solid #d4d4d4;
            border-left: 33px solid transparent;
            position: absolute;
            left: 47px;
            top: 15px;
        }*/
}
#crumbs ul li {
  display: inline-block;
}
#crumbs ul li a {
  display: block;
  float: left;
  height: 40px;
  background: #f4f4f4;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  margin: 0 30px 0 0;
  font-size: 14px;
  text-decoration: none;
  color: #222222;
  /* Responsive Changes */
  /* Responsive Changes End */
}
#crumbs ul li a:before,
#crumbs ul li a:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#crumbs ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f4f4f4;
  position: absolute;
  right: -20px;
  top: 0;
}
#crumbs ul li a:before {
  content: "";
  border-top: 20px solid #f4f4f4;
  border-bottom: 20px solid #f4f4f4;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
#crumbs ul li a:hover {
  background: #939292;
  color: #fff;
}
#crumbs ul li a:hover:after {
  border-left-color: #939292;
}
#crumbs ul li a:hover:before {
  border-top-color: #939292;
  border-bottom-color: #939292;
}
@media only screen and (max-width: 713px) {
  #crumbs ul li a {
    margin-bottom: 10px;
  }
}
#crumbs ul li:last-child a {
  background: #a3a3a3;
  color: #fff;
}
#crumbs ul li:last-child a:before,
#crumbs ul li:last-child a:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#crumbs ul li:last-child a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #a3a3a3;
  position: absolute;
  right: -20px;
  top: 0;
}
#crumbs ul li:last-child a:before {
  content: "";
  border-top: 20px solid #a3a3a3;
  border-bottom: 20px solid #a3a3a3;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
#crumbs ul li:last-child a:hover {
  background: #939292;
  color: #fff;
}
#crumbs ul li:last-child a:hover:after {
  border-left-color: #939292;
}
#crumbs ul li:last-child a:hover:before {
  border-top-color: #939292;
  border-bottom-color: #939292;
}
.arrow_container {
  background-color: #408fde;
  margin: 0;
  margin: 10px 0;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  /* Responsive Changes */
}
.arrow_container .arrow-image {
  max-width: 60px;
  top: 30px;
  position: absolute;
  right: 25px;
}
.arrow_container .arrow {
  height: 100px;
  width: 79%;
  background-color: #35468b;
  clip-path: polygon(100% 0, 80% 50%, 100% 100%, 0 100%, 0 0);
}
.arrow_container .arrow a {
  font-size: 30px;
  color: #fff;
  padding: 40px;
  line-height: 100px;
}
.arrow_container:hover {
  background-color: #35468b;
}
.arrow_container:hover .arrow {
  background-color: #408fde;
}
@media only screen and (max-width: 1800px) {
  .arrow_container .arrow-image {
    right: 20px;
  }
}
@media only screen and (max-width: 1580px) {
  .arrow_container .arrow-image {
    right: 23px;
    max-width: 50px;
    top: 36px;
  }
}
@media only screen and (max-width: 1440px) {
  .arrow_container .arrow a {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .arrow_container .arrow-image {
    right: 25px;
    max-width: 40px;
    top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .arrow_container .arrow-image {
    right: 20px;
  }
}
@media only screen and (max-width: 1152px) {
  .arrow_container .arrow a {
    padding: 35px 15px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .arrow_container .arrow-image {
    right: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .arrow_container .arrow {
    width: 88vw;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
  }
  .arrow_container .arrow a {
    padding: 40px 15px;
    font-size: 30px;
    margin-top: 37px;
  }
  .arrow_container .arrow-image {
    max-width: 60px;
    top: 30px;
    position: absolute;
    right: 25px;
  }
}
@media only screen and (max-width: 880px) {
  .arrow_container .arrow {
    width: 85vw;
  }
}
@media only screen and (max-width: 800px) {
  .arrow_container .arrow-image {
    right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .arrow_container .arrow-image {
    right: 29px;
  }
}
@media only screen and (max-width: 770px) {
  .arrow_container .arrow {
    width: 84vw;
  }
}
@media only screen and (max-width: 720px) {
  .arrow_container .arrow {
    width: 82vw;
  }
}
@media only screen and (max-width: 660px) {
  .arrow_container .arrow {
    width: 80vw;
  }
}
@media only screen and (max-width: 656px) {
  .arrow_container {
    background-color: #35468b;
  }
  .arrow_container .arrow {
    height: 100px;
    width: 90%;
    background-color: #408fde;
    clip-path: polygosn(100% 0, 87% 50%, 100% 100%, 0 100%, 0 0);
  }
  .arrow_container .arrow a {
    font-size: 30px;
    color: #fff;
    padding: 40px;
    line-height: 100px;
  }
  .arrow_container:hover {
    background-color: #408fde;
  }
  .arrow_container:hover .arrow {
    background-color: #35468b;
  }
  .arrow_container .arrow-image {
    right: 12px;
    max-width: 50px;
    top: 25px;
  }
}
@media only screen and (max-width: 530px) {
  .arrow_container .arrow {
    width: 80%;
  }
}
@media only screen and (max-width: 793px) {
  .breadcrumbs_large {
    display: none;
  }
}
.breadcrumbs_small {
  display: none;
}
@media only screen and (max-width: 793px) {
  .breadcrumbs_small {
    display: block;
  }
}
/* 2.2.6. Social */
.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.social {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.social-sidebar-right ul {
  margin: 23px 0;
}
.social-sidebar-right ul li {
  list-style: none;
  display: inline-block;
}
.social-sidebar-right ul li a {
  color: #888;
  padding-right: 25px;
}
.social-sidebar-right ul li a:hover {
  color: #408fde;
}
/* Line List */
.white-box h3 + * {
  margin-top: 15px;
}
.sp-section-content-staff,
#teamProfile {
  padding: 0;
  list-style: none;
}
.sp-section-content-staff li,
#teamProfile li {
  display: block;
  min-height: 44px;
  padding: 14px 0;
  border-bottom: 1px solid #edebeb;
  line-height: 16px;
  line-height: 1.6rem;
  zoom: 1;
}
.sp-section-content-staff li .role,
#teamProfile li .role,
.sp-section-content-staff li .sp-section-content-staff li strong,
#teamProfile li .sp-section-content-staff li strong {
  float: left;
  display: block;
  width: 50%;
}
.sp-section-content-staff li strong,
#teamProfile li strong {
  padding-left: 8px;
}
.sp-section-content-staff li .role,
#teamProfile li .role {
  text-align: right;
  padding-right: 8px;
}
.sp-section-content-staff li .role:after,
#teamProfile li .role:after {
  content: " :";
}
.sp-section-content-staff div.text,
#teamProfile div.text {
  max-width: 1000px;
  margin: 40px auto 40px;
  padding: 0 40px;
  text-align: justify;
}
/* 2.2.7. Table */
.table-cart table td,
.info-cart table th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.table-cart table .total {
  font-weight: bold;
}
.table-cart table {
  width: 100%;
}
.table-cart table th {
  text-align: center !important;
}
.table-cart table thead th {
  border: 1px solid #ccc;
  padding: 20px 0;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.table-cart table td {
  position: relative;
}
.table-cart table td img {
  margin: 0 auto;
}
.table-cart table td .name-product-cart {
  text-align: center;
}
.table-cart table td:first-child {
  width: 25%;
}
.table-cart table td a {
  font-size: 18px;
}
.table-cart table td a span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.table-cart table td .remove .fa {
  color: #408fde;
  font-weight: 300;
}
.table-cart table .cart-action td {
  line-height: 20px;
  padding: 30px;
}
.table-cart table .cart-action td .dark {
  background: #222222;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border: none;
}
.table-cart table .cart-action td a.button {
  background: #222222;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.table-cart table .cart-action td a.button:hover {
  background: #408fde;
}
.table-cart.table-responsive {
  overflow-x: none !important;
}
