.no-margin {
  margin: 0 !important;
}

.marginbottom__3x {
  margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}


/*******************************************************
  Style Color
********************************************************/


/*******************************************************************
******                SO Framework: Sass System                ******
********************************************************************/


/* 1.BACK TOP TOP DEMO OPENCART
----------------------------------------------------- */

.back-to-top {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  width: 45px;
  bottom: 50px;
  right: 50px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: inline;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.back-to-top.hidden-top {
  bottom: -100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.back-to-top:hover {
  background-color: #0045a2;
}

.back-to-top i {
  font-size: 32px;
  display: block;
  line-height: 18px;
}

.back-to-top span {
  display: block;
  line-height: 18px;
}

@media (max-width: 991px) {
  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
}


/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
----------------------------------------------------- */

.social-widgets {
  position: fixed;
  z-index: 560;
  top: 50%;
  height: 0;
  width: 0;
  right: 0;
}

.social-widgets .item,
.social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-widgets .items {
  top: -100px;
  position: relative;
}

.social-widgets .item {
  position: absolute;
  top: 0;
  left: 120px;
}

.social-widgets .active {
  z-index: 100;
  left: -310px;
}

.social-widgets .item-01,
.social-widgets .item-02,
.social-widgets .item-03,
.social-widgets .item-04,
.social-widgets .item-05,
.social-widgets .item-06,
.social-widgets .item-07,
.social-widgets .item-08,
.social-widgets .item-09 {
  left: 0;
}

.social-widgets .item-01 {
  top: 0;
  z-index: 99;
}

.social-widgets .item-02 {
  top: 45px;
  z-index: 98;
}

.social-widgets .item-03 {
  top: 90px;
  z-index: 97;
}

.social-widgets .item-04 {
  top: 150px;
  z-index: 96;
}

.social-widgets .item-05 {
  top: 200px;
  z-index: 95;
}

.social-widgets .tab-icon .fa {
  font-size: 18px;
}

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em;
  line-height: 45px;
}

.social-widgets .tab-icon:hover {
  text-decoration: none;
}

.social-widgets .active .tab-icon {
  border-color: #E9E9E9;
  background: #fff;
}

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white;
}

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white;
}

.social-widgets .youtube .tab-icon {
  background: #DA2723;
  background-clip: content-box;
  color: white;
}

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px;
}

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold;
}

.social-widgets .title h5 {
  line-height: 45px;
  margin: 0;
}

.social-widgets .facebook.active {
  left: -260px;
}

.social-widgets .facebook .tab-content {
  width: 260px;
}

.social-widgets .twitter.active {
  left: -300px;
}

.social-widgets .twitter .tab-content {
  width: 300px;
}

.social-widgets .twitter-widget {
  padding-top: 10px;
}

.social-widgets .youtube.active {
  left: -450px;
}

.social-widgets .youtube .tab-content {
  width: 450px;
}

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 1000;
}

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px;
}


/* 3.TOP PANEL (RIGHT FIXED PANEL)
----------------------------------------------------- */


/* 4.LARY LOADER
--------------------------------------- */

.mfp-iframe-scaler iframe {
  background: white url(../img/theme/lazy-loader.gif) no-repeat center center;
}

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/theme/lazy-loader.gif) no-repeat center center;
}

.loadeding {
  background: white url(../img/theme/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none;
}

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto;
  }
  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }
  .lazy.lazy-loaded img {
    opacity: 1;
  }
}


/* Overlay pattern 
--------------------------------------- */

body.no-bgbody {
  background-image: none;
}

.pattern-1 {
  background-image: url("../img/theme/patterns/1.png");
}

.pattern-2 {
  background-image: url("../img/theme/patterns/2.png");
}

.pattern-3 {
  background-image: url("../img/theme/patterns/3.png");
}

.pattern-4 {
  background-image: url("../img/theme/patterns/4.png");
}

.pattern-5 {
  background-image: url("../img/theme/patterns/5.png");
}

.pattern-6 {
  background-image: url("../img/theme/patterns/6.png");
}

.pattern-7 {
  background-image: url("../img/theme/patterns/7.png");
}

.pattern-8 {
  background-image: url("../img/theme/patterns/8.png");
}

.pattern-9 {
  background-image: url("../img/theme/patterns/9.png");
}

.pattern-10 {
  background-image: url("../img/theme/patterns/10.png");
}

.pattern-11 {
  background-image: url("../img/theme/patterns/11.png");
}

.pattern-12 {
  background-image: url("../img/theme/patterns/12.png");
}

.pattern-13 {
  background-image: url("../img/theme/patterns/13.png");
}

.pattern-14 {
  background-image: url("../img/theme/patterns/14.png");
}

.pattern-15 {
  background-image: url("../img/theme/patterns/15.png");
}

.pattern-16 {
  background-image: url("../img/theme/patterns/16.png");
}

.pattern-17 {
  background-image: url("../img/theme/patterns/17.png");
}

.pattern-18 {
  background-image: url("../img/theme/patterns/18.png");
}

.pattern-19 {
  background-image: url("../img/theme/patterns/19.png");
}

.pattern-20 {
  background-image: url("../img/theme/patterns/20.png");
}

.pattern-21 {
  background-image: url("../img/theme/patterns/21.png");
}

.pattern-22 {
  background-image: url("../img/theme/patterns/22.png");
}

.pattern-23 {
  background-image: url("../img/theme/patterns/23.png");
}

.pattern-24 {
  background-image: url("../img/theme/patterns/24.png");
}

.pattern-25 {
  background-image: url("../img/theme/patterns/25.png");
}

.pattern-26 {
  background-image: url("../img/theme/patterns/26.png");
}

.pattern-27 {
  background-image: url("../img/theme/patterns/27.png");
}

.pattern-28 {
  background-image: url("../img/theme/patterns/28.png");
}

.pattern-29 {
  background-image: url("../img/theme/patterns/29.png");
}

.pattern-30 {
  background-image: url("../img/theme/patterns/30.png");
}

.pattern-31 {
  background-image: url("../img/theme/patterns/31.png");
}

.pattern-32 {
  background-image: url("../img/theme/patterns/32.png");
}

.pattern-33 {
  background-image: url("../img/theme/patterns/33.png");
}

.pattern-34 {
  background-image: url("../img/theme/patterns/34.png");
}

.pattern-35 {
  background-image: url("../img/theme/patterns/35.png");
}

.pattern-36 {
  background-image: url("../img/theme/patterns/36.png");
}

.pattern-37 {
  background-image: url("../img/theme/patterns/37.png");
}

.pattern-38 {
  background-image: url("../img/theme/patterns/38.png");
}

.pattern-39 {
  background-image: url("../img/theme/patterns/39.png");
}

.pattern-40 {
  background-image: url("../img/theme/patterns/40.png");
}

.pattern-41 {
  background-image: url("../img/theme/patterns/41.png");
}

.pattern-42 {
  background-image: url("../img/theme/patterns/42.png");
}

.pattern-43 {
  background-image: url("../img/theme/patterns/43.png");
}

.pattern-44 {
  background-image: url("../img/theme/patterns/44.png");
}

.pattern-45 {
  background-image: url("../img/theme/patterns/45.png");
}


/* Preloading Screen
--------------------------------------- */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


/* @group Banners hover effect */

.banners-effect-1 .banners>div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.banners-effect-1 .banners>div img:hover {
  opacity: 0.8;
}

.banners-effect-2 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-2 .banners>div a:hover:before,
.banners-effect-2 .banners>div a:hover:after {
  left: 0;
  opacity: 1;
}

.banners-effect-2 .banners>div a:before,
.banners-effect-2 .banners>div a:after {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  z-index: 1;
}

.banners-effect-3 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-3 .banners>div a:hover:before,
.banners-effect-3 .banners>div a:hover:after {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}

.banners-effect-3 .banners>div a:before,
.banners-effect-3 .banners>div a:after {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -moz-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  z-index: 1;
}

.banners-effect-4 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-4 .banners>div a:hover:before,
.banners-effect-4 .banners>div a:hover:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

.banners-effect-4 .banners>div a:before,
.banners-effect-4 .banners>div a:after {
  border-bottom: 50px solid rgba(0, 0, 0, 0.2);
  border-top: 50px solid rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform-origin: 50% 50% 0;
  width: 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.35s ease 0s;
  visibility: visible;
  z-index: 1;
}

.banners-effect-5 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-5 .banners>div a:hover:before,
.banners-effect-5 .banners>div a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

.banners-effect-5 .banners>div a:before,
.banners-effect-5 .banners>div a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}

.banners-effect-6 .banners>div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000;
}

.banners-effect-6 .banners>div a img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.banners-effect-6 .banners>div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.banners-effect-7 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-7 .banners>div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s;
}

.banners-effect-7 .banners>div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.banners-effect-8 .banners>div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top;
}

.banners-effect-8 .banners>div a:before,
.banners-effect-8 .banners>div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.banners-effect-8 .banners>div a:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.banners-effect-8 .banners>div a:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.banners-effect-8 .banners>div img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners>div a:hover:before,
.banners-effect-8 .banners>div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banners-effect-8 .banners>div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banners-effect-9 .banners>div a {
  display: block;
  position: relative;
  z-index: 10;
}

.banners-effect-9 .banners>div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.banners-effect-9 .banners>div a:hover:before {
  opacity: 1;
}

.banners-effect-9 .banners>div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.banners-effect-9 .banners>div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

.banners-effect-10 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-10 .banners>div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.banners-effect-10 .banners>div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banners-effect-11 .banners>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-11 .banners>div a:hover:before,
.banners-effect-11 .banners>div a:hover:after {
  width: 100%;
  height: 100%;
}

.banners-effect-11 .banners>div a:before,
.banners-effect-11 .banners>div a:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banners-effect-11 .banners>div a:after {
  left: auto;
  right: 0;
  bottom: 0;
}

.banners-effect-12 .banners>div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.banners-effect-12 .banners>div img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


/* @end */

.icons-social a {
  display: inline-block;
  margin-right: 5px;
  color: #f82e56;
}

.icons-social .fa {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-facebook {
  background: #4c70ba;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-twitter {
  background: #00aced;
  border-color: #00aced;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-twitter {
  background: #21c2ff;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-google-plus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-google-plus {
  background: #e47365;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-linkedin {
  background: #007bb5;
  border-color: #007bb5;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-linkedin {
  background: #009ee8;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-instagram {
  background: #125688;
  border-color: #125688;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-instagram {
  background: #1872b5;
}

.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #0083c1;
  color: #0083c1;
  vertical-align: top;
  text-align: center;
}

.icons-social .icon-color.fa-youtube {
  background: #b00;
  border-color: #b00;
  color: #fff;
}

.icons-social a:hover .icon-circled {
  background: #0083c1;
  color: #fff;
}

.icons-social a:hover .icon-color.fa-youtube {
  background: #ee0000;
}

.divider {
  clear: both;
  height: 40px;
}

.alert {
  border-radius: 0;
}

.alert .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 1px solid #ddd;
  border-top: 0px;
}

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

.simple-ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.simple-ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f105";
}

.simple-ul li ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

.simple-ul li ul li:before {
  content: "\f111";
  font-size: 7px;
}

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside;
}

.decimal-list li {
  padding-left: 0;
  margin-bottom: 5px;
  text-indent: 0;
}

blockquote {
  font-size: 12px;
}

.well {
  border-radius: 0;
}

.feature-box {
  border-radius: 0;
  margin-bottom: 20px;
}

.feature-box .feature-icon {
  color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  float: left;
}

.feature-box .feature-content {
  padding-left: 50px;
}

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1;
}

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bold-list>li>a {
  font-weight: 700;
  text-transform: uppercase;
}

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.simple-list li {
  margin: 0;
  padding: 0 0 8px;
}

.simple-list .checkbox {
  padding-left: 0;
}

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px;
}

.simple-list .icon {
  margin-right: 9px;
}

.arrow-list li {
  padding-left: 12px;
  position: relative;
}

.arrow-list li a {
  color: #444;
}

.arrow-list li a:hover {
  color: #0083c1;
}

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
}

.page-login .well {
  background: #fff;
  min-height: 250px;
  border: 1px solid #c40316;
  margin: 0;
  line-height: 23px;
  border-radius: 0;
}

.page-login .well h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #0045a2;
  position: relative;
}

.page-login .bottom-form {
  background: #fff;
  border: 1px solid #0045a2;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px;
}

.page-login .bottom-form .btn {
  padding: 7px 12px;
  background: #0045a2;
  color: #fff;
  border-radius: 0;
  border-color: #ce0b11;
}

.page-login .bottom-form .btn:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #fff;
}

.page-login .bottom-form a {
  color: #444;
}

.page-login .bottom-form a:hover {
  color: #0083c1;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}


/*******************************************************************
******                SO Framework: Sass Menu                 ******
********************************************************************/

div.horizontal ul.megamenu>li {
  float: left;
}

div.horizontal ul.megamenu .sub-menu .title-submenu,
div.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333333;
}

div.horizontal ul.megamenu .sub-menu .image-link:hover {
  color: #0045a2;
}

div.horizontal .image-link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  padding: 3px;
  margin: 0 0 10px;
}

div.horizontal .image-link .btn {
  position: absolute;
  top: -100px;
  left: calc(50% - 50px);
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #0083c1;
  border-color: #0083c1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 2px;
}

div.horizontal .image-link .btn:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #fff;
}

div.horizontal .image-link .btn:hover {
  background: #555555;
  border-color: #555555;
}

div.horizontal .image-link:hover .thumbnail {
  border: 1px solid #bcbcbc;
  background: #ddd;
}

div.horizontal .image-link:hover .thumbnail img {
  opacity: 0.8;
}

div.horizontal .image-link .figcaption {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

div.horizontal ul.megamenu .label-hot {
  position: absolute;
  z-index: 999;
  top: -10px;
  right: 0px;
}

div.horizontal ul.megamenu .sub-menu a {
  color: #444;
  line-height: 24px;
  display: block;
  padding: 3px 0;
  font-size: 13px;
}

div.horizontal ul.megamenu .sub-menu a:hover {
  color: #0045a2;
}

@media (min-width: 1200px) {
  div.horizontal ul.megamenu .megamenu--container {
    min-width: 1170px;
  }
}

header .so-megamenu .navbar-header {
  color: white;
}

@media (min-width: 992px) {
  div.so-vertical-menu {
    position: relative;
  }
  div.so-vertical-menu .vertical-wrapper {
    border-top: 3px solid #0045a2;
  }
  div.so-vertical-menu ul.megamenu>li {
    border: none;
  }
  div.so-vertical-menu ul.megamenu>li a {
    color: #444;
    line-height: 24px;
    font-size: 14px;
  }
  div.so-vertical-menu ul.megamenu>li a:hover {
    color: #0045a2;
  }
  div.so-vertical-menu ul.megamenu>li>a:hover,
  div.so-vertical-menu ul.megamenu>li.loadmore:hover {
    background: #0083c1;
    color: white;
  }
  div.so-vertical-menu ul.megamenu>li>a:hover .caret,
  div.so-vertical-menu ul.megamenu>li.loadmore:hover .caret {
    background-position: center 0;
  }
  div.so-vertical-menu ul.megamenu>li .caret {
    background: url("../img/theme/icons/ico-menu-parent.html") no-repeat;
    width: 15px;
    height: 15px;
    background-position: center -25px;
    border: none;
    margin: 5px 0;
    position: absolute;
    right: 10px;
  }
  div.so-vertical-menu ul.megamenu>li.loadmore {
    border-top: 1px solid #ddd;
  }
  div.so-vertical-menu ul.megamenu>li.active>a {
    background: #0083c1;
    color: white;
  }
}

.list-product {
  padding: 0;
  height: 100%;
}

.list-product .image {
  margin-right: 15px;
}

.list-product .caption h4 {
  margin: 0;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  /* [8] */
  font-size: 1.4rem;
  /* [8] */
}

.megamenuToogle-wrapper .container>div {
  float: left;
  margin: 0px 10px 0px 0px;
}


/*  +----------------------------------------------------+
    TABLE OF CONTENTS
  +----------------------------------------------------+

  [1]   Header Wrapper
  [2]   Content Wrapper
  [3]   Footer Wrapper
  
*/

#wrapper {
  overflow-x: hidden;
}


/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */

@media (max-width: 1024px) {
  .no-res {
    width: 1190px;
  }
}

.wrapper-boxed,
.wrapper-iframed,
.wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrapper-boxed header.navbar-compact,
.wrapper-iframed header.navbar-compact,
.wrapper-rounded header.navbar-compact {
  width: auto;
}

.wrapper-iframed {
  margin: 20px auto;
}

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1360px) {
  .container-full {
    clear: both;
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media (min-width: 1600px) {
  .container-full {
    clear: both;
    margin-left: -40%;
    margin-right: -40%;
  }
}


/**************************************************************
    Header Wrapper
**************************************************************/


/**************************************************************
    Content Wrapper
**************************************************************/

#content {
  margin-bottom: 23px;
}

#content:before,
#content:after {
  content: " ";
  display: table;
}

#content:after {
  clear: both;
}


/*  +----------------------------------------------------+
    TABLE OF CONTENTS
  +----------------------------------------------------+

  [1]   BLOCK MODULE STYLE
  [2]   BLOCK LIST ITEM
  [3]   BLOCK MENU CATEGORY
  [4]   BLOCK FILTER SHOP BY
  [5]   BLOCK TAGS
  [6]   BLOCK LANGUAGE
  [7]   BLOCK CURRENCY
  [8]   BLOCK BREADCRUMB
  [9]   BLOCK LATEST PRODUCT
  [10]    BLOCK PRODUCT LAYOUT
  */

h3.modtitle {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 22px;
  /* [8] */
  font-size: 2.2rem;
  /* [8] */
  line-height: 30px;
  margin: 0 0 5px;
  position: relative;
  font-weight: 400;
  color: #0045a2;
}
h3.modtitle3 {
  font-size: 44px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px;
}

h3.modtitle4 {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
h3.modtitle7 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}
.box-full {
  max-width: 1720px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1199px) {
  h3.modtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  h3.modtitle4 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
img {
  max-width: 100%;
}
.list-item {
  list-style: none;
  padding: 0;
}
.list-item li {
  margin-bottom: 3px;
}
.list-item li:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  display: inline-block;
  content: "\f105";
}
.list-item li a {
  color: #444;
}
.list-item li a:hover {
  color: #0045a2;
}
.menu-category .modcontent {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 0 20px;
}

.menu-category .list-group>li {
  border-bottom: 1px dotted #E4E4E4;
  margin: 0;
  position: relative;
}

.menu-category .list-group>li span.button-view {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.menu-category .list-group>li a {
  color: #333333;
  padding: 10px 0;
  display: block;
}

.menu-category .list-group>li a:hover {
  color: #0045a2;
}

.menu-category .list-group>li a:hover+.button-view {
  color: white;
}

.menu-category .list-group>li .active,
.menu-category .list-group>li .active+.button-view {
  color: white;
}

.menu-category .list-group>li .active+.button-view:before {
  content: '\f147';
}

.menu-category .list-group>li li {
  padding: 0 10px;
  position: relative;
  list-style: none;
}

.menu-category .list-group>li li a {
  padding: 5px 0;
}

.menu-category .list-group>li li a:before {
  content: '';
  padding: 0 5px;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: -10px;
  transition: all 400ms ease;
  opacity: 0;
}

.menu-category .list-group>li li a:hover:before {
  opacity: 1;
  margin: 0;
}

.filter-shopby,
.filter-row {
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.filter-shopby .table_layout,
.filter-row .table_layout {
  display: block;
}

.filter-shopby .table_cell,
.filter-row .table_cell {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: #f1f1f1 1px solid;
  display: block;
}

.filter-shopby legend,
.filter-row legend {
  border: none;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}

.filter-shopby .checkboxes_list>li:not(:last-child),
.filter-row .checkboxes_list>li:not(:last-child),
.filter-shopby .simple_vertical_list li:not(:last-child),
.filter-row .simple_vertical_list li:not(:last-child) {
  margin-bottom: 5px;
}

.filter-shopby .color_btn,
.filter-row .color_btn {
  position: relative;
  padding-left: 32px;
}

.filter-shopby .color_btn::before,
.filter-row .color_btn::before {
  content: "" !important;
  padding: 1px;
  background-clip: content-box !important;
  border: 1px solid #eaeaea;
  border-radius: 50% !important;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.filter-shopby .color_btn.green::before,
.filter-row .color_btn.green::before {
  background: #269300;
}

.filter-shopby .color_btn.yellow::before,
.filter-row .color_btn.yellow::before {
  background: #fccd36;
}

.filter-shopby .color_btn.red::before,
.filter-row .color_btn.red::before {
  background: #ff0000;
}

.filter-shopby .color_btn.blue::before,
.filter-row .color_btn.blue::before {
  background: #018bc8;
}

.filter-shopby .color_btn.grey::before,
.filter-row .color_btn.grey::before {
  background: #b2b2b2;
}

.filter-shopby .color_btn.orange::before,
.filter-row .color_btn.orange::before {
  background: #ff7b1a;
}

.filter-shopby input[type="checkbox"]:checked+.color_btn::before,
.filter-row input[type="checkbox"]:checked+.color_btn::before {
  border-color: #333;
}

.filter-row {
  padding: 0;
}

.filter-row .table_layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.filter-row .table_row {
  display: table;
  width: 100%;
}

.filter-row .table_cell {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  padding: 19px;
}

.filter-row .bottom_box {
  padding: 15px 19px;
}

.ui-slider {
  height: 7px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 220px;
}

.ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px;
}

.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before {
  border-radius: 50%;
}

.range {
  margin-bottom: 15px;
}

.range>* {
  display: inline;
}

.checkboxes_list {
  color: #333;
}

.simple_vertical_list input[type="radio"],
.simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="radio"],
.checkboxes_list input[type="checkbox"] {
  display: none;
}

.simple_vertical_list input[type="radio"]+label,
.simple_vertical_list input[type="checkbox"]+label,
.checkboxes_list input[type="radio"]+label,
.checkboxes_list input[type="checkbox"]+label {
  position: relative;
  width: auto !important;
  margin: 0 17px 0 0 !important;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.simple_vertical_list input[type="radio"]+label::before,
.simple_vertical_list input[type="checkbox"]+label::before,
.checkboxes_list input[type="radio"]+label::before,
.checkboxes_list input[type="checkbox"]+label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.simple_vertical_list input[type="checkbox"]+label::before,
.checkboxes_list input[type="checkbox"]+label::before {
  font-size: 12px;
}

.simple_vertical_list input[type="radio"]+label::before,
.checkboxes_list input[type="radio"]+label::before {
  border-radius: 50%;
}

.simple_vertical_list input[type="radio"]+label:empty,
.checkboxes_list input[type="radio"]+label:empty {
  width: 22px !important;
  padding-left: 0px;
  margin: 0px !important;
}

.simple_vertical_list input[type="checkbox"]:checked+label::before,
.checkboxes_list input[type="checkbox"]:checked+label::before {
  content: '\f00c';
}

.simple_vertical_list input[type="radio"]:checked+label::before,
.checkboxes_list input[type="radio"]:checked+label::before {
  content: "\f10c";
}

.tags_cloud li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.button_grey {
  padding: 6px 15px;
  display: inline-block;
  color: #555555;
  background: #f1f1f1;
  text-transform: capitalize;
  border-radius: 3px;
  border: none;
}

.button_grey:hover {
  color: white;
  background: #0045a2;
}

.button_submit {
  background: #0083c1;
  color: white;
  margin-right: 5px;
}

.header-top ul.dropdown-menu {
  min-width: 105px;
  margin: 0;
  border-radius: 0;
}

.header-top ul.dropdown-menu li>a {
  color: #666;
}

.languages-block,
.currencies-block {
  z-index: 10;
  position: relative;
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

.languages-block form>a,
.currencies-block form>a {
  color: #666;
  display: block;
}

.languages-block form .dropdown-menu,
.currencies-block form .dropdown-menu {
  margin: 0;
}

.languages-block form span.fa-angle-down,
.currencies-block form span.fa-angle-down {
  margin-left: 3px;
}

@media (max-width: 768px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px;
  }
  .collapsed-block .tabBlockTitle .expander {
    margin: 0 10px;
    color: #333333;
    font-size: 14px;
  }
  .user-edit-ipad
  {
    width: 350px;
    margin: 100px auto;

  }
    
  .datatable-page
  {
    width: 90%;
    margin: auto;
    padding: 10px;
    border: 1px solid #cecccc;
    overflow-x:auto;
  }

}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb .home i {
  padding: 0 10px;
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.breadcrumb li a {
  color: #777777;
}

.breadcrumb li a:hover {
  color: #0083c1;
}


/*==========================BLOCK CART ======================*/

.shopping_cart {
  padding: 0;
}

.shopping_cart .btn-group {
  display: block;
  z-index: 5;
}

.shopping_cart a.top_cart {
  display: block;
  position: relative;
  box-shadow: none !important;
  text-decoration: none !important;
}

.shopping_cart a.top_cart .shopcart .title {
  color: #444;
  font-weight: bold;
}

.shopping_cart a.top_cart .shopcart .text-shopping-cart {
  color: #999;
  margin-bottom: 0;
  white-space: nowrap;
}

.shopping_cart .shoppingcart-box {
  z-index: 9999;
  padding: 15px;
  border-radius: 0;
  border-top: 3px solid #0083c1;
  min-width: 300px;
}

.shopping_cart .shoppingcart-box .added_items {
  margin-bottom: 10px;
}

.shopping_cart .shoppingcart-box .table-striped>tbody>tr:nth-of-type(odd) {
  background: #fff;
}

.shopping_cart .shoppingcart-box .table-striped a {
  color: #666;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none;
}

.shopping_cart .shoppingcart-box .table-striped a:hover {
  color: #0083c1;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete {
  width: 20px;
  height: 20px;
  background: #d6d6d6;
  border-radius: 3px;
  text-align: center;
  line-height: 19px;
  color: #000;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
  background: #0083c1;
  color: #fff;
  text-decoration: none;
}

.shopping_cart .shoppingcart-box a.btn {
  color: #fff;
  background: #444;
  border-color: #444;
}

.shopping_cart .shoppingcart-box a.btn i {
  margin-right: 5px;
}

.shopping_cart .shoppingcart-box a.btn:hover {
  border: 1px solid #0083c1;
  background: #0083c1;
}

.shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0;
}

.shopping_cart .table>tbody>tr {
  margin: 10px 0;
}

.shopping_cart .table>tbody>tr:first-child>td {
  border-top: 0;
}

.shopping_cart .table>tbody>tr>td,
.shopping_cart .table>tbody>tr>th,
.shopping_cart .table>tfoot>tr>td,
.shopping_cart .table>tfoot>tr>th,
.shopping_cart .table>thead>tr>td,
.shopping_cart .table>thead>tr>th {
  vertical-align: middle;
}

.shopping_cart .table-bordered>tbody>tr>td,
.shopping_cart .table-bordered>tbody>tr>th,
.shopping_cart .table-bordered>tfoot>tr>td,
.shopping_cart .table-bordered>tfoot>tr>th,
.shopping_cart .table-bordered>thead>tr>td,
.shopping_cart .table-bordered>thead>tr>th {
  border: 0;
}

.latest-product .product-latest-item {
  margin-bottom: 20px;
}

.latest-product .product-latest-item:last-child {
  margin: 0;
}

.latest-product .media .media-left {
  float: left;
  border: 1px solid #0045a2;
  padding: 0;
  margin-right: 10px;
}

.latest-product .media .media-body h4 {
  margin-top:0px;
}

.latest-product .media .media-body p {
  color: black;
}

.latest-product .media .media-body h4 a {
  font-size: 14px;
  color: #0045a2;
  font-weight: 400;
}

.latest-product .media .media-body h4 a:hover {
  color: #0083c1;
}

.latest-product .media .media-body .price {
  margin-top: 7px;
}

.latest-product .media:hover .media-left {
  border-color: #0083c1;
}

.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-newsleter-popup .so-custom-popup {
    width: 85% !important;
  }

  .main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.main-newsleter-popup .modcontent {
  position: relative;
  z-index: 9;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 60px 30px;
    padding-left: 55%;
    margin: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 60px 30px;
    padding-left: 55%;
    margin: 0 20px;
  }
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  text-transform: uppercase;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
  font-size: 18px;
  color: #0083c1;
  font-weight: bold;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
  margin: 30px 0;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 41px;
  max-width: 280px;
  display: inline-block;
  width: 100%;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
  font-weight: normal;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
  background: #0083c1;
  border-color: #0083c1;
  margin-bottom: 20px;
  min-width: 160px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 3px;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #fff;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
  background: #555555;
  border-color: #555555;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
  padding: 10px 0;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div {
  position: absolute;
  top: 44.5%;
  outline: 0;
  width: 30px;
  height: 50px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev {
  left: 0px;
  background: url("../img/theme/icons/arrow-slider-left.html") no-repeat;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-prev:hover {
  background-position: 0 -59px;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next {
  right: 0px;
  background: url("../img/theme/icons/arrow-slider-right.html") no-repeat;
}

.yt-content-slider--arrow1 .owl2-controls .owl2-nav div.owl2-next:hover {
  background-position: 0 -59px;
}

.yt-content-slider--arrow2 {
  padding: 0px 70px 15px 70px;
  direction: ltr;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev,
.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.html");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover,
.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #0083c1;
  background-position: 0px 0;
  border-color: #0083c1;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-prev {
  left: 0px;
}

.yt-content-slider--arrow2 .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.slider-brand--home6 {
  padding: 0;
  direction: ltr;
}

.slider-brand--home6 .owl2-controls {
  opacity: 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev,
.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.html");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover,
.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #0083c1;
  background-position: 0px 0;
  border-color: #0083c1;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  left: 0px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-prev {
  left: -30px;
}

.slider-brand--home6 .owl2-controls .owl2-nav .owl2-next {
  right: -30px;
}

.slider-brand--home6:hover .owl2-controls {
  opacity: 1;
}

.slider-brand--home6 a {
  border: 1px solid #ddd;
  display: block;
}

.slider-brand--home6 a:hover {
  border-color: #0083c1;
}

.block-clientsay .yt-content-slide {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-right: 1px;
}

.block-clientsay .yt-content-slide .client-info {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 20px;
}

.block-clientsay .yt-content-slide .client-info strong {
  font-size: 116.6%;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}

.block-clientsay .yt-content-slide .client-info img {
  float: right;
  margin-right: 10px;
  width: auto;
}

.block-clientsay .owl2-controls {
  position: absolute;
  top: -30px;
  width: 100%;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev,
.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background-image: url("../img/theme/icons/ico-slider.html");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  text-indent: -999em;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: calc(50% - 13px);
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover,
.block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #0083c1;
  background-position: 0px 0;
  border-color: #0083c1;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev {
  background-position: -31px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev:hover {
  background-position: 0px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  background-position: -60px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next:hover {
  background-position: -90px 0;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-prev {
  right: 25px;
  left: auto;
}

.block-clientsay .owl2-controls .owl2-nav .owl2-next {
  right: 0px;
}

.product-layout {
  padding-bottom: 1px;
}

.product-layout:hover .hover ul li {
  opacity: 1 !important;
}

.product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}

.product-layout:hover .right-block button {
  background: #0083c1;
  border-color: #0083c1;
}

.product-layout:hover .right-block button span {
  color: #fff !important;
}

.product-layout:hover .right-block .caption h4 a {
  color: #0083c1;
}

.product-layout .product-item-container {
  border: none;
}

.product-layout .product-item-container .left-block {
  position: relative;
  border: 1px solid #0045a2;
  border-radius: 5px;
  padding: 5px;
}

.product-layout .product-item-container .left-block .product-image-container .product-img {
  display: block;
  overflow: hidden;
}

.product-layout .product-item-container .left-block .product-image-container .product-img img {
  width: 230px;
  margin: auto;
}

.product-layout .product-item-container .left-block .product-image-container .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.product-layout .product-item-container .left-block .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0045a2;
  text-transform: uppercase;
}

.product-layout .product-item-container .left-block .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #ff5555;
  top: 10px;
  right: 10px;
}

.product-layout .product-item-container .left-block .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.product-layout .product-item-container .left-block .hover ul {
  padding: 0;
}

.product-layout .product-item-container .left-block .hover ul li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #0045a2;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}

.product-layout .product-item-container .left-block .hover ul li a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
  color: white;
}


.product-layout .product-item-container .left-block .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.product-layout .product-item-container .left-block .hover-1 ul {
  padding: 0;
}

.product-layout .product-item-container .left-block .hover-1 ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  height: 0;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}

.product-layout .product-item-container .left-block .hover-1 ul li a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}

.product-layout .product-item-container .left-block .hover-1 ul li:hover a {
  color: #0083c1;
}

.product-layout .product-item-container .right-block {
  padding-top: 5px;
}

.product-layout .product-item-container .right-block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-layout .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #0045a2;
}

.product-layout .product-item-container .right-block h4 a:hover {
  color: #ce0b11;
}

.product-layout .product-item-container .right-block .ratings {
  line-height: 30px;
}

.product-layout .product-item-container .right-block .ratings span i {
  color: #222222;
}

.product-layout .product-item-container .right-block .ratings .gray i {
  color: #cccccc;
}

.product-layout .product-item-container .right-block .price {
  margin: 10px 0 15px;
}

.product-layout .product-item-container .right-block .price span {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}

.product-layout .product-item-container .right-block .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.product-layout .product-item-container .right-block .button-group button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  background: #0045a2;
  height: 40px;
}

.product-layout .product-item-container .right-block .button-group button:hover span {
  color: #fff;
}

.product-layout .product-item-container .right-block .button-group button span {
  color: white;
  font-size: 12px;
}

.product-layout .product-item-container .right-block .button-group button:active:focus,
.product-layout .product-item-container .right-block .button-group button:active,
.product-layout .product-item-container .right-block .button-group button:focus {
  background: #0083c1;
  outline: none;
}

.product-layout .product-item-container .right-block .button-group button:active:focus span,
.product-layout .product-item-container .right-block .button-group button:active span,
.product-layout .product-item-container .right-block .button-group button:focus span {
  color: #fff;
}

@media (max-width: 1199px) {
  .product-layout .product-item-container .left-block .hover .icon-search {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .btn-block input.form-control {
    margin: 10px;
  }
  .wishlist-remove {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .banners {
    display: none;
  }
}


/*==========================

BLOG PAGE
BLOG DETAIL
===========================*/


/*============ BLOG PAGE ================*/

.main-container .header-main {
  padding: 10px;
  margin: 0px 0;
  background-image: linear-gradient(#380036, #0045a2);
  color: white !important;
}

.main-container .header-main .home i {
  padding: 0 10px;
}

.main-container .header-main li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.main-container .header-main li a {
  color: #777777;
}

.main-container .header-main li a:hover {
  color: #0083c1;
}

.main-container #column-left h3 {
  color: #222222;
}

.main-container #column-left .block-search {
  height: 50px;
  background: ;
  padding: 0 10px 0 0;
  margin: 30px 0 10px 0;
  width: 270px;
  border-radius: 3px;
}

.main-container #column-left .block-search .search {
  padding: 22px 22px;
}

.main-container #column-left .block-search .search .modsearch {
  position: relative;
}

.main-container #column-left .block-search .search .modsearch input {
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 44px;
  box-shadow: none;
}

.main-container #column-left .block-search .search .modsearch button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #777777;
  border: none;
  height: 100%;
}

.main-container #column-left .blog-category h3 {
  border: none;
  font-weight: 400;
}

.main-container #column-left .blog-category h3:after {
  content: none;
}

.main-container #column-left .blog-category .modcontent .list-group {
  padding-left: 0;
}

.main-container #column-left .blog-category .modcontent .list-group .list-group-item {
  background: white;
  border: 1px solid #0045a2;
  border-bottom: none;
}
.new-home-page {
  color: #0045a2;
}
.main-container #column-left .blog-category .modcontent .list-group .list-group-item:hover {
  background: #fff;
}

.main-container #column-left .blog-category .modcontent .list-group .list-group-item:hover a {
  color: #0045a2;
}

.main-container #column-left .blog-category .modcontent .list-group .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.main-container #column-left .blog-category .modcontent .list-group .list-group-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #cccccc;
}

.main-container #column-left .product h3 {
  font-weight: 300;
}

.main-container #column-left .product .owl-carousel .article-image {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.main-container #column-left .product .owl-carousel .article-image .day {
  position: absolute;
  background: #fff;
  top: 17px;
  left: 17px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

.main-container #column-left .product .owl-carousel .article-image .day p {
  color: #0083c1;
}

.main-container #column-left .product .owl-carousel .article-image .day p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

.main-container #column-left .product .owl-carousel .article-image:hover {
  background: #7f7f7f;
  opacity: 0.6;
}

.main-container #column-left .product .owl-carousel .article-image:hover img {
  transform: none;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 {
  color: #888888;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .article-title h4 a {
  color: #444444;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .article-description1 {
  color: #888;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 {
  padding-top: 20px;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .comment_count1 {
  float: left;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .comment_count1 a {
  color: #444444;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .comment_count1 a i {
  padding-right: 3px;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .comment_count1 a:hover {
  color: #0083c1;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .author {
  float: right;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .author a {
  color: #0083c1;
  font-size: 12px;
}

.main-container #column-left .product .owl-carousel .itemBlogContent1 .blog-meta1 .author a:hover {
  color: red;
}

.main-container #content {
  float: left;
}

.main-container #content .blog-header h3 {
  font-size: 30px;
  color: #444444;
}

.main-container #content .blog-header p {
  padding-bottom: 20px;
}

.main-container #content .blog-listitem {
  margin: 0;
}

.main-container #content .blog-listitem .blog-item {
  display: block;
  overflow: hidden;
  padding: 14px 0;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #0045a2;
  position: relative;
  width: 46%;
  float: left;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image .day {
  position: absolute;
  background: #fff;
  top: 17px;
  left: 17px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image .day p {
  color: #0083c1;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image .day p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image .popup-gallery {
  width: 100%;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image a {
  display: block;
  overflow: hidden;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image a:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.main-container #content .blog-listitem .blog-item .itemBlogImg .article-image:hover a {
  background: rgba(217, 217, 217, 0.5);
}

.main-container #content .blog-listitem .blog-item .itemBlogContent {
  width: 54%;
  float: right;
  display: block;
  overflow: hidden;
  padding: 0px 0 0;
  padding-left: 15px;
}

.main-container #content .blog-listitem .last {
  padding-bottom: 19px;
}

.main-container #content .blog-listitem .itemBlogContent h4 a {
  font-weight: 500;
  font-size: 22px;
  color: #444444;
}

.main-container #content .blog-listitem .itemBlogContent h4 a:hover {
  color: #0083c1;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta {
  display: block;
  float: none;
  padding: 16px 0 22px 0;
  border-bottom: 1px solid #f0f0f0;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .comment_count {
  border: none;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .comment_count a {
  font-size: 1.2em;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .comment_count a i {
  padding-right: 3px;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .comment_count a:hover {
  color: #0083c1;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .author {
  float: right;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .author a {
  color: #0083c1;
  font-size: 12px;
}

.main-container #content .blog-listitem .itemBlogContent .blog-meta .author a:hover {
  color: red;
}

.main-container #content .blog-listitem .itemBlogContent .share {
  padding-top: 20px;
}

.main-container #content .blog-listitem .itemBlogContent .share p {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 4px;
  color: black;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon {
  float: right;
  display: inline-block;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul li a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul li a i {
  color: #fff;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .twitter {
  background: #456bbe;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .twitter:hover {
  background: #8e9dbd;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .facebook {
  background: #1d9ffa;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .facebook:hover {
  background: #b9def9;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .google {
  background: #e04d3f;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .google:hover {
  background: #e2aba6;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .skype {
  background: #4899d2;
}

.main-container #content .blog-listitem .itemBlogContent .share .share-icon ul .skype:hover {
  background: #abc4d6;
}

.main-container #content .blog-listitem .itemBlogContent .share .whatsapp ul .whatsapp {
  background: red;
}

.main-container #content .blog-listitem .blog-listitem-bottom {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 11px 0 29px 0;
  border: 1px solid #cccccc;
}

.main-container #content .blog-listitem .blog-listitem-bottom p {
  display: block;
  float: left;
  padding: 16px 0 0 0;
  padding-left: 16px;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination {
  float: right;
  margin: 0;
  padding: 9px 0 0 0;
  padding-right: 9px;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination li a {
  margin-left: 5px;
  border-radius: 4px;
  line-height: 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  text-align: center;
  color: #777777;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination .active {
  color-border: #0083c1;
}

.main-container #content .blog-listitem .blog-listitem-bottom .pagination .active span {
  line-height: 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  text-align: center;
  background: #0083c1;
  border-radius: 4px;
  border-color: #0083c1;
}


/*==================== BLOG DETAIL =======================*/

#content-detail h3 {
  font-size: 22px;
}

#content-detail .article-info h2 {
  margin-bottom: 24px;
  margin-top: 27px;
  font-size: 30px;
  font-weight: 300;
  color: #222222;
}

#content-detail .article-info hr {
  border-top: 1px dashed #dddddd;
  margin: 1px 0;
}

#content-detail .article-image {
  position: relative;
}

#content-detail .article-image .day {
  position: absolute;
  background: #fff;
  top: 20px;
  left: 20px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}

#content-detail .article-image .day p {
  color: #0083c1;
}

#content-detail .article-image .day p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}

#content-detail .article-image img {
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
}

#content-detail .article-description {
  padding-top: 14px;
  margin-bottom: 43px;
}

#content-detail .article-description p {
  margin: 0px 0 22px;
}

#content-detail .share {
  display: block;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  padding-top: 21px;
}

#content-detail .share p {
  font-size: 14px;
  float: left;
}

#content-detail .share .share-icon {
  float: right;
}

#content-detail .share .share-icon ul li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}

#content-detail .share .share-icon ul li a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}

#content-detail .share .share-icon ul li a i {
  color: #fff;
}

#content-detail .share .share-icon ul .twitter {
  background: #456bbe;
}

#content-detail .share .share-icon ul .twitter:hover {
  background: #8e9dbd;
}

#content-detail .share .share-icon ul .facebook {
  background: #1d9ffa;
}

#content-detail .share .share-icon ul .facebook:hover {
  background: #b9def9;
}

#content-detail .share .share-icon ul .google {
  background: #e04d3f;
}

#content-detail .share .share-icon ul .google:hover {
  background: #e2aba6;
}

#content-detail .share .share-icon ul .skype {
  background: #4899d2;
}

#content-detail .share .share-icon ul .skype:hover {
  background: #abc4d6;
}

#content-detail .related-comment .content-comment h3 {
  font-size: 22px;
  color: #000012;
  margin-top: 78px;
  margin-bottom: 8px;
}

#content-detail .related-comment .content-comment .list-comment {
  padding-top: 6px;
}

#content-detail .related-comment .content-comment .list-comment ul {
  padding: 0;
}

#content-detail .related-comment .content-comment .list-comment ul li {
  list-style: none;
}

#content-detail .related-comment .content-comment .list-comment ul .comment {
  display: block;
  overflow: hidden;
  padding-top: 40px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .avata {
  width: 9%;
  float: left;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .avata img {
  padding: 4px;
  border: 1px solid #dddddd;
  box-sizing: content-box;
  border-radius: 3px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right {
  float: right;
  width: 91%;
  padding-left: 22px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .title-comment h4 {
  float: left;
  margin: 0;
  font-size: 16px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .title-comment span {
  padding-left: 30px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .title-comment i {
  float: right;
  font-size: 1.5em;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .title-comment i:hover {
  color: #0083c1;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .description {
  padding-top: 16px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .list-reply .reply {
  display: block;
  overflow: hidden;
  padding-top: 12px;
}

#content-detail .related-comment .content-comment .list-comment ul .comment .list-reply .reply .avata {
  width: 7%;
}

#content-detail .leave-comment {
  display: block;
  overflow: hidden;
  padding-top: 54px;
}

#content-detail .leave-comment .form-comment {
  padding-top: 20px;
}

#content-detail .leave-comment .form-comment p {
  font-size: 14px;
  color: #555555;
}

#content-detail .leave-comment .form-comment p span {
  color: red;
}

#content-detail .leave-comment .form-comment input {
  height: 40px;
  border-radius: 3px;
}

#content-detail .leave-comment .form-comment .form-name {
  padding-top: 24px;
}

#content-detail .leave-comment .form-comment .form-name p {
  margin-bottom: 4px;
}

#content-detail .leave-comment .form-comment .form-comment input {
  padding-bottom: 175px;
  padding-top: 10px;
  height: 200px;
}

#content-detail .leave-comment .form-comment .btn-send {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 42px;
}

#content-detail .leave-comment .form-comment .btn-send p {
  float: left;
  color: red;
  line-height: 40px;
}

#content-detail .leave-comment .form-comment .btn-send button {
  float: right;
  height: 40px;
  width: 130px;
  background: #333333;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .banners {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-container #content .blog-listitem .blog-item .itemBlogImg .article-image {
    width: 100%;
  }
  .main-container #content .blog-listitem .blog-item .itemBlogContent {
    width: 100%;
    padding: 0;
  }
  #content-detail .related-comment .content-comment .list-comment ul .comment .comment-right .title-comment span {
    padding-left: 5px;
  }
}


/*****************************************************************************
******                     SO Framework: Sass Garenal                   ******
******************************************************************************/


/* 2. STYLE OWL
------------------------------*/


/* 3. STYLE ALL SITE
-------------------------------*/

body {}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

font-size: 10.2px;

}
ul.menu,
ul.blank,
.htmlcontent-home,
.menu-category .list-group,
.menu-category .list-group>li ul,
.filter-shopby .checkboxes_list,
.filter-row .checkboxes_list,
.filter-shopby .simple_vertical_list,
.filter-row .simple_vertical_list,
.tags_cloud,
ul.contact-address,
ul.product-options {
  list-style: none;
  padding: 0;
}
option {
  padding: 2px 5px;
  border-width: 1px;
}
.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px;
}
.align-center {
  display: table;
  margin: 0 auto;
}
.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
}
a,
.btn-link {
  color: #222222;
  transition: color 0.3s ease-in-out;
}
a:hover,
.btn-link:hover {
  color: #0083c1;
  text-decoration: none;
}
td a {
  color: red;
}
a,
a:visited,
a:active,
a:link,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn.active,
.btn:active {
  box-shadow: none !important;
}
.input-group-btn>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px;
}
em {
  font-style: normal;
}
.fancybox-outer,
.fancybox-inner {
  text-align: center;
}
.fancybox-outer .wishlist_product_view,
.fancybox-inner .wishlist_product_view {
  margin-bottom: 15px;
}
.list-inline {
  display: inline-block;
}
.zoomContainer {
  overflow: hidden;
}
.img-thumbnail.pull-left {
  margin-right: 30px;
}
.img-thumbnail.pull-right {
  margin-left: 30px;
}
.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px;
}
.selector span {
  display: none;
}
.selector select {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  top: 0px;
  left: 0px;
  font-size: 13px;
  color: #999;
  padding: 5px 7px;
  border: solid 1px #e6e6e6;
}
.selector select:focus {
  box-shadow: none;
  outline: none;
  border-color: #e6e6e6;
}
.selector:after {
  content: "\f0d7";
  margin: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  color: #666;
  position: absolute;
  top: 1px;
  right: 1px;
  background: #fff;
  pointer-events: none;
  line-height: 25px;
  font-size: 12px;
}
.margin-zero {
  margin: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* 4. FORM
-----------------------------------------------------------------*/
.clearfix {
  clear: both;
}
.inline {
  display: inline-block;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.dropdown-menu {
  font-size: inherit;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  background: #0083c1;
  border-color: #0083c1;
  color: white;
}
.buttonGray {
  padding: 7px 12px;
  background: #555555;
  color: #fff;
  border-radius: 0;
  border-color: #555555;
}
.buttonGray:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #fff;
}
.submit {
  margin: 1em 0;
}
select,
textarea {
  color: #666;
}
select {
  box-shadow: none !important;
  padding-left: 5px;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/theme/icons/bg-selectbox.html") no-repeat right center #fff;
}
textarea {
  height: auto;
  resize: none;
}
.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0;
}
.filter_group input {
  display: none;
}
.filter_group [type=checkbox]+span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #ffffff;
}
.filter_group [type=checkbox]:checked+span:before {
  color: #333333;
}

/* 5. TABLE
-----------------------------------------------------*/
.table thead>tr>th {
  background: #eee;
}
table.std th,
table.std td {
  vertical-align: middle;
  border: #ccc;
  padding: 10px;
  text-align: center;
}
table.std th {
  white-space: nowrap;
  background: #f5f5f5;
}
table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap;
}
table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #ccc;
  width: 100%;
}
table th {
  border: #ccc;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.delivery_option table td {
  text-align: center;
}
table tfoot td {
  text-align: right;
}
table.table-bordered thead>* {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.sidebar-menu .box-category-menu {
  z-index: 2;
}
.label-mega {
  background: #ee3b27;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  margin: 0 auto;
}
#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray;
}
#button-review:hover {
  background: #0083c1;
  border-color: #0083c1;
}
.product-search .checkbox-inline {
  display: block;
}

/*  +----------------------------------------------------+
    TABLE OF CONTENTS
  +----------------------------------------------------+

  [1]   Page Faq
  [2]   Page About us
  [3]   Page Contact
  [4]   page 404 
  
  */
#map-canvas {
  height: 600px;
}
ul.yt-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.yt-accordion li.accordion-group {
  margin-bottom: 1px;
}
ul.yt-accordion li.accordion-group h3.accordion-heading {
  margin: 0;
  cursor: pointer;
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
}
ul.yt-accordion li.accordion-group h3.accordion-heading span {
  padding: 10px;
  font-size: 16px;
  display: block;
  margin-left: 40px;
  line-height: 24px;
}
ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
  margin: 0px;
  font-family: verdana;
  font-size: 17px;
  width: 40px;
  background: #ce0b11;
  color: white;
  text-align: center;
  line-height: 40px;
  vertical-align: top;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
}
ul.yt-accordion li.accordion-group .accordion-inner {
  border: 1px solid #0045a2;
  padding: 10px 15px;
  background: #f2f2f2;
}
ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
  content: "+";
}
ul.yt-accordion li.accordion-group h3.accordion-heading.active .fa-plus-square:before {
  content: "-";
}
ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: white;
  background: #0045a2;
}
ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
  background: #ce0b11;
}
.about-us .our-team-slider,
.about-us .client-logo-content {
  position: relative;
}
.about-us .our-team-slider .owl-nav div,
.about-us .client-logo-content .owl-nav div {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  background: gray;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  top: 29%;
}
.about-us .our-team-slider .owl-nav div:hover,
.about-us .client-logo-content .owl-nav div:hover {
  background: #0083c1;
}
.about-us .our-team-slider .owl-nav .owl-prev,
.about-us .client-logo-content .owl-nav .owl-prev {
  left: -1%;
}
.about-us .our-team-slider .owl-nav .owl-prev:before,
.about-us .client-logo-content .owl-nav .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.about-us .our-team-slider .owl-nav .owl-next,
.about-us .client-logo-content .owl-nav .owl-next {
  right: -1%;
}
.about-us .our-team-slider .owl-nav .owl-next:before,
.about-us .client-logo-content .owl-nav .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.about-us .about-title {
  font-size: 171%;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic;
}
.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}
.about-us .social-member {
  list-style: none;
  padding: 0;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border-radius: 50%;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  background-color: #0083c1 !important;
}
.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}
.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}
.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}
.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}
.about-us .client-say-content {
  text-align: center;
}
.about-us .client-say-content .owl-stage-outer {
  padding-top: 15px;
}
.about-us .client-say-content .owl-dots {
  margin-top: 15px;
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
}
.about-us .client-say-content .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .client-say-content .owl-dots .owl-dot {
  display: inline-block;
}
.about-us .client-say-content .owl-dots .owl-dot.active span {
  background-color: #929292;
}
.about-us .client-say-content .owl-dots .owl-dot span:hover {
  background-color: #929292;
}
.about-us .about-us-center {
  text-align: center;
}
.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}
.about-us .client-logo-content {
  border-bottom: 1px dashed #c40316;
  border-top: 1px dashed #c40316;
  padding-bottom: 10px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -19px;
}
.about-us .owl2-controls .owl2-nav div {
  color: #fff;
  border_radius: 50%;
  position: absolute;
  top: 29%;
  overflow: visible;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 3px;
  background-color: #A6A6A8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .owl2-controls .owl2-nav div:hover {
  background-color: #0083c1;
}
.about-us .owl2-controls .owl2-nav div.owl2-next {
  right: -19px;
}
.about-us .owl2-controls .owl2-nav div.owl2-prev {
  left: -19px;
}
.about-us .owl2-controls .owl2-nav div:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #a6a6a7;
  line-height: 32px;
  top: 1px;
}
.about-us .owl2-controls .owl2-nav div:hover:before {
  background-color: #0083c1;
}
.about-us .client-logo-slider {
  padding: 0 25px;
}
.about-us .client-logo-slider img {
  width: auto;
  display: inline-block;
}
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
.about-us .about-image-slider .owl-nav div {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  background: gray;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.about-us .about-image-slider .owl-nav div:before {
  background-color: transparent;
  color: #fff;
}
.about-us .about-image-slider .owl-nav div.owl-next {
  right: 0;
}
.about-us .about-image-slider .owl-nav div.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.about-us .about-image-slider .owl-nav div.owl-prev {
  left: 0;
}
.about-us .about-image-slider .owl-nav div.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.about-us .about-image-slider .owl-nav div:hover {
  background: #0083c1;
}
.about-us .about-image-slider .owl-nav div:hover:before {
  color: #fff;
}
.about-us .skills-value {
  padding-top: 52px;
}
.about-us .skills-value .label-skill {
  font-weight: bold;
}
.about-us .about-us-content .description-about {
  padding: 10px 0;
}
.about-us .content-faq {
  position: relative;
  top: -15px;
}
.about-us .content-faq .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #c40316;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}
.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}
.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #0083c1;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #0083c1;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}
.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}
.about-us .owl2-theme .owl2-controls .owl2-nav>div:before {
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .owl2-theme .owl2-controls .owl2-nav>div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.about-us .owl2-theme .owl2-controls .owl2-nav>div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}
.about-demo-1 .what-client-say {
  margin-bottom: 60px;
}
.about-demo-1 .line-hori {
  text-align: center;
  position: relative;
  z-index: 3;
}
.about-demo-1 .line-hori>span {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.about-demo-1 .line-hori:before {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #ccc;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 3;
}
.about-demo-2 .our-team {
  margin-bottom: 60px;
}
.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px;
}
.info-contact .name-store h3 {
  padding: 7px 0px;
  margin-top: 10px;
}
.info-contact .icon {
  float: left;
  padding-right: 15px;
}
.info-contact .icon .fa {
  font-size: 20px;
}
.info-contact .comment {
  line-height: 24px;
}
.contact-form legend {
  border-bottom: 0;
}

/******************************************************************************
******                 SO Framework: Sass ProductList                     ******
********************************************************************************/

/*---------- Category ----------*/
.main-container .gray i {
  color: #cccccc;
}
.main-container #column-left h3 {
  font-weight: 400;
  color: #0045a2;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}
.main-container #column-left .menu-category {
  padding-bottom: 30px;
}
.main-container #column-left .menu-category .modcontent {
  padding: 0;
  margin-top: 10px;
  border-radius: 3px;
}
.main-container #column-left .menu-category .modcontent ul {
  margin: 0;
}
.main-container #column-left .menu-category .modcontent ul li {
  border-bottom: 1px solid #dddddd;
  background: #0045a2;
  color: white;
}
.main-container #column-left .menu-category .modcontent ul li a {
  padding-left: 20px;
  font-size: 14px;
  color: white;
}
.main-container #column-left .menu-category .modcontent ul li a:hover {
  color: white;
}
.main-container #column-left .menu-category .modcontent ul li:last-child {
  border-bottom: none;
}
.main-container #column-left .menu-category .modcontent ul li:hover {
  background: #0045a2;
  color: white;
}
.main-container #column-left .menu-category .modcontent ul li ul li {
  border: none;
  margin-left: -40px;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body h4 {
  font-size: 14px;
  color: #444444;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body h4 a {
  font-weight: 300;
  font-size: 14px;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body .price span {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}
.main-container #column-left .latest-product .modcontent .product-latest-item .media-body .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}
.main-container #column-left .banner-left {
  margin-top: 30px;
}
.main-container #content h2 {
  font-size: 30px;
  color: #222222;
  font-weight: 300;
}
.main-container #content .refine-search {
  margin: 40px 0 25px 0;
}
.main-container #content .product-filter {
  display: block;
  height: 60px;
  width: 100%;
  background: #f8f8f8;
  line-height: 55px;
  border: 1px solid #0045a2;
  border-radius: 3px;
  margin-top: 20px;
}
.main-container #content .product-filter .view-mode {
  padding: 0 10px;
}
.main-container #content .product-filter .view-mode button {
  border-radius: 3px;
}
.main-container #content .product-filter .view-mode button:focus {
  background: #0083c1;
  color: #fff;
  border-color: #0083c1;
}
.main-container #content .product-filter .view-mode button:hover {
  background: #0083c1;
  color: #fff;
  border-color: #0083c1;
}
.main-container #content .product-filter .short-by-show {
  padding-right: 28px;
}
.main-container #content .product-filter .short-by-show .text {
  float: left;
}
.main-container #content .product-filter .short-by-show .text p {
  margin: 0;
}
.main-container #content .product-filter .short-by-show .short-by {
  float: right;
  padding-left: 20px;
}
.main-container #content .product-filter .short-by-show .form-group select {
  border-radius: 3px;
  background: url(../img/theme/icon/bg-selectbox.png) no-repeat center right;
}
.main-container #content .product-filter .short-by-show .box-pagination ul {
  margin: 10px 0 0 0;
  float: right;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li {
  display: inline-block;
  padding-left: 5px;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li span {
  border-radius: 3px;
}
.main-container #content .product-filter .short-by-show .box-pagination ul li a {
  border-radius: 3px;
  color: #777777;
}
.main-container #content .products-list {
  display: inline-block;
}
.main-container #content .products-list .product-layout {
  padding-bottom: 1px;
}

.main-container #content .products-list .product-layout:hover .hover ul li {
  opacity: 1 !important;
}
.main-container #content .products-list .product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}
.main-container #content .products-list .product-layout:hover .right-block button {
  background: #0045a2;
  border-color: #ce0b11;
}
.main-container #content .products-list .product-layout:hover .right-block button span {
  color: #fff !important;
}
.main-container #content .products-list .product-layout:hover .right-block .caption h4 a {
  color: #0083c1;
}
.main-container #content .products-list .product-layout .product-item-container {
  border: none;
  
}
.main-container #content .products-list .product-layout .product-item-container .left-block {
  position: relative;
  border: 1px solid #0045a2;
  border-radius: 5px;
  padding: 5px;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .product-image-container .product-img {
  display: block;
  overflow: hidden;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .product-image-container .product-img img {
  width: 100%;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .product-image-container .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #ff5555;
  top: 10px;
  right: 10px;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover ul {
  padding: 0;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover ul li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover ul li a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover ul li:hover {
  background: #0083c1;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover ul li:hover a {
  color: #fff;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover .icon-heart {
  transition: opacity 2s;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover .icon-exchange {
  transition: opacity 1s;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover .icon-search {
  transition: opacity 0s;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover-1 ul {
  padding: 0;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover-1 ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  height: 0;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover-1 ul li a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.main-container #content .products-list .product-layout .product-item-container .left-block .hover-1 ul li:hover a {
  color: #0083c1;
}
.main-container #content .products-list .product-layout .product-item-container .right-block {
  padding-top: 5px;
}
.main-container #content .products-list .product-layout .product-item-container .right-block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-container #content .products-list .product-layout .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #444444;
}
.main-container #content .products-list .product-layout .product-item-container .right-block h4 a:hover {
  color: #0083c1;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .ratings {
  line-height: 30px;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .ratings span i {
  color: #222222;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .ratings .gray i {
  color: #cccccc;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .price {
  margin: 10px 0 15px;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .price span {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button {
  border-radius: 5px solid #ce0b11;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  background-color: #0045a2;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:hover span {
  color: #fff;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button span {
  color: white;
  font-size: 12px;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:active:focus,
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:active,
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:focus {
  background: #0083c1;
  outline: none;
}
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:active:focus span,
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:active span,
.main-container #content .products-list .product-layout .product-item-container .right-block .button-group button:focus span {
  color: #fff;
}
.jGrowl a {
  color: #0083c1;
}

/*---------- Category v1, v2 ----------*/
#content.type-1 .products-list.grid,
#content.type-2 .products-list.grid {
  margin: 0 -15px;
}
#content.type-1 .products-list.grid .product-layout,
#content.type-2 .products-list.grid .product-layout {
  float: left;
  width: 33.3333%;
  padding: 10px 15px 0 15px;
}
#content.type-1 .products-list.grid .product-layout .right-block,
#content.type-2 .products-list.grid .product-layout .right-block {
  text-align: center;
}

/*---------- Category v3 ----------*/
#column-left.type-3 {
  display: none;
}
#content.type-3 {
  width: 100%;
  padding-top: 0;
}
#content.type-3 .products-list.grid {
  margin: 0 -15px;
}
#content.type-3 .products-list.grid .product-layout {
  width: 25%;
  padding: 30px 15px 0 15px;
  float: left;
}
#content.type-3 .products-list.grid .product-layout .right-block {
  text-align: center;
}

/*---------- Category v1, v2 ----------*/
#content.type-1 .products-list.list,
#content.type-2 .products-list.list {
  margin: 0 -15px;
}
#content.type-1 .products-list.list .product-layout,
#content.type-2 .products-list.list .product-layout {
  padding-top: 30px;
}
#content.type-1 .products-list.list .product-layout .left-block,
#content.type-2 .products-list.list .product-layout .left-block {
  width: 31%;
}
#content.type-1 .products-list.list .product-layout .right-block,
#content.type-2 .products-list.list .product-layout .right-block {
  text-align: left;
  padding: 30px 0 0 30px;
  width: 69%;
}
#content.type-1 .products-list.list .product-layout .right-block h4 a,
#content.type-2 .products-list.list .product-layout .right-block h4 a {
  font-size: 18px;
}
#content.type-1 .products-list.list .product-layout .right-block .ratings,
#content.type-2 .products-list.list .product-layout .right-block .ratings {
  margin: 20px 0;
}
#content.type-1 .products-list.list .product-layout .right-block .description,
#content.type-2 .products-list.list .product-layout .right-block .description {
  margin: 30px 0;
}

/*---------- column-left v2 ----------*/
#column-left.type-2 {
  float: right;
}

/*---------- Category v3 ----------*/
#content.type-3 .products-list.list {
  margin: 0 -15px;
}
#content.type-3 .products-list.list .product-layout {
  padding-top: 30px;
}
#content.type-3 .products-list.list .product-layout .left-block {
  width: 23.1%;
}
#content.type-3 .products-list.list .product-layout .right-block {
  text-align: left;
  width: 76.9%;
  padding: 30px 0 0 30px;
}
#content.type-3 .products-list.list .product-layout .right-block h4 a {
  font-size: 18px;
}
#content.type-3 .products-list.list .product-layout .right-block .ratings {
  margin: 20px 0;
}
#content.type-3 .products-list.list .product-layout .right-block .description {
  margin: 30px 0;
}


@media (max-width: 1199px) {
  .main-container #content .product-filter .short-by-show .text {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .product-layout .product-item-container .left-block .hover .icon-search {
    display: none !important;
  }
  
  .filter-row .table_cell {
    border: none;
    display: block;
  }
}


@media (max-width: 768px) {
  .main-container #content .product-filter .short-by-show {
    text-align: center;
    padding-right: 15px;
  }
 
  .main-container #content .product-filter .short-by-show .text {
    float: none;
  }
  
  .main-container #content .product-filter .short-by-show .short-by {
    padding: 0;
    float: none;
  }
  
  #content.type-1 .products-list.grid .product-layout,
  #content.type-2 .products-list.grid .product-layout {
    width: 33.3333%;
  }

  .main-container #content .product-filter .short-by-show .box-pagination ul {
    width: 100%;
    text-align: center;
  }
  
  #content.type-3 .products-list.grid .product-layout {
    width: 100%;
  }
   .home-page-list
  {
    width: 80%;
    margin: auto;

      }
   .about-us-content
   {
    display: none;
   }   
   .so-spotlight1{
    display: none;
   }
}



@media (max-width: 479px) {
  #content.type-1 .products-list.grid .product-layout,
  #content.type-2 .products-list.grid .product-layout {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .search-pro
  {
    padding-top: 10px;
  }
  .home-page-layout
  {
    width: 80%;
    margin: auto;
  }
  .home-page-tag
  {
    text-align: center;
  }
  .home-page-list
  {
    width: 100%;
  }
}


.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 190px;
}
.left-content-product {
  margin-bottom: 30px;
}
.left-content-product .content-product-left .large-image {
  display: block;
  padding: 1px;
  overflow: hidden;
  position: relative;
  border: 1px solid #0045a2;
  box-sizing: content-box;
  border-radius: 4px;
}
.left-content-product .content-product-left .large-image img {
  background: #fff;
  max-width: 100%;

}
.left-content-product .content-product-left .large-image .label-sale {
  left: 25px;
}
.left-content-product .content-product-left .thumb-video {
  margin-top: -50px;
  bottom: 40px;
  position: absolute;
  z-index: 950;
  font-size: 32px;
  right: 40px;
  z-index: 540;
}
.left-content-product .content-product-left .full_slider,
.left-content-product .content-product-left .not_full_slider {
  margin-top: 10px;
}
.left-content-product .content-product-left .full_slider .owl-nav div,
.left-content-product .content-product-left .not_full_slider .owl-nav div {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  line-height: 40px;
  text-align: center;
  font-size: 4em;
  background: none;
  color: #ababab;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-content-product .content-product-left .full_slider .owl-nav div:hover,
.left-content-product .content-product-left .not_full_slider .owl-nav div:hover {
  color: #0083c1;
}
.left-content-product .content-product-left .full_slider .owl-nav .owl-next,
.left-content-product .content-product-left .not_full_slider .owl-nav .owl-next {
  right: -30px;
}
.left-content-product .content-product-left .full_slider .owl-nav .owl-next:before,
.left-content-product .content-product-left .not_full_slider .owl-nav .owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
}
.left-content-product .content-product-left .full_slider .owl-nav .owl-prev,
.left-content-product .content-product-left .not_full_slider .owl-nav .owl-prev {
  left: -30px;
}
.left-content-product .content-product-left .full_slider .owl-nav .owl-prev:before,
.left-content-product .content-product-left .not_full_slider .owl-nav .owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
}
.left-content-product .content-product-left .full_slider .thumbnail,
.left-content-product .content-product-left .not_full_slider .thumbnail {
  border-radius: 0;
  margin-bottom: 0;
  border-radius: 3px;
  margin: 0 1px;
}
.left-content-product .content-product-left .full_slider .thumbnail:hover,
.left-content-product .content-product-left .not_full_slider .thumbnail:hover {
  border-color: #0083c1;
}
.left-content-product .content-product-left .full_slider .thumbnail.active,
.left-content-product .content-product-left .not_full_slider .thumbnail.active {
  border-color: #0083c1;
}
.left-content-product .content-product-left .full_slider .owl2-nav div,
.left-content-product .content-product-left .not_full_slider .owl2-nav div {
  width: 27px;
  height: 27px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  margin-top: -12px;
  position: absolute;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
  background: url("../img/theme/icons/next-prev-detail.html") no-repeat;
  background-position: -36px 0px;
  left: -14px;
  float: left;
  background-color: #fff;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:hover,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
  border-color: #0083c1;
  background-color: #0083c1;
  background-position: 0px 0px;
  opacity: 1;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
  display: none;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next {
  background: url("../img/theme/icons/next-prev-detail.html") no-repeat;
  background-position: -71px 0px;
  right: -14px;
  float: right;
  background-color: #fff;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:hover,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
  border-color: #0083c1;
  background-color: #0083c1;
  background-position: -107px 0px;
  opacity: 1;
}
.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next.disabled,
.left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
  display: none;
}
.left-content-product .content-product-right .title-product h1 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 300;
}
.left-content-product .content-product-right .box-review {
  margin: 30px 0;
}
.left-content-product .content-product-right .box-review .ratings {
  display: inline-block;
  margin-right: 20px;
}
.left-content-product .content-product-right .box-review .ratings i {
  color: #222222;
}
.left-content-product .content-product-right .box-review .ratings .gray {
  color: #cccccc;
}
.left-content-product .content-product-right .box-review a {
  color: #444;
}
.left-content-product .content-product-right .box-review a:hover {
  color: #0083c1;
}
.left-content-product .content-product-right .product-box-desc {
  padding-left: 15px;
  margin-bottom: 30px;
}
.left-content-product .content-product-right .product-box-desc ul {
  padding: 0;
}
.left-content-product .content-product-right .product-box-desc .inner-box-desc {
  position: relative;
}
.left-content-product .content-product-right .product-box-desc .inner-box-desc:before {
  content: "";
  width: 4px;
  background: #0083c1;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
.left-content-product .content-product-right .product-box-desc span {
  font-weight: bold;
}
.left-content-product .content-product-right .product-box-desc .brand a {
  color: #666;
}
.left-content-product .content-product-right .product-box-desc .brand a:hover {
  color: #0083c1;
}
.left-content-product .content-product-right .product-label {
  overflow: hidden;
}
.left-content-product .content-product-right .product-label .price .price-new {
  font-size: 30px;
  color: #ff5555;
  font-weight: 700;
}
.left-content-product .content-product-right .product-label .price .price-old {
  font-size: 18px;
  font-weight: 300;
  color: #888888;
  text-decoration: line-through;
}
.left-content-product .content-product-right .product-label .stock span {
  font-weight: 700;
}
.left-content-product .content-product-right .product-label .stock .instock {
  color: #3eb94f;
}
.left-content-product .content-product-right .product-label .stock p {
  margin: 25px 0;
  font-weight: 700;
}
.left-content-product .content-product-right .product-label .stock .status-stock {
  color: #00abf0;
}
.left-content-product .content-product-right .product-label .stock .status-stock:before {
  content: "\f046";
  font-family: FontAwesome;
  display: inline-block;
  color: #00abf0;
  margin-right: 5px;
  margin-left: 10px;
}
.left-content-product .content-product-right #product {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.left-content-product .content-product-right #product h3 {
  margin-top: 0;
}
.left-content-product .content-product-right #product .image_option_type label.control-label {
  margin-right: 10px;
  margin-top: 3px;
}
.left-content-product .content-product-right #product .product-options .img-thumbnail {
  width: 22px;
  height: 22px;
  border-radius: 0;
  padding: 1px;
}
.left-content-product .content-product-right #product .box-checkbox label {
  width: 100%;
}
.left-content-product .content-product-right #product .box-date {
  padding-left: 0;
}
.left-content-product .content-product-right #product .box-date label {
  margin-right: 10px;
  width: 80px;
}
.left-content-product .content-product-right #product .box-date input {
  width: 200px;
}
.left-content-product .content-product-right #product .box-date input,
.left-content-product .content-product-right #product .box-date button {
  border-radius: 0;
  position: relative;
  z-index: 0;
  margin-left: 0;
}
.left-content-product .content-product-right #product .box-date .input-group-btn {
  float: left;
}
.left-content-product .content-product-right #product .box-date button:hover {
  background: #0083c1;
  color: #fff;
}
.left-content-product .content-product-right .share {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #f0f0f0;
}
.left-content-product .content-product-right .share ul li {
  list-style: none;
  display: inline-block;
  background: #1d9ffa;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
}
.left-content-product .content-product-right .share ul li a {
  display: block;
  height: 27px;
  width: 27px;
  line-height: 27px;
}
.left-content-product .content-product-right .share ul li a i {
  color: #fff;
}
.left-content-product .content-product-right .share ul .twitter {
  background: #456bbe;
}
.left-content-product .content-product-right .share ul .twitter:hover {
  background: #8e9dbd;
}
.left-content-product .content-product-right .share ul .facebook {
  background: #1d9ffa;
}
.left-content-product .content-product-right .share ul .facebook:hover {
  background: #b9def9;
}
.left-content-product .content-product-right .share ul .google {
  background: #e04d3f;
}
.left-content-product .content-product-right .share ul .google:hover {
  background: #e2aba6;
}
.left-content-product .content-product-right .share ul .skype {
  background: #4899d2;
}
.left-content-product .content-product-right .share ul .skype:hover {
  background: #abc4d6;
}
.left-content-product .content-product-right .share p {
  float: left;
  font-size: 14px;
}
.left-content-product .content-product-right .share .share-icon {
  float: right;
}
.left-content-product .content-product-right .box-info-product {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control {
  float: left;
  margin: 0;
  position: relative;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  margin-top: 8px;
  padding-right: 5px;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
  width: 80px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  z-index: 0;
  float: left;
  height: 40px;
  line-height: 28px;
  box-shadow: none;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control span {
  border-radius: 0;
  cursor: pointer;
  line-height: 20px;
  border: 0 none;
  color: #555555;
  background: none;
  padding: 0;
  font-size: 14px;
  border-left: 1px solid #dddddd;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 20px;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up:after {
  content: "";
  width: 23px;
  height: 1px;
  background: #dddddd;
  margin-left: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 20px;
}
.left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
  color: #0083c1 !important;
}
.left-content-product .content-product-right .box-info-product .info-product-right {
  float: right;
}
.left-content-product .content-product-right .box-info-product .info-product-right .cart {
  float: left;
  margin-right: 10px;
}
.left-content-product .content-product-right .box-info-product .info-product-right .cart a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.left-content-product .content-product-right .box-info-product .info-product-right .cart a i {
  margin-right: 5px;
}
.left-content-product .content-product-right .box-info-product .info-product-right .cart input {
  background: #0083c1;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
  padding: 12px 16px;
}
.left-content-product .content-product-right .box-info-product .info-product-right .cart input:hover {
  background: #444;
}
.left-content-product .content-product-right .box-info-product .add-to-links {
  display: inline-block;
  overflow: hidden;
}
.left-content-product .content-product-right .box-info-product .add-to-links ul li {
  float: left;
}
.left-content-product .content-product-right .box-info-product .add-to-links ul li a {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 4px;
}
.left-content-product .content-product-right .box-info-product .add-to-links ul li a.text {
  display: none;
}
.left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
  border-color: #0083c1;
  color: #0083c1;
}
.content-product-left {
  padding-bottom: 25px;
}
.thumb-vertical-outer {
  width: 100px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.thumb-vertical-outer .lSAction {
  display: none !important;
}
.thumb-vertical-outer .thumbnail {
  border-color: #e6e6e6;
}
.thumb-vertical-outer .btn-more {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 36px;
  cursor: pointer;
  margin-left: -20px;
  font-size: 4em;
  color: #444;
}
.thumb-vertical-outer .btn-more:hover {
  color: #0083c1;
}
.thumb-vertical-outer .btn-more.prev-thumb {
  top: -40px;
  left: 50%;
}
.thumb-vertical-outer .btn-more.next-thumb {
  bottom: -30px;
  left: 50%;
}
.thumb-vertical-outer .prev {
  margin-bottom: 5px;
}
.thumb-vertical-outer .prev,
.thumb-vertical-outer .next {
  cursor: pointer;
}
.thumb-vertical-outer .prev.disabled,
.thumb-vertical-outer .next.disabled {
  visibility: hidden;
}
.thumb-vertical-outer .prev .fa,
.thumb-vertical-outer .next .fa {
  font-size: 16px;
  display: block;
  text-align: center;
}
.thumb-vertical-outer ul.thumb-vertical {
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumb-vertical-outer ul.thumb-vertical li a {
  padding: 5px;
  border-radius: 3px;
}
.thumb-vertical-outer ul li .thumbnail {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.thumb-vertical-outer ul li .thumbnail img {
  padding: 0px;
  transition: all 0.3s ease;
  position: relative;
}
.thumb-vertical-outer ul li .thumbnail:hover {
  border-color: #0083c1;
}
.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #0083c1;
}

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  margin-bottom: 35px;
  padding: 70px 15px 0 15px;
  z-index: 1;
}
.producttab .tabsslider .nav-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.producttab .tabsslider .nav-tabs li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0px;
  background: #0045a2;
  border-color: #ce0b11;
  color: white;
  padding: 10px 10px;
  position: relative;
}
.producttab .tabsslider .nav-tabs li.active a,
.producttab .tabsslider .nav-tabs li:hover a {
  background: #0045a2;
  border-color: #ce0b11;
  color: #fff;
  transition: none;
}
.producttab .tabsslider .nav-tabs li.active a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: -1px;
  z-index: 9;
}
.producttab .tabsslider .tab-content {
  padding: 20px;
  display: block;
  margin: 0;
  border: solid 1px #0045a2;
  margin-top: -1px;
  border-radius: 4px;
}
.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs {
  border-bottom: medium none;
  margin: 0;
  min-height: 180px;
  padding: 0;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
  border-bottom: 1px solid #ddd;
  clear: both;
  position: relative;
  width: 100%;
  display: block;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #666;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
  background: transparent;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
  display: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;
  color: #0083c1;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
  display: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
  border-top: 0;
}
.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #e6e6e6;
  min-height: 180px;
}
#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #0083c1;
}
#product-accordion .panel {
  padding: 10px 20px 0 20px;
  border-bottom: 0;
  box-shadow: none;
}
#product-accordion .panel .panel-heading {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 10px 0;
}
#product-accordion .panel .panel-heading a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #666;
  width: 100%;
  display: inline-block;
  position: relative;
}
#product-accordion .panel .panel-heading a.title-head.collapsed {
  color: #666;
}
#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
  content: "\f0d8";
}
#product-accordion .panel .panel-heading a.title-head {
  color: #0083c1;
}
#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
  content: "\f0d7";
}
#product-accordion .panel .panel-heading a span.arrow-up {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
  text-align: center;
}
#product-accordion .panel .panel-heading a span.arrow-up:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
#product-accordion .panel .panel-heading:hover {
  border-bottom-color: #0083c1;
}
#product-accordion .panel .panel-heading:hover a {
  color: #0083c1;
}
#product-accordion .panel:first-child .panel-heading {
  padding-top: 10px;
}
#product-accordion .panel:last-child .panel-heading {
  border-bottom: 0;
}
#product-accordion .panel-heading+.panel-collapse>.list-group,
#product-accordion .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px dotted #0083c1;
  margin-top: -1px;
  padding: 0;
}
.related-product {
  padding: 40px 0;
}
.related-product h3 {
  font-size: 22px;
  color: #222222;
}
.related-product hr {
  border-top: 1px dashed #dddddd;
  margin: 1px 0;
}
.related-product .related-product-owl {
  padding: 20px 0 0 0;
}
.related-product .related-product-owl .product-layout {
  padding-bottom: 1px;
}
.related-product .related-product-owl .product-layout:hover .product-img {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}
.related-product .related-product-owl .product-layout:hover .hover ul li {
  opacity: 1 !important;
}
.related-product .related-product-owl .product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}
.related-product .related-product-owl .product-layout:hover .right-block button {
  background: #0083c1;
  border-color: #0083c1;
}
.related-product .related-product-owl .product-layout:hover .right-block button span {
  color: #fff !important;
}
.related-product .related-product-owl .product-layout:hover .right-block .caption h4 a {
  color: black;
}
.related-product .related-product-owl .product-layout .product-item-container {
  border: none;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .product-image-container .product-img {
  display: block;
  overflow: hidden;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .product-image-container .product-img img {
  width: 100%;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .product-image-container .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #ff5555;
  top: 10px;
  right: 10px;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover ul {
  padding: 0;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover ul li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover ul li a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover ul li:hover {
  background: #0083c1;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover ul li:hover a {
  color: #fff;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover .icon-heart {
  transition: opacity 2s;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover .icon-exchange {
  transition: opacity 1s;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover .icon-search {
  transition: opacity 0s;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover-1 ul {
  padding: 0;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover-1 ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  height: 0;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover-1 ul li a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.related-product .related-product-owl .product-layout .product-item-container .left-block .hover-1 ul li:hover a {
  color: #0083c1;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block {
  padding-top: 5px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #444444;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block h4 a:hover {
  color: #0083c1;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .ratings {
  line-height: 30px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .ratings span i {
  color: #222222;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .ratings .gray i {
  color: #cccccc;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .price {
  margin: 10px 0 15px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .price span {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:hover span {
  color: #fff;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button span {
  color: #777777;
  font-size: 12px;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:active:focus,
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:active,
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:focus {
  background: #0083c1;
  outline: none;
}
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:active:focus span,
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:active span,
.related-product .related-product-owl .product-layout .product-item-container .right-block .button-group button:focus span {
  color: #fff;
}
.related-product .related-product-owl .product-layout .right-block {
  text-align: center;
}
.related-product .related-product-owl .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
.related-product .related-product-owl .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  border-radius: 3px;
}
.related-product .related-product-owl .owl-nav div:after {
  font-size: 1.5em;
}
.related-product .related-product-owl .owl-nav div:hover {
  background: #0083c1;
}
.related-product .related-product-owl .owl-nav div:hover:after {
  color: #fff;
}
.related-product .related-product-owl .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.related-product .related-product-owl .owl-nav .owl-next {
  margin-left: 5px;
}
.related-product .related-product-owl .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.latest-product hr {
  border-top: 1px dashed #ce0b11;
  margin: 1px 0;
}
.latest-product h3 {
  font-weight: bold ;
  text-transform: none !important;
  font-size: 18px !important;
  color: #0045a2;
}
.latest-product h4 {
  font-weight: 300;
  text-transform: none;
  color: #222222;
}
.latest-product .price .price-new {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}
.latest-product .price .price-old {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  text-decoration: line-through;
}
.latest-product .modcontent {
  margin: 20px 0;
}
.latest-product .modcontent .media .media-left {
  padding: 5px;
  border-radius: 3px;
}
.latest-product .modcontent .media:hover .media-left {
  border-color: #0045a2;
}
.about-main {
  background-color: #0045a2;
  color: white;
}
.header-main.product-v2 {
  margin-bottom: 40px;
}
#content.type-3 #column-left {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .type-2 .left-content-product .content-product-right .box-info-product .info-product-right,
  .type-3 .left-content-product .content-product-right .box-info-product .info-product-right {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .left-content-product .content-product-right .box-info-product .info-product-right {
    width: 100%;
    padding-top: 20px;
  }
  
  .main-container #content {
    width: 100%;
  }
  
  .producttab .tabsslider {
    padding-top: 50px;
  }
  
  .content-product-left {
    padding-bottom: 30px;
  }
}
#header .header-top .header-top-left .dropdown-toggle:hover {
  color: #0083c1;
}
#header .header-top .header-top-left .languages-block ul li a:hover,
#header .header-top .header-top-left .currencies-block ul li a:hover,
#header .header-top .header-top-left .currencies-block ul li a:hover {
  color: #0083c1;
}
#header .header-top .header-top-right #TabBlock-1 li a:hover {
  color: #0083c1;
}

/**************************************************************
  Style  Header 1
    **************************************************************/
.type_1#header .header-center .shopping_cart .header-text i {
  color: #0083c1;
}
.type_1#header .header-bottom {
  background: #0045a2;
}
.type_1#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li.home .menu1 {
  color: #0083c1;
}
.type_1#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li .sub-menu a:hover {
  color: #0083c1;
}
.type_1#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu .active a.menu1 {
  color: #0083c1;
}
.type_1#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li .menu1:hover {
  color: #0083c1;
}

/**************************************************************
  Style  Header 2 
    **************************************************************/
.type_2#header .header-center .shopping_cart .header-text i {
  color: #0083c1;
}
.type_2#header .header-bottom .sidebar-menu .megamenuToogle-wrapper .megamenuToogle-pattern {
  background: white;
}
.type_2#header .header-bottom .sidebar-menu .vertical-wrapper .megamenu-pattern .megamenu li:hover a.clearfix {
  color: #0045a2;
}
.type_2#header .header-bottom .sidebar-menu .vertical-wrapper .megamenu-pattern .megamenu li.loadmore:hover {
  color: #0083c1;
}
.type_2#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li .menu1:hover {
  background: #0045a2;
}
.type_2#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li .sub-menu .content a:hover {
  color: #0083c1;
}
.type_2#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li.home .menu1 {
  background: #ce0b11;
}
.type_2#header .header-bottom .header-bottom-right .megamenu-wrapper .megamenu li.active a.menu1 {
  background: #ce0b11;
}
@media (max-width: 991px) {
  .type_2#header .header-bottom {
    background: ;
  }
}

/**************************************************************
  Style  Header  3, 4
    **************************************************************/
.type_3 .header-center .megamenu-hori .megamenu li:hover .menu1,
.type_4 .header-center .megamenu-hori .megamenu li:hover .menu1 {
  color: #0083c1;
}
.type_3 .header-center .megamenu-hori .megamenu li.home .menu1,
.type_4 .header-center .megamenu-hori .megamenu li.home .menu1 {
  color: #0083c1;
}
.type_3 .header-center .megamenu-hori .megamenu li .menu1:after,
.type_4 .header-center .megamenu-hori .megamenu li .menu1:after {
  background: #0045a2;
}

/**************************************************************
  Style  Header  5
    **************************************************************/
.type_5#header .header-center .megamenu-hori .so-megamenu li.home a.menu1,
.type_5#header .header-center .megamenu-hori .so-megamenu li a:hover strong {
  color: #0083c1;
}

/**************************************************************
    Style  Header  6
    **************************************************************/
.type_6#header .header-center .megamenu-hori ul.megamenu li.home a.menu1 {
  color: #0083c1;
}
.type_6#header .header-center .megamenu-hori ul.megamenu li:hover a.menu1 strong {
  color: #0083c1;
}
.type_6#header .header-center .shopping_cart .btn-shopping-cart .top_cart {
  background: #0045a2;
}

/**************************************************************
    Style  Header  7
    **************************************************************/
.type_7#header .header-center .shopping_cart .btn-shopping-cart .price {
  color: #0083c1;
}
.type_7#header .header-center .shopping_cart .btn-shopping-cart .number-shopping-cart {
  background: #0083c1;
}
.type_7#header .header-bot .megamenu-hori .megamenu-wrapper ul.megamenu li.home a.menu1 {
  color: #0083c1;
}
.type_7#header .header-bot .megamenu-hori .megamenu-wrapper ul.megamenu li.active a.menu1 {
  color: #0083c1;
}
.type_7#header .header-bot .megamenu-hori .megamenu-wrapper ul.megamenu li a.menu1:hover {
  color: #0083c1;
}
.type_7#header .header-bot .megamenu-hori .megamenu-wrapper ul.megamenu li a.menu1:before {
  background: #0083c1;
}

/**************************************************************
    Style  Header  8
    **************************************************************/
.type_8#header .header-top .shopping_cart .btn-shopping-cart .top_cart .shopcart .number-shopping-cart {
  background: #0083c1;
}
.type_8#header .header-top .shopping_cart .btn-shopping-cart .top_cart:hover .my-cart {
  color: #0083c1;
}
.type_8#header .header-mid .megamenu-hori .so-megamenu .megamenu-wrapper ul.megamenu li a.menu1:before {
  background: #0083c1;
}
.type_8#header .header-mid .collapsed-block ul li a:hover {
  color: #0083c1;
}

/**************************************************************
    Style  Header  9
    **************************************************************/
.type_9#header .header-center #sosearchpro button {
  background: #0083c1;
}
.type_9#header .header-center .shopping_cart .btn-shopping-cart .number-shopping-cart {
  background: #0083c1;
}
.type_9#header .header-center .sign-in .link a:hover {
  color: #0083c1;
}
.type_9#header .header-bottom .header-bottom-right a:hover {
  color: #0083c1;
}

/**************************************************************
    Style  Header  10
    **************************************************************/
.type_10#header .header-center .search button {
  background: #0083c1;
}

/**************************************************************
    Style  Header  11
    **************************************************************/
.type_11#header .header-center .shopping_cart .btn-shopping-cart .number-shopping-cart {
  background: #0083c1;
}
.type_11#header .header-center .sign-in .link a:hover {
  color: #0083c1;
}
.type_11#header .header-bottom .header-bottom-left .so-megamenu {
  background: #0083c1;
}

/*******************************************
* Theme Name: Market
* Author: Magentech
* Author URI: http://www.magentech.com
* Version: 1.0.0
* Description: This is html5 Sass template 
*******************************************/
.footer-bottom-block .text-footer-bot p a {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 1
  **************************************************************/
.type_footer1 .footer-top h3:after {
  background: #0083c1;
}
.type_footer1 .footer-mid .help .footer-mid-right .btn-sub button {
  background: #0083c1;
  border-color: #0083c1;
}
.type_footer1 a:hover {
  color: #0083c1 !important;
}
.type_footer1 .footer-mid .help .footer-mid-left h3,
.type_footer1 .footer-bottom-block .text-footer-bot p a {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 2 
  **************************************************************/
.type_footer2 a:hover {
  color: #0083c1 !important;
}
.type_footer2 .footer-top h3:after {
  background: #0083c1;
}
.type_footer2 .footer-mid .footer-mid-left h3 {
  color: #0083c1;
}
.type_footer2 .footer-mid .footer-mid-right .btn-sub button {
  background: #0083c1;
  border-color: #0083c1;
}
.type_footer2 .footer-bottom-block .text-footer-bot p a {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 3
  **************************************************************/
.type_footer3 .footer-top a:hover {
  color: #0083c1;
}
.type_footer3 .footer-mid .newsletter .share-icon ul li a i:hover {
  color: #0083c1;
}
.type_footer3 .footer-mid .newsletter .news-letter .email .subcribe button:hover {
  background: #0083c1;
}

/**************************************************************
  Style  Footer 4
  **************************************************************/
.type_footer4 .footer-b .footer-mid ul li:hover a {
  background: #0083c1;
}
.type_footer4 .footer-b .footer-bot li a:hover {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 5
  **************************************************************/
.type_footer5 .footer-b .footer-bot li a:hover {
  color: #0083c1;
}
.type_footer5 .footer-b .footer-mid ul li:hover a {
  background: #0083c1;
}

/**************************************************************
  Style  Footer 6
  **************************************************************/
.type_footer6 .footer-mid .footer-mid-left .share-icon ul li a:hover {
  background: #0083c1;
}
.type_footer6 .footer-mid .footer-mid-right .block-help .block-help-left h3 {
  color: #0083c1;
}
.type_footer6 .footer-bot .footer-bot-right .copyright p a {
  color: #0083c1;
}
.type_footer6 .footer-mid .footer-mid-right .block-help .block-help-right .btn-sub button {
  background: #0083c1;
  border-color: #0083c1;
}

/**************************************************************
  Style  Footer 7
  **************************************************************/
.type_footer7 .footer-top li a:hover {
  color: #0083c1;
}
.type_footer7 .footer-mid .social ul li a:hover {
  background: #0083c1;
}
.type_footer7 .footer-bot .text-footer-bot p a {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 8
  **************************************************************/
.type_footer8 .footer-top h3:after {
  background: #0083c1;
}
.type_footer8 .footer-top .collapsed-block .share-icon ul li:hover {
  background: #0083c1;
}
.type_footer8 .footer-mid .footer-mid-right .btn-sub button:hover {
  background: #0083c1;
  border-color: #0083c1;
}
.type_footer8 .footer-top a:hover {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 9,10
  **************************************************************/
.type_footer9 .footer-top ul li a:hover,
.type_footer9 .footer-mid .footer-mid-link ul li a:hover,
.type_footer10 .footer-top ul li a:hover,
.type_footer10 .footer-mid .footer-mid-link ul li a:hover {
  color: #0083c1;
}

/**************************************************************
  Style  Footer 11
  **************************************************************/
.type_footer11 .footer-top .policy-detail .banner-policy .policy:hover .title {
  color: #0083c1;
}
.type_footer11 .footer-mid .support ul li a:hover {
  color: #0083c1;
}
.type_footer11 .footer-mid .your-links ul li a:hover {
  color: #0083c1;
}
.type_footer11 .footer-mid .contact-info .social ul li a:hover {
  background: #0083c1;
}
.type_footer11 .footer-mid .newsletter .box-input button {
  background: #0083c1;
}
hr {
  border-top: 1px dashed #ce0b11;
  margin: 1px 0;
}
.so-spotlight1 #so-slideshow {
  position: relative;
}
.so-spotlight1 #so-slideshow .owl-nav div {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  background: #f2f2f2;
  position: absolute;
  text-align: center;
  border-radius: 50%;
}
.so-spotlight1 #so-slideshow .owl-nav div:after {
  font-size: 1.5em;
}
.so-spotlight1 #so-slideshow .owl-nav div:hover {
  background: #ce0b11;
}
.so-spotlight1 #so-slideshow .owl-nav div:hover:after {
  color: #fff;
}
.so-spotlight1 #so-slideshow .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.so-spotlight1 #so-slideshow .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.so-spotlight1 #so-slideshow .owl-nav div {
  top: 41%;
  background: #1c4882;
  color: #fff;
  font-size: 2em;
}
.so-spotlight1 #so-slideshow .owl-nav .owl-next {
  right: 15px;
}
.so-spotlight1 #so-slideshow .owl-nav .owl-prev {
  left: 15px;
}
.so-spotlight1 #so-slideshow .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
}
.so-spotlight1 #so-slideshow .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 10px;
  background: #0045a2;
}
.so-spotlight1 #so-slideshow .owl-dots .owl-dot.active {
  transform: scale(1.6);
  -webkity-transform: scale(1.6);
  -moz-transform: scale(1.6);
}
.so-spotlight2 {
  border: 1px solid #dddddd;
  padding: 20px 0;
}
.so-spotlight2 .policy-detail .banner-policy {
  border-radius: 3px;
  width: 100%;
}
.so-spotlight2 .policy-detail .banner-policy .policy {
  display: block;
  overflow: hidden;
  width: 33.3333%;
  float: left;
  border-right: 1px solid #ddd;
}
.so-spotlight2 .policy-detail .banner-policy .policy .ico-policy {
  width: 50px;
  height: 44px;
  display: block;
  float: left;
  margin: 0 15px 0 30px;
  opacity: 0.4;
}
.so-spotlight2 .policy-detail .banner-policy .policy span {
  color: #888888;
}
.so-spotlight2 .policy-detail .banner-policy .policy .title {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
}
.so-spotlight2 .policy-detail .banner-policy .policy:hover .ico-policy {
  opacity: 1;
}
.so-spotlight2 .policy-detail .banner-policy .policy1 .ico-policy {
  background: url(../img/theme/icon/icon-freeship.png) no-repeat;
}
.so-spotlight2 .policy-detail .banner-policy .policy2 .ico-policy {
  background: url(../img/theme/icon/icon-money.png) no-repeat;
}
.so-spotlight2 .policy-detail .banner-policy .policy3 {
  border: none;
}
.so-spotlight2 .policy-detail .banner-policy .policy3 .ico-policy {
  background: url(../img/theme/icon/icon-support.png) no-repeat;
}
.main-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-container .left_column .owl-special {
  margin-top: 23px;
}
.main-container .left_column .owl-special .product-layout {
  padding-bottom: 1px;
}
.main-container .left_column .owl-special .product-layout:hover .product-img {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}
.main-container .left_column .owl-special .product-layout:hover .hover ul li {
  opacity: 1 !important;
}
.main-container .left_column .owl-special .product-layout:hover .hover-1 ul li {
  opacity: 1 !important;
  height: 40px !important;
}
.main-container .left_column .owl-special .product-layout:hover .right-block button {
  background: #0083c1;
  border-color: #0083c1;
}
.main-container .left_column .owl-special .product-layout:hover .right-block button span {
  color: #fff !important;
}
.main-container .left_column .owl-special .product-layout:hover .right-block .caption h4 a {
  color: #0083c1;
}
.main-container .left_column .owl-special .product-layout .product-item-container {
  border: none;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .product-image-container .product-img {
  display: block;
  overflow: hidden;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .product-image-container .product-img img {
  width: 100%;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .product-image-container .product-img:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .new {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  top: 10px;
  left: 10px;
  background: #0083c1;
  text-transform: uppercase;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .sale {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #ff5555;
  top: 10px;
  right: 10px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover ul {
  padding: 0;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover ul li {
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  transition-timing-function: ease;
  opacity: 0;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover ul li a {
  font-size: 1.5em;
  transition: none;
  width: 40px;
  height: 40px;
  display: block;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover ul li:hover {
  background: #0083c1;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover ul li:hover a {
  color: #fff;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover .icon-heart {
  transition: opacity 2s;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover .icon-exchange {
  transition: opacity 1s;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover .icon-search {
  transition: opacity 0s;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover-1 ul {
  padding: 0;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover-1 ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  height: 0;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
  text-align: center;
  transition-timing-function: ease;
  opacity: 0;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover-1 ul li a {
  font-size: 1.5em;
  transition: none;
  height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.main-container .left_column .owl-special .product-layout .product-item-container .left-block .hover-1 ul li:hover a {
  color: #0083c1;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block {
  padding-top: 5px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #444444;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block h4 a:hover {
  color: #0083c1;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .ratings {
  line-height: 30px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .ratings span i {
  color: #222222;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .ratings .gray i {
  color: #cccccc;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .price {
  margin: 10px 0 15px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .price span {
  font-size: 18px;
  color: #ff5555;
  font-weight: 500;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button {
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:hover span {
  color: #fff;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button span {
  color: #777777;
  font-size: 12px;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:active:focus,
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:active,
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:focus {
  background: #0083c1;
  outline: none;
}
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:active:focus span,
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:active span,
.main-container .left_column .owl-special .product-layout .product-item-container .right-block .button-group button:focus span {
  color: #fff;
}
.main-container .left_column .owl-special .product-layout .left-block {
  border-radius: 5px 5px 0 0 !important;
}
.main-container .left_column .owl-special .product-layout .right-block {
  text-align: center;
  margin-top: -5px;
}
.main-container .left_column .owl-special .product-layout .right-block .time-sale {
  font-size: 16px;
  color: #fff;
  background: #777777;
  width: 100%;
  border-radius: 0 0 3px 3px;
  height: 40px;
  line-height: 40px;
}
.main-container .left_column .owl-special .product-layout .right-block .time-sale .time-day {
  display: inline-block;
}
.main-container .left_column .owl-special .product-layout .right-block .time-sale .time-hour {
  display: inline-block;
  padding-left: 22px;
  word-spacing: 6px;
}
.main-container .left_column .owl-special .product-layout .right-block button {
  background: #f8f8f8;
  font-size: 12px;
  color: #777777;
}
.main-container .left_column .owl-special .owl-nav {
  position: absolute;
  top: -66px;
  right: 0%;
}
.main-container .left_column .owl-special .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  border-radius: 3px;
}
.main-container .left_column .owl-special .owl-nav div:after {
  font-size: 1.5em;
}
.main-container .left_column .owl-special .owl-nav div:hover {
  background: #0083c1;
}
.main-container .left_column .owl-special .owl-nav div:hover:after {
  color: #fff;
}
.main-container .left_column .owl-special .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container .left_column .owl-special .owl-nav .owl-next {
  margin-left: 5px;
}
.main-container .left_column .owl-special .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-container .left_column .testimonials {
  margin-top: 45px;
  position: relative;
}
.main-container .left_column .testimonials .owl-testimonials {
  text-align: center;
  padding-bottom: 85px;
}
.main-container .left_column .testimonials .owl-testimonials .content {
  background: #0083c1;
  border-radius: 4px;
  margin-top: 20px;
}
.main-container .left_column .testimonials .owl-testimonials .content p {
  color: #fff;
  padding: 25px 20px;
  position: relative;
}
.main-container .left_column .testimonials .owl-testimonials .content p:before {
  content: "";
  border-top: 10px solid #0083c1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.main-container .left_column .testimonials .owl-testimonials .avata {
  margin-top: 30px;
}
.main-container .left_column .testimonials .owl-testimonials .avata img {
  width: 80px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.main-container .left_column .testimonials .owl-testimonials .name p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.main-container .left_column .testimonials .owl-dots {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
}
.main-container .left_column .testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dddddd;
  margin: 0 5px;
  display: inline-block;
}
.main-container .left_column .testimonials .owl-dots .active {
  background: #0083c1;
}
.main-container .left_column .latest-blog .owl-blog {
  padding-top: 20px;
  position: relative;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image {
  padding: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 5px;
  border-radius: 4px;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image .day {
  position: absolute;
  background: #fff;
  top: 17px;
  left: 17px;
  display: block;
  z-index: 999;
  width: 50px;
  height: 65px;
  text-align: center;
  border-radius: 3px;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image .day p {
  color: #0083c1;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image .day p:first-child {
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
  margin-bottom: 3px;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image a {
  display: block;
  overflow: hidden;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image a:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogImg .article-image:hover a {
  background: rgba(0, 0, 0, 0.3);
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 h4 a {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 h4 a:hover {
  color: #0083c1;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 .blog-meta1 {
  padding-top: 10px;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 .blog-meta1 .author {
  float: right;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 .blog-meta1 .author a {
  color: #0083c1;
}
.main-container .left_column .latest-blog .owl-blog .owl-latest-blog .itemBlogContent1 .blog-meta1 .author a:hover {
  color: red;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav {
  position: absolute;
  top: -45px;
  right: 0%;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  border-radius: 3px;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav div:after {
  font-size: 1.5em;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav div:hover {
  background: #0083c1;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav div:hover:after {
  color: #fff;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav .owl-next {
  margin-left: 5px;
}
.main-container .left_column .latest-blog .owl-blog .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-container .left_column .banner-left {
  margin-top: 50px;
}
.main-container #content {
  margin-bottom: 0;
}
.main-container #content .digital .digital-owl {
  margin-top: 23px;
  text-align: center;
  position: relative;
}
.main-container #content .digital .digital-owl .owl-nav {
  position: absolute;
  top: -66px;
  right: 0;
}
.main-container #content .digital .digital-owl .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #0045a2;
  color: white;
  text-align: center;
  border-radius: 3px;
}
.main-container #content .digital .digital-owl .owl-nav div:after {
  font-size: 1.5em;
}
.main-container #content .digital .digital-owl .owl-nav div:hover {
  background: #0045a2;
}
.main-container #content .digital .digital-owl .owl-nav div:hover:after {
  color: #fff;
}
.main-container #content .digital .digital-owl .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container #content .digital .digital-owl .owl-nav .owl-next {
  margin-left: 5px;
  background-color: #0045a2;
}
.main-container #content .digital .digital-owl .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-container #content .fashion-jewerly {
  margin-top: 10px;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav {
  position: absolute;
  top: -63px;
  right: 0%;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #0045a2;
  text-align: center;
  color: white;
  border-radius: 3px;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav div:after {
  font-size: 1.5em;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav div:hover {
  background: #0045a2;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav div:hover:after {
  color: #fff;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav .owl-next {
  margin-left: 5px;
}
.main-container #content .fashion-jewerly .fashion-jewerly-owl .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-container #content .banner {
  margin-top: 50px;
}
.main-container #content .banner .banner-1 {
  padding-right: 7.5px;
}
.main-container #content .banner .banner-2 {
  padding-left: 7.5px;
}
.main-container #content .banner img {
  max-width: 100%;
}
.main-container #content .wrap-categories {
  margin-top: 42px;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav,
.main-container #content .wrap-categories .owl-featured .owl-nav,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav {
  position: absolute;
  top: -63px;
  right: 0%;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav div,
.main-container #content .wrap-categories .owl-featured .owl-nav div,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #0045a2;
  color: white;
  text-align: center;
  border-radius: 3px;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav div:after,
.main-container #content .wrap-categories .owl-featured .owl-nav div:after,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav div:after {
  font-size: 1.5em;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav div:hover,
.main-container #content .wrap-categories .owl-featured .owl-nav div:hover,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav div:hover {
  background: #0045a2;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav div:hover:after,
.main-container #content .wrap-categories .owl-featured .owl-nav div:hover:after,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav div:hover:after {
  color: #fff;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav .owl-prev:after,
.main-container #content .wrap-categories .owl-featured .owl-nav .owl-prev:after,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav .owl-next,
.main-container #content .wrap-categories .owl-featured .owl-nav .owl-next,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav .owl-next {
  margin-left: 5px;
}
.main-container #content .wrap-categories .new-arrivals .owl-nav .owl-next:after,
.main-container #content .wrap-categories .owl-featured .owl-nav .owl-next:after,
.main-container #content .wrap-categories .owl-bestsellers .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
.main-container #content .brands {
  margin-top: 46px;
  margin-bottom: 16px;
}
.main-container #content .brands .owl-fetured-brand {
  margin-top: 10px;
  position: relative;
}
.main-container #content .brands .owl-fetured-brand .img-brand img {
  transition: all .5s;
}
.main-container #content .brands .owl-fetured-brand .img-brand img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.main-container #content .brands .owl-fetured-brand .owl-nav {
  position: absolute;
  top: -54px;
  right: 0%;
}
.main-container #content .brands .owl-fetured-brand .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #0045a2;
  text-align: center;
  color: white;
  border-radius: 3px;
}
.main-container #content .brands .owl-fetured-brand .owl-nav div:after {
  font-size: 1.5em;
}
.main-container #content .brands .owl-fetured-brand .owl-nav div:hover {
  background: #0045a2;
}
.main-container #content .brands .owl-fetured-brand .owl-nav div:hover:after {
  color: #fff;
}
.main-container #content .brands .owl-fetured-brand .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
}
.main-container #content .brands .owl-fetured-brand .owl-nav .owl-next {
  margin-left: 5px;
}
.main-container #content .brands .owl-fetured-brand .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .product-layout .product-item-container .left-block .hover .icon-search {
    display: none;
  }
  
  .so-spotlight2 .policy-detail .banner-policy .policy .ico-policy {
    height: 80px;
    background-position: 0 20px;
  }
  
  .so-spotlight2 .policy-detail .banner-policy .policy .service-info {
    padding-right: 7px;
  }
  
  .main-container #content .wrap-categories .new-arrivals .owl-nav,
  .main-container #content .wrap-categories .featured .owl-nav,
  .main-container #content .wrap-categories .bestsellers .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .so-spotlight1 #so-slideshow .owl-nav {
    display: none;
  }
  

  .so-spotlight2 .policy-detail .banner-policy .policy {
    width: 100%;
    border: none;
  }
  
  .so-spotlight2 .policy-detail .banner-policy .policy .ico-policy {
    background-position: 0;
    height: 60px;
  }
  
  .main-container #content {
    margin-top: 0px;
  }
  
  .main-container #content .wrap-categories .new-arrivals .owl-nav,
  .main-container #content .wrap-categories .featured .owl-nav,
  .main-container #content .wrap-categories .bestsellers .owl-nav {
    display: block;
  }
}

/*# sourceMappingURL=home2.css.map */
.home-caption {
  padding-bottom: 20px;
}
.product-tabo {
  color: #0045a2;
  text-align: center;
  font-weight: bold;
}
.product-tabo-caption {
  text-align: center;
}
.fa-download {
  color: #ce0b11;
}
.home-heading h4 {
  color: #0045a2;
  font-weight: bold;
}
.home-heading p {
  color: black;
}
.register {
  color: #0045a2;
}
.thanku-page {
  background: #0045a2;
  border: 1px solid #ce0b11;
}
.thanku-page:hover {
  background: #0045a2;
  border: 1px solid #ce0b11;
}
.tanku-top {
  padding-top: 30px;
}
.product-compare-title {
  color: #0045a2;
  font-weight: bold;
}
.edit-profile-img {
  padding: 10px 200px 0 100px;
}
.edit-btn {
  border: 1px solid #ce0b11;
  width: 170px;
  font-size: 12px;
  background: #0045a2;
  color: white;
}
.edit-btn-1 {
  color: #0045a2;
}
.edit-btn-1:hover {
  color: #0045a2;
}
.top-logo {
  width: 250px;
}
.main-page-product {
  color: #ce0b11;
}
.featured-heading {
  color: red;
}
.whatsapp {
  color: red;
}


.product-detail-box {
  background: #0045a2;
  border-radius: 5px;
  padding: 4px;
}

.produc-title {
  color: white;
  font-size: 13px;
}
.produc-title:hover {
  color: white;
  font-size: 13px;
}
.pro_name_sub {
    font-size: 26px;
    color: #c40316;
    padding: 1%;
    background: #f5f5f5;
    border-radius: 24px;
    text-align: center;
    margin-top: 0;}

.download-btn
{
  background: #0045a2;
  color: white;
  border: 1px solid #ce0b11;
}
.download-btn:hover
{
  background: #0045a2;
  color: white;
  border: 1px solid #ce0b11;
}
.sub-product
{
  border: 2px solid red;
  padding: 30px;
  width:320px;
  text-align: center;
}



.get-a-quote
{
  background: #0045a2;
  color: white;
  border: 1px solid #ce0b11;
}
/*--change password--*/

  .pass_show{position: relative;
  } 
.pass_show .ptxt { 
position: absolute; 
top: 50%; 
right: 10px; 
z-index: 1; 
color: #f36c01; 
margin-top: -10px; 
cursor: pointer; 
transition: .3s ease all; 
} 
.pass_show .ptxt:hover{color: #333333;} 
.change-psd
{
  padding-bottom: 20px;
}


/*--all catalog--*/
.grid-container {
  columns: 3 300px;
  column-gap: 1.5rem;
  width: 95%;
  padding-bottom: 40px;
  margin: auto;
  text-align: center;

}
 .align_grid {
    width: 25%;
    margin: 5px ;
    display: inline-block;
    width: 100%;
    background-color: #ffff;
    padding: 20px;
    transition: all .25s ease-in-out;
    box-shadow: 0px 1px 5px 3px rgba(161, 161, 161, 0.288);
    margin-top: 18px;
  }
.ourp_head{
  text-align: center;
  text-shadow: 2px 2px #f2f2f2;
  box-shadow: 5px 2px 5px 1px #888888;
  color: #173284;
  font-weight: 600;
  padding: 10px 0px;
font-size: 18px;
}
.ourp_text{
  text-decoration: none;
  color: black;
  padding: 0px 15px;
  text-align: left;
  font-weight: 500;
  margin: 3px 0px;
}
.ourp_text:hover{
  text-decoration: none;
  font-weight: 500;
  color: #ce0b11;
}
.text_decoration,.text_decoration:hover{
  text-decoration: none;
}
.bi-asterisk{
  color: #173284;
  margin-right: 5px;
  font-size: 14px;
}
/*--end--*/
.modal-popup
{
  margin-top: 0px;
  color: red;
}        

.user-profile
{
  color: #23426b;
  font-size: 20px;
}
.marquee-top {
    position: relative;
    padding: 5px 0 0px 0;
    border-bottom: none;
    z-index: 11;
    margin: 0;
    background-image: linear-gradient(#210770, #0045a2);
    height: 35px;
}
 

 /*--compare btn--*/
 .compare_bttn {
  background-color: #ffff;
  width: 0px;
  color: #0045a2;
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  padding: 0;
}
.action--compare-add {
color: #0045a2 ;
}
.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
color: #ddd;
font-size: 16px;
letter-spacing: 0;
background: #2F3035;
border-radius: 2px;
padding: 3px 5px
}
.action--compare-add:hover {
    color: #0045a2;
}
.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
display: none
}
.action--compare-add input[type=checkbox]:checked~.fa-check {
  display: inherit;
color: #0045a2
}
.check-hidden {
position: absolute;
opacity: 0
}
.action {
display: inline-block;
font-size: 16px;
white-space: nowrap;
cursor: pointer;
border: none;
background: transparent;
text-align: center
}
.action:focus {
outline: none
}
.action__text {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
letter-spacing: 1px;
font-size: .813em;
vertical-align: middle;
display: inline-block
}
.action__text--invisible {
position: absolute;
top: 100%;
opacity: 0;
pointer-events: none
}
.compare-section {
position: fixed;
top: 60px;
right: 20px
}


.btn-compare, .btn-compare:hover {
    background-color:#ce0b11;
    color: #ffffff;
    margin-top: 150px;
}
/*---end--*/
.login-register
{
 padding-top: 22px;
 padding-left: 50px;
}
.fa-arrow-down
{
  color: #0045a2;
}
.forgot-psd-page
{
  width: 100%;
  margin: auto;
}
     .forgot {
     background-color: #fff;
     padding: 12px;
     border: 1px solid #dfdfdf
 }

 .padding-bottom-3x {
     padding-bottom: 72px !important
 }

 .card-footer {
     background-color: #fff
 }

 .btn {
     font-size: 13px
 }

 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #76b7e9;
     outline: 0;
     box-shadow: 0 0 0 0px #28a745
 }
 .btn-success
 {
  background-color: #0045a2;
  color: white;
  border: 1px solid #ce0b11;
 }
  .btn-success:hover
 {
  background-color: #0045a2;
  color: white;
  border: 1px solid #ce0b11;
 }

.unactive
{
  color: red;
}
.delete
{
  color: red;
}
#rowContent .active{
 color: green;   
}
.table-head
{
  color: black;
}
.datatable-head
{
  border: 2px solid #4d4848;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
 
}
.list_view
 {
  color: #000000;
 }
/**---header bottom- mobileview---*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .so-megamenu-active
  {
    width: 80%;
  }
  .header-bottom-logo {
    display: inline;
  }
  .header-center #sosearchpro input {

    width: 100%;
}

.product-by-categroy
{
  width: 70%;
  margin: auto;
}
.forgot-psd
{
  width: 100%;
    margin: auto;
}

.single-product
{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.home-page-list
{
  width: 95%;
  margin: auto;
  padding-top: 20px;
}
.home-page-tag
{
  text-align: center;
}
.p_categories
{
  display: none;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .so-megamenu-active
  {
    width: 60%;
  }
.forgot-psd
{
  width: 100%;
    margin: auto;
}
.single-product
{
  width: 100%;
  margin: auto;
}
.home-page-list
{
  width: 95%;
  margin: auto;
  padding-top: 20px;
}
.home-page-tag
{
  text-align: center;
}
.p_categories
{
  display: none;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .so-megamenu-active
  {
    width: 70%;
  }
  .p_categories
  {
    display: none;
  }
  .p_categories_img
  {
    width: 100%;
    margin: auto;
  }
  .header-top
  {
    display: none;
  }
  .forgot-psd
{
  width: 50%;
    margin: auto;
}
.home-page-list
{
  width: 70%;
  margin: auto;
  padding-top: 20px;
}
.single-product
{
  width: 100%;
  margin: auto;
}
.change-page
{
  margin-left: 150px;
  width: 500px;
}
.new-page
{
  display: inline;
}
.home-page-tag
{
  text-align: center;
}
.user-edit-ipad
{
  margin: auto;
}
.so-spotlight1
{
  display: none;
}
.about-us-content
{
  display: none;
}
.login-register
{
  padding-top: 10px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 991px) {
  .header-bottom-logo {
    display: inline-block;
  }
  .forgot-psd
{
  width: 50%;
    margin: auto;
}
.p_categories
{
  display: inline;
}
.p_categories_img
{
  width:75%;
}
.so-spotlight1
{
  display: inline;
}

.login-register
{
  padding-top: 25px;
}
.home-page-list
{
  display: none;
}
.new-page
{
  display: none;
}
.single-product
{
  width: 100%;
  margin: auto;
}
.change-page{
  margin-left: 300px;
  width: 500px;
}

.up_pz{
  margin-top: -10px;
  font-weight: 700;
}
}

 /* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header-bottom-logo {
    display: none;
  }
  .new-page{
  display: none;
}
  .forgot-psd{
  width: 50%;
  margin: auto;
}
.single-product{
  width: 100%;
  margin: auto;
}
.about-us-content{
  display: inline;
}
}/*--mobile view end--*/




@media only screen and (min-width: 280px) and (max-width:991px){
.no_mobile{
  display: none;
}
}

.fa-arrow-down{
  float: right;
  position: relative;
  z-index: 9999;
}
.search_mobile{
  padding: 4px 5px;
}
@media only screen and (max-width: 576px) {
#content.type-1 .products-list.grid, #content.type-2 .products-list.grid {
  width: 100% !important;
}
#content.type-1 .products-list.grid .product-layout,
#content.type-2 .products-list.grid .product-layout {
  margin: auto;
  width: 280px;
  float: none;
  padding: 10px 15px 0 15px;
}
}


/***==================catlog==========================**/
.cat_mtop{
  margin-top: 50px;
}
.catalog_body{
  max-width: 700px;
  height:auto;
  margin: auto;
  margin-bottom: 50px;
background-color: #ffffff;
}
.download_box{
  width: 250px;
  height: 180px;
  border-radius: 0.2rem;
  margin:50px 0px 30px 0px;
}
.download_btn{
  color: #ffff;
  background-color: #304ba6;
  color: #ffffff;
  border: #304ba6 1px solid;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 17px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 15px;
}
.download_btn:hover{
  text-decoration: none;
}
.download_1{
    font-size: 17px;
    font-weight: bold;
    padding-top: 25px;
    color: #304ba6;
}
/**************************************** Body 1****************************************************/
.body1_part1{
  height:840px;
  margin-top: 50px;
  position: relative;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_cover{
  background-image: url(../images/dummy/catalog-page.jpg);
  background-size: cover;
  max-width: 100%;
  height: 840px; 
  margin: auto;
}
.catalog_logo{
  width: 35%;
  float: right;
  margin:30px 25px 0px 0px;
}
.catalog_img{
  width:45%;
  vertical-align: middle;
  margin-top: 10px;
}
.check_icon{
  color: #304ba6;
}
.catalog_head{
  font-size: 38px;
  font-weight: bold;
  color: #304ba6;
  margin:10px 0px 0px 20px;
}
.catalog_contact{
  color: white;
  margin-top: 80px;
  font-weight: bold;
  margin-left: 15px;
}
/**************************************** Body 2****************************************************/
.body2{
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.body_center{
  margin: 0px 25px;
}
.catalog_subhead{
  font-weight: bold;
  color: #304ba6;
  font-size: 22px;
  padding: 50px 0px 0px 10px;
}
.catalog_text{
  margin: 15px 10px 0px 10px;
  line-height: 1.6rem;
}
.table, th, td {
  border: 1px solid black;
  margin-top: 5px;
}
.mobile_bottom{
  padding-bottom: 15px;
}
.fa-caret-right{
  color: #304ba6;
  font-weight: 18px;
  margin-left: -15px;
}
/*************************************** Body 3 ***************************************************/
.body3{
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_footerlog{
  width: 30%;
  margin-top: 50px;
}
/******************************************* {Sub Product page}  (min-width: 320px) and (max-width:580px) ******************************************/
@media only screen and (min-width: 320px) and (max-width:580px)
{
  .catalog_subhead{
      margin-top: 15px;
  }
  .download_btn{
      background-color: #304ba6;
      border: none;
      color: white;
      padding: 9px 20px;
      cursor: pointer;
      font-size: 17px;
      margin-top: 17px;
      text-decoration: none;
    }
    .check_icon{
        margin-left: -30px;
    }
  .body1_part1{
      max-height:550px;
      position: relative;
      box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
      margin-top: 0px;
  }
  .catalog_cover{
      background-image: url(../images/dummy/catalog-page.jpg);
      background-size: cover;
      max-width: 100%;
      max-height: 550px; 
      margin: auto;
  }
.catalog_logo{
  width: 35%;
  margin:30px 15px 0px 0px;
}
.catalog_img{
  width:55%;
  margin-top: 15px;
}
.catalog_head{
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0px 0px 10px;
}

.catalog_contact{
  margin-bottom:auto;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 20px;
}


/**************************************** Body 2****************************************************/
.body2{
  height: auto;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
  padding: 10px 0px 10px 0px;
}
.body_center{
  margin: 0px 25px;
}
.catalog_subhead{
  font-size: 17px;
  padding: 5px 0px 0px 0px;
}
.catalog_text{
  margin: 10px 10px 0px 0px;
}
.table, th, td {
  border: 1px solid black;
  margin-top: 2px;
}
.table{
  padding-bottom: 10px;
}

.fa-caret-right{
  color: #304ba6;
  font-weight: 18px;
  margin-left: -25px;
}
/*************************************** Body 3 ***************************************************/
.body3{
  height: auto;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
  padding: 10px 0px 10px 0px;
}
}

/*******************************************  (min-width: 581px) and (max-width:768px)  ******************************************/
@media only screen and (min-width: 581px) and (max-width:767px)
{
  .catalog_subhead{
      margin-top: 15px;
      font-size: 26px;
      font-weight: 600;
  }
  .download_btn{
      background-color: #304ba6;
      border: none;
      color: white;
      padding: 9px 20px;
      cursor: pointer;
      font-size: 17px;
      margin-top: 17px;
      text-decoration: none;
    }
    .check_icon{
        margin-left: -30px;
    }
  .body1_part1{
      max-height:600px;
      position: relative;
      box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
      margin-top: 0px;
  }
  .catalog_cover{
      background-image: url(../images/coverpage.png);
      background-size: cover;
      max-width: 100%;
      max-height: 600px; 
      margin: auto;
  }
.catalog_logo{
  width: 35%;
  margin:30px 15px 0px 0px;
}
.catalog_img{
  width:45%;
  margin-top: 15px;
}
.catalog_head{
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0px 0px 10px;
}

.catalog_contact{
  margin-bottom:auto;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 30px;
}
/**************************************** Body 2****************************************************/
.body2{
  height: auto;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
  padding: 10px 0px 10px 0px;
}
.body_center{
  margin: 0px 25px;
}
.catalog_subhead{
  font-size: 17px;
  padding: 5px 0px 0px 0px;
}
.catalog_text{
  margin: 10px 10px 0px 0px;
}
.table, th, td {
  border: 1px solid black;
  margin-top: 2px;
}
.table{
  padding-bottom: 10px;
}

.fa-caret-right{
  color: #304ba6;
  font-weight: 18px;
  margin-left: -25px;
}
/*************************************** Body 3 ***************************************************/
.body3{
  height: auto;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
  padding: 10px 0px 10px 0px;
}
}
/******************************************* (min-width: 768px) and (max-width:992px) ******************************************/
@media only screen and (min-width:1000px) and (max-width:1400px)
{
.logo_img{
width: 180px;
margin-top: 20px;
}
.for_ipadpro{
  width: 100%;
}
}
@media only screen and (min-width:991px) and (max-width:1200px){
.header-bottom-logo
{
  display: none;

}
.navbar-hidden
{
  display: none;
}
.hidden-lg
{
  display: none;
}
}
.contact_msg {
	position: fixed;
	font-size: 16px;
	text-align: center;
	z-index: 999;
	width: 500px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	margin-left: auto;
	margin-right: auto;
}
.err_message{
    color: red;
    text-align: left;
}

@media only screen and (max-width: 991px) {
.user-profile-ipad{
    width: 350px;
    margin: auto;
    }
}