/* ==========================================================================
 Font:  Use for Content
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
html,
body {
  width: 100%;
  overflow-x: hidden !important;
}
body {
  margin: 0;
  background: #fff;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #292933;
}
ul li {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
p {
  padding: 0;
  margin: 0;
}
p.cart_show {
    color: #fff;
    position: absolute;
    top: 33px;
    background: #fd5e00;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    padding: 0;
    margin-left: 13px;
    font-size: 13px;
    display: block;
}
b {
  font-weight: 500;
}
a {
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #132953;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
select,
input,
button,
a {
  outline: none;
}
button:focus {
  border: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
/* section {
  padding: 50px 0;
} */
::placeholder {
  color: #fff !important;
  font-weight: 300;
  padding-left: 20px;
}
/* ==========================================================================
		navbar Section
========================================================================== */
.navbar {
  padding: 3px;
  padding-left: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(253 94 0);
}
.right_sec {
  display: flex;
  align-items: center;
}
.btn.our_butn {
  background: #fd5e00;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 26px;
  border-radius: 0;
  border: 1px solid #fd5e00;
  font-size: 18px;
  font-weight: 700;
}
.btn.our_butn a {
    color: #fff
}
.icons ul li {
  display: inline-block;
}
.icons i {
  color: #fff;
  border-left: 2px solid #707070;
  padding: 40px 25px;
  font-size: 20px;
}
/* ==========================================================================
		Banner Section
========================================================================== */
.banner_sec {
  background: url("../img/bg_baner.png");
  min-height: 800px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  /* margin-top: 80px; */
}
.baner {
  align-self: center;
}
.text_left {
  max-width: 600px;
}
.text_left h5 {
  font-size: 24px;
  color: #fd5e00;
  text-transform: uppercase;
  font-family: "Gilroy";
}
body.home.page-template-default .banner_sec .text_left h1 {
  font-size: 28px;
  color: #fd5e00;
  text-transform: uppercase;
  font-family: "Gilroy";
}
 .banner_sec .text_left p {
  font-size: 20px;
  color: #fd5e00;
  font-family: "Gilroy";
  text-shadow: 1px 1px 1px #fff;
  padding-top: 20px;
  font-weight: 500;
  }
.text_left h1 {
  font-size: 55px;
  text-transform: uppercase;
  font-family: "Gilroy";
  font-weight: 700;
  line-height: 73px;
  padding: 6px 0;
}
.btn.orange_sm_btn {
  background: #fd5e00;
  color: #fff;
  padding: 12px 17px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn.blue_sm_btn {
    background:  #2e3092;
    color: #fff;
    padding: 12px 17px;
    text-transform: uppercase;
    border-radius: 0;
}
button.btn.orange_sm_btn.my-4 a {
    color: #fff;
}
.btn.orange_sm_btn:hover,
.btn.orange_sm_btn:focus {
  background: #fd5e00b3;
}
.btn.blue_sm_btn:hover,
.btn.blue_sm_btn:focus {
    background:  #2e3092b3;
}
/* ==========================================================================
		shiping Section
========================================================================== */
.shiping_sec {
  background: #fff6f1;
  padding-top: 20px;
}
.iconbox {
  display: inline-flex;
  width: 100%;
  border-radius: 4px;
}
.iconbox p a {
  color: #292933;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.icon-wrap {
  background: #fff6f1;
  border: 2px solid #fd5e00;
  margin-right: 15px;
  text-align: center;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
}
.icon-wrap img {
  margin: 0 auto;
}
/* ==========================================================================
    Custom lens Section
========================================================================== */
.custm h3 {
  font-size: 35px;
  font-family: "Gilroy";
  font-weight: 600;
}
.card-txt h5 {
  font-size: 22px;
  font-family: "Gilroy";
  padding: 15px 0;
  font-weight: 600;
  line-height: 26px;
}
.card-txt p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  line-height: 32px;
}
.card-txt h6 {
  color: #fd5e00;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  padding-bottom: 10px;
}
.center_btn {
    text-align: center;
}
.backside_btn {
    padding-top: 1px;
    position: relative;
}
.flip-container {
    perspective: 1000px;
}
/*.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}*/
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    
    position: relative;
}
.front-side, .back-side {
    backface-visibility: hidden;
    
    position: absolute;
    top: 0;
    left: 0;
}
.front-side {
    z-index: 2;
    transform: rotateY(0deg);
}
.back-side {
    z-index: 2;
    transform: rotateY(180deg);
}

/* ==========================================================================
		design Section
========================================================================== */
.lens-design {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 30px 20px;
}
.design-service h3 {
  padding: 10px 0;
  font-size: 35px;
  font-weight: 600;
}
ul.serve li {
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
}
ul.serve li::before {
  content: "\f00c";
  color: #fd5e00;
  font-family: fontawesome;
  vertical-align: middle;
  margin-right: 0.5em;
}
/* ==========================================================================
		work Section
========================================================================== */
.frame {
  padding: 0 7px;
}
.frame figure {
  position: relative;
  overflow: hidden;
}
.frame figcaption {
  background: #fd5e00ad;
  position: absolute;
  bottom: 15px;
  top: 15px;
  right: 15px;
  left: 15px;
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -ms-transform: translateY(140%);
  -o-transform: translateY(140%);
  transform: translateY(140%);
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame figcaption i {
  color: #fff;
  font-size: 45px;
}
.frame:hover figcaption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery_content h3 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  padding: 25px 0;
}
.variable-width button.slick-prev.slick-arrow:before {
  background: url(../img/left.png) no-repeat;
  background-position: 100%;
}
.variable-width button.slick-next.slick-arrow:before {
  background: url(../img/right.png) no-repeat;
  background-position: 100%;
}
.variable-width button.slick-prev.slick-arrow {
  left: 0;
  z-index: 9;
}
.variable-width button.slick-next.slick-arrow {
  right: 0;
  z-index: 9;
}
.variable-width button {
  position: absolute;
  top: 40%;
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.variable-width button:before {
  height: 80px;
  width: 33px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  z-index: 9;
  cursor: pointer;
}
.slick-slide img {
  width: 100%;
}
/* ==========================================================================
		footer Section
========================================================================== */
footer {
  background-color: #292933;
}
.first_foter {
  background: #292933;
  color: #fff;
}
#email {
  background: transparent;
  width: 84%;
  margin: 0 auto;
  border-radius: 0;
  border-color: #3c3c46;
  color: #fff;
  height: 60px;
}
.btn.orange_sm {
  background: #fd5e00;
  position: absolute;
  right: 64px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.sub {
  padding-bottom: 20px;
  font-size: 18px;
}
.social_icns i, a.tiktok {
  border: 1px solid #fd5e00;
  color: #fd5e00;
  height: 50px;
  width: 50px;
  padding-top: 14px;
  font-size: 20px;
  margin: 0 5px;
}
a.tiktok img {
    width: 5%;
}
a.tiktok {
    border: 1px solid #fd5e00;
    color: #fd5e00;
    height: 50px;
    width: 50px;
    padding: 12px 14px;
    font-size: 20px;
    margin: 0 5px;
}
.social_icns i:hover{
  border: 1px solid #fd5e00;
  background: #fd5e00;
  color: #fff;
}
.top_foter {
  border-bottom: 1px solid #707070;
}
.bordr {
  border-right: 1px solid #707070;
  padding: 40px 10px;
}
.mid_foter {
  padding: 30px 20px;
  border-bottom: 1px solid #707070;
}
.mid li {
  font-size: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.mid li a {
  color: #fff;
}
.mid li a:hover {
  color: #fd5e00;
}
ul.mid.sm li {
  width: 33.33%;
  float: left;
}
.copyright {
  background: #1c1c27;
  color: #fff;
  padding: 20px 10px;
}
.copyright p {
  font-size: 16px;
  text-transform: uppercase;
}

/* ==========================================================================
		ABOUT PAGE CSS START
========================================================================== */
.about_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/asas.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.breadcrumb {
  background-color: transparent;
  display: inline-block;
}
.breadcrumb a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.breadcrumb span {
  color: #fd5e00;
}
.about_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
.heading2 {
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
}
.about_cont p {
  font-weight: 400;
  padding: 15px 0;
}
.testm button.slick-prev.slick-arrow:before {
  background: url(../img/left.png) no-repeat;
  background-position: 100%;
}
.testm button.slick-next.slick-arrow:before {
  background: url(../img/right.png) no-repeat;
  background-position: 100%;
}
.testm button.slick-prev.slick-arrow {
  left: 0;
  z-index: 9;
}
.testm button.slick-next.slick-arrow {
  right: 0;
  z-index: 9;
}
.testm button {
  position: absolute;
  top: 40%;
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.testm button:before {
  height: 80px;
  width: 33px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  z-index: 9;
  cursor: pointer;
}
.testm .slick-slide img {
  width: 100%;
  padding: 15px;
}

.testmoni button.slick-prev.slick-arrow:before {
  background: url(../img/left.png) no-repeat;
  background-position: 100%;
}
.testmoni button.slick-next.slick-arrow:before {
  background: url(../img/right.png) no-repeat;
  background-position: 100%;
}
.testmoni button.slick-prev.slick-arrow {
  left: 0;
  z-index: 9;
}
.testmoni button.slick-next.slick-arrow {
  right: 0;
  z-index: 9;
}
.testmoni button {
  position: absolute;
  top: 30%;
  font-size: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.testmoni button:before {
  height: 80px;
  width: 33px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  z-index: 9;
  cursor: pointer;
}
.testmoni .slick-slide img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  background: #fff8f8;
  height: 400px;
}
.testmoni .slick-slide {
  padding: 0px 15px;
}
.img_cnt h4 {
  margin: 15px 0;
}
/* ==========================================================================
		CONTACT PAGE CSS START
========================================================================== */
.contct_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
    url("../img/about_baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.contct_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}

.contctus {
  padding: 100px 0;
}
.bg_orange {
  background: #fd5e00;
}
.send_msg {
  background: #292933;
  color: #fff;
  padding: 40px;
}
.send_msg h5 {
  font-size: 26px;
  font-weight: 800;
}
.send_msg p {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 400;
}
.send_msg .form-group {
  margin: 12px 0;
}
.send_msg input.form-control {
  background: #353540;
  height: 60px;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.send_msg input::placeholder {
  color: #a4a4aa !important;
}
.send_msg textarea.form-control {
  background: #353540;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.send_msg textarea::placeholder {
  color: #a4a4aa !important;
}
.need_hlp {
  color: #fff;
  padding: 70px;
}
.need_hlp p {
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
}

/* ==========================================================================
		BLOG PAGE CSS START
========================================================================== */
.blog_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
    url("../img/about_baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.blog_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
.blog_sec {
  padding: 100px 0;
}
.card.blog_card {
  border: 0;
  background: #f8f8f8;
  margin-top: 30px;
}
.card.blog_card .blogimg {
  margin: 20px 20px 0 20px;
}
.blog-txt .blogdate {
  font-size: 16px;
  color: #818181;
  font-weight: 400;
  margin: 10px 0;
}
.blog-txt .blogtitl {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.blog-txt .blog_subt {
  font-size: 16px;
  padding: 10px 0;
}
.blog-txt a {
  font-size: 18px;
  color: #fd5e00;
  text-transform: uppercase;
  font-weight: 400;
}
.page_tion {
  margin-top: 20px;
}
.pagination a {
  color: black;
  float: left;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s;
}
.pagination a.active {
  color: #fd5e00;
  text-decoration: underline;
}
.pagination i {
  background: #fd5e00;
  color: #fff;
  height: 30px;
  width: 30px;
  padding: 6px;
}

/* ==========================================================================
		SHOP PRODUCTS PAGE CSS START
========================================================================== */
.Products_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
    url("../img/about_baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.Products_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
/* .shop_sec {
  padding: 100px 0;
} */
.blog-txt .blogtitl {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.blog-txt .blog_subt {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 400;
}
.blog-txt a {
  font-size: 24px;
  color: #fd5e00;
  text-transform: uppercase;
  font-weight: 700;
}
/*-------  social icon over image hover   -------*/
.proimg {
  position: relative;
  text-align: center;
}
.proimg .box-content {
  width: 100%;
  height: 100%;
  padding-top: 32%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.proimg:hover .box-content,
.proimg:active .box-content {
  background: #29293380;
  transition: all 0.3s ease 0s;
}
.proimg .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.proimg:hover .icon {
  opacity: 1;
}
.proimg .icon li {
  display: inline-block;
}
.proimg .icon li i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 18px;
  color: #fd5e00;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.icon li a:hover {
  background: #fd5e00;
  color: #fff;
}

img.imgs {
  width: 100%;
  height: 100%;
}
.cd_img {
  background-size: contain;
  background-position: center;
  height: 300px;
  background-repeat: no-repeat;
}
/* ==========================================================================
		PRODUCT PAGE CSS START
========================================================================== */
.product_banner {
  height: 400px;
  min-height: 400px;
  /*background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url("../img/about_baner.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.product_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
.product {
  padding: 60px 0;
}
.upload_flies {
  background: #f8f8f8;
  padding: 30px;
}
.files input {
  padding: 84px 0px 63px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  opacity: 0;
  cursor: pointer;
}
.files {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  height: 150px;
  margin-top: 16px;
}
.files::after {
  pointer-events: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 48px;
  right: 0;
  height: 48px;
  content: "";
  background-image: url("../img/upload.png");
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.upload_flies h5 {
  font-size: 22px;
  font-weight: 700;
}
.upload_flies p {
  font-weight: 400;
  margin: 25px 0 15px;
}
label#files-error {
  padding-top: 5px !important;
}
.place_imgs img {
  margin: 10px 4px;
}
.clrs ul li {
  display: inline-block;
}
.attr {
  cursor: pointer;
  margin-right: 10px;
  height: 36px;
  width: 36px;
  font-size: 10px;
  padding: 2px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.attr:active,
.attr:hover {
  border: 1px solid #fd5e00;
}
.attr.clr1 {
  background: #fff;
}
.attr.clr2 {
  background: #b73010;
}
.attr.clr3 {
  background: #f0f0d3;
}
.attr.clr4 {
  background: #000000;
}
.attr.clr5 {
  background: #2e3092;
}
.attr.clr6 {
  background: #007500;
}
.attr.clr7 {
  background: #f49ac2;
}
.attr.clr8 {
  background: #fff;
  position: relative;
}
.attr.clr8::after {
  content: "+";
  position: absolute;
  left: 13px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
a.btn.btnsm_orange {
  background: #fd5e00;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 0;
}
.placesection {
  display: inline-block;
}
.colorsection {
  display: inline-block;
}

/* ==========================================================================
		REVIEW PAGE CSS START
========================================================================== */
.review_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
    url("../img/about_baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.review_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
.review {
  padding: 100px 0;
}
.cart_lens {
  background: #f8f8f8;
  padding: 40px;
}
.cart_lens h5 {
  font-size: 22px;
  font-weight: 700;
}
.cart_lens ul li {
  display: inline-block;
  margin: 10px 0 25px;
}
.cart_lens ul li::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 5px;
  padding: 0px 10px;
}
.cart_lens ul li:first-child::before {
  display: none;
}
.cart_lens .form-control-lg {
  height: 60px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}
.cart_lens .form-group {
  position: relative;
}
.cart_lens .icon .fa {
  position: relative;
  left: 95%;
  color: #fd5e00;
  font-size: 14px;
}
.cart_lens .icon {
    height: 0px;
}
.chart_size {
  display: flex;
  justify-content: space-between;
}
.chart_size p {
  font-size: 14px;
  font-weight: 500;
}

/* ==========================================================================
		CART PAGE CSS START
========================================================================== */
.cart_banner {
  height: 400px;
  min-height: 400px;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
    url("../img/about_baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  /* margin-top: 100px; */
}
.cart_title {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 900;
}
.cart-detail {
  padding: 30px;
  background: #f8f8f8;
}
.total_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total_price p {
  font-weight: 700;
}
.cart-detail h6 {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.add_quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.add_quantity h5 {
  font-size: 22px;
  font-weight: 700;
}
.add_quantity .form-group {
  width: 40%;
  position: relative;
}
.add_quantity .form-control {
  border-radius: 0;
  height: 40px;
}
.add_quantity .icon .fa {
  position: absolute;
  right: 20px;
  top: 3px;
  color: #fd5e00;
  font-size: 22px;
}
.quantity h6 {
  font-weight: 400;
}
.quantity p {
  font-weight: 700;
  font-size: 16px;
}
.item-details {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.item-details .item-detail {
  display: flex;
  gap: .25rem;
}
.item-detail .item-detail-title {
  font-weight: 700;
}
canvas#canvas, canvas#canvas-back-side {
  width: 100% !important;
}
input#cp15,
input#backside_cp15 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  color: transparent;
  z-index: 99;
}
.clr8 input#backside_cp15 {
    background: transparent;
    cursor: pointer;
}
input#cp15:focus,
input#cp15:hover,
input#cp15:active,
input#backside_cp15:focus,
input#backside_cp15:hover,
input#backside_cp15:active{
  color: transparent;
  border: none;
  background: transparent;
  outline: unset;
  box-shadow: unset !important;
}
li.attr.clr8.custom_color_picker {
  position: relative;
}
.svg_data_file svg {
  display: none !important;
}
.cart_page_section .cart_totals {
  float: none !important;
  width: 100% !important;
}
form.woocommerce-cart-form
  tr.woocommerce-cart-form__cart-item.cart_item
  td.product-thumbnail
  img {
  width: 100%;
}
.cart_totals td {
  text-align: right;
}
.applied_coupon_code .cupon_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applied_coupon_code .cupon_form input {
  flex: 0 0 65%;
  width: 100%;
  height: 37px;
  border-color: #fd5e00 !important;
  box-shadow: none;
  outline: unset !important;
  padding: 5px 12px;
}
button.apply_coupon_buuton {
  flex: 0 0 33%;
  height: 37px;
  background: #fd5e00;
  color: #fff;
  border-color: #fd5e00;
  box-shadow: unset !important;
  outline: unset !important;
}
.custum_coupon_form h6 {
  cursor: pointer;
}
form.applied_coupon_code {
  padding: 15px 0px;
}
button.apply_coupon_buuton {
  flex: 0 0 33%;
}
a.checkout-button.button.alt.wc-forward {
  background: #fd5e00;
  padding: 15px;
  border: 2px solid #fd5e00;
}
a.checkout-button.button.alt.wc-forward:hover {
  background: transparent;
  border: 2px solid #fd5e00;
  color: #fd5e00;
}

.breadcrumb_section ol.breadcrumb li:after {
  content: "|" !important;
  margin: 0px 10px;
  position: absolute;
  font-size: 19px;
  top: 13px;
  color: #fff;
  line-height: 0;
}
.breadcrumb_section ol.breadcrumb {
  display: flex;
}
.breadcrumb_section ol.breadcrumb li {
  list-style-type: none;
}
.breadcrumb_section ol.breadcrumb li {
  position: relative;
  margin-right: 20px;
}
.breadcrumb_section ol.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb_section ol.breadcrumb li:last-child {
  color: #fd5e00;
  font-size: 16px;
  line-height: 26px;
}
section.woocommerce-order-details th,
section.woocommerce-order-details td {
  text-align: left !important;
}
.text_colorsection ul li {
  border: 1px solid #ccc;
}
input#tp15,
input#tp16 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  color: transparent;
  z-index: 99;
  background: transparent;
  cursor: pointer;
}

/*------------ Mishi Css ------------------*/
.text-placement-section .text_place_imgs img.active {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 10px;
}
.canvas-text-font_size.my-3 .form-group {
  position: relative;
}
.canvas-text-font_size.my-3 .icon .fa {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #fd5e00;
  font-size: 22px;
}
.summary.entry-summary h1.product_title.entry-title {
  color: #000;
}
.cart_lens.simple_cart_lens {
  padding: 0px;
  padding-top: 20px;
  background: transparent;
}
form#text_customization_form .canvas-text-font_size.my-3 {
  flex: 0 0 46%;
}
form#text_customization_form .text_colorsection.my-3 {
  margin-top: 0px !important;
}
form#text_customization_form .canvas-text-font_size.my-3 h5,
form#text_customization_form .text_colorsection.my-3 h5 {
  margin-bottom: 10px;
}
form#text_customization_form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#myModal_text_resize .modal-body {
  padding: 42px 10px 0px;
}
.canvas-text-font_size.my-3 {
  text-align: right;
}
button.open_resize_text_popup {
  color: #fd5e00;
  padding: 3px 12px;
  background: #fff;
  border: 2px solid #fd5e00;
  border-radius: 5px;
}
button.open_resize_text_popup:hover {
  color: #fff;
  background: #fd5e00;
}
button.back_side_open_resize_text_popup {
  color: #2e3092;
  padding: 3px 12px;
  background: #fff;
  border: 2px solid #2e3092;
  border-radius: 5px;
}
button.back_side_open_resize_text_popup:hover {
  color: #fff;
  background: #2e3092;
}
form#text_customization_form .canvas-text-font_size.my-3 {
  text-align: left;
}
button.open_resize_text_popup, button.back_side_open_resize_text_popup {
  display: none;
}
h2.shop_page_category {
  margin: 40px 0px 20px;
  text-align: center;
  text-decoration: underline;
}
h2.shop_page_category.custom-lens-skin {
  margin-top: 20px;
}
.mobile_resize_image_message {
  display: none;
}
.mobile_nav_section {
  display: none;
}
h2.shop_page_category.uncategorized {
  display: none;
}
.single.single-product .product-type-simple .product_meta {
  display: none;
}
span.product_loop_title {
  display: block;
  color: #000;
  font-size: 16px;
}
.card-img.text-center.home_product_col img {
  max-height: 301px;
  width: 100%;
}
.card-img.text-center.home_product_col h5 {
  color: #000;
  padding-bottom: 4px;
}
.card-img.text-center.home_product_col h6 {
  font-size: 22px;
}
.card-img.text-center.home_product_col a:hover {
  box-shadow: 1px 1px 5px 1px #ccc;
  display: block;
}

.slider_range {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider_range:hover {
  opacity: 1;
}

.slider_range::-webkit-slider_range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #000 !important;
  cursor: pointer;
}

.slider_range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #000 !important;
  cursor: pointer;
}
input#outline_range {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  margin: 18px 0;
  padding: 0 !important;
  background-color: #a5a4a4 !important;
  height: 3px !important;
}
.text_outline_section.my-3.font_text_outline {
  flex: 0 0 100%;
  max-width: 100%;
}
.out_line_settings_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.out_line_range {
  flex: 0 0 37%;
}
.text_colorsection.my-3.outline_text_color {
  flex: 0 0 60%;
}
.text_outline_section.my-3.font_text_outline .form_group {
  text-align: center;
}
.text_outline_section.my-3.font_text_outline .form_group label {
  font-size: 24px;
  font-weight: 600;
}
.out_line_settings {
  display: none;
}
/* table.woocommerce-table.shop_table.order_details ul.wc-item-meta {
    display: none;
} */
/*------  Responsive  ------*/
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .mid li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .design-service h3 {
    font-size: 25px;
  }
  ul.serve li {
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.our_butn {
    padding: 10px;
  }
  .icons i {
    padding: 15px;
  }
  .banner_sec {
    min-height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  /* section {
    padding: 20px 0;
  } */
  .icons ul li {
    display: block;
  }
  .right_sec {
    display: block;
  }
  .icons i {
    border-left: 0;
  }
  /* .navbar {
    padding: 10px;
  } */
  .iconbox {
    padding: 10px 0;
  }
  .bordr {
    padding: 20px 10px;
    border-right: 0;
  }
  .text_left h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .btn.orange_sm {
    right: 50px;
  }
  .heading2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .custm h3 {
    font-size: 29px;
  }
  .send_msg {
    padding: 40px 20px;
  }
  .need_hlp {
    padding: 70px 30px;
  }
  tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    display: block !important;
  }
  .add_quantity h5 {
    text-align: left;
    margin: 21px 0px;
  }
  form#text_customization_form {
    display: block;
  }
  .mobile_resize_image_message {
    display: block;
  }
  p.mobile_resize_image_message {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #fd5e00 !important;
    font-weight: bolder;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top {
    display: none !important;
  }
  .mobile_nav_section {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  form#text_customization_form {
    min-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .out_line_settings_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .text_colorsection.my-3.outline_text_color {
    flex: 0 0 100%;
  }
  .out_line_range {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 474px) {
  .cart_lens ul li::before {
    display: none;
  }
  .cart_lens ul li {
    margin: 5px;
  }
  .cart_lens {
    padding: 40px 20px;
  }
  .img_cnt h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .our_color.sm_t {
    font-size: 17px;
  }
}

header .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #343a40;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 999999;
}

header .overlay-content {
  position: relative;
  top: 13%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 20px;
}

header .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

header .overlay a:hover,
header .overlay a:focus {
  color: #f1f1f1;
}

header .overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 60px;
  color: #fff;
}
.mobile_nav_section .contact_section {
  padding-top: 18px;
}
.mobile_nav_section .contact_section h2.mobile_nav_contact_heading {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.mobile_nav_section .contact_section .contact_link a,
.mobile_nav_section .contact_section .contact_link p {
  font-size: 14px;
  text-align: left;
  padding: 0;
  color: #fff;
  line-height: 19px;
}
div#myNav .social_icns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
div#myNav .social_icns a,
div#myNav .social_icns a.tiktok {
  padding: 0px;
  font-size: 26px;
}
div#myNav .social_icns a.tiktok img {
  width: 20px;
}
div#myNav .social_icns a.tiktok {
  border: 1px solid #fd5e00;
  color: #fd5e00;
  height: auto;
  width: 42px;
}
div#myNav .social_icns a i {
  border: 1px solid #fd5e00;
  color: #fd5e00;
  height: 40px;
  width: 41px;
  padding-top: 10px;
  font-size: 19px;
  margin: 0 0px;
}
div#myNav .contact_link {
  margin-bottom: 20px;
}
.mobile_header_top_section {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #343a40 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
}
.mob_icon .icons i {
  padding: 5px;
}
.mob_icon li {
  display: inline-block !important;
}
.mob_nav_button span {
  color: #fff;
}
/* .mob_logo a.logo-brand img {
  max-width: 80% !important;
} */
.mob_logo .logo {
  text-align: center;
}
.overlay-content .mob_nav a.nav-link {
  text-align: left;
  padding: 0px;
  font-size: 19px;
  color: #fff;
  position: relative;
  font-weight: 500;
}
.overlay-content .mob_nav #nav-link li {
  text-align: left;
  padding: 0px;
  font-size: 19px;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  position: relative;
  padding: 7px 0px;
}
.overlay-content .mob_nav #nav-link li:last-child {
  border: none !important;
}
.overlay-content ul.sub-menu {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 28px;
}
.overlay-content ul.sub-menu.active-submenu {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
}
.overlay-content .mob_nav #nav-link li ul.sub-menu li {
  border: none !important;
  padding: 0px 0px;
}
.overlay-content .mob_nav #nav-link li ul.sub-menu li a {
  font-weight: 200;
}
body.active-nav {
  overflow: hidden;
  position: fixed;
}
.mobile_nav_section div#myNav ul#nav-link i.fa.fa-plus {
  display: none;
}

.mobile_nav_section
  div#myNav
  ul#nav-link
  li.menu-item-has-children
  i.fa.fa-plus {
  display: block;
  right: 0;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile_nav_section div#myNav ul#nav-link li.menu-item-has-children {
  padding-right: 10px;
}
.mobile_nav_section
  div#myNav
  ul#nav-link
  li.menu-item-has-children.active
  i.fa.fa-plus {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_nav_section
  div#myNav
  ul#nav-link
  li.menu-item-has-children
  ul.sub-menu
  i.fa.fa-plus {
  display: none !important;
}
.back_to_customize {
  position: absolute;
  top: -53px;
}
.back_to_customize i {
  color: #fd5e00;
}
.back_to_customize span:hover {
  text-decoration: underline;
}
.back_to_customize span {
  font-weight: 500;
  cursor: pointer;
}
.back_to_customize.hide {
  display: none;
}
.back_to_customize_edit_name {
  position: absolute;
  top: -53px;
}
.back_to_customize_edit_name span {
  font-weight: 500;
  cursor: pointer;
}
.lens_installation_section label,
.is_a_gift_section label {
  display: inline;
}
.lens_installation_section input#instalation_lens,
.is_a_gift_section input#is_a_gift {
  margin-right: 7px;
  cursor: pointer;
}
.lens_installation_section label,
.is_a_gift_section label {
  display: inline;
  font-weight: 600;
  cursor: pointer;
}
span.change_dog_name_button {
  margin-bottom: 12px !important;
}
span.change_dog_name_button.active_custom {
  margin-bottom: 0px !important;
}
a.cart_back_to_customize {
  font-weight: 500;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
.woocommerce-cart-form {
  position: relative;
}
a.cart_back_to_customize {
  font-weight: 500;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  position: absolute;
  top: -52px;
}
a.cart_back_to_customize i {
  color: #fd5e00;
}
a.cart_back_to_customize:hover {
  text-decoration: underline;
}
header
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top
  div#navbarSupportedContent
  ul#nav-link
  ul.sub-menu {
  display: none;
  position: absolute;
  top: 36px;
  left: -15px;
  background: #fff;
  padding: 4px 0 10px;
  transition: opacity 0.4s, visibility 0.4s;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 25%);
  min-width: 212px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top ul.sub-menu li a {
  color: #000 !important;
  line-height: 10px;
  font-size: 17px !important;
  padding: 10px 10px 4px !important;
}
.mob_nav i.fa.fa-angle-down,
.mob_nav i.fa.fa-angle-right {
  display: none;
}
header
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top
  div#navbarSupportedContent
  ul#nav-link
  .menu-item-has-children
  a
  i {
  margin-left: 7px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top ul.sub-menu li {
  padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top
  ul.sub-menu
  li
  a:hover {
  color: #fd5e00 !important;
}
header
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top
  div#navbarSupportedContent
  ul#nav-link
  .menu-item.menu-item-has-children:hover
  ul.sub-menu {
  display: block;
}
header
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top
  div#navbarSupportedContent
  ul#nav-link
  > li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contctus {
    padding: 40px 0 0px !important;
  }
  .page-template-page-contact-us .custom_lens_sec .text-center.custm.my-5 {
    margin: 20px 0px !important;
  }
  .google_image_lens img {
    width: 100%;
  }
}

@media screen and (max-height: 450px) {
  header .overlay a {
    font-size: 20px;
  }
  header .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*******************************************************************/

#myModal_background_image .modal-dialog, #myModal_backside_image .modal-dialog,
#myModal_backside_image .modal-dialog, #myModal_backside_image .modal-dialog {
  max-width: 991px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0px auto;
  left: 0;
  right: 0;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
#myModal_background_image .modal-content, 
#myModal_backside_image .modal-content {
  border: 0;
  border-radius: 0;
}
#myModal_background_image .modal-header, #myModal_backside_image .modal-header {
  padding: 0;
  border: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 99;
}
#myModal_background_image .modal-body, #myModal_backside_image .modal-body {
  padding: 0;
}

#myModal_background_image .modal-body .container, 
#myModal_backside_image .modal-body .container {
  padding: 0;
  max-width: 1230px;
}
#myModal_background_image .container, #myModal_backside_image .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#myModal_background_image .modal-body .img-preview, 
#myModal_backside_image .modal-body .img-preview {
  text-align: center;
  padding: 28px 0 0;
  width: 350px;
  height: 550px;
  margin: 0px auto;
  position: relative;
}
.logo-brand .img-responsive {
  height: 100px;
}
.header {
  height: 106px;
}
.product_banner,
.blog_banner,
.about_banner,
.contct_banner {
  margin-top: 0px !important;
  display: none !important;
}
#myModal_background_image .modal-body .img-inner-preview,
#myModal_backside_image .modal-body .img-inner-preview {
  height: 180px !important;
  width: 148px !important;
  position: absolute;
  top: 116px;
  right: 112px;
  z-index: 999;
  overflow: hidden;
}
#myModal_background_image div#actions,
#myModal_backside_image div#backside-actions {
  position: relative;
  z-index: 99999;
}
#myModal_background_image .modal-body div[class^="docs-buttons"],
#myModal_backside_image .modal-body div[class^="docs-buttons"] {
  position: absolute;
  width: 40%;
  left: 15px;
  bottom: 30px;
  text-align: center;
}
#myModal_background_image .modal-body div[class^="docs-buttons"] .btn-group,
#myModal_backside_image .modal-body div[class^="docs-buttons"] .btn-group { 
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
}
#myModal_background_image .modal-body div[class^="docs-buttons"] .btn,
#myModal_backside_image .modal-body div[class^="docs-buttons"] .btn {
  background: transparent;
  min-width: 60px;
  max-width: 60px;
  padding: 18px;
  border: 0;
  border-right: 1px solid #e7e9ed;
}
button#cropimage {
  display: none;
}

.woocommerce-order
  .before_thanku
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  width: 100%;
  float: none !important;
  display: flex;
  padding-top: 0px;
}
.woocommerce-order .before_thanku section.woocommerce-customer-details {
  padding-top: 0px;
}
body.single.single-product .modal-body .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body.single.single-product .modal-body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single,
body.single.single-product
  .modal-body
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single,
body.single.single-product
  .modal-body
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 27px;
}

body.single.single-product .modal-body .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single,
body.single.single-product
  .modal-body
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

body.single.single-product
  .modal-body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  line-height: 31px;
  font-weight: 500;
}
body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
body.single.single-product
  .modal-body
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fd5e00 transparent transparent transparent;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single,
body.single.single-product
  .modal-body
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important;
}

body.single.single-product
  .modal-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 20px;
}
.Second_step_produt form.cart .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.Second_step_produt form.cart .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single,
.Second_step_produt form.cart .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.Second_step_produt form.cart .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.Second_step_produt
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

.Second_step_produt
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single,
.Second_step_produt form.cart .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 27px;
}

.Second_step_produt form.cart .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single,
.Second_step_produt form.cart .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.Second_step_produt form.cart .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.Second_step_produt
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

.Second_step_produt
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  line-height: 31px;
  font-weight: 500;
}
.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.Second_step_produt
  form.cart
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fd5e00 transparent transparent transparent;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single,
.Second_step_produt form.cart .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important;
}

.Second_step_produt
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 20px;
}
.cart_lens.simple_cart_lens form.cart .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.cart_lens.simple_cart_lens form.cart .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single,
.cart_lens.simple_cart_lens
  form.cart
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single,
.cart_lens.simple_cart_lens
  form.cart
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 4px !important;
  padding: 6px 12px;
  height: 40px !important;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 27px;
}

.cart_lens.simple_cart_lens form.cart .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single,
.cart_lens.simple_cart_lens
  form.cart
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 10px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  line-height: 31px;
  font-weight: 500;
}
.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fd5e00 transparent transparent transparent;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single,
.cart_lens.simple_cart_lens
  form.cart
  .select2-selection
  .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 4px !important;
  padding: 6px 12px;
  height: 40px !important;
}

.cart_lens.simple_cart_lens
  form.cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px !important;
  right: 1px;
  width: 20px;
}
.edit_background_image, .edit_backside_image {
  border: 1px solid #fd5e00;
  color: #fd5e00;
  background: #e4dfe2;
  padding: 7px 0px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 6px 10px;
  border-radius: 7px;
}
.instalation_charge {
  color: #000 !important;
  font-weight: 500;
}
p.png_file_recomended {
  margin-top: 0px;
  font-size: 13px;
  color: red;
  line-height: 18px;
}
p.uplod_file_desc {
  margin-bottom: 0;
}
section.review.cart_page_section a.back_to_customize {
  color: #000;
}
.textfit {
  font-family: "Open Sans";
}
span.lens_dog_name_button {
  border: 1px solid #fd5e00;
  background: transparent;
  color: #fd5e00;
  margin: 0 auto 0 0;
  display: inline-block;
  float: right;
  padding: 3px 8px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
input#dog_name_text {
  padding-left: 12px !important;
}
.dogname_editable_section .canvas-text-section.my-3 {
  margin: 0px !important;
}

input#dog_name_text::placeholder {
  color: #00000061 !important;
  font-weight: 500;
  padding: 0;
}
.loader_text_resize {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  z-index: 9999;
  display: none;
}
.loader__ {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.loader_text_resize i {
  font-size: 38px;
  color: #fd5e00;
}
#text_reize_container div#draggable .textfit {
/*  overflow: hidden;*/
  height: 100%;
}
#myModal_text_resize #draggable {
  padding-bottom: 5px;
}

.woocommerce .star-rating span::before {
  color: #fd5e00;
}
input#protective_film {
  margin-right: 7px;
  cursor: pointer;
}
.lens_protective_section label {
  display: inline;
  font-weight: 600;
  cursor: pointer;
}
.lens_protective_section {
  margin-bottom: 7px;
}

.woocommerce .star-rating {
  margin: 0 auto;
  float: none;
}
.woocommerce-loop-product__title {
  font-size: 28px;
  margin-top: 8px;
  color: #000
}
.woocommerce_sub_title {
    color: black;
    font-size: 20px;
    padding-top: 4px;
    
}
.product_customize_section div#ppcp-messages,
.product_customize_section p.first-payment-date,
.product_customize_section div#ppc-button {
  display: none !important;
}
/* #myModal_second_text_resize .ui-widget-content,#myModal_third_text_resize .ui-widget-content,#myModal_fourth_text_resize .ui-widget-content,#myModal_fifth_text_resize .ui-widget-content {
    border-color: #dddddd !important;
}
#myModal_second_text_resize .ui-resizable-ne,#myModal_second_text_resize .ui-resizable-se,#myModal_second_text_resize .ui-resizable-sw,#myModal_second_text_resize .ui-resizable-nw{
	display:block !important;
}
#myModal_third_text_resize .ui-resizable-ne,#myModal_third_text_resize .ui-resizable-se,#myModal_third_text_resize .ui-resizable-sw,#myModal_third_text_resize .ui-resizable-nw{
	display:block !important;
}
#myModal_fourth_text_resize .ui-resizable-ne,#myModal_fourth_text_resize .ui-resizable-se,#myModal_fourth_text_resize .ui-resizable-sw,#myModal_fourth_text_resize .ui-resizable-nw{
	display:block !important;
}
#myModal_fifth_text_resize .ui-resizable-ne,#myModal_fifth_text_resize .ui-resizable-se,#myModal_fifth_text_resize .ui-resizable-sw,#myModal_fifth_text_resize .ui-resizable-nw{
	display:block !important;
} */
@media (min-width: 768px) {
  #myModal_background_image .modal-body .img-container,
  #myModal_backside_image .modal-body .img-container {
    height: 100%;
    overflow: hidden;
    max-height: calc(100vh - 200px) !important;
    min-height: 300px;
  }
  table.shop_table.shop_table_responsive th,
  table.shop_table.shop_table_responsive td {
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  span.cropper-point.point-e,
  span.cropper-point.point-n,
  span.cropper-point.point-w,
  span.cropper-point.point-s,
  span.cropper-point.point-ne,
  span.cropper-point.point-sw,
  span.cropper-point.point-nw,
  .cropper-point.point-sw,
  .cropper-point.point-ne {
    /* display: none !important; */
    height: 12px;
    width: 12px;
  }
  span.cropper-point.point-se {
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 480px) {
  #myModal_background_image .modal-body div[class^="docs-buttons"] .btn,
  #myModal_backside_image .modal-body div[class^="docs-buttons"] .btn {
    background: transparent;
    min-width: 44px;
    max-width: 44px;
    padding: 12px;
    border: 0;
    border-right: 1px solid #e7e9ed;
  }

  .modal-body div[class^="docs-buttons"] {
    bottom: 60px;
  }
  #myModal_background_image .modal-body div[class^="docs-buttons"],
  #myModal_backside_image .modal-body div[class^="docs-buttons"] {
    position: static;
    width: 100%;
  }
  #myModal_background_image .modal-body div[class^="docs-buttons"] .btn-group,
  #myModal_backside_image .modal-body div[class^="docs-buttons"] .btn-group {
    display: flex;
    justify-content: center;
  }

  .cropper-container.cropper-bg {
    max-height: 411px;
  }
}

@media screen and (min-width: 576px) {
  div#myModal .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 767px;
  }
}
div#draggableHelper {
  width: 200px;
}

.grid {
  display: block;
  height: 500px;
  width: 500px;
}
.gridbox {
  display: inline-flex;
}
.entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.error-404 {
  min-height: 500px;
  text-align: center;
}
.size-img {
  object-fit: contain;
  width: 100%;
}
.about_sec {
  min-height: 500px;
}
.size-img iframe {
  object-fit: contain;
  width: 100%;
}
.button_sec {
  margin-top: 20px;
}
.col-item {
  background-color: transparent;
  padding: 15px;
  /* margin-left: auto; */
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid,
.container {
  max-width: 1140px;
  margin-bottom: 45px;
}
.item-link {
  display: block;
  padding-bottom: 40%;
  position: relative;
}
.background-image {
  /* background-image: url("http://localhost/tgba/wp-content/uploads/2021/07/21E61733-5DB9-4172-8502-224B7C8F15C9.jpeg"); */
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid #fd5e00;
  background-position: center;
}
.background-image:hover {
  transform: scale(1.05);
}
.work_img {
  display: block;
  margin: auto;
}
.work_img:hover {
  cursor: pointer;
}
.item-text {
  color: #fd5e00;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 2px 2px #000;
}
.btn_orange {
  background: #fd5e00 !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  margin: auto;
}
.image_modal {
  display: none;
  z-index: 9999; /* Sit on top */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  width: 100%;
  height: 100%;
    position: fixed;

}
.modal_image, .modal_content, .modal_image, .image_modal {
  position: fixed;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal_image, .modal_content, .modal_image {
  max-width: 500px;
}
.modal_content {
  height: 100%;
  width: 100%;
}
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 1px;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .modal_image, .modal_content, .modal_image {
    max-width: 350px;
  }
  .modal_content {
    max-height: 380px;
  }
  .close {
    top: 0px;
  }
}
.woocommerce_Price-amount {
  color: black;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: black;
  font-weight: 700;
  font-size: 22px;
}
.woocommerce-variation {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.front-images {
  padding-bottom: 5px;
}
.scroll-container {
  border-bottom: 3px solid #292933;
  background-color: #fd5e00;
  color: white;
  text-shadow: 3px 3px 3px black;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
.text-scroll {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
  }
@media screen and (max-width: 568px){
  .text-scroll {
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
	width: 1042px;
  }
}
  /* for Firefox */
  @-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
  }

  /* for Chrome */
  @-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
  }

  @keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}