@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*CATE*/

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	transition:all 0.5s ease
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	position:relative
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-next{left:52px}
.owl-prev{left:0px}
.owl-theme .owl-nav [class*=owl-] {
	color: #9B9B9B;
	margin: 0px;
	display: inline-block;
	cursor: pointer;
	font-size:24px; transition:all 0.5s ease;
	position:absolute;
	top:0; width:52px; height:52px; text-align:center; line-height:52px; background: #fff
}
.owl-theme .owl-nav [class*=owl-]:hover {
	text-decoration: none; background:#FCC89B !important; color: #000
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition:all 0.5s ease
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FCC89B; 
}
.owl-theme .owl-dots{position: absolute; left: 0; right: 0; bottom: 0}

.slider-container{position: relative; display: block; text-align: center}
.slider-container .item{height: 323px; line-height: 323px; background: transparent; border: inherit}
.slider-container .item img{max-width: 100%; max-height: 100%}
.slider-container .slider .content img{width: 100%;}
.slider-container .slider-controls a{position: absolute; top: 45%; z-index: 100; color: #333333;}
.slider-container .slider-controls a.slider-left{left: -25px;}
.slider-container .slider-controls a.slider-right{right: -25px;}
.thumbnail-slider-container{margin-top: 5px; width:65%; margin:auto}
.thumbnail-slider .content{padding:5px;}
.thumbnail-slider .owl-item{cursor: pointer;}
.thumbnail-slider .owl-item.active.center{border: 3px solid #333333; }
.thumbnail-slider .owl-item .item{height:100px; width:100px; overflow:hidden; text-align: center; border-radius: 100%; padding: 10px;    line-height: 80px;}
.thumbnail-slider .owl-item .item img {max-width: 100%; max-height: 100%}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}


/*CATE*/


/*SORT*/

.sel {
  display: inline-block;
  margin: 0;
  width: 153px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #BEBEBE
}

.sel::before {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #000;
  right: 0px;
  top: calc(50% - 16px);
}

.sel.active::before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FCC89B;
  width: calc(100% + 8px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  -webkit-animation: fadeInUp 500ms;
          animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 14px;
  color: #000;
  padding: 0.5em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #d6b58c;
}

.sel--black-panther {
  z-index: 11;
}

.sel--superman {
/*   display: none; */
  z-index: 2;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*SORT*/


/*ACCORDION*/

.accord {
  border: 1px solid #BEBEBE;
  border-radius: 0px;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
  border-width: 0px 0 1px;
}

.accord:first-child {
  margin-top: 0;
}

.accord:hover {
  border-color: #aaa;
}

.accord__head, .accord__body {
  padding: 10px 0px;
}
.accord__head{padding: 17px 0px}
.accord__head {
  cursor: pointer;
  margin: 0;
  padding-right: 50px;
  position: relative;
  font-size: 16px; text-transform: uppercase; color: #000
}

.accord__head::after {
  content: "\f107";
  position: absolute;
  right: 20px;
  margin-top: -14px;
  top: 50%;
  transition: all .5s ease;
  font-family: 'FontAwesome'; color: #454545; font-size: 24px
}

.accord__body ul li {
  display: block; margin-bottom: 5px
}
.accord__body ul li a{color: #000; font-size: 15px; transition: all 0.5s ease}
.accord__body ul li a:hover{padding-left: 7px; color: #d0af86}

.accord.is-open > .accord__head::after {
  content: "\f106";
}
.dec .accord.is-open .accord__head{font-weight: 600; }

.filter h3{font-size: 18px; text-transform: uppercase; color: #000; font-weight: 600; margin-bottom: 40px}
.pc-list{padding: 50px 0 0}
.pc-list h4{text-align: center; color: #000; font-size: 21px; margin-bottom: 40px}
.pc-list h4 span{color: #4D4D4D; font-size: 14px}
.pc-lft{float: left; width: 50%;     position: relative;}
.pc-lft .ssn{right:43px;top: 5px;    padding: 4px 12px;font-size: 12px;}
.pc-lft h5{font-size: 15px; color: #000; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin:30px 0 10px 10px}
.pc-lft h6{font-weight: 600; color: #000; font-size: 15px; margin-left: 10px}
.pc-list ul li{margin-bottom: 30px}

/*ACCORDION*/


/*SEARCH*/

.header-button {
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
}
.header-button img{margin:0 8px;    width: 30px;}
#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #bc0023;
}

#toggle-search {

}
#toggle-search.open:after {
  top: 20px;    opacity: 1;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #fcc89a;
  border-style: solid;
  border-width: 8px 8px 12px; opacity:0;
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 37px;
  right: 0;
  width: 460px;
  max-height: 0;
  overflow: hidden;
  background-color: transparent;
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  width: 100%;
    padding: 0 50px 0 20px;    font-size: 15px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: 2px solid #3a3a3a;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #fcc89a;
  border: none;
  cursor: pointer;
}
.bag {float:right}
.bag a{position:relative; z-index:1; padding:8px 15px 4px; background:#eae1df; display:block; color:#666666; font-size:15px}
.bag a img{position:relative; top:-2px; margin-right:5px}
.serch{float:right; }

/*SEARCH*/


/*CHECKBOX*/

.label--checkbox{
  position: relative;
  margin: .5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer; font-size: 16px; color: #7b7878
}

.checkbox {
  position: relative;
  top: 1px;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #FCC89B;
  border-radius: 100%;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -2px;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 2px solid #FCC89B;
  cursor: pointer; border-radius: 100%
}

/*CHECKBOX*/




/*PANEL_RIGHT*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
	padding: 60px 0 0;
}

.sidenav .filter{padding:0 35px}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	color: #333;
}

.flt-xs{display:none}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/*LOGIN*/



.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 111;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


.cd-user-modal-container {
  position: absolute;
  width: 90%;
  max-width: 800px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-100);
  -moz-transform: translateY(-100);
  -ms-transform: translateY(-100);
  -o-transform: translateY(-100);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden; left: 0; right: 0; top: 50%
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 0 auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 28px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../images/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../images/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../images/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 45px;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #FCC89B;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #FCC89B;
  color: #FFF;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;    font-family: 'Open Sans', sans-serif;text-transform: uppercase; font-size: 15px; transition: all 0.5s ease
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #292929;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em 2em 2em 0;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 14px 20px 13px 60px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 1em 2em 0;
  }
}

.cd-form-bottom-message {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #727272;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url(../images/cd-icon-close.svg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}
.sup{text-align: center}
.sup a{color: #727272; font-size: 15px;}
.sup a span{color: #d8b181}
.cd-form h3{text-align: center}
.log-lft{height: 456px; object-fit: cover; object-position: left; width: 100%}


/*LOGIN*/

/*FOOTER*/

.accordion {
  position: relative;
}
[id*="open-accordion"], [id*="close-accordion"] {
}

[id*="close-accordion"] {
  display: none;
}
[id*="open-accordion"]:after, [id*="close-accordion"]:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 999;
   display:none; font-size: 20px; color: #000
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  height: auto;
  margin: 0 auto 0;
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 0px;
  padding-top: 0px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  	.accordion-content {height:0}
	[id*="open-accordion"]:after, [id*="close-accordion"]:after{display:block}
	.accordion span:target ~ .accordion-content{padding-bottom:25px}
}


/*FOOTER*/


/*RESPONSIBILITY_TAB*/

.responsive-tabs {text-align:center; position:relative; overflow: hidden;}
.responsive-tabs dt {
	padding: 20px;
	cursor: pointer;
	color: #000;
	font-size:18px;
	z-index: 1;
	position:relative;
    font-weight: 600;
	text-transform: uppercase;
}
.responsive-tabs dt p{color:#666666; font-size:15px; font-weight:300; padding:0 55px}
.responsive-tabs .active {
	color:#4c4b4b;
	position:relative
}
.responsive-tabs span{display:block; margin-top:10px; margin-bottom:5px}
.responsive-tabs .active:after{position:absolute; left:0; bottom:0; content:""; width:100%; height:3px; background:#fcc89b}
.responsive-tabs .active + dd {
	display: block;
}
.responsive-tabs dd {
	display: none;
	padding: 0.5em;
}
.responsive-tabs-placeholder p{color:#616161; line-height:25px}
.responsive-tabs-placeholder {
	display: none;
}
@media only screen and (min-width: 768px) {
dt {width: auto;}
.responsive-tabs {}
.responsive-tabs dt {display: inline-block;}
.responsive-tabs .active + dd {display: none;}
.responsive-tabs-placeholder {
	clear: both;
	display: block;
	padding: 60px 0 30px;
	float: left;
    width: 100%;
}
.det-sec .responsive-tabs-placeholder{padding:30px}
.train .responsive-tabs-placeholder{padding:0;     background: #ededee;}
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*RESPONSIBILITY_TAB*/


/*REVIEW*/

.inner {
  overflow: hidden;
  position: relative;
}

.rating {
  float: left;
  width: 40%;
  margin-right: 1%;
  text-align: center;
}

.rating-num {
  color: #333333;
  font-size: 72px;
  font-weight: 100;
  line-height: 1em; 
}

.rating-stars {
  font-size: 20px;
  color: #E3E3E3;
  margin-bottom: .5em;
}
.rating-stars .active {
  color: #737373;
}

.rating-users {
  font-size: 14px;
}

.histo {
  float: left;
  width: 59%;
  font-size: 13px;
}

.histo-star {
  float: left;
  padding: 3px;

}

.histo-rate {
  width: 100%;
  display: block;
  clear: both;
}

.bar-block {
  margin-left: 5px;
  color: black;
  display: block;
  float: left;
  width: 75%;
  position: relative;
	background: #d2d2d2;
    margin-bottom: 5px;    text-align: left;
}

.bar {
  padding: 4px 8px;
  display: block;    height: 25px;    overflow: inherit !important;
}

#bar-five {
  width: 0;
  background-color: #9FC05A;
}

#bar-four {
  width: 0;
  background-color: #ADD633;
}

#bar-three {
  width: 0;
  background-color: #FFD834;
}

#bar-two {
  width: 0;
  background-color: #FFB234;
}

#bar-one {
  width: 0;
  background-color: #FF8B5A;
}


.star-rating{
	font-size: 0;
	display: inline-block;
    margin: 15px 15px 40px;
    position: relative;
    top: 10px;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}

.rvw-rgt{text-align: left}
.rvw-rgt h5{font-weight: 600; font-size: 18px}
.rvw-rgt p{display: inline-block; padding: 0 !important}
.rvw ul li{padding:15px 0; border-bottom:1px solid #ddd; text-align: left}
.rvw ul li:last-child{border-bottom:0}
.rvw p{color:#686c6f; padding: 0 !important; line-height: 24px !important}
.rvw h4{font-weight:500 !important; font-size:16px !important; color:##3d3e40 !important; margin-top: 15px}
.rvw h4 span{font-weight:300 !important; font-size:13px !important; color:#716b6b !important; margin-left:10px}
.rvw-rgt p{display:inline-block}
.str i {display: inline-block; padding: 0 2px;}
.str .fa-star{color: #fdc20f;}
.str .fa-star-o{color: #716b6b;} 
.rvw-btn{padding: 10px 30px; cursor: pointer; background: #FCC89B; color: #FFF; font-weight: 600; border: none; text-transform: uppercase; font-size: 15px; transition: all 0.5s ease; border-radius: 45px; }
.rvw-btn:hover{background: #292929;}


/*REVIEW*/


/*SEARCH*/


.search-wrapper {
    position: absolute;
    top:-33px;
    right:-40px;margin-top: -5px;
}
.search-wrapper:before{right:-1px; top:26px;}

.search-wrapper .input-holder {    
    height: 70px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:450px;
    border-radius: 50px;
    background: rgba(0,0,0,0.9);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 50px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width:70px;
    height:70px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height:50px;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 3px;
    height: 11px;
    left: 9px;
    top: 20px;
    border-radius: 2px;
    background: #2d2d2d;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 21px;
    height: 21px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 3px solid #2d2d2d;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:14px;
    right:20px;
    width:40px;
    height:40px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s; 
        opacity: 1;
    background: #191919;
        border-radius: 100%;
}
.search-wrapper.active .close {
    right:-50px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
            width: 3px;
    height: 23px;
    left: 19px;
    top: 8px;
}
.search-wrapper .close::after {
           width: 23px;
    height: 3px;
    left: 8px;
    top: 18px;
}
.sear{position:relative; padding: 0 20px; }
.sear:before{position:absolute; right:0; top:7px; content:""; width:1px; height:16px; background:#BEBEBE;}



/*SEARCH*/


.crt{float: right; position: relative; z-index: 1}
.crt ul li{display: inline-block}
.crt ul li:last-child{background: #FCC89B}
.crt ul li a{position: relative; padding: 37px 30px; display: block}
.crt ul li a img{height: 30px; display: inline-block}
.crt ul li a span{font-size: 16px; color: #000; margin-left: 10px; font-weight: 600}
.pc{padding: 80px 0; text-align: center} 
.pc h3, .fea-pro h3{font-size: 24px; color: #000; margin-bottom: 15px}
.pc p{color: #4D4D4D; padding: 0 24%; margin-bottom: 50px}
.pc-img{height: 323px; text-align: center; padding: 20px; line-height: 283px; position: relative}
.pc-img img{max-width: 100%; max-height: 100%; transition: all 0.5s ease}
.pc ul li:hover .pc-img img, .list-sec ul li:hover .pc-img img, .item:hover .pc-img img{transform: scale(1.05)}
.pc ul li, .list-sec ul li{background: #FCC89B; float: left; width: 33.333333%; border: 1px solid #FCC89B;position:relative;}
.pc ul li:nth-child(2n){background: #fff; border: 1px solid #EEEEEE;}
.ssn{position:absolute; right:0; top:13px; z-index: 1; }
/*.soldouttag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#fff; background:#ff0000; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}*/
.soldouttag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#fff; background:#bfb9b9; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}
/*.saletag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#000; background:#e4b346; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}*/
.saletag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#fff; background:#ff0000; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}
/*.newtag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#fff; background:#1d1c1c; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}*/
.newtag{ padding:4px 15px; border-radius:45px 0 0 45px; color:#fff; background:#fcc89b; z-index: 11; font-size: 14px; font-weight: 600; margin-bottom:5px}
.item{background: #fff; border: 1px solid #EEEEEE}
.list-sec ul li:nth-child(2n){background: rgba(255, 255, 255, 0.43)}
.pc ul li figure, .list-sec ul li figure, .item figure{margin: 0}

.pc ul li figcaption, .list-sec ul li figcaption, .item figcaption{position: relative; height: 60px; overflow: hidden}
.pc ul li figcaption h4, .list-sec ul li figcaption h4, .item figcaption h4{color: #000; padding: 22px 10px 22px 80px; text-align: left;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; margin: 0; position: absolute;transition: all 0.5s ease;width: 100%}
.pc ul li:hover figcaption h4, .list-sec ul li:hover figcaption h4, .item:hover figcaption h4{transform: translateX(100%)}
.pc ul li figcaption h5, .list-sec ul li figcaption h5, .item figcaption h5{color: #000; padding: 22px 10px 22px 80px; text-align: left;font-size: 14px; margin: 0; transition: all 0.5s ease; transform: translateX(-100%); position: absolute; font-weight: 600}
.pc ul li:hover figcaption h5, .list-sec ul li:hover figcaption h5, .item:hover figcaption h5{transform: translateX(0)}
.pc ul li figcaption h5 span, .list-sec ul li figcaption h5 span, .item figcaption h5 span, .pc-lft h6 span, .pdct-price span{text-decoration: line-through; margin-left:10px; font-size:13px;}

.list-sec ul li{width: 50%; background: #fff; border-color: #DDDDDD}
.pc-crt{width: 60px; height: 60px; text-align: center; line-height: 60px; background: rgb(243, 213, 176); position: absolute; left: 0; top: 0; z-index: 1}
.pc-wish{width: 60px; height: 60px; text-align: center; line-height: 60px; background: rgb(243, 213, 176); position: absolute; right: 0; top: 0; z-index: 1; transform: translateX(100%); transition: all 0.5s ease}
.pc ul li:nth-child(2n) .pc-crt, .list-sec ul li .pc-crt, .item .pc-crt, .list-sec ul li .pc-wish{background: rgb(252, 245, 237);}
.pc-crt img, .pc-wish img{height: 28px}
.list-sec ul li:hover .pc-wish,.pc ul li:hover .pc-wish, .item:hover figcaption  .pc-wish{transform: translateX(0)}
.pc-img:before, .pc-img:after {content: "";top: 10px;right: 10px; bottom: 10px; left: 10px; position: absolute; opacity: 0; transition: all 0.5s ease-in;}
.pc-img:before {border-top: 2px solid #FFF;border-bottom: 2px solid #FFF;transform: scale(0,1); transform-origin: center;}
.pc-img:after {border-left: 2px solid #FFF;border-right: 2px solid #FFF; transform: scale(1,0); transform-origin: center;}
.pc ul li:hover .pc-img:before, .pc ul li:hover .pc-img:after {opacity: 1;  transform: scale(1);}
.pc ul li:nth-child(2n) .pc-img:before, .pc ul li:nth-child(2n) .pc-img:after{border-color: #FCC89B}
.list-sec ul li:hover .pc-img:before, .list-sec ul li:hover .pc-img:after, .item:hover .pc-img:before, .item:hover .pc-img:after{opacity: 1;  transform: scale(1);border-color: #FCC89B}
.va{margin: 50px 0 0; display: inline-block}
.va a{font-size: 18px; color: #000; border-bottom: 1px solid #000; padding-bottom: 3px; transition: all 0.5s ease}
.va a:hover{letter-spacing: 2px}
.ofr-sec{padding: 50px 0 0; text-align: center}
.ofr-sec h3{font-size: 32px; color: #000; position: relative; margin: 0 0 120px}
.ofr-sec h3:before{position: absolute; left: 0; right: 0; margin: auto;top: -90px;width: 562px; height: 211px; background: url(../images/ofr.png) no-repeat;content: ""	}
footer{padding: 80px 0 50px;font-family: 'Open Sans', sans-serif;}
.ntr h4{font-size: 16px; color: #000; margin-bottom: 15px;    font-weight: 600;}
.ntr p{color: #727272;     font-size: 13px;}
.ntr .form-group{margin: 25px 0 50px}
.ntr .form-group img{position: absolute; left: 25px; top: 13px; width: 20px}
.ntr .form-control{border-radius: 45px; height: 42px; border-color: #707070; font-size: 14px; padding: 12px 60px; width: 93%}
.nws-btn{background: transparent; width: 43px; height: 42px; border: none; position: absolute; top: 0; right: 26px; cursor: pointer}
.nws-btn:before{position: absolute; left: 0; top: 0; height: 100%; border-radius: 45px; background: #FCC89B; content: ""; width: 51px}
.ntr .form-group .nws-btn img{width: 43px; transition: all 0.5s ease}
.ntr .form-group .nws-btn:hover img{transform: translateX(5px)}
.ftr h4{font-size: 16px; color: #000; margin-bottom: 25px;    font-weight: 600;}
.ftr ul li{margin-bottom: 5px}
.ftr ul li a{font-size: 15px; color: #727272; display: block; transition: all 0.5s ease}
.ftr ul li a:hover{padding-left: 7px; color: #000}
.ftr ul li a i{width:30px; height:30px; border:2px solid #ccc; text-align:center; line-height:26px; border-radius:100%;; margin:0 5px 3px 0;}
.ftr{padding-left: 16px}
.ftr-btm{line-height: 53px; font-family: 'Open Sans', sans-serif;font-size: 14px}
.ftr-lft{float: left; color: #000; }
.ftr-rgt{float: right}
.ftr-rgt ul li{display: inline-block}
.ftr-rgt ul li a{display: block; padding: 0 8px; color: #727272; transition:all 0.5s ease;}
.ftr-rgt ul li a img{width: 23px}
.ftr-rgt ul li a:hover{    color: #000}
header{position: fixed; z-index: 111; top: 0; width: 100%; left: 0}
.sec1{background: rgba(235, 235, 235, 0.33); padding: 25px 0}
.sec1 ul li{float: left; width: 25%; text-align: center;  color: #000000; border-right: 1px solid rgba(112, 112, 112, 0.22); display: inline-block; cursor: pointer}
.sec1 ul li:last-child{border: none}
.sec1 ul li h4{margin: 0; display: inline-block;font-size: 16px; vertical-align: middle}
.ws, .ap, .fd, .so{margin-right: 15px; width: 43px; height: 51px; background: url(../images/ws.png) no-repeat; display: inline-block; transition: all 0.5s ease; vertical-align: middle}
.ap{width: 48px; height: 48px; background: url(../images/ap.png) no-repeat}
.fd{width: 62px; height: 45px; background: url(../images/fd.png) no-repeat}
.so{width: 54px; height: 44px; background: url(../images/so.png) no-repeat}
.sec1 ul li:hover .ws, .sec1 ul li:hover .ap, .sec1 ul li:hover .fd, .sec1 ul li:hover .so{background-position: bottom}
.slider{margin-top: 136px}
.main-sec{background: linear-gradient(to bottom, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 40%); padding-bottom: 80px; margin-top: 136px}
.main-head{position: relative; text-align: center; color: #000; font-size: 45px; font-family: 'Niconne', cursive; padding: 50px 0 70px}
.main-head:before{position: absolute; left: 0; right: 0; margin: auto; width: 328px; height: 145px; background: url(../images/ofr.png) no-repeat; content: ""; background-size: contain; top: 25px}
.abt-sec h4{font-weight: 300; font-size: 24px; line-height: 36px; font-family: 'Open Sans', sans-serif; margin-bottom: 30px; color: #000}
.abt-sec p{line-height: 26px; color: #000; font-family: 'Open Sans', sans-serif;font-weight: 300; 	}
.abt-img{margin: 50px 0 0px}
.con-sec{width: 60%; margin: auto; text-align: center}
.con-sec ul li{float: left; width: 50%; padding: 25px 0;font-family: 'Open Sans', sans-serif;}
.con-sec ul li h4{color: #000; font-size: 18px; font-weight: 600}
.con-sec ul li a{color: #3E3E3E; font-size: 15px; font-weight: 400}
.list-sec{margin-bottom: 60px}
.srt{padding-bottom: 15px}
.srt-lft{float: left; font-size: 16px; color: #000}
.srt-rgt{float: right}
.pc-lft .pc-img{height: 127px; border: 1px solid #DDDDDD; width: 75%; line-height: 87px; float: left;}
.pc-lft .pc-crt{position: relative; width: 25%; height: 42px; float: left; line-height: 42px; background: #FCC89B; top: 85px; left: -1px;}
.pc-lft .pc-crt img{height: 24px; transition: all 0.5s ease}
.pc-list ul li:hover .pc-img img{transform: scale(1.1)}
.di{padding: 60px 0; background: #F8F2EA; text-align: center;     margin-bottom: -80px;}
.di h4{text-transform: uppercase; color: #000; font-size: 22px; margin-bottom: 15px; font-weight: 600;}
.di p{font-size: 16px; line-height: 34px; color: #000; padding: 0 21%; margin: 0}
.di .tab-content{padding:40px 0 30px;}
.di .nav{    justify-content: center;}
.di .nav-tabs{border:none;}
.di .nav-link{padding: 20px;  cursor: pointer;  color: #000; font-size: 18px; z-index: 1;  position: relative; font-weight: 600; text-transform: uppercase;border: none; border-radius: 0;}
.di .nav-tabs .nav-item{margin:0 14px;}
.di .nav-tabs .nav-item.show .nav-link, .di .nav-tabs .nav-link.active{background:transparent; color:#000; border:none;}
.di .nav-link:after {position: absolute; left: 0; bottom: 0; content: ""; width: 0; height: 3px; background: #fcc89b; transition:all 0.8s ease;}
.di .nav-tabs .nav-item.show .nav-link:after, .di .nav-tabs .nav-link.active:after{width:100%;}
.rp{padding: 80px 0 0}
.rp h3{text-align: center; font-size: 30px; margin-bottom: 40px; color: #000}
.rp .owl-theme .owl-nav [class*=owl-]{background: #EBEBEB; top: 167px}
.rp .owl-prev{left: -70px}
.rp .owl-next{right: -70px; left: inherit}
.det-sec{padding: 80px 0}
.det-sec h2{color: #000; font-size: 24px; margin:30px 0 10px}
.pdct-price span{font-size:18px;}
.det-sec h6{color: #000; font-size: 16px; margin-bottom: 30px}
/*.det-sec h6 span{color: #4FBA17}*/
.ad-crt {padding: 30px 0 0}
.ad-crt ul li{display: inline-block; margin-right: 10px}
.ad-crt ul li:last-child{margin-right: 0}
.ad-crt ul li a{padding:18px 30px; background: #FCC89B; font-size: 15px; text-transform: uppercase; color: #000; display: block; font-weight: 600}
.ad-crt ul li input{background: #fff; border: 1px solid #BEBEBE; width: 57px; text-align: center; font-weight: 600; font-size: 16px; color: #000; height: 57px; padding: 12px 5px; position: relative; top: 3px;margin: 0 14px;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0; }
.crt-img {margin-right: 20px; display: inline-block; width: 120px; border: 1px solid #FCC89B; background: #fff}
.crt-img img {max-width: 100%; width: 100%; height: 100px; object-fit: contain; object-position: center; padding: 10px;}
.cart h4 {display: inline-block; font-size: 15px; text-transform: uppercase; font-weight: 600; line-height: 20px; margin: 0 }
.cart h4 span {font-size: 13px; text-transform: inherit; font-weight: 400 }
.cls img {width: 15px;}
.quantity input{width: 50px; border: none; height: 37px; text-align: center}
.btn-number{background: #fff; border-radius: 100%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3)}
.cart ul{float: right}
.cart ul li{padding: 10px 0; border-bottom: 1px solid #FCC89B; font-size: 18px; width: 300px;font-family: 'Open Sans', sans-serif;}
.cart ul li span{float: right; width: 30%; text-align: right}
.cart ul li:nth-last-child(2){font-weight: 600}
.cart ul li a, .check a{text-transform: uppercase; color: #fff; background: #FCC89B; border-radius: 45px; display: block; padding: 8px 10px; text-align: center; font-weight: 600}
.cart ul li:last-child{border: none}
.check{background: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 40px 30px; border-radius: 10px; margin-bottom: 30px}
.check h3{font-size: 21px; color: #707070; margin-bottom: 20px}
.check .form-control{border-color: #FCC89B; height: 53px; border-radius: 45px; padding: 12px 30px; font-size: 15px}
.check .form-control:focus{box-shadow: 0 0 0 0.2rem rgba(240, 203, 157, .25)}
.check .form-group{margin-bottom: 20px}
.check h4{font-size: 18px; margin-bottom: 30px}
.check ul li{padding: 15px 0; font-size: 14px; color: #000; border-bottom: 1px solid #FCC89B;font-family: 'Open Sans', sans-serif;}
.check ul li:last-child{border: none; font-weight: 600;font-size: 16px;}
.check ul li .os-rgt{float: right; width: 30%; text-align: right; vertical-align: middle}
.check ul li .os-lft{float: left; width: 70%; padding-right: 10px; vertical-align: middle}
.check a{margin-top: 30px;font-family: 'Open Sans', sans-serif; font-size: 18px}
.pc-mob{display: none}

.crr{margin: auto; width: 70%}
.cr-btn{background: #FCC89B; text-transform: uppercase; color: #fff; font-size: 16px; font-weight: 600; transition: all 0.5s ease; padding: 10px 40px; border: none; border-radius: 45px; cursor: pointer;    font-family: 'Open Sans', sans-serif;}
.cr-btn:hover{background: #292929}
/*FILEUPLOAD*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 13px 20px 13px 40px;
   width:100%; background:#fff; height: 50px;
    border-radius: 45px;
    border: 1px solid #d2d8d8;
    margin: 0; transition: all 0.5s ease
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-2 + label {
    color: #6c757d;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #495057;
}


/*FILEUPLOAD*/





/*ACCORDION*/

.accord {
  border: 1px solid #BEBEBE;
  border-radius: 0px;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
  border-width: 0px 0 1px;
}

.accord:first-child {
  margin-top: 0;
}

.accord:hover {
  border-color: #aaa;
}

.accord__head, .accord__body {
  padding: 10px 0px;
}
.accord__head{padding: 17px 0px}
.accord__head {
  cursor: pointer;
  margin: 0;
  padding-right: 50px;
  position: relative;
  font-size: 16px; text-transform: uppercase; color: #000
}

.accord__head::after {
  content: "\f107";
  position: absolute;
  right: 20px;
  margin-top: -14px;
  top: 50%;
  transition: all .5s ease;
  font-family: 'FontAwesome'; color: #454545; font-size: 24px
}

.accord__body ul li {
  display: block; margin-bottom: 5px
}
.accord__body ul li a{color: #000; font-size: 15px; transition: all 0.5s ease}
.accord__body ul li a:hover{padding-left: 7px; color: #d0af86}

.accord.is-open > .accord__head::after {
  content: "\f106";
}
.dec .accord.is-open .accord__head{font-weight: 600; }

.filter h3{font-size: 18px; text-transform: uppercase; color: #000; font-weight: 600; margin-bottom: 40px}
.pc-list{padding: 50px 0 0}
.pc-list h4{text-align: center; color: #000; font-size: 21px; margin-bottom: 40px}
.pc-list h4 span{color: #4D4D4D; font-size: 14px}
.pc-lft{float: left; width: 50%}
.pc-lft h5{font-size: 15px; color: #000; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin:30px 0 10px 10px}
.pc-lft h6{font-weight: 600; color: #000; font-size: 15px; margin-left: 10px}
.pc-list ul li{margin-bottom: 30px}


.ord-id{background: #FCC89B; display: inline-block; color: #333; padding: 10px 20px}
.ord-dte{text-align: center; padding: 10px 0; color: #938b8a; font-size: 14px; text-transform: initial}
.ord-dte span{color: #333}
.ord-price{text-align: center; padding: 8px 0; color: #938b8a; font-size: 16px;}
.ord-stus{background: #292929; display: inline-block; color: #fff; padding: 10px 20px}
.odr-img{float: left; width: 20%; margin-right: 15px}
.odr .accord__head{padding-right: 0}
.odr .accord__head::after{display: none}
.order-pdct{border-left: 1px solid #ccc; padding: 10px 30px; border-bottom: 1px solid #ccc}
.order-pdct:last-child{border-bottom: inherit}
.order-pdct h5{color: #938b8a; font-size: 15px !important; line-height: 24px}
.order-pdct h5 span{font-size: 13px; text-transform: initial}
.order-pdct h6{color: #938b8a;}
.ana {border: 2px solid #f2f2f2; padding: 15px 25px; width: 99%; margin-bottom: 40px; }
.ana a {display: block; color: #333; font-size: 16px;}
.rem {border-top: 2px solid #f2f2f2;}
.rem ul li {display: inline-block; border-right: 2px solid #f2f2f2; width: 49.76%;}
.rem ul li a {display: block; padding: 15px; text-align: center; color: #333; font-weight: 400; font-size: 16px;}
.accord__body h5{font-size:18px;}
.box{width:50% !important; margin:0 auto;}
.box label{margin-left: 40px;}
.btn-group a, .btn-primary{padding: 11px 0; cursor: pointer; background: #FCC89B; color: #FFF; font-weight: 600; border: none; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 15px; transition: all 0.5s ease;width: 120px;
margin-right: 10px; border-radius: 45px !important;}
.btn-group a:hover, .btn-primary:hover{background: #292929 !important;}


/*ACCORDION*/


.slider .item figure{position: relative}
.slider .item figure img{width: 100%; }
.slider .item figcaption{position: absolute; top: 50%; transform: translateY(-50%); width: 32%; right: 10%; height: auto; overflow: inherit}
.slider .item figcaption h3{font-size: 33px; line-height: 33px; font-weight: 400; font-family: 'Open Sans', sans-serif; color: #000; margin: 0px 0 20px; transition: all 0.4s ease; opacity: 0;transform: translateX(100px);}
.slider .item figcaption p{font-size: 14px; line-height: 20px; font-weight: 400; font-family: "Open Sans"; color: #000; margin: 0px 0 20px; transition: all 0.4s ease; opacity: 0; transform: translateY(100px)}
.slider .item figcaption a{display: block; position: relative; height: 39px; line-height: 39px; width: 80px; transition: all 0.4s ease; opacity: 0;transform: translateX(-100px);}
.slider .item figcaption a img{width: 80px}
.slider .item figcaption a:before {position: absolute; left: 0; right: 0; margin: auto; width: 39px; height: 39px; border-radius: 100%; background: #FCC89B; content: "";  z-index: -1;}
.slider .active .item figcaption h3{transform: translateX(0); opacity: 1}
.slider .active .item figcaption p{transform: translateY(0); opacity: 1; transition-delay: 0.3s }
.slider .active .item figcaption a{transform: translateY(0); opacity: 1; transition-delay: 0.6s }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
.slider .owl-theme .owl-nav{margin: 0}
.slider .owl-theme .owl-nav [class*=owl-]{top: inherit; bottom: 0; background: #ebebeb}
.slider .owl-next {right: 0; left: inherit}
.slider .owl-prev {right: 52px; left: inherit}

.fea-pro{padding:80px 0 0;}
.fea-pro .owl-nav{position: absolute; top: -70px; right: 104px;}
.new-arr{padding:0 0 80px;}
.certi-sec1{padding:50px 0 0;}
.certi-sec1 .item{height:100px; line-height:80px;padding:10px;text-align:center;}
.certi-sec1 .item img{max-width:100%; max-height:100%;}
.certi-sec1 .owl-theme .owl-dots{    position: relative;}
.certi-sec1 .owl-theme .owl-dots .owl-dot span{    background: #d0cece}
.certi-sec1 .owl-theme .owl-nav{margin:0;}
.page-tp{height:30px; background: #fcc89a; padding: 0 20px; text-align:center;}
.page-tp .custom-select{width:70px; background: #fcc89a url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center; background-size: 8px 10px;      font-size: 14px;
    height: 28px; border-radius: 0; border: 1px solid #fff; border-width: 0; color: #fff;padding: 2px 5px;}
.cse label{margin: 0; color: #fff; font-size: 14px; position: relative; top: 2px;}
.cse{float:right;}
.page-tp p{margin:0; color:#fff; font-size:14px; display:inline-block;padding: 4px 0;}



@media (min-width:993px) and (max-width:1024px) {
	
	.wsmenu-list>li>a{    padding: 31px 30px;}
	.crt ul li a{padding: 25px}
	.wsmenu-list>li>a:before{top: 32px}
	.tp-rightarrow.default{width: 5%}
	.tp-leftarrow.default{width: 5%; left: 90% !important}
	.rp .owl-next{right: -40px}
	.rp .owl-prev{left: -40px}
	.main-sec{margin-top: 115px;}
	.ad-crt ul li{margin-bottom:10px;}
	.ftr {padding-left: 0;}
	.halfmenu{    width: 80%;}
	.megamenu{    top: 86px;}
}


@media (min-width:768px) and (max-width:992px) {
	
	.crt{z-index: 111}
	.crt ul li a{padding: 17px 21px}
	.slider, .main-sec {margin-top: 66px;}
	.tp-rightarrow.default{width: 6%}
	.tp-leftarrow.default{width: 6%; left: 88% !important}
	.pc p, .di p{padding: 0}
	.pc ul{display: none}
	.pc-mob{display: block; padding: 0}
	.rp .owl-next{right: 0}
	.rp .owl-prev{left: 0}
	.ofr-sec{padding: 0}
	.main-head{padding: 50px 0 30px}
	.pc-img{height: 250px; line-height: 210px}
	.thumbnail-slider-container{width: 100%}
	.thumbnail-slider .owl-item .item{width: 90px; height: 90px;     line-height: 70px;}
	.quantity input{width: 38px}
	.btn{padding: 1px 6px}
	.wsmenu-list>li{    text-align: left;}
	.wsmenu-list>li>a{    border-bottom: 1px solid #ccc;padding: 13px 30px;}
	.wsoffcanvasopener .crt{transition:all 0.5s ease;     left: 240px;}
	.wsmenucontainer{overflow:inherit;}
	.ad-crt ul li{margin-bottom:10px;}
	.ftr {padding-left: 0px;}
	.ftr h4{    margin-bottom: 10px;}
	.ntr{    margin-top: 15px;}
	.slider { margin-top: 116px;}
}



@media (max-width:767px) {
	.pc-list, .pc ul, .filter-desktop, .srt-lft, .sear:before{display: none}
	.ofr-sec h3:before{background-size: contain; width: 100%; top: -30px}
	.sec1 ul li{width: 50%;height: 110px; border: 1px solid rgba(112, 112, 112, 0.22); border-width: 0 1px 1px 0; padding: 18px 0px;}
	.sec1 ul li:nth-child(2n){border-right: none}
	.sec1 ul li:nth-last-child(2){border-bottom:none}
	.ws, .ap, .fd, .so{margin: 0 auto 10px;}
	.sec1 ul li h4{display: block}
	.pc p, .ofr-sec, .di p{padding: 0}
	.ofr-sec h3{margin: 0 0 30px; font-size: 25px}
	.owl-theme .owl-nav [class*=owl-]{width: 30px; height: 30px; line-height: 30px; font-size: 20px}
	.owl-next {left: 35px;}
	.ftr-lft, .ftr-rgt{float: none; text-align: center; line-height: 20px; margin-bottom: 5px}
	.crt-img{margin-bottom: 10px}
	.main-head{padding: 50px 0 20px;}
	.list-sec ul li, .thumbnail-slider-container, .con-sec{width: 100%}
	.pc-img{height: 250px; line-height: 210px}
	.rp .owl-next{right: 0}
	.rp .owl-prev{left: 0}
	.thumbnail-slider .owl-item .item{width: 91px; height: 90px;     line-height: 70px;}
	.abt-sec h4{margin: 30px 0}
	.mt-5{margin-top: 0 !important}
	.con-sec ul li{width: 100%; padding: 10px 0}
	.crt{z-index: 111}
	.crt ul li a{padding: 22px 15px}
	.crt ul li a img{height: 19px}
	.crt ul li a span{font-size: 13px}
	.main-sec, .slider{margin-top: 126px}
	.tp-rightarrow.default{width: 10%; height: 40px}
	.tp-rightarrow.default:before, .tp-leftarrow.default:before{line-height: 40px}
	.tp-leftarrow.default{width: 10%; height: 40px; left: 80% !important}
	.pc-mob{display: block; padding: 0}
	.va{margin: 0}
	.ftr{padding-left: 0}
	.flt-xs{display:block; float: left; padding: 7px 25px; border: 1px solid #ccc;}
	.ad-crt ul li{margin-bottom:10px;}
	.slider .item figcaption{width: 60%; right: 0%;}
	.slider .item figcaption h3{font-size: 20px; line-height: 18px; margin: 0px 0 5px;}
	.wsmenu-list>li{    text-align: left;}
	.slider .item figcaption p{font-size: 12px; line-height: 17px;margin: 0;}
	.slider .owl-prev{    right: 32px;}
	.wsmenu-list>li>a{    border-bottom: 1px solid #ccc;padding: 13px 30px;}
	.header-button img{    width: 23px;}
	.sear {position: absolute; left: -192%;  top: 20px;}
	#search-form{top: 40px; right: inherit; width: 360%; left: 0;}
	.wsmenucontainer{overflow:inherit;}
	.wsoffcanvasopener .crt{transition:all 0.5s ease;     left: 240px;}
	.page-tp{height: 60px; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
	.page-tp p{padding:0; font-size:13px; position: absolute; bottom: 10px; left: 0; right: 0;}
	.cse{float:none; display: inline-block;}
	.cse label, .page-tp .custom-select{font-size: 13px;}
	.owl-prev{    left: 39px;}
	.owl-next {left:74px;}
	.fea-pro .owl-nav{    top: -51px;}
	footer img{margin-bottom:20px;}
	.slider .item figcaption a{height: 25px; line-height: 25px; width: 40px;}
	.slider .item figcaption a img {width: 40px;}
	.slider .item figcaption a:before{width: 25px; height: 25px;}
}




