/* ============ Global CSS ============ */
body, html {
    background-color: #404040 !important;
    height: 100%;
    margin: 0;
}

h1 h2 h3 {
    font-weight: bold !important;
    color: #ED7616;
}

p{
    color: #FFFFFF;
}

a{
    text-decoration: none!important;
}
/* ============ End of Global CSS ============ */

/* ============ Navbar ============ */
.navbar-expand-lg .navbar-nav .nav-link {
    color: #F99756;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #EE7516;
}
.navbar .megamenu{
    padding: 1rem;
    background-color: #242526;
}
a#megamenu {
  color: #fff;
  /* text-decoration: none; */
  /* display: inline-block;. */
  position: relative;
}
a#megamenu:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #EE7516;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a#megamenu:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}


/* desktop view */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position:static!important;
    }
    .navbar .megamenu {
        left:0;
        right:0;
        width:100%;
        margin-top:0;  }
}
/* desktop view .end */

/* mobile view */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}

hr#lineNavbar {
    color: #EE7516;
}
mobile view .end

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

#hero source {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
/* Contact Us */
.cta {
    /* background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.8)),
      url("../img/index/cta-bg.jpg") fixed center center; */
    background-size: cover;
    /* padding: 120px 0; */
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}
/* End of Contact Us */

/* Contact Section */
  #contact {
    background-color: #F99756;
  }
  /* End of Contact Section */

  /* CSS */
.button-56 {
    align-items: center;
    background-color: #fee6e3;
    border: 2px solid #ED7616;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ED7616;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .button-56:after {
    background-color: #ED7616;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
  }

  .button-56:hover:after {
    transform: translate(0, 0);
  }

  .button-56:active {
    background-color: #ffdeda;
    outline: 0;
  }

  .button-56:hover {
    outline: 0;
  }

  @media (min-width: 768px) {
    .button-56 {
      padding: 0 40px;
    }
  }

  /* CSS */
.button-42 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    max-width: 100%;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
  }

  .button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
  }


/* ============ Detail Products ============ */
/*----------------------------------
4 - Stylization
----------------------------------*/
.maincont {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.maincont:after {
	display: block;
	clear: both;
	content: "";
}
.stylization {
	line-height: 1.7;
	font-size: 14px;
	color: #ffffff;
}
.stylization:after {
	display: block;
	clear: both;
	content: '';
}
.stylization p {
	line-height: 1.7;
	margin: 0 0 30px;
}
.stylization h1,
.stylization h2,
.stylization h3,
.stylization h4,
.stylization h5,
.stylization h6 {
	color: #ED7616;
	margin: 0 0 30px;
}
.stylization h1 {
	font-size: 35px;
}
.stylization h2 {
	font-size: 28px;
}
.stylization h3 {
	font-size: 24px;
}
.stylization h4 {
	font-size: 21px;
}
.stylization h5 {
	font-size: 18px;
}
.stylization h6 {
	font-size: 16px;
}
.stylization a {
	color: #3a89cf;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.stylization a:hover {
	text-decoration: none;
	border-color: #3a89cf;
}
.stylization strong,
.stylization b {
	color: #ED7616;
}
.stylization ul {
	margin: 0 0 30px 18px;
	padding: 0;
}
.stylization ul > li {
	list-style-image: url("/frontend/img/assets/img/chk1.png");
}
.stylization li {
	padding: 0;
	line-height: 1.7;
	margin-bottom: 5px;
}
.stylization li > ul {
	margin: 0 0 0 18px;
}
.stylization ol {
	list-style-type: decimal;
	margin: 0 0 30px 18px;
	padding: 0;
}
.stylization ol li {
	position: relative;
}
.stylization li > ol {
	margin: 0 0 0 18px;
}
.stylization address {
	margin: 0 0 30px;
	line-height: 1.7;
}
.stylization code {
	background-color: #e8e8e8;
	padding: 2px 4px;
	color: #ED7616;
	font-family: Inconsolata, monospace;
}
.stylization pre {
	background: #f8fafc;
	border: 1px solid #c4d8ec;
	font-size: 16px;
	line-height: 1.42857143;
	margin: 0 0 34px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Inconsolata, monospace;
	color: #ED7616;
}
.stylization mark,
.stylization ins {
	background: #3a89cf;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}
.stylization sup {
	vertical-align: super;
	font-size: smaller;
}
.stylization sub {
	vertical-align: sub;
	font-size: smaller;
}
.stylization blockquote {
	padding: 26px 40px 10px;
	margin: 0 auto 34px;
	overflow: hidden;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	max-width: 800px;
	position: relative;
	line-height: 1.7;
}
.stylization blockquote:before {
	position: absolute;
	content: '';
	top: 3px;
	height: 3px;
	border-top: 1px solid #3a89cf;
	border-bottom: 1px solid #3a89cf;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.stylization blockquote:after {
	position: absolute;
	content: '';
	bottom: 3px;
	height: 3px;
	border-top: 1px solid #3a89cf;
	border-bottom: 1px solid #3a89cf;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.stylization blockquote p {
	margin-bottom: 20px !important;
	color: #ED7616;
}
.stylization cite {
	font-style: italic;
	color: #ED7616;
	font-weight: 700;
}
.stylization dl {
	margin: 0 0 30px;
	line-height: 1.7;
}
.stylization dt {
	font-weight: 700;
	color: #ED7616;
	line-height: 1.7;
}
.stylization dd {
	margin: 0 0 30px;
	line-height: 1.7;
}
.stylization table,
.stylization th,
.stylization td {
	border: 1px solid #c4d8ec;
	line-height: 1.7;
}
.stylization table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 34px;
	table-layout: fixed;
	width: 100%;
	color: #ED7616;
	border-radius: 3px;
}
.stylization caption,
.stylization th,
.stylization td {
	font-weight: normal;
	text-align: left;
}
.stylization th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
.stylization td {
	border-width: 0 1px 1px 0;
}
.stylization th,
.stylization td {
	padding: 10px 15px;
}
.stylization legend {
	line-height: 1.7;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
}
.stylization .wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.stylization .wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
}
.stylization .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
.stylization input[type=email],
.stylization input[type=tel],
.stylization input[type=search],
.stylization input[type=password],
.stylization input[type=text] {
	display: block;
	padding: 0 15px;
	color: #ED7616;
	width: 100%;
	background: #f8fafc;
	font-size: 14px;
	height: 40px;
	border: 1px solid #e0e4f6;
	transition: all 0.2s;
}
.stylization input[type=email]:focus,
.stylization input[type=tel]:focus,
.stylization input[type=search]:focus,
.stylization input[type=password]:focus,
.stylization input[type=text]:focus {
	border-color: #bfcedc;
}
.stylization input[type=search]::-webkit-input-placeholder,
.stylization input[type=password]::-webkit-input-placeholder,
.stylization input[type=tel]::-webkit-input-placeholder,
.stylization input[type=email]::-webkit-input-placeholder,
.stylization input[type=text]::-webkit-input-placeholder {
	color: #a0b0c1;
}
.stylization input[type=search]::-moz-placeholder,
.stylization input[type=password]::-moz-placeholder,
.stylization input[type=tel]::-moz-placeholder,
.stylization input[type=email]::-moz-placeholder,
.stylization input[type=text]::-moz-placeholder {
	color: #a0b0c1;
	opacity: 1;
}
.stylization input[type=search]:-ms-input-placeholder,
.stylization input[type=password]:-ms-input-placeholder,
.stylization input[type=tel]:-ms-input-placeholder,
.stylization input[type=email]:-ms-input-placeholder,
.stylization input[type=text]:-ms-input-placeholder {
	color: #a0b0c1;
}
.stylization textarea {
	display: block;
	padding: 12px 15px;
	background: #f8fafc;
	color: #ED7616;
	width: 100%;
	font-size: 14px;
	height: 150px;
	border: 1px solid #e0e4f6;
	transition: all 0.2s;
}
.stylization textarea:focus {
	border-color: #bfcedc;
}
.stylization textarea::-webkit-input-placeholder {
	color: #a0b0c1;
}
.stylization textarea::-moz-placeholder {
	color: #a0b0c1;
	opacity: 1;
}
.stylization textarea:-ms-input-placeholder {
	color: #a0b0c1;
}
.stylization button,
.stylization input[type=submit] {
	display: block;
	border: none;
	transition: all 0.2s;
	font-weight: 500;
	background: #ED7616;
	padding: 10px 35px;
	color: #ffffff;
	letter-spacing: 0.01em;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.stylization button:hover,
.stylization input[type=submit]:hover {
	background: #474f6e;
}
.align-center {
	text-align: center;
}
.main-ttl {
	font-size: 22px;
	text-transform: uppercase;
	color: #ED7616;
	margin: 0 0 35px;
	font-weight: 900;
	position: relative;
	letter-spacing: 2px;
}
h1.main-ttl {
	font-size: 22px;
	margin: 0 0 35px;
}
.main-ttl span {
	position: relative;
	display: inline-block;
	padding: 0 0 8px;
}
.main-ttl span:before {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	left: 0;
	right: 0;
	background: #f8fafc;
}
.main-ttl span:after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	left: 0;
	width: 60px;
	background: #ED7616;
}
.maincont-ct .main-ttl {
	text-align: center;
}
.maincont-ct .main-ttl span:after {
	left: 50%;
	margin: 0 0 0 -30px;
}
/*----------------------------------
4 - Stylization
----------------------------------*/

/*----------------------------------
5 - Breadcrumbs
----------------------------------*/
ul.b-crumbs {
	font-size: 14px;
	color: #ED7616;
	padding: 0 0 1px 0;
	margin: 0;
}
.maincont-ct ul.b-crumbs {
	text-align: center;
}
.b-crumbs li {
	display: inline-block;
	margin: 0 32px 6px 0;
	padding: 0;
	line-height: 1.7;
	position: relative;
}
.b-crumbs li:after {
	position: absolute;
	content: "\f105";
	font-size: 12px;
	font-family: FontAwesome;
	color: #ED7616;
	display: block;
	left: auto;
	top: 0;
	line-height: 1;
	margin: 6px 0 0;
	right: -22px;
}
.b-crumbs li:last-child {
	margin-right: 0;
}
.b-crumbs li:last-child:after {
	display: none;
}
.b-crumbs li a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all 0.2s;
	color: #ED7616;
	line-height: 100%;
}
.b-crumbs li a:hover {
	border-bottom: 1px solid #ED7616;
	color: #ED7616;
	text-decoration: none;
}
.b-crumbs li span {
	color: #ffffff;
}
/*----------------------------------
5 - Breadcrumbs
----------------------------------*/




/*----------------------------------
16 - Single Product
----------------------------------*/
.prod-wrap {
	float: left;
	width: 100%;
	padding: 0 30px 50px 0;
}
.prod-wrap.prod-wrap-full {
	float: none;
	width: 100%;
	padding: 0 0 50px 0;
}
.prod-wrap:after {
	display: block;
	content: "";
	clear: both;
}
.prod-wrap {
	display: block;
	content: "";
	clear: both;
}
.prod-slider-wrap {
	float: left;
	width: 40%;
	margin: 0 3% 50px 0;
	overflow: hidden;
}
.prod-slider-wrap ul li:after {
	display: none;
}
.prod-slider {
	border: 1px solid #e0e4f6;
	padding: 8px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 0 20px;
}
.prod-slider .prod-slider-car {
	width: 815%;
	position: relative;
	margin: 0;
	padding: 0;
}
.prod-slider li {
	float: left;
	list-style: none;
	position: relative;
	width: 449px;
	padding: 0;
	margin: 0;
}
.prod-slider li a {
	display: block;
}
.prod-slider li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	max-height: 600px;
}
.prod-slider .bx-wrapper .bx-next {
	transition: all 0.2s ease-in;
	background: none;
	text-align: center;
	overflow: hidden;
	right: -9px;
	width: 38px;
	background: #f8fafc;
	text-indent: 100%;
	white-space: nowrap;
	height: 60px;
	border: 1px solid #e0e4f6;
	margin-top: -30px;
	z-index: 1;
	opacity: 0;
}
.prod-slider:hover .bx-wrapper .bx-next {
	opacity: 1;
}
.prod-slider .bx-wrapper .bx-next:before {
	transition: all 0.2s ease-in;
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 4px 0 0;
	background: url(../img/assets/img/nav1.png) no-repeat left top;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 4px;
}
.prod-slider .bx-wrapper .bx-next:hover:before {
	right: 2px;
}
.prod-slider .bx-wrapper .bx-prev {
	transition: all 0.2s ease-in;
	background: none;
	text-align: center;
	overflow: hidden;
	left: -9px;
	width: 38px;
	background: #f8fafc;
	text-indent: 100%;
	white-space: nowrap;
	height: 60px;
	border: 1px solid #e0e4f6;
	margin-top: -30px;
	z-index: 1;
	opacity: 0;
}
.prod-slider:hover .bx-wrapper .bx-prev {
	opacity: 1;
}
.prod-slider .bx-wrapper .bx-prev:before {
	transition: all 0.2s ease-in;
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 0 0 4px;
	background: url(../img/assets/img/nav1.png) no-repeat left bottom;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 4px;
}
.prod-slider .bx-wrapper .bx-prev:hover:before {
	left: 2px;
}
.prod-thumbs {
	border: 1px solid #e0e4f6;
	position: relative;
	padding: 0 8px;
}
.prod-thumbs .bx-wrapper .bx-viewport {
	background: transparent;
	margin-bottom: -1px;
}
.prod-thumbs:after {
	clear: both;
	display: block;
	content: "";
}
.prod-thumbs .prod-thumbs-car {
	width: 815%;
	position: relative;
	margin: 0;
	padding: 0;
}
.prod-thumbs li {
	width: 85px;
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	line-height: 85px;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 9px;
	height: 102px;
}
.prod-thumbs li:after {
	display: none;
}
.prod-thumbs li.active:after {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 3px;
	background: #3a89cf;
	width: 100%;
	left: 0;
	content: "";
}
.prod-thumbs li .active:after {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 1px;
	background: #313b54;
	width: 100%;
	left: 0;
	content: "";
}
.prod-thumbs li a {
	display: block;
	width: 100%;
	height: 85px;
	line-height: 85px;
}
.prod-thumbs li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.prod-thumbs .bx-wrapper .bx-next {
	transition: all 0.2s ease-in;
	background: none;
	text-align: center;
	overflow: hidden;
	right: -40px;
	width: 38px;
	text-indent: 100%;
	white-space: nowrap;
	height: 38px;
	margin-top: -19px;
}
.prod-thumbs:hover .bx-wrapper .bx-next {
	right: -2px;
}
.prod-thumbs .bx-wrapper .bx-next:before {
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 3px 0 0;
	background: url(../img/assets/img/nav1.png) no-repeat left top;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 4px;
}
.prod-thumbs .bx-wrapper .bx-prev {
	transition: all 0.2s ease-in;
	background: none;
	text-align: center;
	overflow: hidden;
	left: -40px;
	width: 38px;
	text-indent: 100%;
	white-space: nowrap;
	height: 38px;
	margin-top: -19px;
}
.prod-thumbs:hover .bx-wrapper .bx-prev {
	left: -2px;
}
.prod-thumbs .bx-wrapper .bx-prev:after {
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 0 0 3px;
	background: url(../img/assets/img/nav1.png) no-repeat left bottom;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 4px;
}
.prod-cont {
	width: 44%;
	margin: 0 0 50px 0;
	font-size: 14px;
	float: left;
	color: #ffffff;
	line-height: 170%;
	position: relative;
}
.prod-cont h2 {
	position: relative;
	padding: 6px 0 33px 0;
	margin: 0;
	font-size: 22px;
	color: #ED7616;
	font-weight: 700;
}
.prod-cont .prod-cont-txt {
	line-height: 170%;
	margin: 0 0 25px;
}
.prod-cont .prod-cont-txt p {
	margin: 0;
	padding: 0;
	line-height: 170%;
}
.prod-cont .prod-info {
	margin: 0 0 14px;
	position: relative;
}
.prod-cont .prod-info:after {
	clear: both;
	content: '';
	display: block;
}
.prod-cont .prod-info:after {
	clear: both;
	display: block;
	content: "";
}
.prod-cont .prod-info:after {
	clear: both;
	display: block;
	content: "";
}
.prod-cont .prod-price {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
	color: #ED7616;
	display: block;
	margin: 0;
	text-align: right;
}
.prod-cont .prod-price b {
	font-weight: 500;
	font-size: 20px;
}
.prod-cont .prod-price del {
	display: block;
	color: #9b9b9b;
}
.prod-cont .prod-buy {
	width: 100%;
	max-width: 155px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 3px 0 10px;
	padding: 8px 0 7px 23px;
	border-radius: 20px;
	display: inline-block;
	background: #3a89cf;
	transition: all 0.2s;
	float: right;
	position: relative;
}
.prod-cont .prod-buy:hover {
	background: #22B2F9;
}
.prod-cont .prod-buy:after {
	position: absolute;
	top: 50%;
	content: "\f07a";
	left: 21px;
	font-size: 15px;
	margin: -12px 0 0;
	color: #fff;
	font-family: FontAwesome;
}
.prod-cont .prod-addwrap {
	padding: 0;
	margin: 0;
	font-size: 14px;
	transition: all 0.2s;
	color: #fff;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
}
.prod-cont .prod-add {
	padding: 10px 18px 11px;
	display: inline-block;
	margin: 0 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all 0.2s;
	text-transform: uppercase;
	color: #fff;
	background: #ED7616;
	position: relative;
}
.prod-cont .prod-add:hover {
	background: #474f6e;
}
.prod-cont .prod-addwrap .prod-addres {
	display: none;
	width: 150px;
	padding: 8px 0;
	font-size: 13px;
	margin: 0 0 8px -75px;
	border: 1px solid #e0e4f6;
	background: #fff;
	position: absolute;
	bottom: 100%;
	color: #ED7616;
	font-weight: 500;
	left: 50%;
	line-height: 140%;
	text-align: center;
}
.prod-cont .prod-addwrap .prod-addres:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -8px;
	border-top: 8px solid #fff;
	border-bottom: 8px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
}
.prod-cont .prod-addwrap .prod-addres:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 1px 0 0 -8px;
	border-top: 8px solid #e0e4f6;
	border-bottom: 8px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
}
.prod-cont .prod-addwrap .prod-addres a {
	font-weight: 400;
	display: inline-block;
	color: #3a89cf;
	text-decoration: none;
	border-bottom: 1px solid #3a89cf;
	transition: all 0.2s;
	line-height: 140%;
}
.prod-cont .prod-addwrap .prod-addres a:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #3a89cf;
}
.prod-cont .prod-qnt {
	overflow: hidden;
	margin: 0 0 16px;
	display: inline-block;
	vertical-align: top;
	width: 66px;
}
.prod-cont .prod-qnt input[type=text] {
	float: left;
	width: 39px;
	height: 39px;
	font-weight: 700;
	font-size: 14px;
	color: #ED7616;
	text-align: center;
	display: block;
	margin: 0 2px 0 0;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
}
.prod-cont .prod-plus {
	float: left;
	width: 17px;
	margin: 5px 0 0;
	color: #ED7616;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}
.prod-cont .prod-plus .fa {
	padding: 0;
	line-height: 1;
}
.prod-cont .prod-minus {
	float: left;
	border-top: none;
	width: 17px;
	color: #ED7616;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}
.prod-cont .prod-minus .fa {
	padding: 0;
	line-height: 1;
}
.prod-cont .prod-actions {
	overflow: hidden;
	margin: 0 0 12px;
}
.prod-cont .prod-qnt a:hover {
	color: #3a89cf;
}
.prod-cont .prod-compare,
.prod-cont .prod-favorites {
	padding: 0 0 0 28px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 30px 15px 0;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	color: #7b7b7b;
	transition: all 0.2s;
}
.prod-cont .prod-compare {
	margin-right: 0;
}
.prod-cont .prod-compare .fa,
.prod-cont .prod-favorites .fa {
	position: absolute;
	transition: all 0.2s;
	top: -1px;
	left: 0px;
	font-size: 15px;
	color: #dadada;
	padding: 1px;
}
.prod-cont .prod-compare .fa {
	font-size: 14px;
}
.prod-cont .prod-compare:hover,
.prod-cont .prod-favorites:hover {
	color: #ED7616;
}
.prod-cont .prod-compare:hover .fa,
.prod-cont .prod-favorites:hover .fa {
	color: #ED7616;
}
.prod-cont .prod-compare.compare-added .fa:before,
.prod-cont .prod-favorites.favorite-added .fa:before {
	content: '\f00c';
}
.prod-cont p {
	margin: 0;
	padding: 0;
}
.prod-cont .prod-showprops {
	display: inline-block;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	color: #3a89cf;
	line-height: 100%;
}
.prod-cont .prod-showprops:hover {
	border-bottom: 1px solid #3a89cf;
}
.prod-cont .prod-skuwrap {
	padding: 0 0 10px;
}
.prod-cont .prod-skuttl {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 11px;
	color: #7b7b7b;
	letter-spacing: 1px;
}
.prod-cont .prod-skucolor {
	overflow: hidden;
	margin: 0 0 14px;
}
.prod-cont .prod-skucolor li {
	display: inline-block;
	margin: 0 3px 7px 0;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: all 0.2s;
}
.prod-cont .prod-skucolor li:hover {
	opacity: 0.85;
}
.prod-cont .prod-skucolor li:after {
	display: none;
}
.prod-cont .prod-skucolor li.active:after {
	position: absolute;
	content: '\f00c';
	display: block;
	font-family: FontAwesome;
	font-size: 8px;
	color: #fff;
	margin: 4px 0 0 4px;
	top: 0;
	line-height: 1;
	left: 0;
}
.prod-cont .prod-skucolor li img {
	border-radius: 50px;
	display: block;
	width: 100%;
	height: 100%;
}
.prod-cont .prod-sku {
	margin: 0 0 14px;
}
.prod-cont .prod-notavailable {
	font-weight: 700;
	color: #B61B34;
	padding: 10px 0 11px;
	margin: 0;
	font-size: 14px;
	transition: all 0.2s;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.prod-cont .offer-props-select {
	z-index: 10;
	font-size: 13px;
	color: #202020;
	position: relative;
	display: inline-block;
	margin: 0 0 26px;
}
.prod-cont .offer-props-select.opened {
	z-index: 50;
}
.prod-cont .offer-props-select p {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	font-size: 13px;
	color: #202020;
	height: 27px;
	line-height: 25px;
	padding: 0 30px 0 10px;
	border: 1px solid #e0e4f6;
	background: #fff;
	position: relative;
}
.prod-cont .offer-props-select p:after {
	position: absolute;
	content: "\f107";
	top: 50%;
	font-size: 18px;
	color: #ED7616;
	right: 9px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: FontAwesome;
}
.prod-cont .offer-props-select.opened p:after {
	content: "\f106";
}
.prod-cont .offer-props-select ul {
	box-sizing: border-box;
	min-width: 100%;
	margin: -1px 0 0;
	padding: 0;
	border: 1px solid #e0e4f6;
	border-top: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.prod-cont .offer-props-select.opened ul {
	display: block;
}
.prod-cont .offer-props-select ul li {
	padding: 0;
	margin: 0;
}
.prod-cont .offer-props-select ul li:after {
	display: none;
}
.prod-cont .offer-props-select ul li a {
	min-height: 18px;
	padding: 5px 10px 4px;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	display: block;
}
.prod-cont .offer-props-select ul li a:hover {
	text-decoration: none;
	color: #ED7616;
}
.prod-cont .offer-props-select ul li a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: #e0e4f6;
	content: "";
	top: 0;
}
.prod-cont .offer-props-select ul li a:hover {
	color: #ED7616;
}
.prod-cont .offer-props-select ul li.active a {
	background-color: #ED7616;
	color: #FFF;
	margin-left: -1px;
	margin-right: -1px;
}
.prod-cont .offer-props-select ul li.active a:after {
	display: none;
}
.prod-cont .prod-i-props {
	position: relative;
	padding: 25px 0 0;
	margin: 12px 0 20px;
	color: #ffffff;
}
.prod-cont .prod-i-props:after {
	position: absolute;
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #e0e4f6;
	left: 0;
	top: 0;
}
.prod-cont .prod-i-props li {
	margin: 0 0 4px;
}
.prod-cont .prod-i-props b {
	color: #ED7616;
	font-weight: 500;
}
/*----------------------------------
16 - Single Product
----------------------------------*/



/*----------------------------------
17 - Single Product Tabs
----------------------------------*/
.prod-tabs-wrap {
	margin-bottom: 50px;
	clear: both;
}
.prod-tabs {
	margin: 0 0 31px;
	padding: 0;
	list-style: none;
	position: relative;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
}
.prod-tabs:after {
	display: block;
	clear: both;
	content: "";
}
.prod-tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.prod-tabs li a {
	border: none;
	display: block;
	padding: 15px 22px 15px;
	text-transform: uppercase;
	transition: all 0.2s;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	color: #ED7616;
}
.prod-tabs li a:hover {
	color: #3a89cf;
	text-decoration: none;
}
.prod-tabs li a.active {
	color: #fff;
	background: #ED7616;
	margin: -1px 0;
	padding: 16px 22px 16px;
}
.prod-tab-cont {
	overflow: hidden;
	position: relative;
	margin: 0 0 44px;
}
.prod-tab {
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 0;
	font-size: 14px;
	line-height: 170%;
}
.prod-tab-cont .prod-tab:first-of-type {
	height: auto;
}
.prod-tab p {
	margin: 0 0 20px;
}
.prod-tab table {
	width: 100%;
	border-collapse: collapse;
	color: #ffffff;
}
.prod-tab table.prod-propssku {
	margin: -1px 0 0;
}
.prod-tab table td {
	padding: 8px 8px 8px 0;
	border-bottom: 1px solid #e0e4f6;
	vertical-align: middle;
}
.prod-tab.prod-props table tr td:first-child {
	width: 30%;
	font-weight: 500;
	color: #ED7616;
}
.prod-tab.prod-props table tr:last-child td {
	border-bottom: none;
}
.prod-tab-mob {
	display: none;
	cursor: pointer;
	border-top: 1px solid #e0e4f6;
	padding: 15px 0px 15px;
	text-transform: uppercase;
	transition: all 0.2s;
	color: #ED7616;
	font-size: 16px;
	position: relative;
	font-weight: 500;
}
.prod-cont .prod-tab-mob {
	padding: 15px 0px 15px;
}
.prod-tab-mob:hover {
	color: #3a89cf;
}
.prod-tab-mob.active {
	color: #3a89cf;
}
.prod-tab-mob.active:before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: 100%;
	box-sizing: content-box;
	padding: 0 1px;
	height: 3px;
	background: #ED7616;
}
.prod-tab-articles .post-rel-wrap {
	margin: 0;
}
.prod-tab-articles .post-rel-wrap .post-rel {
	margin-bottom: 0;
}
.prod-tab-video {
	text-align: center;
}
.prod-tab-video > iframe {
	width: 100%;
}


.prod-comment-form {
	width: 100%;
	margin: 15px auto 10px;
	max-width: 480px;
	clear: both;
}
.prod-comment-form.post-form {
	margin-bottom: 70px;
}
.prod-comment-form h3 {
	font-size: 20px;
	color: #ED7616;
	font-weight: 500;
	margin: 0 0 18px;
	text-align: center;
}
.prod-comment-form input[type=text] {
	float: left;
	width: 48.5%;
	margin: 0 3% 20px 0;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
	display: block;
	height: 38px;
	color: #ED7616;
	transition: all 0.2s;
	padding: 0 14px;
	font-size: 14px;
}
.prod-comment-form input[type=text]:nth-of-type(2n) {
	margin-right: 0;
}
.prod-comment-form input[type=text]:nth-of-type(2n+1) {
	clear: left;
}
.prod-comment-form input[type=text]::-webkit-input-placeholder {
	color: #b8bcce;
}
.prod-comment-form input[type=text]::-moz-placeholder {
	color: #b8bcce;
	opacity: 1;
}
.prod-comment-form input[type=text]:-ms-input-placeholder {
	color: #b8bcce;
}
.prod-comment-form input[type=text]:focus {
	border-color: #bfcedc;
}
.prod-comment-form textarea {
	float: none;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 0 20px 0;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
	display: block;
	min-height: 130px;
	height: 130px;
	max-height: 500px;
	color: #ED7616;
	transition: all 0.2s;
	padding: 14px 14px;
	font-size: 14px;
}
.prod-comment-form textarea::-webkit-input-placeholder {
	color: #b8bcce;
}
.prod-comment-form textarea::-moz-placeholder {
	color: #b8bcce;
	opacity: 1;
}
.prod-comment-form textarea:-ms-input-placeholder {
	color: #b8bcce;
}
.prod-comment-form textarea:focus {
	border-color: #bfcedc;
}
.prod-comment-form .blog-comment-submit {
	overflow: hidden;
	padding: 0 0 17px;
	clear: both;
	color: #ED7616;
	font-size: 14px;
}
.prod-rating {
	margin: 9px 0 0 0;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
	font-size: 13px;
	color: #3a89cf;
	white-space: nowrap;
	display: inline-block;
	float: right;
	cursor: pointer;
}
.prod-rating .fa {
	font-size: 13px;
	padding: 0 2px;
}
.prod-rating .fa:hover:before {
	content: "\f005";
}
.prod-rating .fa:hover:before,
.prod-rating .fa:hover ~ .fa:before {
	content: "\f005";
}
.prod-rating[data-rating="1"] .fa:nth-child(5):before {
	content: "\f005";
}
.prod-rating[data-rating="2"] .fa:nth-child(5):before,
.prod-rating[data-rating="2"] .fa:nth-child(4):before {
	content: "\f005";
}
.prod-rating[data-rating="3"] .fa:nth-child(5):before,
.prod-rating[data-rating="3"] .fa:nth-child(4):before,
.prod-rating[data-rating="3"] .fa:nth-child(3):before {
	content: "\f005";
}
.prod-rating[data-rating="4"] .fa:nth-child(5):before,
.prod-rating[data-rating="4"] .fa:nth-child(4):before,
.prod-rating[data-rating="4"] .fa:nth-child(3):before,
.prod-rating[data-rating="4"] .fa:nth-child(2):before {
	content: "\f005";
}
.prod-rating[data-rating="5"] .fa:nth-child(5):before,
.prod-rating[data-rating="5"] .fa:nth-child(4):before,
.prod-rating[data-rating="5"] .fa:nth-child(3):before,
.prod-rating[data-rating="5"] .fa:nth-child(2):before,
.prod-rating[data-rating="5"] .fa:nth-child(1):before {
	content: "\f005";
}
.prod-comment-form input[type=submit],
.prod-comment-form button[type=button] {
	border: none;
	cursor: pointer;
	text-align: center;
	height: auto;
	padding: 10px 24px 11px;
	display: inline-block;
	margin: 0 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all 0.2s;
	text-transform: uppercase;
	color: #fff;
	background: #ED7616;
	position: relative;
}
.prod-comment-form input[type=submit]:hover,
.prod-comment-form button[type=button]:hover {
	background: #474f6e;
}
/*----------------------------------
17 - Single Product Tabs
----------------------------------*/

/*----------------------------------
18 - Single Product Related
----------------------------------*/
.prod-related {
	float: left;
	width: 20%;
	padding: 10px 0 50px;
	text-align: left;
	overflow: hidden;
}
.prod-related-car {
	position: relative;
}
.prod-related-car:after {
	content: "";
	clear: both;
	display: block;
}
.prod-related-car ul {
	margin: 0;
	padding: 0;
}
.prod-related-car .slides {
	width: 1000%;
	position: relative;
}
.prod-related-car ul li {
	margin: 0;
	padding: 0;
	position: initial;
	width: 228px;
	float: left;
	display: block;
}
.prod-related-car ul li:after {
	display: none;
}
.prod-related h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0 20px;
	font-weight: 700;
	margin: 0;
	color: #ED7616;
}
.prod-related .prod-rel {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e0e4f6;
	margin: 0 0 20px;
	padding: 0px 0 8px;
}
.prod-related .prod-rel:last-child {
	border-bottom: none;
}
.prod-related .prod-rel-img {
	display: block;
	margin: 0 5% 10px 0;
	width: 40%;
	height: 103px;
	text-align: right;
	float: left;
	overflow: hidden;
}
.prod-related .prod-rel-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.prod-related .prod-rel-cont {
	float: left;
	width: 55%;
}
.prod-related .prod-rel h3 {
	font-size: 15px;
	color: #ED7616;
	margin: 2px 0 9px;
	line-height: 120%;
}
.prod-related .prod-rel h3 a {
	color: #ED7616;
	transition: all 0.2s;
	line-height: 120%;
}
.prod-related .prod-rel h3 a:hover {
	color: #3a89cf;
	text-decoration: none;
}
.prod-related .prod-rel-price {
	color: #ED7616;
	margin: 0 0 9px;
	font-size: 12px;
}
.prod-related .prod-rel-price b {
	font-size: 16px;
	font-weight: 500;
}
.prod-related .prod-rel-price del {
	color: #888;
	font-size: 12px;
	display: block;
	font-weight: 400;
}
.prod-related .prod-rel-actions:after {
	clear: both;
	content: "";
	display: block;
}
.prod-related .prod-rel-compare {
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #cacaca;
	margin: 0 12px 7px 0px;
	transition: all 0.2s;
}
.prod-related .prod-rel .prod-rel-compare:hover {
	color: #ED7616;
	text-decoration: none;
}
.prod-related .prod-rel .prod-rel-compare.compare-added {
	color: #ED7616;
	text-decoration: none;
	cursor: default;
}
.prod-related .prod-rel-favorites {
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #cacaca;
	margin: 0 15px 7px 0;
	transition: all 0.2s;
}
.prod-related .prod-rel .prod-rel-favorites:hover {
	color: #ED7616;
	text-decoration: none;
}
.prod-related .prod-rel .prod-rel-favorites.favorite-added {
	color: #ED7616;
}
.prod-related .prod-rel-buy {
	float: left;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #cacaca;
	padding: 1px;
	margin: 0 0 7px 0px;
	transition: all 0.2s;
}
.prod-related .prod-rel .prod-rel-buy:hover {
	color: #ED7616;
	text-decoration: none;
}
.prod-related .prod-i-addwrap {
	float: left;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #cacaca;
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 7px 0px;
	transition: all 0.2s;
}
.prod-related .prod-i-add {
	line-height: 1.3;
	display: block;
	margin: 0;
	transition: all 0.2s;
}
.prod-related .prod-rel-add.prod-i-add-notshown {
	display: none !important;
}
.prod-related .prod-i-add:hover {
	color: #ED7616;
	text-decoration: none;
}
.prod-related .prod-rel .prod-i-addwrap .prod-i-addres {
	display: none;
	width: 150px;
	padding: 8px 0;
	font-size: 13px;
	margin: 0 -9px 8px 0;
	border: 1px solid #e0e4f6;
	background: #fff;
	position: absolute;
	bottom: 100%;
	color: #ED7616;
	font-weight: 500;
	right: 0;
	left: auto;
	line-height: 140%;
}
.prod-related .prod-rel .prod-i-addwrap .prod-i-addres:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0 7px 0 0;
	border-top: 8px solid #fff;
	border-bottom: 8px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
}
.prod-related .prod-rel .prod-i-addwrap .prod-i-addres:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 1px 7px 0 0;
	border-top: 8px solid #e0e4f6;
	border-bottom: 8px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
}
.prod-related .prod-rel .prod-i-addwrap .prod-i-addres a {
	font-weight: 400;
	display: inline-block;
	color: #3a89cf;
	text-decoration: none;
	border-bottom: 1px solid #3a89cf;
	transition: all 0.2s;
	line-height: 140%;
}
.prod-related .prod-rel .prod-i-addwrap .prod-i-addres a:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #3a89cf;
}
.prod-related .flex-control-nav {
	display: none;
	position: relative;
	bottom: auto;
	margin: 10px 0;
}
.prod-related .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
}
.prod-related .flex-control-nav li a {
	width: 23px;
	height: 3px;
	background: #e0e4f6;
	box-shadow: none;
	transition: all 0.2s;
}
.prod-related .flex-control-nav li a:hover,
.prod-related .flex-control-nav li a.flex-active {
	background: #ED7616;
}
.prod-related .flex-direction-nav {
	position: absolute;
	top: -47px;
	left: 0;
	width: 100%;
}
.prod-related .flex-direction-nav a {
	top: -3px;
	text-decoration: none;
	display: block;
	opacity: 1 !important;
	margin: 0;
	position: absolute;
	z-index: 10;
	color: transparent;
	text-align: left;
	text-shadow: none;
	transition: all 0.2s;
	overflow: hidden;
	width: 38px;
	background: none;
	text-indent: 100%;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
}
.prod-related .flex-direction-nav a.flex-disabled {
	display: none;
}
.prod-related .flex-direction-nav .flex-prev {
	left: 0;
}
.prod-related .flex-direction-nav .flex-prev:before {
	transition: all 0.3s;
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 0 0;
	background: url(../img/assets/img/nav1.png) no-repeat left bottom;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 0;
}
.prod-related .flex-direction-nav .flex-next {
	right: 0;
	text-align: right;
}
.prod-related .flex-direction-nav .flex-next:before {
	transition: all 0.3s;
	display: block;
	content: "";
	text-indent: initial;
	margin: -9px 0 0;
	background: url(../img/assets/img/nav1.png) no-repeat left top;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 0;
}

.prod-related .prod-i-skuwrap {
	margin: 0 0 25px;
	display: none;
}
.prod-related .prod-i-skuttl {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 4px;
	color: #ED7616;
}
.prod-related .prod-i-skucolor {
	overflow: hidden;
	margin: 0 0 2px;
}
.prod-related .prod-i-skucolor li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px 7px 0;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
.prod-related .prod-i-skucolor li.active {
	border: 1px solid #3a89cf;
	padding: 2px;
}
.prod-related .prod-i-skucolor li img {
	border-radius: 50px;
	display: block;
	width: 100%;
	height: 100%;
}
.prod-related .prod-i-sku {
	margin: 0 0 15px;
}


.prod-related .offer-props-select {
	margin: 0 0 10px;
	z-index: 10;
	font-size: 15px;
	color: #8e8e8e;
	position: relative;
}
.prod-related .offer-props-select.opened {
	z-index: 50;
}
.prod-related .offer-props-select p {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	font-size: 15px;
	color: #8e8e8e;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 12px;
	border: 1px solid #e0e4f6;
	background: #fff;
	position: relative;
}
.prod-related .offer-props-select p:after {
	position: absolute;
	content: "\f107";
	top: 50%;
	font-size: 18px;
	right: 10px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: FontAwesome;
}
.prod-related .offer-props-select.opened p:after {
	content: "\f106";
}
.prod-related .offer-props-select ul {
	box-sizing: border-box;
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
	border: 1px solid #e0e4f6;
	border-top: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.prod-related .offer-props-select.opened ul {
	display: block;
}
.prod-related .offer-props-select ul li a {
	min-height: 18px;
	padding: 5px 12px 4px;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	display: block;
}
.prod-related .offer-props-select ul li a:hover {
	text-decoration: none;
}
.prod-related .offer-props-select ul li a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: #e0e4f6;
	content: "";
	top: 0;
}
.prod-related .offer-props-select ul li a:hover {
	background-color: #3a89cf;
	color: #FFF;
	text-decoration: none;
}
.prod-related .offer-props-select ul li a:hover:after {
	display: none;
}
.prod-related .offer-props-select ul li:hover + li a:after {
	display: none;
}
.prod-related .offer-props-select ul li.active a {
	background-color: #3a89cf;
	color: #FFF;
}
.prod-related .offer-props-select ul li.active a:after {
	display: none;
}
/*----------------------------------
18 - Single Product Related
----------------------------------*/



/*----------------------------------
20 - Blog Post
----------------------------------*/
.post-wrap {
	float: left;
	width: 80%;
	padding: 0 30px 50px 0;
}
.post-wrap-full {
	float: none;
	width: 100%;
	padding: 0 0 50px;
}
.post-wrap .post-slider {
	border: none;
	box-shadow: none;
	overflow: hidden;
	margin: 0 0 30px;
	position: relative;
}
.post-wrap .post-slider ul {
	margin: 0;
	padding: 0;
}
.post-wrap .post-slider ul li {
	margin: 0;
	padding: 0;
	position: initial;
}
.post-wrap .post-slider ul li:after {
	display: none;
}
.post-wrap .post-slider .flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 1 !important;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	color: #ED7616;
	text-shadow: none;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	border: none;
}
.post-wrap .post-slider .flex-direction-nav a:before {
	display: block;
	content: "\f104";
	font-size: 26px;
	text-indent: initial;
	color: #ED7616;
	font-family: FontAwesome;
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}
.post-wrap .flex-direction-nav a.flex-next:before {
	margin: 0 0 0 4px;
	content: "\f105";
}
.post-wrap .flex-direction-nav a.flex-prev:before {
	margin: 0 2px 0 0;
	content: "\f104";
}
.post-wrap .post-slider .flex-direction-nav a:hover {
	background: rgba(255,255,255,1);
	text-decoration: none;
}
.post-wrap .post-slider.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.post-wrap .post-slider.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.post-img {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	max-width: 100%;
	max-height: 800px;
	width: auto;
	height: auto;
}
.post-wrap p {
	margin: 0 0 20px;
}
.post-share-wrap {
	border-top: 1px solid #e0e4f6;
	color: #888;
	overflow: hidden;
	margin: 28px 0 70px;
}
.post-share-wrap .post-share {
	float: left;
	padding: 21px 0 0;
	font-size: 18px;
	margin: 0;
}
.post-share-wrap .post-share li {
	display: inline-block;
	margin: 0 14px 10px 0;
	padding: 0;
}
.post-share-wrap .post-share li:after {
	display: none;
}
.post-share-wrap .post-share li a {
	transition: all 0.2s;
	border: none;
	color: #5f6680;
}
.post-share-wrap .post-share li a:hover {
	color: #ED7616;
	text-decoration: none;
}
.post-share-wrap .post-share li a .fa {
	transition: all 0.2s;
	padding: 1px;
}
.post-share-wrap .post-share li a .fa-pinterest:hover {
	color: #f44336;
}
.post-share-wrap .post-share li a .fa-facebook-square:hover,
.post-share-wrap .post-share li a .fa-facebook:hover {
	color: #0083C9;
}
.post-share-wrap .post-share li a .fa-twitter:hover  {
	color: #5BBCEC;
}
.post-share-wrap .post-share li a .fa-linkedin:hover  {
	color: #FF4518;
}
.post-share-wrap .post-share li a .fa-dribbble:hover  {
	color: #90C9DC;
}
.post-share-wrap .post-share li a .fa-google-plus:hover  {
	color: #CE3C2D;
}
.post-share-wrap .post-share li a .fa-instagram:hover  {
	color: #b4307d;
}
.post-share-wrap .post-share li a .fa-vk:hover  {
	color: #4c75a3;
}
.post-share-wrap .post-info {
	padding: 21px 0 0;
	float: right;
	text-align: right;
	margin: 0;
}
.post-share-wrap .post-info li {
	display: inline-block;
	padding: 0 0 10px 18px;
	margin: 0 0 0 5px;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
}
.post-share-wrap .post-info li:after {
	display: block;
	content: "";
	width: 9px;
	height: 19px;
	background: url(../img/separator1.png) no-repeat left top;
	top: 50%;
	left: 0;
	margin: -15px 0 0;
	position: absolute;
}
.post-share-wrap .post-info li:first-child:after {
	display: none;
}
.post-share-wrap .post-info li a {
	color: #3a89cf;
	transition: all 0.2s;
}
.post-share-wrap .post-info li a:hover {
	text-decoration: none;
}
.post-rel-wrap {
	position: relative;
	overflow: hidden;
	border: none;
	margin: 0 0 30px;
	box-shadow: none;
}
.post-rel-wrap ul {
	margin: 0;
	padding: 0;
}
.post-rel-wrap ul li {
	margin: 0;
	padding: 0;
	position: initial;
}
.post-rel-wrap ul li:after {
	display: none;
}
.post-rel-wrap .posts-i {
	height: 236px;
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
	color: #ED7616;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.post-rel-wrap .posts-i .posts-i-date {
	left: 20px;
}
.post-rel-wrap .posts-i .posts-i-info {
	left: 20px;
}
.post-rel-wrap .flex-direction-nav a {
	transition: all 0.2s ease-in;
	background: none;
	text-align: center;
	overflow: hidden;
	width: 38px;
	background: rgba(255,255,255,0.85);
	text-indent: 100%;
	white-space: nowrap;
	height: 42px;
	margin-top: -21px;
	z-index: 1;
	opacity: 0;
}
.post-rel-wrap .flex-direction-nav a:before {
	transition: all 0.2s ease-in;
	display: block;
	content: "";
	text-indent: initial;
	background: url(../img/assets/img/nav1.png) no-repeat left top;
	height: 18px;
	width: 20px;
	position: absolute;
	top: 50%;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-next {
	right: 0;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-prev {
	left: 0;
}
.post-rel-wrap.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-next:before {
	right: 8px;
	margin: -9px 0 0 0;
	content: '';
}
.post-rel-wrap.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-prev:before {
	left: 8px;
	margin: -9px 0 0 0;
	background-position: left bottom;
	content: '';
}
/*----------------------------------
20 - Blog Post
----------------------------------*/

/*----------------------------------
22 - Blog Posts
----------------------------------*/
.posts-wrap {
	overflow: hidden;
	margin: 0 0 50px;
}
.posts-list {
	margin: 0 -15px;
}
.posts-list:after {
	clear: both;
	content: '';
	display: block;
}
.posts-list .posts-i {
	color: #ED7616;
	position: relative;
	width: 33.33333%;
	padding: 0 15px;
	float: left;
	margin: 0 0 30px;
	height: 236px;
	overflow: hidden;
}
.posts-i .posts-i-img {
	display: block;
	height: 100%;
	overflow: hidden;
	border: none;
	position: relative;
}
.posts-i .posts-i-img:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	transition: background 0.5s;
}
.posts-i:hover .posts-i-img:after {
	background: rgba(0,0,0,0.5);
}
.posts-i .posts-i-img span {
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	display: block;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.posts-i:hover .posts-i-img span {
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.posts-i .posts-i-date {
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
	padding: 0;
	position: absolute;
	color: #fff;
	top: 15px;
	left: 35px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.posts-i:hover .posts-i-date {
	opacity: 1;
	top: 20px;
}
.posts-i .posts-i-date span {
	display: block;
	font-size: 28px;
	line-height: 1;
	font-family: 'PT Serif', Roboto, sans-serif;
	font-weight: 700;
	margin: 0 0 1px;
}
.posts-i .posts-i-info {
	position: absolute;
	bottom: 15px;
	left: 35px;
	right: 35px;
	padding: 0;
	color: #fff;
	line-height: 1;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.posts-i:hover .posts-i-info {
	opacity: 1;
	bottom: 20px;
}
.posts-i .posts-i-ttl {
	font-family: 'PT Serif', Roboto, sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}
.posts-i .posts-i-ttl a {
	border: none;
	color: #fff;
	line-height: 1.2;
	transition: color 0.2s;
}
.posts-i .posts-i-ttl a:hover {
	color: #b3bede;
}
.posts-i .posts-i-ctg {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 7px;
	display: inline-block;
	line-height: 1;
	border: none;
	color: #fff;
	transition: color 0.2s;
}
.posts-i .posts-i-ctg:hover {
	color: #b3bede;
}
.posts-list-rel {
	margin: 0;
	padding: 0 0 50px;
	overflow: hidden;
}
.posts-list-rel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.posts-list-rel .posts-i {
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.posts-list-rel .posts-i .posts-i-info {
	left: 22px;
	right: 22px;
}
.posts-list-rel .posts-i .posts-i-date {
	left: 22px;
}
.posts-list-rel .flex-control-nav {
	bottom: 10px;
	margin: 0;
	list-style: none;
}
.posts-list-rel .flex-control-nav li {
	margin: 0 4px;
}
.posts-list-rel .flex-control-nav li a {
	display: block;
	box-shadow: none;
	border-radius: 0;
	width: 23px;
	height: 3px;
	background: #e0e4f6;
	box-shadow: none;
	transition: all 0.2s;
	border: none;
}
.posts-list-rel .flex-control-nav li a:hover {
	background: #ED7616;
}
.posts-list-rel .flex-control-nav li a.flex-active {
	background: #ED7616;
	cursor: default;
}
.posts-list-rel .flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 1 !important;
	margin: -48px 0 0;
	position: absolute;
	top: 50%;
	color: #ED7616;
	text-shadow: none;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	border: none;
}
.posts-list-rel .flex-direction-nav a.flex-disabled {
	display: none;
}
.posts-list-rel .flex-direction-nav a:before {
	display: block;
	content: "\f104";
	font-size: 26px;
	text-indent: initial;
	color: #ED7616;
	font-family: FontAwesome;
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}
.post-wrap .flex-direction-nav a.flex-next:before {
	margin: 0 0 0 4px;
	content: "\f105";
}
.post-wrap .flex-direction-nav a.flex-prev:before {
	margin: 0 2px 0 0;
	content: "\f104";
}
.posts-list-rel .flex-direction-nav a:hover {
	background: rgba(255,255,255,1);
	text-decoration: none;
}
.posts-list-rel.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.posts-list-rel.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
/*----------------------------------
22 - Blog Posts
----------------------------------*/

/*----------------------------------
25 - Modal Form
----------------------------------*/
.bx-wrapper {
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: auto;
	/* background: #fff; */
    background: transparent;
}
.modalform {
	font-size: 14px;
	background: #fff;
    background: transparent;
	width: 100%;
	padding: 30px 30px 20px;
	margin: 0 auto;
	width: 280px;
}
.modalform .modalform-ttl {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 11px;
	font-weight: 500;
	margin: 0 0 20px;
	color: #ED7616;
	text-align: center;
	position: relative;
}
.modalform .modalform-ttl:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	margin: 0 0 0 -25px;
	display: block;
	background: #ED7616;
}
.modalform input[type=text] {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #e0e4f6;
	height: 40px;
	color: #ED7616;
	background: #f8fafc;
	transition: all 0.2s;
	padding: 0 14px;
	font-size: 14px;
}
.modalform input[type=text]::-webkit-input-placeholder {
	color: #c7cbdc;
}
.modalform input[type=text]::-moz-placeholder {
	color: #c7cbdc;
	opacity: 1;
}
.modalform input[type=text]:-ms-input-placeholder {
	color: #c7cbdc;
}
.modalform textarea {
	float: none;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #e0e4f6;
	display: block;
	min-height: 170px;
	height: 170px;
	max-height: 700px;
	color: #ED7616;
	background: #f8fafc;
	transition: all 0.2s;
	padding: 14px 14px;
	font-size: 14px;
}
.modalform textarea::-webkit-input-placeholder {
	color: #c7cbdc;
}
.modalform textarea::-moz-placeholder {
	color: #c7cbdc;
	opacity: 1;
}
.modalform textarea:-ms-input-placeholder {
	color: #c7cbdc;
}
.modalform button[type=submit] {
	display: block;
	border: none;
	font-size: 13px;
	color: #fff;
	margin: 0 auto 15px;
	padding: 10px 24px 9px;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #313b54;
	transition: all 0.2s;
	height: auto;
	width: 100%;
}
.modalform button[type=submit] .fa {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	font-size: 12px;
}
.modalform button[type=submit]:hover {
	background: #22B2F9;
}
.redborder {
	border-color: red !important;
}
.modalform .form-result {
	margin: 0;
}
/*----------------------------------
25 - Modal Form
----------------------------------*/

/*----------------------------------
26 - Quick View
----------------------------------*/
.qview-modal {
	height: 0;
	overflow: hidden;
	width: 950px;
	width: 100%;
	max-width: 950px;
}
.qview-modal .prod-slider-wrap,
.qview-modal .prod-cont {
	margin-bottom: 0;
}
.qview-modal .prod-wrap {
	float: none;
	width: auto;
	padding: 20px;
	background: #fff;
	max-width: 950px;
	width: 100%;
}
.fancybox-wrap .qview-modal {
	overflow: initial;
	height: auto;
	width: auto;
}
/*----------------------------------
26 - Quick View
----------------------------------*/

/*----------------------------------
39 - Accordion
----------------------------------*/
.accordion-wrap .component-ttl {
	margin-bottom: 35px;
}
.accordion-tab-cont {
	overflow: hidden;
	position: relative;
	margin: 0 0 44px;
}
.accordion-tab {
	border: none;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 0;
}
.accordion-tab-cont .accordion-tab:first-of-type {
	height: auto;
}
.height_auto {
	height: auto !important;
}
.accordion-tab-mob {
	cursor: pointer;
	border-top: 1px solid #e0e4f6;
	padding: 15px 0px 15px;
	text-transform: uppercase;
	transition: all 0.2s;
	color: #ED7616;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	margin: 0 !important;
}
.accordion-tab-mob:hover {
	color: #3a89cf;
}
.accordion-tab-mob.active {
	color: #ED7616;
}
.accordion-tab-mob.active:before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: 100%;
	box-sizing: content-box;
	padding: 0 1px;
	height: 3px;
	background: #ED7616;
}
.accordion-inner {
	padding-bottom: 1px;
	color: #ffffff;
	line-height: 1.7;
	font-size: 14px;
}
.accordion-inner:after {
	clear: both;
	content: '';
	display: block;
}
.tabs-wrap {
	padding-bottom: 1px;
}
.tabs-wrap .flex-viewport {
	padding-bottom: 1px;
	color: #ffffff;
	line-height: 1.7;
	font-size: 14px;
}
.tabs-wrap .flex-viewport:after {
	clear: both;
	content: '';
	display: block;
}
.tabs-margin {
	margin-top: 30px;
	display: block;
}
/*----------------------------------
39 - Accordion
----------------------------------*/

/* ============ End of Detail Products ============ */


/* Contact Us */
/*-------- Start My Account Page Wrapper --------*/
/*------ contact form area start -------*/
.contact-area {
    margin-top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-area {
        margin-bottom: -4px;
    }
}

.contact-message h2 {
    color: #ED7616;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 28px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .contact-message h2 {
        padding-bottom: 15px;
    }
}

.contact-message form input,
.contact-message form textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.contact-message form textarea {
    height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info {
        margin-top: 77px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-info {
        margin-top: 60px;
        margin-bottom: -4px;
    }
}

.contact-info h2 {
    color: #ED7616;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 22px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .contact-info h2 {
        padding-bottom: 8px;
    }
}

.contact-info p {
    color: #fff;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info p {
        padding-bottom: 10px;
    }
}

.contact-info ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
}

@media only screen and (max-width: 479.98px) {
    .contact-info ul li {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.contact-info ul li:last-child {
    border-bottom: none;
}

.contact-info ul li i {
    font-size: 18px;
    padding-right: 10px;
}

.contact-info .working-time h3 {
    color: #ED7616;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767.98px) {
    .contact-info .working-time h3 {
        font-size: 16px;
    }
}

.contact-info .working-time p {
    padding-bottom: 0;
}

.contact-info .working-time p span {
    color: #ED7616;
    padding-right: 10px;
}

.button-52 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .button-52:after {
    content: "";
    background-color: #ED7616;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
    color: #fff;
  }

  .button-52:hover:after {
    top: 0px;
    left: 0px;
    color: #fff;
  }

  @media (min-width: 768px) {
    .button-52 {
      padding: 13px 50px 13px;
    }
  }

/*------ contact info area end -------*/
