/*@import url('https://fonts.googleapis.com/css?Roboto:200,300,400,500,700,900i');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  background: #fff;
  font-size: 15px;
  color: #676767;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {

  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1f1f1f;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* ------- HEADER TOP  ------ */
.wrapper-header{
  width: 100%
}
.p-white{
  color: #fff
}
#header-top {
  background: #042D8A;
  padding: 10px 0px 0px;
}
.layout-language img{
  padding: 0px 10px
}
.bor_nav {
  border-top: 1px solid #dbdbdb;
}
#header-top .header-top-links ul li {
  display: inline-block;
}
#header-top .header-top-links ul li a {
  font-size: 12px;
  color: #fff;
}
#header-top .header-top-links ul li a i {
  font-size: 15px;
  margin-right: 5px
}
.header-login:hover {
  background: #fff;
}
.af-line {
  background: #fff;
  display: inline-block;
  height: 12px;
  width: 1px;
  margin: 0 10px -2px;
}
.header-login {
  color: #fff;
  padding: 15px 20px 15px
}
.header-top-links {
  text-align: right;
}
.get-tuch ul li h4,
.get-tuch ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
}
.header-login {
  background: #0E9C48;
}
.header-login:hover {
  background: #fff
}
#header-top .header-top-links ul li a:hover {
  color: #FBA328
}
.img-profile{
  border-radius: 100%;
  margin-top: -2px;
  width: 17px;
  height: 17px
}

/* ------- HEADER BOTTOM  ------ */
#header-bottom {
  background: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dbdbdb;
}
#header-bottom .col-md-10 {
  text-align: right;
  margin-top: 40px
}
#header-bottom .get-tuch {
  display: inline-block;
}
#header-bottom .get-tuch > ul {
  display: inline-block;
}
#header-bottom .get-tuch ul li h4,
#header-bottom .get-tuch ul li p {
  padding: 0;
  margin: 0;
}
#header-bottom .get-tuch i {
  display: inline-block;
  font-size: 34px;
  margin-right: 7px;
  vertical-align: text-bottom;
}
#header-bottom .get-tech-line {
  display: inline-block;
  padding: 0 15px 0 25px;
  vertical-align: top;
}

/* ------- Slide  ------ */
.wrapper-slide{
  width: 100%
}
header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.navbar .list-fevorite-cart a{
  text-transform: none !important;
  font-weight: normal !important;
}
.mobile-menu{
  display: none;
}

/* ------- Menu  ------ */
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.boder-social{
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.nav > li > .socail{
  padding: 10px 2px;
  font-size: 14px;
}
.nav > li > .socail:hover{
  color: #042D8A !important
}
.wrapper-menu{
  width: 100%;
  position: absolute
}
.navbar{
  margin-bottom: 0px !important;
}
.navbar-default{
  border:none;
  border-radius: 0px;
  background: none;
  z-index: 1111
}
.navbar-collapse{
  padding: 0px;
  margin: 0px;
}
.navbar-default .navbar-nav > li > a{
  text-transform: uppercase;
  font-weight: bold;
}
.navbar ul{
  width: 100% !important;
}
.navbar ul li{
  display: inline;
  position: relative;
}
.navbar ul li ul{
  width: 175px !important;
  position: absolute;
  top:50px;
  left:0;
  padding: 0;
  display: none;
}
.navbar ul li ul li a{
  display:block;
  padding:10px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.navbar ul li ul li ul{
  left: 175px;
  top: 13px;
  position: absolute;
  display: none;
}
.navbar ul .fa-sort-desc{
  position: relative;
  top: -3px;
  right: -5px;
}
.navbar ul li ul li i{
  margin-left:50px !important;
}
.navbar ul li a:hover{
  background:#fff !important;
  text-decoration: none;
  color: #042D8A;
}
.navbar ul li a{
  text-decoration: none;
}
.navbar ul li:hover > ul{
  display: block
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #042D8A;
}
@media only screen and (max-width:480px) {
  .navbar-default{
    background-color:#009BDD;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
  }
  .navbar-collapse{
    padding:10px 20px;
  }
  .navbar ul li ul{
    top:0px;
    width:100% !important;
    position: relative;
  }
  .navbar ul ul li ul{
    position: relative !important;
    width: 100% !important;
  }
  .navbar ul li ul li ul{
    top:1px !important;
    left:0px !important;
  }

}

/* ------- Scroll Menu  ------ */
.float-panel {
  width:100%;
  background:#fff;
  z-index:300;
  transform: translateZ(0);
  transition:all 0.5s;
}
.float-panel .content-area {
  max-width:900px;
  margin:10px auto;
}
.fixed {
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
  padding:0px;
  animation:slide-down 0.7s;
  opacity:0.9;
  background: #042D8A;
}
.fixed .navbar-default .navbar-nav > li > a{
  color: #fff;
}
.fixed nav ul li a:hover{
  background: #042D8A !important;
  color: #fff
}
.fixed li > .socail:hover{
  color: #fff !important
}
.fixed .fa-gg {
  transform: rotate(360deg);
}

@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  }
  100% {
      opacity: 0.9;
      transform: translateY(0);
  }
}
/*----------------end scoll menu--------------*/

/*===============================================
=================================================
                  Welcome
=================================================
================================================= */
.wrapper-welcome{
  padding: 20px 0px;
  background: #eee
}
.wrapper-welcome h2{
  text-align:center;
}
.wrapper-welcome p{
  text-align:center;
}
.list-program{
  border: solid 1px #fff;
  padding: 20px
}
.boder-img-program{
  background: #042D8A;
  padding: 15px;
  color: #fff;
  width: 50px;
  height: 50px
}

/** fadeInDown **/
@-webkit-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration:1s;
  animation-delay: 1s;
}

/*===============================================
=================================================
                  Product
=================================================
================================================= */
.wrapper-product{
  background-image: url('../images/shop_bg.jpg');
  background-size: cover;
  padding: 20px 0px
}
.wrapper-product h2{
  text-align:center;
}
.list-product{
  border: solid 1px #ddd;
  margin-top: 20px;
  padding: 10px
}
.list-product:hover{
  border: solid 1px #042D8A;
}
.list-product img{
  width: 100%;
  height: 250px
}
.list-product h4{
  text-align:center;
}
.list-product h4:hover{
  color:#042D8A
}
.list-product p{
  text-align:center;
}
.list-product .price{
  color: #FE3434;
  font-weight:bold;
}
.list-product .price del{
  font-weight:normal
}
.list-product .discount{
  color: #B1B1B1;
}

figure.overlay {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 310px;
  max-height: 250px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.overlay * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.overlay img {
  opacity: 1;
  width: 100%;
  display: block;
  height: 220px;
  object-fit: cover;
}
figure.overlay figcaption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px 12px 5px;
  position: absolute;
}
figure.overlay h4,
figure.overlay i {
  color: #ffffff;
}
figure.overlay h4 {
  font-weight: 400;
  left: 0;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
figure.overlay i {
  font-size: 22px;
}
figure.overlay a {
  text-decoration: none;
}
figure.overlay .bottom-left,
figure.overlay .bottom-right {
  position: absolute;
  bottom: 5px;
  opacity: 0;
}
figure.overlay .bottom-left {
  left: 5px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
figure.overlay .bottom-right {
  right: 5px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
figure.overlay:hover img,
figure.overlay.hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.overlay:hover figcaption .bottom-left,
figure.overlay.hover figcaption .bottom-left,
figure.overlay:hover figcaption .bottom-right,
figure.overlay.hover figcaption .bottom-right {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.add-to-cart{
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  width: 30px;
  height: 30px
}
.add-to-cart .fa-shopping-cart {
  color: #1F1F1F;
  font-size: 14px;
  padding: 8px 0px;
}
figure.overlay i:hover{
  color: #042D8A
}

/*===============================================
=================================================
                  Product-detail
=================================================
================================================= */
.wrapper-product-detail{
  padding: 20px 0px
}

/*-------popup image product detail--------*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.wrapper-product-detail .price{
  color: #da0017;
  font-weight: bold;
  font-size: 16px
}
/*-------end popup image product detail--------*/

/* skin 7 */
.quatity {
  float: left;
}
.num-block {
  float: left;
  width: 100%;
}
.skin-7 .num-in {
  float: left;
  width: 138px;
  border: 1px solid #a4a4a3;
  margin-left: 10px
}
.skin-7 input.in-num {
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
}
.skin-7 .num-in span  {
  font-size: 21px;
  text-align: center;
  display: block;
  width: 46px;
  float: left;
  height: 32px;
  background-color: #f4f4f6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.skin-7 .num-in span:hover {
  background-color: #d7d7d8;
}
.skin-7 .num-in input {
  border: none;
  float: left;
  width: 44px;
  line-height: 34px;
  text-align: center;
  font-family: 'helveticaneuecyrbold';
}
/* / skin 7 */

.image-detail{
  width:100%;
  height: 100%;
  border: solid 1px #eee;
  padding: 10px;
  object-fit: cover;
}
.layout-des-tab{
  padding: 20px 0px
}
.tab-content p{
  padding: 5px 15px
}
.bt-add-to-cart{
  background: #042D8A;
  border: solid 1px #042D8A;
  color: #fff;
  width: 40%;
  padding: 5px 10px;
  margin-top: 20px;
  transition: background-color .8s,
  opacity .5s, visibility .5s;
}
.bt-add-to-cart:hover{
  background: #018730
}
.name-product{
  color: #042D8A
}

/* size option */
.swatches {
  margin: 10px 0 5px;
  float: left;
  margin-right: 50px;
  width: 100%
}
.selector-wrapper,
#productSelect {
  display: none
}
.swatch {
  float: left;
  margin-right: 50px
}
.swatch:nth-last-child(2) {
  margin-right: 0
}
.swatch input {
  display: none
}
.swatch .swatch-element {
  float: left;
  padding: 0px 0px 0px 8px;
  position: relative
}
.swatch .color label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid;
  cursor: pointer;
  display: block;
  height: 42px;
  padding: 7px 0 0 7px;
  width: 42px
}
.swatch .color label span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 26px;
  position: relative;
  width: 26px
}
.swatch .color label span:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzMS4wMDAwMDAsIC0xMzAyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIDEyNDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIzNS45MzgzNyw1OC40NTA1ODYxIEwxMjM0LjUyMTE2LDU5LjM5NTUzMDcgTDEyMzcuNTQ4NDgsNjMuOTM2NzE1OCBMMTI0NS45MjIyNSw1OC4zNTM5MTk4IEwxMjQ0Ljk3NzczLDU2LjkzNjcxNTggTDEyMzguMDIxMTYsNjEuNTc0NTY3MSBMMTIzNS45MzgzNyw1OC40NTA1ODYxIEwxMjM1LjkzODM3LDU4LjQ1MDU4NjEgWiIgaWQ9ImZhamZrYSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI0MC4yMjE3MDYsIDYwLjQzNjcxNikgcm90YXRlKC0xMC4wMDAwMDApIHRyYW5zbGF0ZSgtMTI0MC4yMjE3MDYsIC02MC40MzY3MTYpIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==') no-repeat center center;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.swatch .plain label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #042D8A;
  color: #042D8A;
  cursor: pointer;
  display: block;
  height: 30px;
  padding: 4px;
  text-align: center;
  margin-top: -7px;
  font-size: 12px
}
.swatch .color input:checked+label span:after {
  opacity: 1
}
.swatch input:not(:checked)+label {
  border-color: #dddd !important
}
.swatch input:not(:checked)+label:hover {
  border-color: #b5b6bd !important
}
.swatch .plain input:not(:checked)+label {
  color: #16161a !important;
  padding: 4px 5px 0px 5px
}
.swatch .blue input:checked+label {
  border-color: #086fcf !important
}
.swatch .yellow input:checked+label {
  border-color: #f5c81f !important
}
.swatch .red input:checked+label {
  border-color: #d9332e !important
}
.swatch .blue label span {
  background-color: #086fcf !important
}
.swatch .yellow label span {
  background-color: #f5c81f !important
}
.swatch .red label span {
  background-color: #d9332e !important
}
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.swatch .swatch-element .crossed-out {
  display: none
}
.swatch .swatch-element.soldout .crossed-out {
  display: block
}
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6
}
.layout-detail {
  width: 100%;
  float: left;
  margin-left: 50px;
  margin-top: -18px;
}
.size {
  float: left;
}

/*===============================================
=================================================
                  Join Us
=================================================
================================================= */
.wrapper-join-us{
  padding-top: 70px !important;
  padding-bottom: 60px !important;
  /*background: #042D8A url('../images/leafs.png');*/
  background: #f9f7f3;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.wrapper-join-us h2{
  text-align:center;
  color: #000
}
.wrapper-join-us p{
  text-align:center;
  color: #fff
}
.wrapper-join-us .hotline{
  color: #042D8A
}
.wrapper-join-us .contact-join{
  padding: 15px 30px;
  margin-top: 20px;
  color: #1F1F1F;
  background: #fff;
  font-weight: bold;
  border-radius:30px;
  margin-top: 10px;
  float: left;
  box-shadow: #042D8A 0px 0px 0px 2px;
}
.contact-join:hover{
  color: #042D8A
}

/*===============================================
=================================================
                wrapper-menu-detail
=================================================
================================================= */
.wrapper-menu-detail{
  padding: 100px 0px 60px;
  background: #F9F7F3 url('../images/bkg_module.jpg');
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.menu-detail{
  text-align:center;
}
.menu-detail li{
  display: inline-block;
  padding: 10px 5px;
}
.menu-detail li a:hover{
  color: #042D8A
}
.page{
  color: #042D8A
}

/*===============================================
=================================================
              wrapper-gallary
=================================================
================================================= */
.wrapper-gallary{
  width: 100%;
  padding: 20px
}
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #042D8A;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #042D8A;
  margin: 5px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
  box-shadow: #ddd 2px 2px 5px 4px;
}
.button:hover {
  background-color: rgba(0,0,0,0.1);
}
.button:active,
.button.is-checked {
  background-color:#fff;
  outline: none;
  color: #000
}
.button-group {
  margin: 20px 0;
  text-align: center;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100%;
  height:180px
}
.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}
@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}
@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}

/*===============================================
=================================================
              wrapper-contact-us
=================================================
================================================= */
.wrapper-contact-us{
  width: 100%
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="number"],
#contact textarea,
#contact button[type="submit"] {
  font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="password"],
#contact input[type="number"],
#contact textarea,
#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact input[type="password"]:hover,
#contact input[type="number"]:hover,
#contact textarea:hover,
#contact select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="button"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #fb8c00;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  background: #2F8CDA;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  outline: 0;
  border: 1px solid #aaa;
}
.layout-head-office{
  background: #EFF7FA;
  padding: 20px 0px
}
.bt-send-massage{
  background: #042D8A;
  border: solid 1px #042D8A;
  color: #fff;
  float: right;
  padding: 5px 15px;
  transition: background-color .8s,
  opacity .5s, visibility .5s;
}
.bt-send-massage:hover{
  background: #018730
}
.map{
  border:0;
  background: #fff;
  padding: 15px;
  box-shadow: #eee 3px 3px 3px 3px
}


/*===============================================
=================================================
                wrapper-organic
=================================================
================================================= */
.wrapper-organic{
  padding: 20px
}
.faqs-container{
  overflow: hidden;
}
.faq-singular {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 30px 0 20px;
}
.faq-singular:hover,
.faq-singular.active{
  background: #f2f2f2;
  background-image: linear-gradient(90deg, #042D8A 0%, #042D8A 8px, transparent 8px, transparent 100%);
}
.faq-singular .faq-question {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 25px 25px 25px 0px;
  font-size: 20px;
}
.faq-singular .faq-question:before {
  position: absolute;
  content: "+";
  color: #808080;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
}
.faq-singular.active .faq-question:before {
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
  display: none;
  padding-bottom: 20px;
}

/*===============================================
=================================================
              wrapper-about-us
=================================================
================================================= */
.wrapper-about-us{
  width: 100%;
  padding: 20px 0px
}
.layout-company-profile{
  border-bottom: 1px solid #eee;
  float: left;
  padding: 20px 0px
}
.boder-img-about{
  background: #042D8A;
  padding: 15px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px
}
.layout-company-mission{
  padding: 50px 0px
}
.layout-company-provide{
  background: #EFF7FA;
  width: 100%;
  float: left;
  padding: 60px 0px
}
.layout-company-provide h3{
  padding: 0px 0px 30px
}
.layout-company-provide h4{
  color: #042D8A
}

/*===============================================
=================================================
                 wrapper-inquiry
=================================================
================================================= */
.wrapper-inquiry .welcome{
  padding: 20px
}

/*===============================================
=================================================
              wrapper-login
=================================================
================================================= */
.wrapper-login{
  width: 100%;
  padding: 30px
}
.layout-login{
  width: 40%;
  height:400px;
  /*background-image: linear-gradient(to right, #042D8A , #2ed167);*/
  background: #fff;
  box-shadow: 0px 0px 0px 6px #eee;
  padding: 40px 10px 40px;
  border-radius: 5px;

}
#login input[type="text"],
#login input[type="email"],
#login input[type="tel"],
#login input[type="url"],
#login input[type="number"],
#login textarea,
#login button[type="submit"] {
  font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important
}
#login fieldset {
  border: medium none !important;
  margin: 10px 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#login input[type="text"],
#login input[type="email"],
#login input[type="tel"],
#login input[type="url"],
#login input[type="password"],
#login input[type="number"],
#login textarea,
#login select {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#login input[type="text"]:hover,
#login input[type="email"]:hover,
#login input[type="tel"]:hover,
#login input[type="url"]:hover,
#login input[type="password"]:hover,
#login input[type="number"]:hover,
#login textarea:hover,
#login select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#login textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#login button[type="button"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #fb8c00;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#login button[type="submit"]:hover {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#login button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#login input:focus,
#login textarea:focus,
#login select:focus {
  outline: 0;
  border: 1px solid #aaa;
}
.bt-login{
  width: 100%;
  background: #042D8A;
  border:solid 1px #042D8A;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: #011f8e 2px 2px 3px;
  border-radius: 30px;
  transition: background-color .8s,
  opacity .5s, visibility .5s;
}
.bt-login:hover{
  background: #0424E7
}
.layout-login h3{
  color: #042D8A;
  text-transform: uppercase;
}
.lg-register{
  color: #042D8A;
}
.lg-register:hover{
  color: #058933
}

/*===============================================
=================================================
              wrapper-register
=================================================
================================================= */
.layout-register{
  width: 40%;
  height: 670px;
  /*background-image: linear-gradient(to right, #042D8A , #2ed167);*/
  background: #fff;
  box-shadow: 0px 0px 0px 6px #eee;
  padding: 40px 10px 40px;
  border-radius: 5px
}
.layout-register h3{
  color: #042D8A;
  text-transform: uppercase;
}

/*===============================================
=================================================
        Dashboard Account Setting
=================================================
================================================= */
.dashboard-setting {
  width: 100%;
  background: #F2F2F2;
  padding: 50px 0px 20px 0px;
  float: left;
}
.link-menu {
  margin-top: 30px
}
.accordion {
  width: 100%;
  background: #FFF;
  margin: 20px 0px 10px 0px;
  box-shadow: #eee 2px 3px 3px
}
.accordion h3 {
  padding: 10px 0px;
  text-align: center;
  color: #5068FF
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #eee;
  color: #93A3B5;
}
.accordion .link a {
  text-decoration: none;
  color: #93A3B5;
}
.accordion .link:hover i,
.accordion .link:hover a {
  color: #042D8A;
}
.accordion .link:hover {
  background: #F6F9FB;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #93A3B5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.current-menu {
  background: #042D8A;
  border-left: 4px solid #008c31
}
.accordion li.current-menu a,
.accordion li.current-menu i {
  color: #fff
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  /*background: #2a3c91;*/
  font-size: 14px;
}
.submenu li {
  border-bottom: 1px solid #e9e9ec;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #93a3b5;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  color: #042D8A !important;
}

/*===============================================
=================================================
                  My Profile
=================================================
================================================= */
.pd-0{
  padding: 0px
}
.profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 20px
}
.profile-img p {
  line-height: 5px
}
.profile-img .profile-logout {
  border: solid 1px #eee;
  padding: 10px 20px;
  box-shadow: #eee 2px 3px 3px;
}
.profile-img .profile-logout:hover {
  color: #5068FF
}
.main-profile {
  width: 100%;
  padding: 10px 20px 20px;
  float: left;
  margin-top: 20px;
  background: #fff;
  box-shadow: #eee 2px 3px 3px;
  margin-left: 20px
}
.main-profile h4 {
  background: #eee;
  padding: 10px
}
.main-profile input[type=text],
.main-profile input[type=email],
.main-profile input[type=password],
.main-profile input[type=file],
.main-profile select {
  position: relative;
  width: 100%;
  height: 46px;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  float: left;
  margin-top: 20px;
  border-radius: 0px
}
.main-profile textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  padding: 0px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  float: left;
  margin: 10px;
}

.main-profile .custome-upload {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  padding: 0px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  float: left;
  margin: 10px;
}
.main-profile input[type=text]:focus,
.main-profile input[type=email]:focus,
.main-profile input[type=password]:focus,
.main-profile textarea:focus {
  border-color: #5068FF
}
.layout-user-rule{
  border-bottom: 1px solid #eee;
  width: 100%;
  float: left;
  padding: 15px
}
.img-profie-dashboard {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-top: 20px;
  border: solid 5px #ddd;
  object-fit: cover
}
.name-user-profile{
  color: #6A6E85 !important
}
.profile-user-img{
  width: 125px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

/*------ Upload Image Profile----*/
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
  margin-bottom: 20px;
}
.avatar-edit {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 160px
}
 .avatar-edit input {
  display: none;
}
 .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #d2d6de;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}
.avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-edit input + label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 34px;
  margin: auto;
}
.bt-user-profile-change li{
  background: #042D8A;
  margin-top: 5px;
  padding: 5px
}
.bt-user-profile-change a{
  color: #fff
}
/*===============================================
=================================================
                  wrapper-cart
=================================================
================================================= */
.wrapper-cart{
  width: 100%;
  padding: 30px
}
.container-fluid {
  margin-top: 5%
}
.img-sm {
  width: 80px;
  height: 80px
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px
}
.table-shopping-cart .price-wrap {
  line-height: 2.7
}
.table-shopping-cart .price {
  margin-right: 5px;
  display: block
}
.text-muted {
  color: #969696 !important
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0px;
}
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color:black;
}
.btn.btn-out {
  outline: 1px solid #fff;
  outline-offset: -5px;
}
.btn-main {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  color: #fff;
  width: 130%;
}
.btn-con{
  margin-bottom: -3%
}
.btn-light {
  font-size:18px;
  color: #DA0017;
  margin-right: 30%;
}
.add-product{
  margin-top: 5px;
  margin-right: 75px;
}

/* total price */
.inlineimage {
  max-width: 470px;
  margin-right: 8px;
  margin-left: 10px
}
.images {
  display: inline-block;
  max-width: 98%;
  height: auto;
  width: 20%;
  margin: 1%;
  left: 20px;
  text-align: center
}
.container-total{
  width: 100%
}
.total{
  padding-right: -100%;
}
.text-total{
  float: right;
}
.text-tranform{
  text-transform: uppercase;
}


/*===============================================
=================================================
                  Order
=================================================
================================================= */
.layout-order{
  border-bottom: 1px #eee solid;
  float: left;
  width: 100%;
  padding: 10px 0px 10px
}
.layout-order-img{
  float: left;
  width: 15%
}
.image-order{
  width: 100%;
  height: 120px
}
.layout-order-desc{
  float: left;
  width: 55%;
  padding: 0px 20px;
  line-height: 12px
}
.layout-order-desc a:hover{
  color: #042D8A
}


/*===============================================
=================================================
               fevorite
=================================================
================================================= */
.layout-fevorite{
  border-bottom: 1px #eee solid;
  float: left;
  width: 100%;
  padding: 10px 0px 10px
}
.layout-fevorite-img{
  float: left;
  width: 15%
}
.image-fevorite{
  width: 100%;
  height: 120px
}
.layout-fevorite-desc{
  float: left;
  width: 80%;
  padding: 0px 20px;
  line-height: 12px
}
.layout-fevorite-desc a:hover{
  color: #042D8A
}
.fevorite-remove{
  float: right;
  width:2%;
  font-size: 18px
}
.fevorite-remove a{
  color: #DA0017;
  transition: background-color .8s,
  opacity .5s, visibility .5s;
}
.fevorite-remove a:hover{
  color: #a00111
}

/*===============================================
=================================================
               edit-profile
=================================================
================================================= */
.bt-update{
  background: #042D8A;
  border: solid 1px #042D8A;
  color: #fff;
  padding: 5px 10px
}
.bt-right{
  float: right;
  margin-top: 15px
}

/*===============================================
=================================================
                  Payment
=================================================
================================================= */
.wrapper-payment{
  padding: 20px
}
.billing-detail{
  background: #fff;
  border: solid 3px #eee;
  padding: 20px;
  margin-top: 10px
}
.billing-detail-total{
  margin-left: 10px;
  background: #fff;
  border: solid 3px #eee;
  padding: 20px;
  margin-top: 10px
}
.layout-summary-total{
  background: #fff;
  border: solid 3px #eee;
  padding: 20px;
  margin-top: 10px;
  width: 100%
}
.total-payment{
  border-top: 1px solid #eee;
  font-size: 18px;
  padding: 10px 0px;
  width: 100%
}
.layout-method {
  padding: 10px 0px;
  border:solid 3px #eeee;
  background: red
}
.layout-summary-total label{
  padding: 0px 5px
}
.payment-method img{
  padding: 10px 0px
}
.payment-method p{
  border: 2px solid #ddd;
  padding: 0px 10px;
  font-size: 16px
}
.input-file {
  visibility: hidden;
  position: absolute;
  z-index: 222222 !important
}
.upload-field {
  height: 35px
}
.custome{
  height: 35px;
  border-radius: 0px !important
}
.choose{
  padding: 5px
}
.payment-method span{
  padding: 5px
}
.payment-method img{
  padding: 5px
}
.bt-process-to-pay {
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background: #042D8A;
  border: solid 1px;
  margin-top: 10px
}

/*===============================================
=================================================
                Billing History
=================================================
================================================= */
.cash-type{
  color: #0BA1B5
}


/*===============================================
=================================================
                  Footer
=================================================
================================================= */
.wrapper-footer{
  background: #31362F;
  padding: 0px 0px 20px
}
.layout-footer{
  width: 100%;
  color: #878787;
  float: left;
}
.layout-footer h4{
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0px
}
.layout-footer img{
  width: 100px
}
.layout-footer{
  padding: 20px
}
.quick-link li{
  border-bottom: 1px dashed #404040;
  line-height: 30px
}
.quick-link a:hover{
  color: #032AF3
}
.wrapper-copy-right{
  background: #20251E;
  padding: 15px 0px 0px
}
.wrapper-copy-right p{
  text-align:center;
  line-height: 17px
}
.socail-footer li{
  float: left;
  border-bottom: none;
  border: solid 1px #eee;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 10px;
   text-align:center
}
.nso{
  font-size: 12px
}
.link-nso{
  color: #2FB55F
}
.link-nso:hover{
  color: #107734
}

/* ------- back to top  ------ */
#button {
  display: inline-block;
  background-color: #042D8A;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height:45px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #018730;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* Moeun Srey style*/
/*style  in page history billing*/
.btn-status{
  padding: 5px;
  border-radius: 5px;
}
.layout-order-action{
  float: left;
  width: 30%;
  /*padding: 0px 20px;*/
  line-height: 12px
}













