@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-w-webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  /*overflow: hidden;*/
}
a {
  text-decoration: none;
  transition-duration: 0.5s;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: hvr-back-pulse;
  animation-timing-function: linear;
}
:focus {
  outline: 0;
  text-decoration: none !important;
}
img {
  border: 0px;
  outline: none;
  max-width: 100%;
  max-height: 100%;
}
.img-fullwidth {
  width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
strong {
}
/* Headings */
input[type="submit"] {
  cursor: pointer;
}
.t-t-u {
  text-transform: uppercase !important;
}
.t-t-n {
  text-transform: none !important;
}
.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.t-c {
  text-align: center !important;
}
.r-gap {
  margin-right: 0 !important;
}
.flt-l {
  float: left !important;
}
.flt-r {
  float: right !important;
}
.flt-none {
  float: none !important;
}
.no-border {
  border: 0 !important;
}
.bgnone {
  background: none !important;
}
.underliene {
  text-decoration: underline;
}

div {
}
p {
  margin: 0 !important;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.create_design_sec .low_contnarea .right {
  max-height: 100% !important;
}
/*.fortextRight > .design {
    height: 100% !important;
}
.fortextRight > .design {
    height: 100% !important;
} */
header {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  float: left;
}
header .toparea {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
  color: #0a0a0a;
  font-size: 12px;
}
header .toparea a {
  color: #7ed6d3;
}
header .toparea a:hover {
  color: #000;
}
header .botarea {
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
header .botarea .blokone {
  padding: 22px 0 8px;
}
header .botarea .blokone .searchblock {
  width: 100%;
  height: 35px;
  border: 1px solid #cbcaca;
  padding: 0 20px;
  margin-top: 3px;
}
header .botarea .blokone .searchblock input[type="text"] {
  width: 85%;
  float: left;
  height: 29px;
  color: #737373;
  font-size: 12px;
  border: 0;
  margin-top: 2px;
}
header .botarea .blokone .searchblock input[type="text"]:focus {
  letter-spacing: 1px;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
header .botarea .blokone .searchblock input[type="submit"] {
  width: 17px;
  height: 17px;
  float: right;
  border: 0;
  background: url("../images/top_search_icon.png") no-repeat;
  margin-top: 8px;
}
header .botarea .blokone .rightarea {
  color: #0a0a0a;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 12px;
}
header .botarea .blokone .rightarea .iconset {
  display: inline-block;
  float: right;
  text-align: right;
}
header .botarea .blokone .rightarea .iconset a {
  display: inline-block;
  margin: 0 0 0 17px;
  position: relative;
}
header .botarea .blokone .rightarea .iconset a span {
  line-height: 17px;
  min-width: 17px;
  min-height: 17px;
  text-align: center;
  background: #7ed6d3;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: -8px;
  border-radius: 100%;
}
header .botarea .blokone .rightarea .iconset a:hover img {
  filter: invert(100%);
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.banner {
  width: 100%;
  float: left;
  position: relative;
}

.banner_inner {
  width: 100%;
  float: left;
  min-height: 559px;
  background: url("../images/banner_main.png") 50% 0 no-repeat;
  position: relative;
  background-blend-mode: darken;
}
.banner_inner .textblock {
  position: absolute;
  left: 56%;
  top: 110px;
  width: 320px;
  transform: translateX(-50%);
  text-align: center;
}
.banner_inner .textblock h1 {
  color: #0a0a0a;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
  margin: 0 0 15px;
}
.banner_inner .textblock .or {
  text-align: center;
  width: 100%;
  position: relative;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.banner_inner .textblock .or span {
  background: #f8f8f7;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
.banner_inner .textblock .or:before {
  height: 1px;
  width: 100%;
  top: 16px;
  left: 0;
  position: absolute;
  content: " ";
  background: #cccdcd;
}
.banner_inner .textblock h2 {
  color: #0a0a0a;
  font-size: 17px;
  margin: 0 0 20px;
  font-weight: 700;
}
.banner_inner .textblock p {
  color: #111;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
.banner_inner .textblock p a {
  color: #dc5e4c;
}
.banner_inner .textblock p a:hover {
  color: #000;
}
.banner_inner .textblock .ban_btn1 {
  padding: 10px 25px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  background: #f77bb1;
  color: #fff;
}
.banner_inner .textblock .ban_btn1:hover {
  background: #4fb1ab;
}
.banner_inner .textblock .ban_btn2 {
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  background: #4fb1ab;
  color: #fff;
}
.banner_inner .textblock .ban_btn2:hover {
  background: #f77bb1;
}
.banner_inner .imgblok {
  position: absolute;
  right: -100px;
  top: 30px;
}

.mid1 {
  width: 100%;
  float: left;
  position: relative;
  padding: 65px 0;
  background: #fff;
  text-align: center;
}
.mid1 .top {
  padding: 40px 0 60px;
}
.mid1 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 7px;
  font-weight: 700;
}
.mid1 p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
}
.mid1 .bot {
  padding-bottom: 40px;
}
.mid1 h3 {
  color: #0a0a0a;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 900;
}
.mid1 ul {
  list-style-type: none;
  display: flex;
}
.mid1 ul li {
  list-style-type: none;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mid1 ul li .imgarea {
  width: 100%;
}
.mid1 ul li h3 {
  width: 100%;
}
.mid1 ul li p {
  color: #737373;
  font-size: 13px;
  line-height: 20px;
  padding: 0 20px;
}
.mid1 .more {
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  background: #4fb1ab;
  color: #fff;
}
.mid1 .more:hover {
  background: #f77bb1;
}

.mid2 {
  width: 100%;
  float: left;
  position: relative;
  padding: 45px 0;
  background: #fbaa94;
}
.mid2 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 7px;
  font-weight: 700;
  text-align: center;
}
.mid2 p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.mid2 .block {
  width: 100%;
  padding-bottom: 25px;
}
.mid2 .block .imgarea {
  width: 100%;
  padding-bottom: 20px;
}
.mid2 .block h3 {
  width: 100%;
  color: #0a0a0a;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left !important;
}
.mid2 .block p {
  font-size: 13px;
  font-weight: 400;
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.mid2 .block p img {
  margin-right: 5px;
}
.mid2 .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #111;
}
.mid2 .more:hover {
  background: #000;
  color: #fff;
}

.mid3 {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0;
  background: #f7f7f7;
}
.mid3 .container {
  padding: 45px 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.mid3 .container .leftarea .blok {
  width: 96%;
  margin: 0 15px;
  border: 1px solid #8f8f8f;
  padding: 75px 20px 110px;
  text-align: center;
}
.mid3 .container .leftarea .blok h3 {
  font-size: 30px;
  font-weight: 700;
  color: 000;
  text-align: center;
  background: url("../images/divider1.png") 50% 100% no-repeat;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.mid3 .container .leftarea .blok p {
  text-align: center;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  padding: 0 60px;
}
.mid3 .container .leftarea .blok .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  background: #7ed6d3;
  color: #fff;
}
.mid3 .container .leftarea .blok .more:hover {
  background: #000;
  color: #fff;
}

.mid3 .container .rightarea {
  position: relative;
}
.mid3 .container .rightarea .carousel {
  height: 489px;
}
.mid3 .container .rightarea .carousel-item a {
  padding: 8px 22px;
  display: inline-block;
  border-radius: 1px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
  letter-spacing: 1px;
}
.mid3 .container .rightarea .carousel-item a:hover {
  background: #7ed6d3;
}

.mid3 .container .rightarea .carousel-indicators {
  bottom: -28px;
}
.mid3 .container .rightarea .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #b8b8b8;
}
.mid3 .container .rightarea .carousel-indicators li.active {
  background: #f87d62;
}

.mid4 {
  position: relative;
  width: 100%;
  float: left;
  padding: 115px 0 75px;
  background: #fff;
}
.mid4 .block {
  display: flex;
}
.mid4 .block .leftarea {
  position: relative;
  width: 35%;
  background: #ffebe5 url("../images/texture_bak.png") 50% 100% no-repeat;
  background-size: contain;
  margin-right: -1px;
}
.mid4 .block .leftarea img {
  position: absolute;
  left: -150px;
  bottom: 0;
}
.mid4 .block .rightarea {
  position: relative;
  padding: 45px 40px;
  background: #7ed6d3;
  color: #fff;
  width: 65%;
}
.mid4 .block .rightarea h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 25px;
}
.mid4 .block .rightarea p {
  line-height: 27px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 15px;
}
.mid4 .block .rightarea .more {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.mid4 .block .rightarea .more:hover {
  text-decoration: none;
  color: #000;
}

.mid5 {
  position: relative;
  width: 100%;
  float: left;
  background: #eaecef url("../images/back_img2.png") 100% 100% no-repeat;
}
.mid5 .container {
  background: url("../images/back_img1.png") 0 100% no-repeat;
  text-align: center;
}
.mid5 .midblock {
  width: 40%;
  margin: 0 auto;
  padding: 55px 0;
}
.mid5 h2 {
  font-size: 37px;
  font-weight: 700;
  margin: 0 0 25px;
  color: #000;
}
.mid5 p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin: 0 0 20px;
}
.mid5 .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  background: #7ed6d3;
  color: #fff;
}
.mid5 .more:hover {
  background: #000;
  color: #fff;
}

.mid6 {
  width: 100%;
  float: left;
  position: relative;
  padding: 45px 0;
  background: #f7f7f7;
}
.mid6 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 7px;
  font-weight: 700;
  text-align: center;
}
.mid6 p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.mid6 .block {
  width: 100%;
  padding-bottom: 25px;
}
.mid6 .block .imgarea {
  width: 100%;
  padding-bottom: 20px;
}
.mid6 .block h3 {
  width: 100%;
  color: #0a0a0a;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left !important;
}
.mid6 .block p {
  font-size: 13px;
  font-weight: 400;
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.mid6 .block p img {
  margin-right: 5px;
}
.mid6 .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  background: #0dacaa;
  color: #fff;
}
.mid6 .more:hover {
  background: #000;
  color: #fff;
}

#boxes #dialog {
  width: 700px !important;
  transform: translate(-50%, 0);
  top: 100px !important;
  left: 50% !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.mid7 {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0;
  background: #fff;
}
.mid7 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 7px;
  font-weight: 700;
  text-align: center;
}
.mid7 p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
.mid7 .left_text {
  text-align: center;
  padding-top: 20px;
}
.mid7 .left_text .person_img {
  border-radius: 100%;
}
.mid7 .left_text h3 {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 10px;
}
.mid7 .left_text p span {
  display: block;
  padding: 0 0 10px;
  color: #747474;
  font-size: 15px;
}
.mid7 .left_text p {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 0 50px;
}
.mid7 .left_text a {
  color: #7ed6d3;
  margin-top: 30px;
  text-decoration: underline;
  display: inline-block;
}
.mid7 .left_text a:hover {
  color: #000;
  text-decoration: none;
}
.mid7 .carousel-control-prev {
  left: -100px;
  opacity: 1;
}
.mid7 .carousel-control-next {
  right: -110px;
  opacity: 1;
}

.mid8 {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0;
  background: #6db9b4;
}
.mid8:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: url("../images/blue_ring1.png") 0 0 no-repeat;
  width: 90px;
  height: 91px;
}
.mid8:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: " ";
  background: url("../images/blue_ring2.png") 0 0 no-repeat;
  width: 147px;
  height: 158px;
}
.mid8 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 30px;
  font-weight: 700;
  text-align: center;
}
.mid8 a {
  display: inline-block;
  min-width: 205px;
  margin: 0 6px;
  padding: 10px 20px;
  text-align: center;
  background: #fdfefe;
  border-radius: 4px;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
}
.mid8 a:hover {
  background: #f87a87;
  color: #fff;
}

.mid9 {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 30px;
  background: #fff;
}
.mid9 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 50px;
  font-weight: 700;
  text-align: center;
}
.mid9 .block {
  display: flex;
  align-items: flex-start;
}
.mid9 .block .imgarea {
  width: 109px;
  margin-right: 12px;
}
.mid9 .block .textarea {
  width: 82%;
}
.mid9 .block .textarea h3 {
  color: #0a0a0a;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 700;
}
.mid9 .block .textarea .rating {
  color: #1a1a1a;
  font-size: 12px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}
.mid9 .block .textarea .rating img {
  width: 12px;
  margin-right: 1px;
}
.mid9 .block .textarea p {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 10px;
}
.mid9 .block .textarea a {
  color: #7ed6d3;
  font-size: 15px;
}
.mid9 .block .textarea a:hover {
  color: #000;
}

.mid10 {
  width: 100%;
  float: left;
  position: relative;
  padding: 75px 0 265px;
  background: #fff;
}
.mid10:before {
  width: 2px;
  height: 55px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 10px;
  content: " ";
  background: #7ed6d3;
}
.mid10 h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}
.mid10 p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
.mid10 .textblock {
  position: absolute;
  left: 10%;
  bottom: -150px;
  width: 80%;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.17);
}
.mid10 .textblock .dt {
  color: #1a1a1a;
  font-size: 15px;
  width: 100%;
}
.mid10 .textblock h3 {
  color: #0a0a0a;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 12px;
}
.mid10 .textblock p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.mid10 .textblock a {
  color: #7ed6d3;
  font-size: 15px;
}
.mid10 .textblock a:hover {
  color: #000;
}

.mid11 {
  width: 100%;
  float: left;
  position: relative;
  background: url("../images/low_bk1.png") repeat;
}
.mid11 .container {
  min-height: 230px;
}
.mid11 .container:before {
  width: 350px;
  height: 309px;
  mix-blend-mode: multiply;
  content: " ";
  position: absolute;
  left: 50%;
  top: -85px;
  background: url("../images/bird.png") no-repeat;
  margin-left: -700px;
}
.mid11 .container .midarea {
  text-align: center;
  margin: 40px auto 0;
  width: 430px;
}
.mid11 .container .midarea h2 {
  color: #7ed6d3;
  font-size: 45px;
  margin: 0;
  font-weight: 700;
}
.mid11 .container .midarea h3 {
  color: #1a1a1a;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 400;
}
.mid11 .container .midarea input[type="email"] {
  width: 275px;
  margin-right: 5px;
  height: 45px;
  background: #ffffff;
  border: 0;
  padding: 0 12px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
.mid11 .container .midarea input[type="email"]:focus {
  letter-spacing: 1px;
}
.mid11 .container .midarea input[type="submit"] {
  width: 145px;
  height: 45px;
  background: #4fb1ab;
  border: 0;
  padding: 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
.mid11 .container .midarea input[type="submit"]:hover {
  background: #ed4558;
  letter-spacing: 1px;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
footer .topfoot {
  width: 100%;
  float: left;
  position: relative;
  padding: 70px 0;
  border-bottom: 1px solid #dadbdb;
}
footer .topfoot .sec1 {
  padding-right: 45px;
}
footer .topfoot .sec1 p {
  color: #0a0a0a;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .topfoot .sec1 .social a {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #9a9a9a;
  text-align: center;
  line-height: 31px;
  color: #fff;
  font-size: 17px;
  margin-right: 4px;
  border-radius: 100%;
}
footer .topfoot .sec1 .social a:hover {
  background: #fd3e53;
}
footer .topfoot h4 {
  font-size: 22px;
  color: #0a0a0a;
  font-weight: 700;
  margin: 0 0 35px;
}
footer .topfoot ul {
  list-style-type: none;
}
footer .topfoot ul li {
  list-style-type: none;
  padding: 0 0 12px;
}
footer .topfoot ul li a {
  color: #0a0a0a;
  font-size: 15px;
  text-decoration: none;
}
footer .topfoot ul li a:hover {
  color: #ff354c;
}
footer .topfoot .sec4 .address {
  display: flex;
  margin-bottom: 15px;
}
footer .topfoot .sec4 .address .icon {
  width: 30px;
}
footer .topfoot .sec4 .address .icon i {
  font-size: 18px;
  color: #e94557;
}
footer .topfoot .sec4 .address .text {
  color: #0a0a0a;
  font-size: 15px;
}
footer .botfoot {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0;
}
footer .botfoot .left {
  color: #0a0a0a;
  font-size: 15px;
}
footer .botfoot .right {
  color: #0a0a0a;
  font-size: 15px;
  text-align: right;
}
footer .botfoot .right a {
  color: #0a0a0a;
  font-size: 15px;
  padding: 0 6px;
  display: inline-block;
}
footer .botfoot .right a:hover {
  color: #fd3e53;
}

.banner_shop {
  background: #f490a2 !important;
}
.banner_shop .banner_inner {
  background: transparent !important;
  min-height: 456px !important;
}
.banner_shop .imgblok {
  float: left;
  position: relative !important;
  right: inherit !important;
  left: 0 !important;
  top: 0 !important;
}
.banner_shop .banner_inner .textblock {
  position: relative !important;
  right: 0;
  left: inherit !important;
  top: 165px !important;
  width: 300px !important;
  transform: translateX(0) !important;
  text-align: center;
  float: right;
}
.banner_shop .banner_inner .textblock h1 {
  color: #fff !important;
}
.banner_shop .banner_inner .textblock h2 {
  color: #fff !important;
}
.banner_shop .banner_inner .textblock .ban_btn2:hover {
  background: #000;
}

.shop_mid1 {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0;
  text-align: center;
}
.shop_mid1 .owl-carousel .owl-item img {
  width: inherit;
  display: inline-block;
}
.shop_mid1 .owl-carousel .owl-item p {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 12px;
}
.shop_mid1 .owl-carousel .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
.shop_mid1 .owl-carousel .owl-nav .owl-prev {
  float: left;
  font-size: 22px;
  outline: 0;
  position: relative;
  left: -20px;
  font-weight: 900;
}
.shop_mid1 .owl-carousel .owl-nav .owl-next {
  float: right;
  font-size: 22px;
  outline: 0;
  position: relative;
  right: -20px;
  font-weight: 900;
}

.shop_mid2 {
  background: #fff !important;
  padding: 10px 0 60px !important;
}
.shop_mid2 h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}
.shop_mid2 h2:before {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
}
.shop_mid2 h2 span {
  display: inline-block;
  padding: 5px 17px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.shop_mid3 {
  background: #fbaa94 !important;
  padding: 90px 0 !important;
}
.shop_mid3 .leftarea {
  width: 50% !important;
  float: left;
  background: #fff !important;
}
.shop_mid3 .leftarea img {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.shop_mid3 .rightarea {
  width: 50% !important;
  float: left;
  padding: 35px 30px;
  background: #fff !important;
}
.shop_mid3 .rightarea h2 {
  color: #0a0a0a;
  font-size: 37px;
  margin: 0 0 30px;
  font-weight: 700;
}
.shop_mid3 .rightarea h2 span {
  font-size: 18px;
  display: block;
  padding-top: 8px;
}
.shop_mid3 .rightarea p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 40px !important;
  color: #0a0a0a;
}
.shop_mid3 .rightarea .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  background: #7ed6d3;
  color: #fff;
  text-decoration: none !important;
}
.shop_mid3 .rightarea .more:hover {
  background: #000;
  color: #fff !important;
}

.shop_mid4 {
  background: #f7f7f7 !important;
  padding: 60px 0 15px !important;
}
.shop_mid4 h2 {
  margin-bottom: 60px;
  color: #0a0a0a;
  font-size: 37px;
  font-weight: 700;
}
.shop_mid4 .container {
  background: none !important;
}
.shop_mid4 .imgblock {
  text-align: center;
}
.shop_mid4 .imgblock .textblock {
  position: relative;
  top: -55px;
}
.shop_mid4 .imgblock .textblock img {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.shop_mid4 .imgblock .textblock h3 {
  color: #1a1a1a;
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 700;
}
.shop_mid4 .imgblock .textblock p {
  margin: 0 !important;
}
.shop_mid4 .more {
  padding: 12px 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0 50px;
  font-size: 14px;
  font-weight: 400;
  background: #0dacaa !important;
  color: #fff;
  text-decoration: none !important;
}
.shop_mid4 .more:hover {
  background: #7ed6d3 !important;
  color: #fff !important;
}

.shop_mid5 {
  background: #fff !important;
  padding: 60px 0 !important;
}
.shop_mid5 h2 {
  margin-bottom: 60px;
}

.shop_mid6 {
  padding: 60px 0 30px;
}
.shop_mid6 .col-12 {
  display: flex;
  justify-content: center;
}
.shop_mid6 .block {
  width: 395px;
  padding: 20px 80px;
  margin: 0 15px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.shop_mid6 .block .icon {
  width: 100%;
  line-height: 45px;
  margin-bottom: 15px;
}
.shop_mid6 .block h4 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 16px !important;
}
.shop_mid6 .block p {
  color: #737373;
  font-size: 13px;
}
.shop_mid7:before {
  display: none;
}

.banner_about {
  background: url("../images/about_ban_bk.png") 0 0 no-repeat !important;
}
.banner_about .banner_inner {
  background: transparent !important;
  min-height: 456px !important;
}
.banner_about .white_text_block {
  width: 570px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding: 30px 35px 45px;
  text-align: center;
  background: #fff;
  top: 60px;
}
.banner_about .white_text_block h1 {
  color: #0a0a0a;
  font-size: 50px;
  margin: 0 0 20px;
  font-weight: 700;
}
.banner_about .white_text_block p {
  color: #0a0a0a;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}
.banner_about .white_text_block p a {
  color: #7ed6d3;
}
.banner_about .white_text_block .more {
  background: #4fb1ab;
  padding: 14px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.banner_about .white_text_block .more:hover {
  background: #000;
  color: #fff;
}

.about_mid1 {
  padding: 75px 0;
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.about_mid1 p {
  color: #383838;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 35px;
}
.about_mid1 p a {
  color: #7ed6d3;
}
.about_mid1 .vdo {
  position: relative;
}
.about_mid1 .vdo .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_mid1 .textblock {
  position: relative;
  padding: 80px 0 20px;
}
.about_mid1 .textblock p {
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.about_mid1 .textblock h3 {
  font-weight: 700;
  color: #0a0a0a;
  font-size: 25px;
  margin: 0 0 40px;
}
.about_mid1 .textblock .left {
  padding-right: 75px;
  width: 50%;
  float: left;
  text-align: left;
}
.about_mid1 .textblock .right {
  padding-left: 75px;
  border-left: 1px solid #d8d8d8;
  width: 50%;
  float: left;
  text-align: left;
}

.about_mid2 {
  padding: 80px 0;
  background: #fdf2ec;
  width: 100%;
  float: left;
}
.about_mid2 .midarea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_mid2 .block {
  width: 20%;
}
.about_mid2 .block .iconblock {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.about_mid2 .block .iconblock span {
  display: inline-block;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  line-height: 87px;
  text-align: center;
  background: #4fb1ab;
}
.about_mid2 .block .textblock {
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
}

.about_mid3 {
  padding: 60px 0;
  background: #fff;
  width: 100%;
  float: left;
}
.about_mid3 h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 100px;
}
.about_mid3 h3 {
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin: 20px 0 10px 0;
}
.about_mid3 p {
  color: #737373;
  font-size: 14px;
  line-height: 25px;
  padding: 0 30px;
}
.about_mid3 .sec1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 55px;
  text-align: center;
}
.about_mid3 .sec1:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 222px;
  height: 396px;
  content: " ";
  background: url("../images/about_left_img1.png") 0 0 no-repeat;
}
.about_mid3 .sec1:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 235px;
  height: 420px;
  content: " ";
  background: url("../images/about_right_img1.png") 0 0 no-repeat;
}
.about_mid3 .sec2 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 55px;
  text-align: center;
}
.about_mid3 .sec2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 222px;
  height: 396px;
  content: " ";
  background: url("../images/about_left_img2.png") 0 0 no-repeat;
}
.about_mid3 .sec2:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 316px;
  height: 445px;
  content: " ";
  background: url("../images/about_right_img2.png") 0 0 no-repeat;
}
.about_mid3 .sec3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.about_mid3 .sec3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 239px;
  height: 396px;
  content: " ";
  background: url("../images/about_left_img1.png") 0 0 no-repeat;
}
.about_mid3 .sec3:after {
  display: none;
}
.about_mid3 .left,
.about_mid3 .right {
  position: relative;
}
.about_mid3 .sec1 .right .imgarea,
.about_mid3 .sec2 .right .imgarea,
.about_mid3 .sec3 .right .imgarea {
  padding-top: 0;
}
.about_mid3 .sec1 .left,
.about_mid3 .sec2 .left,
.about_mid3 .sec3 .left {
  top: -80px;
}
.about_mid3 .morearea {
  text-align: center;
  margin: 40px 0 30px;
}
.about_mid3 .more {
  background: #4fb1ab;
  padding: 14px 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.about_mid3 .more:hover {
  background: #000;
  color: #fff;
}

.contact_mid1 {
  padding: 100px 0;
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px solid #d2d2d2;
}
.contact_mid1 h2 {
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  margin-bottom: 40px;
}
.contact_mid1 .searchblock {
  width: 565px;
  margin: 0 auto;
  border: 1px solid #c6c5c5;
  padding: 5px 16px;
  overflow: hidden;
}
.contact_mid1 .searchblock input[type="text"] {
  border: 0;
  width: 80%;
  height: 35px;
  color: #000;
  font-size: 16px;
  float: left;
}
.contact_mid1 .searchblock input[type="submit"] {
  width: 17px;
  height: 17px;
  border: 0;
  background: url("../images/top_search_icon.png") no-repeat;
  float: right;
  position: relative;
  top: 8px;
}
.contact_mid2 {
  padding: 50px 0;
  background: #e9f8f7;
  width: 100%;
  float: left;
}
.contact_mid2 h2 {
  color: #0a0a0a;
  font-size: 33px;
  margin-bottom: 40px;
  font-weight: 700;
}
.contact_mid2 .linkarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_mid2 .linkarea a {
  display: flex;
  width: 24%;
  margin: 0 5px;
  padding: 12px 4px;
  background: #e9f8f7;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 52px;
  color: #000;
}
.contact_mid2 .linkarea a img {
  filter: grayscale(200%);
  margin-right: 5px;
}
.contact_mid2 .linkarea a:hover {
  background: #fff;
  color: #0eacaa;
  border-color: #0eacaa;
}
.contact_mid2 .linkarea a:hover img {
  filter: grayscale(0);
}

.contact_mid3 {
  width: 100%;
  float: left;
  padding: 90px 0;
  background: #fff;
}
.contact_mid3 .blockarea {
  display: flex;
  justify-content: center;
}
.contact_mid3 .block {
  display: inline-block;
  margin: 0 30px;
  border: 4px solid #10adab;
  padding: 50px 50px;
  position: relative;
  width: 350px;
}
.contact_mid3 .block .icon {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  width: 65px;
}
.contact_mid3 .block h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
}
.contact_mid3 .block p {
  color: #737373;
  font-size: 14px;
}

.banner_trade {
  background: url("../images/trade_ban_bk.png") 0 0 no-repeat !important;
}
.banner_trade .banner_inner {
  background: transparent !important;
  min-height: 456px !important;
}
.banner_trade .white_text_block {
  width: 500px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding: 30px 35px 45px;
  text-align: center;
  background: traansparent;
  top: 90px;
}
.banner_trade .white_text_block h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 15px;
  font-weight: 700;
}
.banner_trade .white_text_block p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 45px;
}
.banner_trade .white_text_block p a {
  color: #7ed6d3;
}
.banner_trade .white_text_block .more {
  background: #4fb1ab;
  padding: 14px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.banner_trade .white_text_block .more:hover {
  background: #000;
  color: #fff;
}

.trade_mid1 {
  padding: 60px 0;
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.trade_mid1 h2 {
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  margin-bottom: 15px;
}
.trade_mid1 p {
  color: #383838;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 50px;
}
.trade_mid1 .midarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
.trade_mid1 .block {
  width: 33.3%;
  padding: 0 30px;
}
.trade_mid1 .block .iconblock {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.trade_mid1 .block .iconblock span {
  display: inline-block;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  line-height: 87px;
  text-align: center;
  background: #4fb1ab;
}
.trade_mid1 .block .textblock {
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
}
.trade_mid1 .block .textblock h3 {
  font-weight: 700;
  font-size: 19px;
  margin: 15px 25px;
}
.trade_mid1 .block .textblock p {
  color: #737373;
  font-size: 14px;
  line-height: 23px;
  padding: 0 30px;
  font-weight: 400;
}
.trade_mid1 .redblock {
  padding: 25px;
  background: #7ed6d3;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  margin-bottom: 35px;
}
.trade_mid1 .redblock:before {
  width: 138px;
  height: 139px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/trade_red_bk1.png") 0 0 no-repeat;
}
.trade_mid1 .redblock:after {
  width: 129px;
  height: 170px;
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/trade_red_bk2.png") 0 0 no-repeat;
}
.trade_mid1 .redblock_inner {
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
  z-index: 5;
}
.trade_mid1 .redblock_inner h2 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  margin: 20px 0 25px;
}
.trade_mid1 .redblock_inner h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.trade_mid1 .redblock_inner p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}

.trade_mid2 {
  width: 100%;
  float: left;
  background: #edeff2 url("../images/trade_img1.png") 0 0 no-repeat;
  min-height: 500px;
}
.trade_mid2 .mainarea {
  padding-left: 50px;
}
.trade_mid2 h2 {
  font-weight: 700;
  font-size: 30px;
  color: #0a0a0a;
  margin: 35px 0 45px;
  line-height: 47px;
}
.trade_mid2 ul {
  list-style-type: none;
  padding: 0;
  border-left: 2px dashed #4fb1ab;
  margin: 0 0 0 12px;
}
.trade_mid2 ul li {
  color: #0a0a0a;
  font-size: 15px;
  list-style-type: none;
  margin: 0 0 40px;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
}
.trade_mid2 ul li a {
  color: #7ed6d3;
  text-decoration: underline;
}
.trade_mid2 ul li span {
  border-radius: 100%;
  position: absolute;
  left: -17px;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #4fb1ab;
  color: #fff;
  font-size: 18px;
}

.trade_mid3 {
  width: 100%;
  float: left;
  position: relative;
  padding: 70px 0 120px;
}
.trade_mid3 .white_block {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 35px 50px;
}
.trade_mid3 .white_block h2 {
  text-align: center;
  color: #0a0a0a;
  margin: 0 0 50px;
  line-height: 50px;
  font-size: 35px;
  font-weight: 700;
  padding: 0 20%;
}
.trade_mid3 .white_block label {
  color: #070707;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  margin: 0 0 6px;
}
.trade_mid3 .white_block input[type="text"],
.trade_mid3 .white_block input[type="email"] {
  width: 100%;
  float: left;
  height: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 0 12px;
}
.trade_mid3 .white_block span {
  padding: 0 20px 17px 0;
  display: inline-block;
}
.trade_mid3 .white_block input[type="checkbox"] {
  margin-right: 3px;
}
.trade_mid3 .white_block .uploadarea {
  padding: 5px;
  width: 100%;
  float: left;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  position: relative;
}
.trade_mid3 .white_block input[type="file"] {
  opacity: 0;
}
.trade_mid3 .white_block .uploadarea .uploadbtn {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 26px;
  width: 129px;
  background: url("../images/upload_btn.png") 0 0 no-repeat;
  cursor: pointer;
}
.trade_mid3 .white_block input[type="submit"] {
  width: 177px;
  height: 50px;
  background: #7ed6d3 url("../images/white_arow.png") 74% 22px no-repeat;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  margin: 30px auto;
  float: none;
  display: block;
  padding-right: 20px;
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
.trade_mid3 .white_block input[type="submit"]:hover {
  background: #000 url("../images/white_arow.png") 74% 22px no-repeat;
}

.product_detail_mid1 {
  width: 100%;
  float: left;
  position: relative;
  padding: 70px 0;
}

.product_detail_mid1 .leftpanel .gallery {
  width: 507px;
  margin: 0 auto;
  position: relative;
}
.product_detail_mid1 .leftpanel .pics {
  width: 542px;
  padding: 10px;
  background: white;
  border-radius: 2px;
}
.product_detail_mid1 .leftpanel .thumbs {
  float: left;
  width: 122px;
  padding-right: 10px;
}
.product_detail_mid1 .leftpanel .preview {
  width: 108px;
  height: 108px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product_detail_mid1 .leftpanel .preview a {
  display: block;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 108px;
  height: 108px;
  overflow: hidden;
}
.product_detail_mid1 .leftpanel .preview a.selected {
  border: 2px solid rgba(13, 163, 162, 1);
}
.product_detail_mid1 .leftpanel .preview:last-child {
  margin-bottom: 0;
}
.product_detail_mid1 .leftpanel .full {
  width: 400px;
  font-size: 12px;
  float: left;
}
.product_detail_mid1 .leftpanel .full,
.product_detail_mid1 .leftpanel .full img {
  /*height: 600px;*/
}
.product_detail_mid1 .leftpanel .previews a:hover,
.product_detail_mid1 .leftpanel .previews a.selected {
}
.product_detail_mid1 .leftpanel .full img:hover {
  cursor: pointer;
}
.product_detail_mid1 .leftpanel .clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/*====================================================================================
                              fancy box 
====================================================================================*/

.product_detail_mid1 .leftpanel div.fancybox-skin {
  border-radius: 1px;
}
.product_detail_mid1 .leftpanel div.fancybox-title {
  font-family: "Quicksand", sans-serif;
}
.product_detail_mid1 .leftpanel a.fancybox-item.fancybox-close {
  bottom: 9px;
  right: 12px;
  top: auto;
  left: auto;
  width: 25px;
  height: 25px;
  background-image: url(gal_images/icon-close.svg);
  -webkit-background-size: contain;
  background-size: contain;
}

.product_detail_mid1 h2 {
  color: #0a0a0a;
  font-size: 39px;
  font-weight: 700;
}

/****** Style Star Rating Widget *****/
.product_detail_mid1 .rating {
  border: none;
  float: left;
  margin-right: 10px;
}
.product_detail_mid1 .rating > input {
  display: none;
}
.product_detail_mid1 .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.product_detail_mid1 .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.product_detail_mid1 .rating > label {
  color: #5b5b5b;
  float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.product_detail_mid1 .rating > input:checked ~ label, /* show gold star when clicked */
.product_detail_mid1 .rating:not(:checked) > label:hover, /* hover current star */
.product_detail_mid1 .rating:not(:checked) > label:hover ~ label {
  color: #e58701;
} /* hover previous stars in list */

.product_detail_mid1 .rating > input:checked + label:hover, /* hover current star when changing rating */
.product_detail_mid1 .rating > input:checked ~ label:hover,
.product_detail_mid1 .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.product_detail_mid1 .rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
.product_detail_mid1 .rating_outer {
  display: flex;
  align-items: center;
}

.product_detail_mid1 .rightpanel {
  padding-left: 60px;
}
.product_detail_mid1 h3 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
}
.product_detail_mid1 h3 span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
}
.product_detail_mid1 .edit {
  color: #0dacaa;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 0 9px;
  width: 100%;
}
.product_detail_mid1 .price {
  font-size: 40px;
  color: #0a0a0a;
  font-size: 41px;
  padding: 0 0 15px;
  font-weight: 900;
}
.product_detail_mid1 .color strong {
  color: #0a0a0a;
  font-size: 17px;
}
.product_detail_mid1 .color span {
  color: #737373 !important;
  font-weight: 400;
  font-size: 13px !important;
  padding-left: 5px;
}
.product_detail_mid1 .rightpanel .choose_colorsarea {
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.product_detail_mid1 .rightpanel .choose_colorsarea .chkboxes {
  display: block;
  position: relative;
  margin-right: 0px;
}

.product_detail_mid1 .rightpanel .choose_colorsarea .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.product_detail_mid1 .rightpanel .choose_colorsarea .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fe658c;
  border-radius: 8px;
  border: 2px solid #fff;
  cursor: pointer;
}

.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .chkboxes:nth-child(2)
  .container
  .checkmark {
  background: #6bba1f;
}
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .chkboxes:nth-child(3)
  .container
  .checkmark {
  background: #6ec289;
}
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .chkboxes:nth-child(4)
  .container
  .checkmark {
  background: #edb838;
}
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .chkboxes:nth-child(5)
  .container
  .checkmark {
  background: #000000;
}
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .chkboxes:nth-child(6)
  .container
  .checkmark {
  background: #fff;
  border: 2px solid #e8e8e8;
}

/* On mouse-over, add a grey background color */
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .container:hover
  input
  ~ .checkmark {
  /*background-color: #fff;*/
  border: 2px solid #0dacaa !important;
}

/* When the checkbox is checked, add a blue background */
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .container
  input:checked
  ~ .checkmark {
  /*background-color: #fff;*/
  border: 2px solid #0dacaa !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .container
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .container
  input:checked
  ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.product_detail_mid1
  .rightpanel
  .choose_colorsarea
  .container
  .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0dacaa;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product_detail_mid1 .rightpanel .low_set_one {
  display: flex;
}
.product_detail_mid1 .rightpanel .low_set_one .sizearea {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.product_detail_mid1 .rightpanel .low_set_one .sizearea h4 {
  font-size: 17px;
  color: #0a0a0a;
  font-weight: 700;
}

.product_detail_mid1 .rightpanel .sizearea_outer {
  display: flex;
  position: relative;
  width: 100%;
  padding: 5px 0 8px;
}
.product_detail_mid1 .rightpanel .sizearea_outer .chkboxes {
  display: block;
  position: relative;
  margin-right: 0px;
  height: 29px;
  width: 54px;
}

.product_detail_mid1 .rightpanel .sizearea_outer .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.product_detail_mid1 .rightpanel .sizearea_outer .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 48px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
}

/* On mouse-over, add a grey background color */
.product_detail_mid1
  .rightpanel
  .sizearea_outer
  .container:hover
  input
  ~ .checkmark {
  /*background-color: #fff;*/
  /*border: 2px solid #0dacaa !important;*/
  border: 1px solid #000 !important;
}

/* When the checkbox is checked, add a blue background */
.product_detail_mid1
  .rightpanel
  .sizearea_outer
  .container
  input:checked
  ~ .checkmark {
  /*background-color: #fff;*/
  border: 1px solid #f67e8c !important;
}

.product_detail_mid1 .rightpanel .sizearea h4 {
  width: 100%;
}

.product_detail_mid1 .rightpanel .low_set_one .lowtext {
  color: #000;
  font-size: 14px;
  font-weight: 14px;
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.product_detail_mid1 .rightpanel .low_set_one .lowtext span {
  color: #7e7e7d;
}

.product_detail_mid1 .rightpanel .low_set_one .quantity {
  width: 25%;
}

.product_detail_mid1 .rightpanel .low_set_one .quantity h4 {
  font-size: 17px;
  color: #0a0a0a;
  font-weight: 700;
}
.product_detail_mid1 .rightpanel .low_set_one .quantity select {
  padding-left: 12px;
  width: 90px;
  height: 31px;
  border: 1px solid #000;
  border-radius: 5px;
  background: url(../images/dropdown_img.png) no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product_detail_mid1 .rightpanel .button_area {
  width: 100%;
  display: flex;
}
.product_detail_mid1 .rightpanel .button_area input[type="submit"] {
  background: #f67e8c url("../images/white_arow.png") 70% 27px no-repeat;
  border: 0;
  height: 62px;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 80%;
  margin-right: 15px;
}
.product_detail_mid1 .rightpanel .wishlist {
  width: 15%;
  float: right;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.product_detail_mid1 .rightpanel .wishlist img {
  width: auto;
}
.product_detail_mid1 .rightpanel .shipp_area {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  color: #424242;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 35px;
}
.product_detail_mid1 .rightpanel .shipp_area img {
  margin-right: 15px;
}

.product_detail_mid2 {
  width: 100%;
  float: left;
  border-top: 1px solid #d2d2d2;
  padding-top: 60px;
  margin-top: 30px;
}
.product_detail_mid2 .card {
  margin: 0 0 26px 0;
  border-bottom: 1px solid #d5d5d5 !important;
}
.product_detail_mid2 .card > .card-header {
  width: 100%;
  background: #fff;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0px;
  /*height: 50px;
    line-height: 50px;*/
}
.product_detail_mid2 .card > .card-header + .collapse > .card-body {
  background: #fff;
  padding: 12px 25px 12px 28px;
  color: #1a1a1a;
  font-size: 15px;
}
.product_detail_mid2 .card > .card-header a.card-link {
  /*line-height: 50px;*/
  display: block;
  padding: 14px 20px 15px 25px;
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.product_detail_mid2 .card {
  border: none;
}
.product_detail_mid2 .panel-title > a {
}
.product_detail_mid2 .panel-title > a:focus {
  border: none;
  text-decoration: none;
}
.product_detail_mid2 a[data-toggle="collapse"] .icon {
  background: url(../images/plus.png) no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  float: right;
  margin: 11px 15px 0 0;
}
.product_detail_mid2 a[aria-expanded="false"] .icon {
  background: url(../images/plus.png) no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  float: right;
  margin: 11px 15px 0 0;
}
.product_detail_mid2 a[aria-expanded="true"] .icon {
  background: url(../images/minus.png) no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  float: right;
  margin: 11px 15px 0 0;
}

.product_detail_mid2 .card .collapse .card-body {
  display: flex;
  margin-bottom: 50px;
}

.product_detail_mid2 .card .collapse .card-body .left {
  width: 60%;
  margin-right: 5%;
}

.product_detail_mid2 .card .collapse .card-body .left h4 {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 15px;
}
.product_detail_mid2 .card .collapse .card-body .left p {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
}
.product_detail_mid2 .card .collapse .card-body .left ul {
  list-style-type: none;
}
.product_detail_mid2 .card .collapse .card-body .left ul li {
  list-style-type: none;
  color: #737373;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 14px 20px;
  background: url("../images/list_arrow.png") 0 4px no-repeat;
}

.product_detail_mid2 .card .collapse .card-body .right {
  padding: 25px;
  border: 5px solid #10adab;
}

.product_detail_mid2 .card .collapse .card-body .right h4 {
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 30px;
}
.product_detail_mid2 .card .collapse .card-body .right .block {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  color: #737373;
  font-size: 14px;
  line-height: 18px;
}
.product_detail_mid2 .card .collapse .card-body .right .block span {
  width: 60px;
  text-align: center;
  margin-right: 10px;
}

.product_detail_mid3 {
  width: 100%;
  float: left;
  padding-top: 60px !important;
}
.product_detail_mid3 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 65px;
}
.product_detail_mid3 h2:before {
  display: none;
}

/*==========================================================
=============================================================*/

.create_design_outer {
  position: relative;
  background: #f6f6f5;
}
.create_design_sec {
  width: 100% !important;
  float: left;
  position: absolute;
  height: 100vh !important;
  left: 0 !important;
  top: 0 !important;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.create_design_sec h2 {
  color: #0a0a0a;
  font-size: 44px;
  margin: 70px 0 40px;
  width: 100%;
  float: left;
}
.create_design_sec .left_pinkblock {
  width: 90px;
  height: 100vh;
  background: #7ed6d3;
  float: left;
  max-width: 100%;
}
.create_design_sec .left_pinkblock .options {
  width: 100%;
  text-align: center;
  line-height: 5vh;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  float: left;
}
.create_design_sec .left_pinkblock .options img {
  width: auto;
  max-width: inherit;
}
.create_design_sec .left_pinkblock .options:last-child {
  border-bottom: 0;
}
.create_design_sec .left_pinkblock .options a {
  display: block;
}
.create_design_sec .left_pinkblock .options a:hover,
.create_design_sec .left_pinkblock .options a.active {
  background: #20bab5;
}

.create_design_sec .top_iconarea {
  width: calc(100% - 90px);
  position: relative;
  float: left;
  border-bottom: 1px solid #b7b7b7;
  padding: 16px 0;
  z-index: 100 !important;
  background-color: #ffffff;
}
.create_design_sec .top_iconarea .block {
  padding: 0 5px;
  border-right: 1px solid #b7b7b7;
  display: inline-block;
}
.create_design_sec .top_iconarea .block a {
  display: inline-block;
  margin: 0 5px;
}
.create_design_sec .top_iconarea .block a img {
  filter: sepia(1) saturate(1) brightness(0.1) hue-rotate(135deg);
}
.create_design_sec .top_iconarea .block a:hover img {
  filter: grayscale(0);
}

.create_design_sec .top_iconarea .zoomarea {
  border: 0;
  float: right;
  margin: 6px 15px 0 0;
}
.create_design_sec .top_iconarea .zoomarea img {
  margin-left: 7px;
}

.create_design_sec .low_contnarea {
  width: calc(100% - 90px);
  float: left;
  padding: 12px 0;
  position: relative;
}
.create_design_sec .low_contnarea .left {
  width: 35%;
  float: left;
}

.create_design_sec .low_contnarea .right {
  width: 40%;
  float: left;
  margin: 0px 12px 10px 20px;
  background-size: 100% 100%;
}
.create_design_sec .low_contnarea .right .bigimg {
  width: 60%;
  float: left;
  margin-left: 100px;
  margin-top: 100px;
}
.create_design_sec .low_contnarea .right .bigimg img {
  width: 25vw;
  margin-top: -52px;
}
/* .create_design_sec .low_contnarea .right .bigimg img {width: 110px;margin-top: 227px;margin-left: 297px;} */
.create_design_sec .low_contnarea .right .smimg {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 12px;
}
.create_design_sec .low_contnarea .right .smimg .block {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-trandsform: uppercase;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px;
}
.create_design_sec .low_contnarea .right .smimg .block img {
  margin-bottom: 10px;
  width: 7.5vw;
}
.create_design_sec .low_contnarea .right .smimg .block div {
  display: block;
}
.create_design_sec .low_contnarea .right .smimg .block a {
  color: #000;
  display: block;
}
.create_design_sec .low_contnarea .right .smimg .block span {
  border-bottom: 2px solid #e94659;
  display: inline-block;
}

.previewpic {
  /* position: absolute; */
  right: 15px;
  padding: 20px;
  top: 30px;
  background: #fff;
  min-width: 200px;
  min-height: 250px;
  max-width: 250px;
  /* box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  border-radius: 5px; */
}

.previewpic {
  position: relative;
}

.previewpic .preview {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -63%);
  overflow: hidden;
}

.previewpic .preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Framed products (26343): clip the design overlay to the inner mat
   opening so it doesn't bleed over the wood frame border. The inset
   percentages trim equally from all edges. */
.previewpic .preview.preview--framed-clip {
  clip-path: inset(3% 3% 3% 3%);
}

#boxframe {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#boxscroll {
  padding: 40px;
  width: 100%;
  height: 85vh; /*border: 2px solid #00F;*/
  overflow-y: scroll;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
}
.nicescroll-rails {
  background: #eaeaea;
}
#boxscroll .block_img {
  /*width: 45%;*/
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
}
#boxscroll .block_img span {
  display: block;
  cursor: pointer;
  padding: 5px;
  margin: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: 40%;
  margin: 6px;
}
#boxscroll .block_img span.select {
 /* border: 1px solid rgba(225, 73, 90, 1); */
  border-radius: 5px;
}
#boxscroll .block_img span.select:after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  content: " ";
  /* background: url("../create_design_img/tick_img.png") 0 0 no-repeat; */
  width: 14px;
  height: 14px;
}

.forProductChange .block.active {
  border: 1px solid rgba(225, 73, 90, 1);
}
.forProductChange .block.active:after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  content: " ";
  background: url("../create_design_img/tick_img.png") 0 0 no-repeat;
  width: 60px;
  height: 30px;
}

.create_preview_btn_outer {
  width: 20%;
  float: right;
  text-align: center;
  margin-top: 400px;
}
.create_save_btn_outer {
  width: 20%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
.create_save_btn {
  padding: 5px 30px 7px;
  border-radius: 5px;
  background: #7ed6d3;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: right;
  font-weight: 700;
}
.create_save_btn:hover {
  color: #fff;
  background: #ba3a49;
}
.create_save_btn img {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.create_save_btn_outer .updated_template,
.create_preview_btn_outer .updated_template {
  padding: 7px 17px 6px;
  border-radius: 5px;
  background: #7ed6d3;
  color: #fff;
  font-size: 11px;
  display: table;
  font-weight: 500;
  border: 0 !important;
  margin: 0 auto 12px;
  float: none;
  text-transform: uppercase;
  width: 60%;
}

.create_save_btn_outer .updated_template:hover,
.create_save_btn_outer .updated_template:focus {
  color: #fff;
  border: 0 !important;
  background: #20bab5 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.clsblk {
  background: #333 !important;
}

.product_customizer_modal .modal-dialog {
  top: 50%;
  transform: translateY(-65%) !important;
}
.product_customizer_modal .modal-dialog .modal-header {
  background: #7ed6d3 !important;
}
.product_customizer_modal .modal-dialog .modal-header h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
}
.product_customizer_modal .modal-dialog .modal-header .close {
  position: absolute;
  right: 14px;
  top: 4px;
  opacity: 1;
}
.product_customizer_modal .modal-dialog .modal-body .form-control {
  border: 1px solid #b6afb0;
}
.product_customizer_modal .modal-dialog .modal-body input[type="submit"] {
  background: #7ed6d3 !important;
  border: 0 !important;
}
.product_customizer_modal .modal-dialog .modal-body input[type="submit"]:hover,
.product_customizer_modal .modal-dialog .modal-body input[type="submit"]:focus {
  color: #fff;
  border: 0 !important;
  background: #ba3a49 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

/*==========================================================
=============================================================*/

#savechanges_modal .modal-dialog .modal-body {
  display: flex;
  flex-wrap: wrap;
}

#savechanges_modal .modal-dialog .modal-header {
  display: block !important;
}

#savechanges_modal .modal-dialog .modal-header .close {
  margin: 0;
  float: right;
  padding: 0;
}

#savechanges_modal .modal-dialog .modal-header .modal-title {
  float: left;
}

#savechanges_modal .modal-dialog .modal-body .block .whitesec {
  text-align: center;
  margin-bottom: 15px;
}

#savechanges_modal .modal-dialog .modal-body .block .whitesec a {
  display: inline-block;
  background: #7ed6d3;
  padding: 4px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  #boxes #dialog {
    width: 90% !important;
    top: 100px;
  }
}

#savechanges_modal .modal-dialog .modal-body .block .whitesec .imgarea {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1500px) {
  .banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3ddd5+48,f4f4f2+57 */
    background: #cec3b5; /* Old browsers */
    background: -moz-linear-gradient(
      left,
      #cec3b5 48%,
      #f4f4f2 57%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      #cec3b5 48%,
      #f4f4f2 57%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      #cec3b5 48%,
      #f4f4f2 57%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec3b5', endColorstr='#f4f4f2',GradientType=1 ); /* IE6-9 */
  }
  .banner_shop:before {
    display: none;
  }
  .banner_about {
    background-size: cover !important;
  }
  .banner_about:before {
    display: none;
  }
  .banner_trade {
    background-size: cover !important;
  }
  .banner_trade:before {
    display: none;
  }
  .trade_mid2 {
    background-size: 37vw;
  }
}

@media only screen and (min-width: 2800px) {
  .trade_mid2 {
    background-size: 28vw;
  }
}

/*----------------Saikat 10th Oct.2021------------------- */

.fortextRight {
  /* width: 42% !important; */
  border: 1px solid #333;
  background: url("../create_design_img/grid_pattern.png");
  background-repeat: repeat;
  background-size: auto !important;
  background-position: 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: calc(100vh - 150px) !important;*/
}
.fortextRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
.fortextRight > .design {
  border: 1px dashed #2655ff !important;
  top: auto;
  bottom: auto;
  background-image: url("../create_design_img/grid_pattern.png");
  overflow: hidden;
}

/*.preview svg {
	width: 100% !important;
    max-height: 100%;
}*/

.shapeCat {
  margin: 0 -15px;
}

.shapeCat ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shapeCat li {
  padding: 15px 10px;
  border: solid 1px #cccc;
  width: 97%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 5px;
}

.shapeCat li:nth-child(3n + 3) {
  margin-right: 0;
}

.artshow_all {
  width: 100%;
}
.col-md-12.uploadimgsingle,
.col-md-12.favart,
.col-md-12.fav.shape,
.col-md-12.not_found {
  padding: 10px;
  margin-top: 0 !important;
  margin-bottom: 15px;
  height: 120px;
  text-align: center;
  border: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.col-md-12.not_found p {
  font-size: 18px;
  font-weight: 600;
  color: #7ed6d3;
}
/*.textdesignStyle {
    width: 115% !important;
}*/
.col-md-5.selectOutlineColorName {
  font-size: 13px;
}
/* edit debraj 25/4/22 */

.search__content {
  display: flex;
  align-items: center;
}

.search__content .row-srch-column {
  position: relative;
  width: 92%;
}

.row-srch-column input[type="search"] {
  width: 100%;
}

.search__content .row-srch-column span.design_element_sicon {
  position: absolute;
  right: 4%;
  color: #333;
  top: 50%;
  transform: translateY(-50%);
}
.col-md-12.txtinputbtndiv button {
  background: #7ed6d3 !important;
}

.custom_buttons_link {
  width: 10%;
}
.custom_buttons_link a {
  width: 100%;
  float: left;
}

.success_response_one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success_main_div {
  display: flex;
  justify-content: space-between;
}
.separation {
  border: 1px solid #00c3cc;
  min-height: 90%;
  margin-top: 16px;
}
h1.success_title {
  color: #00c3cc;
  font-weight: 700;
}
.success_response_one p {
  color: #00c3cc;
  font-weight: 500;
}
.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

/* Add to Cart Fading In/Out */
.addCartvisible {
  visibility: visible !important;
  opacity: 1;
  transition: opacity 2s linear;
}

.addCarthidden {
  visibility: hidden !important;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width:1800px){
  .create_design_sec .low_contnarea .right {
    /* zoom: 88%; */
  }
}

@media screen and (max-width:1600px){
  .create_design_sec .low_contnarea .right {
    /* zoom: 77%; */
  }
}

@media screen and (max-width:1440px){
  /* .create_design_sec .low_contnarea .right {
    zoom: 69%;
  }
  .previewpic {
    zoom: 80%
  } */
}

@media screen and (max-width:1350px){
  /* .create_design_sec .low_contnarea .right {
    zoom: 64%;
  }
  .previewpic {
    zoom: 80%
  } */
}

#previewpic {
  opacity: 100;
}

@media screen and (max-width:1290px){
  /* .create_design_sec .low_contnarea .right {
    zoom: 60%;
  }
  .previewpic {
    zoom: 80%
  } */
}

@media screen and (max-width:1230px){
  /* .create_design_sec .low_contnarea .right {
    zoom: 54%;
  }
  .previewpic {
    zoom: 80%
  } */
}

/* MOBILE VIEW */

@media screen and (max-width:1180px){
  .create_design_sec .low_contnarea .right {
    zoom: 75%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
    font-size: 10px !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 80%
  }
  .baseproductdiv .block .imgarea p {
    font-size: 10px !important;
  }
  #prod_div {
    margin-top: 10px;
    padding: 10px;
    font-size: 10px;
  }
}

@media screen and (max-width:1150px){
  .create_design_sec .low_contnarea .right {
    zoom: 75%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 70%
  }
}

@media screen and (max-width:1150px){
  .create_design_sec .low_contnarea .right {
    zoom: 72%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 70%;
  }
}

@media screen and (max-width:1075px){
  .create_design_sec .low_contnarea .right {
    zoom: 65%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 70%;
  }
}

@media screen and (max-width:1012px){
  .create_design_sec .low_contnarea .right {
    zoom: 58%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
    min-width: 300px;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 65%;
  }
}

@media screen and (max-width:960px){
  .create_design_sec .low_contnarea .right {
    zoom: 50%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
    zoom: 70%;
  }
  #boxscroll {
    height: auto !important;
  }
  #boxscroll .no-padding.mb-3.k1 {
    margin: 0 !important;
  }
  .browseproduct p {
    width: auto !important;
  }
  .col-md-6.baseproductdiv {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
  } 
  .previewpic {
    zoom: 60%;
  }
}

@media screen and (max-width:900px){
  .create_design_sec {
    overflow-y: scroll;
  }
  .create_design_sec .low_contnarea .right {
    zoom: 70%;
  }
  .create_design_sec .low_contnarea .left {
    width: 20% !important;
    height: 600px;
    overflow-y: scroll;
  }
  .previewpic {
    top: initial;
    right: 0;
    left: 0;
    bottom: 406px;
  }
}

@media screen and (max-width:890px){
  .create_design_sec .low_contnarea .right {
    zoom: 60%;
  }
}

@media screen and (max-width:820px){
  .create_design_sec .low_contnarea .right {
    zoom: 55%;
  }
}

@media screen and (max-width:755px){
  .create_design_sec .low_contnarea .right {
    zoom: 50%;
  }
}

@media screen and (max-width:720px){
  .create_design_sec .low_contnarea .right {
    zoom: 45%;
  }
}