body {}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-family: 'Josefin Sans', sans-serif;*/

}

a {
  font-family: 'Source Sans Pro', sans-serif;
}

a,
a:hover {
  transition: 0.3s all !important;
}

#mainnav ul.submenu {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  display: none;
}

#mainnav ul li:hover>ul.submenu {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  display: block;
}

.submenu.categoryboxmen_cover:hover~.a_boxmenu {
  color: #4285F4 !important;
}

button,
button:hover {
  transition: 0.3s all !important;
}

.proddetailpage_cover {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  padding-bottom: 0;
  padding-top: 28px;
}

.breadcrumbs_detail {
  display: inline-block;
  width: 100%;
}

.breadcrumbs_detail ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.breadcrumbs_detail ul li {
  display: inline-block;
  width: auto;
  float: left;
}




.breadcrumbs_detail ul li a {
  color: #808285;
  font-size: 15px;
  display: inline-block;
  float: left;
}

.breadcrumbs_detail ul li span {
  display: inline-block;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  color: #808285;
}

.breadcrumbs_detail ul li p {
  color: #4285F4;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin: 0px;
}

.proddetailpage_iner {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 25px;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}

.toppagepoddet_title {
  display: inline-block;
  width: 100%;
  background: #f7f0ea;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.toppagepoddet_title h2 {
  color: #454545;
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;

}



.proddetailpage_mainbox {
  /*display: inline-block;*/
  display: inline-flex;
  width: 100%;
  border: 0px;
  /*margin-top: 5px;*/
  padding: 10px 20px 15px;
  border-radius: 6px
}

.maindetailprod_leftpart {
  display: inline-block;
  width: 40%;
  float: left;
  border-right: 0;
  padding-bottom: 20px;
  padding-right: 10px;
}

.maindetailprod_rightpart {
  display: inline-block;
  width: 60%;
  float: left;
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 20px;
}

.productdetail_title {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  position: relative;
  padding-right: 78px;
}

.productdetail_title h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #4e4e4e;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.productdetail_title h3 span {
  display: inline-block;
  width: auto;
  color: #3a3a3a;
  font-weight: normal;
  font-size: 17px;
  margin-left: 6px;
}

.sharewishlisticonset {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}

.sharewishlisticonset a {
  display: inline-block;
  float: left;
  margin-left: 14px;

}

.sharewishlisticonset a img {
  width: 22px;
}

.prod_reviewsbox {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;

}

.prod_reviewsbox fieldset {
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.prod_reviewsbox p {
  /*display: inline-block;
  float: left;
  font-size: 18px;
  color: #464646;
  width: auto;
  padding-left: 10px;
  margin: 0;
  margin-top: 5px;*/

}

.reviewsratboxcover {
  display: inline-block;
  width: 100%;
  float: left;
}

.reviewsratboxcover p {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  background: #888a8d;
  color: #ffffff;
  padding: 1px 8px 1px;
  border-radius: 4px;
}

.reviewsratboxcover p i {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-top: 6px;

}

.reviewsratboxcover p span {
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 8px;
  font-weight: normal;
  letter-spacing: 1px;
}

.reviewsratboxcover h3 {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  margin-left: 14px;
  margin-top: 3px;
}

.reviewsratboxcover h3 a {
  display: inline-block;
  float: left;
  width: auto;
  font-size: 17px;

  color: #656565;
}


.ratingboxall_cover {
  display: inline-block;
  width: auto;
  float: left;
}

.ratingboxall_cover label {
  margin-bottom: 0;
}

.productdit_pricebox {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 5px;
}

.productdit_pricebox h3 {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 26px;
  font-weight: normal;
}

.productdit_pricebox h4 {
  display: inline-block;
  font-size: 17px;
  color: #8c8c8c;
  font-weight: normal;
  float: left;
  margin: 0;
  margin-left: 9px;
  margin-top: 8px;
}

.productdit_pricebox h4 span {}

.productdit_pricebox p {
  display: inline-block;
  float: left;
  color: #4285F4;
  width: auto;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 6px;
}

.productdit_pricebox h5 {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 17px;
  color: #4a4c4e;
  margin-top: 7px;
  margin-left: 10px;
}


.productdit_description {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0px;
  margin-bottom: 12px;
  text-align: center;
}

.productdit_description p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #505050;
}


.productdit_shade_color {
  display: inline-block;
  width: 100%;
}

.productdit_shade_color ul {
  display: inline-block;
  width: 100%;
}

.productdit_shade_color ul li {
  display: inline-block;
  width: auto;
  padding: 5px;
  border: 0px;
  position: relative;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;

}

.color_setdivbox {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  float: left;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(193, 193, 193, 0.75);
  -moz-box-shadow: 0px 0px 1px 1px rgba(193, 193, 193, 0.75);
  box-shadow: 0px 0px 1px 1px rgba(193, 193, 193, 0.75);
  border: 2px solid #FFFFFF;
}

.colorchecked {
  display: block;
  border-radius: 100%;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1.0;
  background: transparent;
  background-size: 100% 100%;
  border-image-slice: 1;
  width: 100%;
  height: 100%;
  opacity: 1.0;

}

.colorchecked::after {
  content: '';
  background: url(http://qa.luvit.com.bd/assets/svg/option-checked-check.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  opacity: 1.0;
  background-size: 18px;
}

.colorchecked:before {
  /*content: url(http://mattamyot.com/demos/watch-configurator/assets/option-checked.svg?1);*/
  content: '';
  background: url(http://qa.luvit.com.bd/assets/svg/option-checked.svg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.coloshedandtitle {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.coloshedtitle_left {
  display: inline-block;
  width: 100%;
  float: left;
}

.coloshedtitle_right {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 8px;
}

.prosizeslectboxset {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.coloshedtitle_left p {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0px;
  /*padding-top: 8px;*/
  font-size: 16px;
  color: #464646;
  font-weight: 600;
}

.coloshedtitle_right {}

.coloshedtitle_right .select2-container {
  float: left;
  width: 170px !important;
}

.coloshedtitle_right .select2-container--default .select2-selection--single {
  /*height: 32px;
  padding-top: 1px;
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding-left: 0;*/
  height: 38px;
  padding-top: 5px;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding-left: 10px;

}

.coloshedtitle_right .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 18px;
  color: #444;
  line-height: 28px;
  font-size: 15px;
}

.coloshedtitle_right .select2-selection__arrow {
  height: 30px !important;
  right: 6px !important;
  top: 4px !important;
}

.coloshedtitle_right .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
}

.productdit_addcartbtn {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.productdit_addcartbtn button {
  display: inline-block;
  background: #4285F4;
  color: #ffffff;
  border: 0px;
  padding: 8px 18px 8px 18px;
  border-radius: 4px;
  font-size: 18px;

  font-weight: 600;
  min-width: 188px;
  text-align: center;
  position: relative;
  cursor: pointer;
  float: left;
}

.productdit_addcartbtn button:hover {
  background: #f75443;
}

.productdit_addcartbtn button img {
  width: 31px;
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  right: 0;
  transition: 0.3s all !important;
  margin-left: 12px;
  margin-top: 2px;
  background: transparent;

}

.productdit_addcartbtn button:hover img {
  margin-left: 20px;
  transition: 0.3s all !important;
}

.productdit_addcartbtn button span {
  display: inline-block;
  float: left;
  margin-top: 4px;
}

.procountlistbox {
  display: inline-block;
  float: left;
  margin-right: 24px;
}

.procountlistbox .select2-container {
  width: 70px !important;
  text-align: left;
}

.procountlistbox span.select2-selection.select2-selection--single {
  height: 48px;
  padding-top: 10px;
  padding-left: 7px;
}

.procountlistbox .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #696969;
  line-height: 28px;
  font-size: 22px;
}

.procountlistbox span.select2-selection__arrow {
  height: 52px !important;
}

.procountlistbox .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 25px;
}

.procountlistbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4285F4 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  height: 0;
  left: 4px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 22px;
  width: 0;
}

.procountlistbox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4285F4 transparent;
  border-width: 0 6px 8px 6px;
}

.procountlistbox .select2-container--default .select2-selection--single {
  border: 1px solid #4285F4;
}

/******* rating css *******/
.rating {
  border: none;
  float: left;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 2px;
  font-size: 1.15em !important;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  font-weight: bold;
}

.rating>.half:before {
  content: "\f089";
  position: absolute;
}

.rating>label {
  color: #ddd;
  float: right;
}

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
  color: #4285F4;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
  color: #4285F4;
}

/******* rating css *******/


.addto_wishlistbox {
  display: inline-block;
  width: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  float: left;
  margin-left: 20px;
  border-left: 1px solid #b7b7b7;
  padding-left: 17px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.addto_wishlistbox a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #4285F4;
  float: left;
}

.addto_wishlistbox a img {
  width: 24px;
  display: inline-block;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
  background: transparent;
}

.addto_wishlistbox a span {
  display: inline-block;
  float: left;
  text-transform: uppercase;
}







.proddetacover_slider {
  margin: 0;
  padding: 10px;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  height: auto;
  border: 0;
  border-right: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.proddetacover_slider .all {
  width: 100%;
  height: auto;
  display: inline-block;
}

.proddetacover_slider .all .slider {
  width: auto;
  height: auto;
  /*overflow: hidden;*/
  border-radius: 3px;
  position: relative;
}

.proddetacover_slider .all .slider .owl-nav,
.proddetacover_slider .all .slider .owl-dots {
  display: none;
}

.proddetacover_slider .all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: -16px;
}

.proddetacover_slider .all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: -16px;
}

.proddetacover_slider .all .slider .item-box {
  /*padding: 20px;*/
  padding: 0px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 3px;
  /*background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;*/
  background-size: cover;
  border: 1px solid #e6ecf2;
}

/*.proddetacover_slider .all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background-image: inherit;
  background-image: inherit;
}*/
.proddetacover_slider .all .slider .left {
  position: absolute;
  z-index: 1;
  top: 167px;
  left: -20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: left ease .25s;
  transition: left ease .25s;
  /* -webkit-transform: rotate(0deg);
          transform: rotate(0deg);*/
  background: url(http://qa.luvit.com.bd/assets/svg/left-arrow.svg) top left;
  background-size: 35px;
}

.proddetacover_slider .all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  /*left: 20px;*/
  /* background: url(http://qa.luvit.com.bd/assets/svg/left-arrow.svg) top left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);*/
}

.proddetacover_slider .all .slider .left.nonl {
  left: -20px;
  opacity: 0;
  visibility: hidden;
}

.proddetacover_slider .all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 167px;
  right: -20px;
  width: 35px;
  height: 35px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: right ease .25s;
  transition: right ease .25s;
  background: url(http://qa.luvit.com.bd/assets/svg/right-arrow.svg) top left;
  background-size: 35px;
  /*-webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          background-size: 35px;*/
}

.proddetacover_slider .all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  /*right: 20px;*/
  /*background: url(http://qa.luvit.com.bd/assets/svg/right-arrow.svg) top left;*/
  /* -webkit-transform: rotate(0deg);
          transform: rotate(0deg);*/
}

.proddetacover_slider .all .slider .right.nonr {
  right: -20px;
  opacity: 0;
  visibility: hidden;
}

.proddetacover_slider .all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.proddetacover_slider .slider-two .owl-carousel .owl-stage-outer {
  padding-left: 3px;
}

.proddetacover_slider .slider-two .owl-stage .owl-item {
  margin-right: 14px !important;
}

.proddetacover_slider .all .slider-two .owl-nav,
.proddetacover_slider .all .slider-two .owl-dots {
  display: none;
}

.proddetacover_slider .all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

.proddetacover_slider .all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 3px;
}

.proddetacover_slider .all .slider-two .item {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  height: 80px;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid #e6ecf2;
  /*border: 0;*/
  cursor: pointer;
  /*background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;*/
  background-size: 100% 100%;
  overflow: hidden;
}

.proddetacover_slider .all .slider-two .item:hover {
  border: 1px solid #4285F4;
}

.proddetacover_slider .all .slider-two .item.active {
  /*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);*/
  border: 1px solid #4285F4;
}

.proddetacover_slider .all .slider-two .owl-stage {
  padding: 20px 0;
  padding-bottom: 0;
}

.proddetacover_slider .all .slider-two .left-t {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 23px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  width: 40px;
  height: 76px;
  background: no-repeat url(http://qa.luvit.com.bd/assets/svg/right-arrow.svg) center center;
  left: -40px;
  background-size: 38px;
}

.proddetacover_slider .all .slider-two .left-t:hover {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

.proddetacover_slider .all .slider-two .left-t.nonl-t {
  left: -40px;
  opacity: 0;
  visibility: hidden;
}

.proddetacover_slider .all .slider-two .right-t {
  background: no-repeat url(http://qa.luvit.com.bd/assets/svg/right-arrow.svg) center center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 23px;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  width: 40px;
  height: 76px;
  background-size: 38px;
  /*background-color: rgba(204, 46, 56, 0.85);*/
}

.proddetacover_slider .all .slider-two .right-t:hover {
  visibility: visible;
  opacity: 1;
  right: 3px;
}

.proddetacover_slider .all .slider-two .right-t.nonr-t {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}

.proddetacover_slider .slider .owl-carousel .owl-stage-outer .owl-item img {
  /*width: 100%;*/
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

.proddetacover_slider .slider-two .owl-carousel .owl-stage-outer .owl-item img {
  width: 100%;
  height: 74px;
  margin-top: 2px;
  object-fit: contain;
}

.proddetacover_slider .slider .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  width: 0px !important;
}

.proddetacover_slider .slider .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: inherit;
  width: 432px !important;
  width: 100% !important;
}

.proddetacover_slider .slider .owl-stage-outer .owl-stage {
  transform: inherit !important;
  width: 100% !important;
}

.proddetacover_slider .slider .left {
  display: none;
}

.proddetacover_slider .slider .right {
  display: none;
}

.proddetacover_slider .owl-carousel .owl-item {
  min-height: auto;
}

/*.:hover{
      -webkit-transform: translate3d(0, -7px, -5px);
    transform: translate3d(0, -7px, -5px);
    box-shadow: 0 30px 30px -25px rgba(0,0,0,0.3);
    cursor: pointer;
}
.{
      -webkit-transform: translate3d(0, 0, -5px);
    transform: translate3d(0, 0, -5px);
    pointer-events: auto;
}
.{
  -webkit-transition: bottom 0.6s, left 0.6s, width 0.3s, box-shadow 1s, -webkit-transform 0.5s;
    transition: bottom 0.6s, left 0.6s, width 0.3s, box-shadow 1s, -webkit-transform 0.5s;
    transition: transform 0.5s, bottom 0.6s, left 0.6s, width 0.3s, box-shadow 1s;
    transition: transform 0.5s, bottom 0.6s, left 0.6s, width 0.3s, box-shadow 1s, -webkit-transform 0.5s;
}*/

.delvoptnboxinp_cover {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.delvoptnboxinp_cover .form-group {
  display: inline-block;
  width: 100%;
  margin: 0px;
}

.delvoptnboxinp_cover .form-group label {
  width: 100%;
  font-size: 16px;
  color: #464646;
  font-weight: 600;
  margin-bottom: 10px;
}

.delvoptnboxinput {
  display: inline-block;
  width: 330px;
  position: relative;
}

.delvoptnboxinput img {
  width: 16px;
  position: absolute;
  top: 8px;
  left: 12px;
  background: transparent;
}

.delvoptnboxinput input {
  display: inline-block;
  width: 100%;
  padding-left: 38px;
  height: 42px;
  border: 0;
  border: 1px solid #4285F4;
  border-radius: 5px;
  font-size: 16px !important;
  padding-right: 58px;
}

.delvoptnboxinput a {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 16px;
  font-weight: 600;
  color: #4285F4;
}



.control input:checked~.control__indicator {}

.colorcode_boxsetpart .custom_radio {
  display: inline-block;
  width: 100%;
}

.colorcode_boxsetpart .custom_radio .control {
  display: inline-block;
  width: 40px;
  float: left;
  height: 40px;
  padding: 0;
  margin-bottom: 0;
}

.colorcode_boxsetpart .custom_radio .control .control__indicator {
  height: 38px;
  width: 38px;
  padding: 5px;
  background: transparent;
}

.colorcode_boxsetpart .control input:checked~.control__indicator {
  background: transparent;
}

.colorcode_boxsetpart .control input:checked:focus~.control__indicator,
.colorcode_boxsetpart .control:hover input:not([disabled]):checked~.control__indicator {
  background: transparent;
}

.colorcode_boxsetpart .control input:checked~.control__indicator:before {
  /* content: url(http://mattamyot.com/demos/watch-configurator/assets/option-checked.svg?1); */
  content: '';
  background: url(http://qa.luvit.com.bd/assets/svg/option-checked.svg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.colorcode_boxsetpart .control input:checked~.control__indicator::after {
  content: '';
  /*background: url(http://qa.luvit.com.bd/assets/svg/option-checked-check.svg);*/
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /*width: 18px;
    height: 18px;*/
  width: 0px;
  height: 0px;
  opacity: 1.0;
  background-size: 18px;
}

.codecolorset_box {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/****zoom css****/
.thumb-show img.zoom {
  position: absolute;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
  -o-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.2s;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s;
}

/****zoom css****/

.productdit_sizeboxset {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.productdit_sizeboxset p {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0px;
  /* padding-top: 8px; */
  font-size: 16px;
  color: #464646;
  font-weight: 600;
}

.product_sizecover {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.product_sizecover .custom_radio {
  display: inline-block;
  width: auto;
  float: left;
}

.product_sizecover .custom_radio .control {
  display: inline-block;
  float: left;
  width: auto;
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
}

.product_sizecover .custom_radio .control .control__indicator {
  background: #ffffff;
  border: 1px solid #959595;
  border-radius: 0;
  height: 35px;
  width: auto;
  min-width: 38px;
  margin-right: 18px;
  text-align: center;
  font-size: 14px;
  padding-top: 6px;
  font-weight: 400;
  border-radius: 4px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.product_sizecover .control input:checked~.control__indicator {
  background: #4285F4;
  border: 1px solid #4285F4;
  color: #ffffff
}

.product_sizecover .control--radio .control__indicator:after {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}

.product_sizecover .control input:checked:focus~.control__indicator,
.product_sizecover .control:hover input:not([disabled]):checked~.control__indicator {
  background: #4285F4;
  border: 1px solid #4285F4;
  color: #ffffff
}


.qaboxcoversettext {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 6px;
  margin-bottom: 35px;
}

.qaboxcoversettext p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.qaboxcoversettext h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.descrpithowusebox {
  display: inline-block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
}

.descrpithowuse_cover {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}

.descrpithowuse_iner {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px;
}

/*.main .tab {
  width: 100%;
  height: auto;
  padding: 0;
}
.main .tab-menu {
  display: inline-block;
  width: 100%; 
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
}
.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  height: auto;
  padding: 15px 45px 15px;
  border-bottom: 2px solid transparent;
  color: #252b46;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  float: left;
  bottom: -2px;
}
.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.main .tab-menu-link.active {
  z-index: 0;
  overflow: hidden;
  background: #ffffff;
  color: #4285F4;
  border-bottom: 2px solid #4285F4;
}
.main .tab-menu p{
  display: inline-block;
  width: auto;
  font-size: 30px;
  margin: 0;
  color: #4285F4;
}
.main .tab-bar {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}
.main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
      padding-left: 20px;
    padding-right: 20px;

}
.main .tab-bar-content.active {
  display: block;
}*/

.descrpithowuse_iner {}

.descriptntextsetbox {
  display: inline-block;
  width: 100%;
  padding: 18px 18px 10px;
  background: #fbfbfb !important;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0px;
}

.descriptntextsetbox h3 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #888888;
  font-weight: 600;
  line-height: 1.5;
}

.descriptntextsetbox p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #676767;
  line-height: 1.5;
  margin-bottom: 18px;
}

.descriptntextsetbox ul {
  display: inline-block;
  width: 100%;
  padding-left: 16px;
  list-style: disc;
}

.descriptntextsetbox ul li {
  /*display: inline-block;*/
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  list-style: disc;
  color: #7b7b7b;
}

.showmore_content {
  overflow: hidden;
}

.showmore_trigger {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.showmore_trigger span {
  width: auto;
  background: #fbfbfb;
  color: #4285F4;
  padding: 20px 15px 12px;
  display: inline-block;
  font-size: 16px;
  /*width: 140px;*/
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.showmore_trigger span::after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  left: 0;
  top: 8px;
}

.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 2em;
}

.showContent {
  line-height: 1em;
  height: auto;
}



.prodlistsgsbox {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 35px;
}

.prodlistsgsbox .fertubradboxprod_iner {
  width: 100%;
  padding: 0;
}

.prodlistsgsbox .inthespotlt_prodbox_title h3 {
  /*padding-bottom: 14px;*/
}

.prodlistsgsbox .mainprodboxcoverset {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(226, 226, 226, 0.75);
  box-shadow: 0px 0px 5px 1px rgba(226, 226, 226, 0.75);
}

.prodlistsgsbox .prodimgcoversetbox img {
  /*width: 100% !important;
  height: 100% !important;*/
  object-fit: contain;
  overflow: hidden;
  height: 100%;
  opacity: 1;
  width: 100% !important;
}

.prodlistsgsbox .owl-nav .owl-prev {
  left: -20px !important;
}

.prodlistsgsbox .owl-nav .owl-next {
  right: -20px !important;
}

.authprodfreshiexstbox {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.authprodfreshiexst_cover {
  display: inline-block;
  width: 100%;
}

.authprodfreshiexst_iner {
  display: inline-block;
  width: auto;
  float: left;
  position: relative;
  padding-left: 42px;
  border-right: 1px solid #a7a7a7;
  padding-right: 22px;
  margin-right: 22px;
}

.authprodfreshiexst_iner:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.authprodfreshiexiner_left {
  display: inline-block;
  width: auto;
  float: left;
  position: absolute;
  top: 5px;
  left: 0;
}

.authprodfreshiexiner_right {
  display: inline-block;
  width: 100%;
  float: left;
}

.authprodfreshiexiner_left img {
  width: 38px;
  background-color: transparent;
}

.authprodfreshiexiner_right p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #595c5e;
  font-weight: 600;
}

.reviewsratingboxset {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
}

.starretboxtitle1 {
  display: inline-block;
  width: 100%;
}

.starretboxtitle1 p {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  background: #888a8d;
  color: #ffffff;
  padding: 1px 8px 1px;
  border-radius: 4px;
}

.starretboxtitle1 p i {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-top: 4px;
}

.starretboxtitle1 p span {
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 8px;
  font-weight: normal;
  letter-spacing: 1px;
}

.starretboxtitle1 h3 {
  display: inline-block;
  width: auto;
  margin: 0px;
  font-size: 20px;
  color: #4c4b4b;
  float: left;
  margin-left: 12px;
  padding-top: 1px;
}

.starretboxtitle2 {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.starretboxtitle2 .rating {
  display: inline-block;
  float: left;
}

.starretboxtitle2 .rating label {
  margin: 0px;
}

.starretboxtitle2 p {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0px;
  font-size: 20px;
  margin-top: 3px;
  margin-left: 15px;
  color: #4c4b4b;
}

.starretboxtitle3 {
  display: inline-block;
  width: 100%;
  background: #fbfbfb;
  padding-left: 30px;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 22px;
}

.retallstarsetboxset {
  display: inline-flex;
  width: 100%;
}

.retallstarsetbox_cover {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 24px;
}

.retallstarsetbox_iner {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 28px;
}

.retallstarsetbox_left {
  display: inline-block;
  width: auto;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.retallstarsetbox_mid {
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 65px;
}

.retallstarsetbox_right {
  display: inline-block;
  width: 65px;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}

.retallstarsetbox_left p {
  margin: 0px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #5d5d5d;
}

.retallstarsetbox_left p i {
  display: inline-block;
  margin: 0px;
  font-size: 15px;
}

.retallstarsetbox_right p {
  margin: 0px;
  display: inline-block;
  width: auto;
  padding-left: 14px;
  font-size: 17px;

}

.ratingslineboxset {
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #bdbdbd;
  position: relative;
}

.progratingsline {
  display: inline-block;
  width: auto;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.writerewbox_cover {
  display: inline-block;
  width: 50%;
  float: left;
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 37px;
  padding-bottom: 10px;
}

.writerewbox_iner {
  display: inline-block;
  width: 100%;
  text-align: left;
}

/*.writerewbox_iner h3{
  font-size: 25px;
  color: #4c4b4b;
  display: inline-block;
  width: 100%;
}
.writerewbox_iner p{
  font-size: 18px;
  color: #464646;
  display: inline-block;
  width: 100%;
}*/
.writerewbox_iner .ratingsboxcoverset {
  display: inline-block;
  width: 100%;
}

.writerewbox_iner .ratingsboxcoverset .rating {
  float: none;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: auto;
}

.writerewbox_iner .ratingsboxcoverset .rating label {
  margin-bottom: 0px;
}

.writerewbox_left {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 4px;
}

.writerewbox_right {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  border-left: 1px solid #9ce7ff;
  padding-bottom: 18px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 4px;
}

.writerewbox_left h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 20px;
  color: #737373;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.5;
}

.writerewbox_left p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 18px;
  color: #484848;
  font-weight: 600;
  margin-bottom: 10px;
}

.writerewbox_right h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
  color: #737373;
  margin-top: 0;
  line-height: 1.5;
  font-weight: normal;
}

.writerewbox_right a {
  display: inline-block;
  color: #ffffff;
  background: #4285F4;
  font-size: 16px;
  padding: 9px 32px 9px;
  border-radius: 6px;
  text-transform: uppercase;
}

/*.writerewbox_iner a{
  display: inline-block;
  color: #ffffff;
  background: #4285F4;
  font-size: 16px;
  padding: 10px 15px 10px;
  border-radius: 6px;
}*/

.customerrewboxcover {
  display: inline-block;
  width: 100%;
  background: #fbfbfb !important;
  padding: 18px;
  margin-top: 0;
  border-radius: 6px;
}

.customerratingset hr:last-child {
  display: none;
}

.customerrewbox_iner {
  display: inline-block;
  width: 100%;
}

.customerrewboxcover hr {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.customerrewbox_box1 {
  display: inline-block;
  width: 100%;
}

.customerrewbox_box1 h5 {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  font-size: 19px;
  margin-left: 0px;
  margin-top: 0;
  color: #6f6f6f;
}

.customerrewbox_box2 {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}

.customerrewbox_box2 h4 {
  display: inline-block;
  width: auto;
  margin: 0px;
  float: left;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 1px;
  color: #3c3c3c;
}

.customerrewbox_box2 p {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  background: #ffa832;
  color: #ffffff;
  padding: 2px 5px 2px 7px;
  border-radius: 4px;
}

.customerrewbox_box2 p i {
  display: inline-block;
  float: left;
  font-size: 11px;
  margin-top: 4px;
}

.customerrewbox_box2 p span {
  display: inline-block;
  float: left;
  font-size: 13px;
  padding-left: 8px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
}


.customerrewbox_box2 .newratingbox_cover {}

.customerrewbox_box2 h6 {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  font-size: 13px;
  margin-top: 5px;
  color: #656565;
}

.customerrewbox_box3 {
  display: inline-block;
  width: 100%;
}

.customerrewbox_box3 p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #656565;
  margin-bottom: 0;
}

.prodqabox_cover {
  display: inline-block;
  width: 100%;

}

.prodqabox_iner {
  display: inline-block;
  width: 100%;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 16px 24px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.user_question_box {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 68px;
  min-height: 62px;

}

.user_question_left {
  display: inline-block;
  width: 55px;
  height: 55px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: #c1c1c1;
  border-radius: 50%;
  overflow: hidden;

}

.user_question_left img {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.user_question_right {
  display: inline-block;
  width: 100%;
  float: left;
}

.user_question_right p {
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
  color: #585858;
}

.user_question_right p span {
  color: #4285F4;
  font-weight: 800;
}

.adm_answer_box {
  display: inline-block;
  width: 100%;
}

.adm_answer_right {
  display: inline-block;
  width: 100%;
  /*background: #f3f3f3;*/
  background: #f1f1f1;
  border-radius: 6px;
  padding: 12px 18px 12px;
  margin-top: 8px;
}

.adm_answer_right p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #3e3e3e;
  margin: 0;
}

.adm_answer_right p span {
  color: #4285F4;
  font-weight: 800;
}


.read-more {
  position: relative;
}

.read-more>.read-more__content {
  z-index: 0;
  overflow: hidden;
}

.read-more>.read-more__content>.read-more__content__container {
  position: relative;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  max-height: 2000px;
}

/*.read-more > .read-more__content > .read-more__content__container:before {
  z-index: 5;
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  top: auto;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
}*/
.read-more.collapsed .read-more__content>.read-more__content__container {
  text-overflow: ellipsis;
  max-height: 265px;
}

/*.read-more.collapsed .read-more__content > .read-more__content__container:before {
  opacity: 1;
}*/
.read-more>.read-more__expand {
  z-index: 10;
  padding: 0;
  text-align: center;
}

.read-more__expand {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 25px;
}

.readmoreboxbtnset_cover {
  display: inline-block;
  width: 100%;
  background: #fbfbfb !important;
  padding-top: 32px;
  padding-bottom: 12px;
  border-radius: 0px 0px 8px 8px;
  position: relative;
}

.readmoreboxbtnset_cover button {
  background: transparent;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4285F4;
}

.readmoreboxbtnset_cover::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  border-top: 1px solid #dedede;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: inherit;
}







/**** home new css ****/
.offersectionbox_cover {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.offersectionboxdis {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  float: left;
  background: #fff9f8;
}

/*.offersectionboxdis a{
  display: inline-block;
  width: 100%;
}*/
/*.offersectionboxdis img{
  width: 100%;
}*/

.offer_textboxsetpart {
  display: inline-block;
  width: 50%;
  float: left;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.offer_imgboxsetpart {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}

.leftimgoxset:before {
  background: #fff9f8;
  content: "";
  height: 35px;
  margin: auto;
  margin-left: 45px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  width: 35px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: margin-left 0.35s ease-in-out 0s, opacity 0.45s ease-in-out 0s;
  transition: margin-left 0.35s ease-in-out 0s, opacity 0.45s ease-in-out 0s;
}

.offersectionboxdis:hover .leftimgoxset:before {
  margin-left: -18px;
  margin-right: 0;
  opacity: 1;
}

.rightimgoxset {
  float: right;
}

.rightimgoxset:before {
  background: #fff9f8;
  content: "";
  height: 35px;
  margin: auto;
  margin-left: 45px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 100%;
  top: 0;
  width: 35px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: margin-left 0.35s ease-in-out 0s, opacity 0.45s ease-in-out 0s;
  transition: margin-left 0.35s ease-in-out 0s, opacity 0.45s ease-in-out 0s;
  left: 0;
  margin-left: -45px;
}

.offersectionboxdis:hover .rightimgoxset:before {
  margin-left: -18px;
  margin-right: 0;
  opacity: 1;
}

.offer_textboxsetpart {
  text-align: center;
}

.offer_textboxsetpart h3 {
  display: inline-block;
  width: 100%;
  color: #4285F4;
  font-weight: 600;
  font-size: 45px;
}

.offer_textboxsetpart h3 span {
  font-family: 'Kalam', cursive;
  color: #000000;
  font-weight: normal;
  font-size: 33px;
}

.offer_textboxsetpart a {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 8px 20px 8px;
  border-radius: 33px;
  font-size: 18px;
}

.offer_textboxsetpart h5 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.offer_textboxsetpart h5 span {
  font-size: 36px;
  font-weight: 600;
}

.offer_textboxsetpart p {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 23px;
  margin-top: 8px;
}

.thedresimpped_top {
  padding-top: 55px;
}

.offer_imgboxsetpart img {
  width: 100%;
  /*height: 330px;*/
  /*object-fit: cover*/
}

.inthespotlt_prodboxset {
  display: inline-block;
  width: 100%;
  padding-top: 45px;
}

.inthespotlt_prodbox_title {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.inthespotlt_prodbox_title h3 {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 32px;
  color: #333132;
}

.inthespotlt_prodbox_title h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #454545;
  height: 3px;
  width: 110px;
  margin: 0 auto;
}

.inthespotlt_prodbox_cover {
  display: inline-block;
  width: 100%;
  margin-top: 14px;
}

.inthespotlt_prodbox_iner {
  display: inline-block;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
}

.inthespotlt_prodbox_iner a {
  display: inline-block;
  width: 100%;
  box-shadow: 0 4px 8px rgba(39, 43, 55, 0.15);
  border-radius: 20px 0px 20px 0px;
  /*min-height: 352px;*/
  min-height: auto;
  overflow: hidden;
}

.inthespotlt_prodbox_iner a:hover {
  transform: translateY(-5px);
}

.popltprodbox_imgset {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.popltprodbox_imgset img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*height: 345px;*/
  object-fit: contain;
}

.inthespotlt_prodbox_iner:hover img {
  /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}

.popltprodbox_textset {
  display: inline-block;
  width: 100%;
  text-align: center;
}


.popltprodbox_textset h5 {
  display: inline-block;
  width: 100%;
  color: #4285F4;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.popltprodbox_textset p {
  display: inline-block;
  width: 100%;
  color: #737373;
  font-size: 15px;
}

.specloffer_prod {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.sepecialselngbox_cover {
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.sepecialselngbox_iner {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 10px;
}

.sepecialselngbox_iner a {
  display: inline-block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.sepecialselngbox_iner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: all 0.4s linear;
}

.sepecialselngbox_iner a:hover img {
  transform: scale(1.05);
  transition: all 0.4s linear;
}

.midoffersngbox {
  /*display: inline-block;
  	width: 100%;
  	margin-top: 25px;
	margin-bottom: 15px;*/

  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #F9F9F9 !important;
  padding-top: 35px;
  padding-bottom: 35px;
}

.midoffersng_allbnr {
  display: inline-block;
  width: 100%;
  /*padding-left: 15px;
    padding-right: 15px;*/
  margin-top: 10px;
}

.midoffersng_cover {
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;

}

.midoffersng_cover a {
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(226, 226, 226, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(226, 226, 226, 0.75);
}

.midoffersng_cover a img {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.fertubradboxprodset {
  display: inline-block;
  width: 100%;
  background-color: #F9F9F9 !important;
  margin-top: 20px;
  padding-top: 45px;
  padding-bottom: 35px;
}

.fertubradboxprod_cover {
  display: inline-block;
  width: 100%;
  /*margin-bottom: 16px;*/
}

.fertubradboxprod_iner {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 15px;
}

.mainprodboxcoverset {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  /*border: 1px solid #dadada;*/
  border: 1px solid #ffffff;
  transition: 0.3s all !important;

  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);

}

.mainprodboxcoverset:hover {
  border: 1px solid #4285F4;
  transition: 0.3s all !important;
}

.prodimgcoversetbox {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 230px;
  padding: 12px;
}

.prodimgcoversetbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*object-fit: cover;*/
}

.viewwishaddcarvoxset {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 99;
}

.viewwishaddcarvoxset ul {
  display: inline-block;
  width: auto;
}

.viewwishaddcarvoxset ul li {
  display: inline-block;
  width: auto;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.viewwishaddcarvoxset ul li a {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;


  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.viewwishaddcarvoxset ul li a:hover {
  color: #ffffff;
  background: #4285F4;
}

.mainprodboxcoverset:hover .viewwishaddcarvoxset ul li a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.viewwishaddcarvoxset ul li a i {}

.saleprodtag {
  border-radius: 100%;
  background-color: #4285F4;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  top: 7px;
  left: 7px;
  z-index: 1;
  border-radius: 3px 10px 10px 3px;
}



.prodlistnamedetailpri {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  min-height: 115px;
}

.prodlistnamedetailpri h3 {
  display: inline-block;
  width: 100%;
  color: #848484;
  font-weight: 500;
  font-size: 16px;
  color: #151413;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.priceboxsetpartold {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.priceboxsetpartold .new {
  display: inline-block;
  width: auto;
}

.priceboxsetpartold .old {
  display: inline-block;
  width: auto;
  color: #848484;
  font-weight: normal;
  margin-left: 6px;
  font-size: 16px;
  text-decoration: line-through;
}

.prodlistnamedetailpri p {
  display: inline-block;
  width: 100%;
  color: #353535;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.prodlistnamedetailpri p span {
  color: #848484;
  font-weight: normal;
  margin-left: 3px;
  font-size: 17px;
}

.prodretingset {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 3px;
}

.prodretingset label {
  margin-bottom: 0px;
}

.prodretingset .rating label:before {
  font-size: 14px;

}

.prodretingset h6 {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0;
  background: #f98377;
  color: #ffffff;
  padding: 2px 8px 2px;
  border-radius: 4px;
  margin-bottom: 2px;
  margin-top: 3px;
  line-height: 1.5;
}

.prodretingset h6 i {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-top: 5px;
}

.prodretingset h6 span {
  display: inline-block;
  float: left;
  font-size: 15px;
  padding-left: 8px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.categoryfocsbox {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 35px;
}

.categoryfocs_cover {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.categoryfocs_iner {
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.categoryfocs_iner a {
  display: inline-block;
  width: 100%;
}

.categoryfocs_iner a img {
  width: 100%;
}

.edtchoiboximg_coverset {
  display: inline-block;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.alleditofferbox_cover {
  display: inline-block;
  width: 100%;
}

.imgsetofferleft {
  display: inline-block;
  width: 34%;
  float: left;
}

.imgsetoffermid {
  display: inline-block;
  width: 32%;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;

}

.imgsetofferright {
  display: inline-block;
  width: 34%;
  float: left;
}

.imgsetoffer_iner {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.imgsetoffer_iner a {
  display: inline-block;
  width: 100%;
}

.imgsetoffer_iner a img {
  display: inline-block;
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.imgsetoffermid a {
  display: inline-block;
  width: 100%;
}

.imgsetoffermid a img {
  display: inline-block;
  width: 100%;
  height: 536px;
  object-fit: cover;
}





.blogpopsetpart {
  display: inline-block;
  width: 100%;
  /*background: #F9F9F9;*/
  padding-top: 45px;
  padding-bottom: 30px;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(226, 226, 226, 0.75);*/
}

.blodpopbox_coverset {
  display: inline-block;
  width: 100%;
  /*background: #ffffff;*/
  background: #fff8f7;
}

.blodpopbox_imgset {
  display: inline-block;
  width: 100%;
  float: left;
  height: 245px;
}

.blodpopbox_imgset img {
  display: inline-block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blodpopbox_textset {
  display: inline-block;
  width: 100%;
  text-align: left;
  float: left;
  padding: 12px 15px 15px;
}

.blodpopbox_textset h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333333;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blodtitdatecover {
  display: inline-block;
  width: 100%;
  min-height: 86px;
}

.blodpopbox_textset h6 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 4px;
  color: #909090;
}

.blodpopbox_textset p {
  display: inline-block;
  width: 100%;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  margin: 0;
  float: left;
}

.blodpopbox_textset a {
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  color: #333333;
  margin-top: 4px;
  display: inline-block;
}

.blogpopsetpart {}

.blogpopsetpart .owl-nav .owl-prev {
  left: -20px !important;
}

.blogpopsetpart .owl-nav .owl-next {
  right: -20px !important;
}

.blogpopsetpart .viewallbtnoxprod {
  margin-top: 0;
}


.topofcahrtboxset {
  display: inline-block;
  width: 100%;
  background: #fbfbfb !important;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.topofcahrtbox_cover {
  display: inline-block;
  width: 100%;
}

.categprodsetbox {
  display: inline-block;
  width: 100%;
}

.categprodsetbox a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.categprodset_img {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 25px 0px rgba(128,128,128,0.15);
    padding: 22px;
    background: #ffffff;*/
  /*background: #fff3f3;*/
}

.categprodset_text {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.categprodset_img img {
  display: inline-block !important;

  width: 145px !important;
  /*height: 100%;*/
  object-fit: contain;
}

.categprodset_text p {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.viewallbtnoxprod {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.viewallbtnoxprod a {
  display: inline-block;
  background: #4285F4;
  color: #ffffff;
  padding: 8px 28px 8px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.colorboxfltsetbox {
  display: inline-block;
  width: 100%;
}




.main .tab {
  width: 100%;
  height: auto;
  padding: 0px 0px;
}

.main .tab-menu {
  /*display: -webkit-box;*/
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 2px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  height: auto;
  padding: 15px 45px 15px;
  border-bottom: 2px solid transparent;
  color: #252b46;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  float: left;
  bottom: -2px;
}

.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.main .tab-menu-link.active {
  z-index: 0;
  overflow: hidden;
  background: #ffffff;
  color: #4285F4;
  border-bottom: 2px solid #4285F4;
}

.main .tab-bar {
  padding: 0 0;
  overflow: hidden;
  /*background: #ffffff;*/
}

.main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .tab-bar-content.active {
  display: block;
}

.descrpithowuse_iner {
  display: inline-block;
  width: 100%;
  float: left;
}




.descrpithowuse_iner ul.nav-pills {
  border-bottom: 2px solid #e2e2e2;
}

.descrpithowuse_iner .nav-pills li a {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  height: auto;
  padding: 15px 45px 15px;
  border-bottom: 2px solid transparent;
  color: #505050;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  float: left;
  bottom: -2px;
}

.descrpithowuse_iner .nav-pills li a.active {
  z-index: 0;
  overflow: hidden;
  background: #ffffff;
  color: #4285F4;
  border-bottom: 2px solid #4285F4;
}

.descrpithowuse_iner .tab-pane {
  padding: 20px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  color: #4285F4;
  width: auto;
}

.morelink:hover {
  color: #4285F4;
}

.prodreviwmodalset {}

.prodreviwmodalset .modal-dialog {
  margin: 30px auto;
  min-width: 525px;
}

.prodreviwmodalset .modal-header {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 10px;
}

.prodreviwmodalset .modal-header .modal-title {
  width: auto;
  float: left;
  font-size: 20px;
  font-weight: 600;
}

.prodreviwmodalset .modal-header button {
  position: relative !important;
  float: right !important;
  padding: 0;
  margin: 0;
  color: #000000 !important;
  font-size: 30px !important;
  font-weight: normal !important;
  width: auto;
  height: auto;
  right: 0 !important;
  top: 0 !important;
}

.prodreviwmodalset .modal-header button span {}

.prodreviwmodalset .modal-body {
  padding: 15px;
}

.prodreviwmodalset .modal-content {
  border-radius: 6px;
}

.writrewboxset_cover {
  display: inline-block;
  width: 100%;
}

.writrewboxset_cover h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 10px;
}

.ratingboxsetstarset {
  display: inline-block;
  width: 100%;
}

.ratingboxsetstarset label {
  margin-bottom: 0;
}

.writrewboxset_cover .form-group {
  display: inline-block;
  width: 100%;
}

.writrewboxset_cover .form-group label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
}

.writrewboxset_cover .form-group .form-control {
  border: 1px solid #c7c7c7;
}

.writrewboxset_cover .form-group input {
  height: 38px;
}

.writrewboxset_cover .form-group textarea {
  height: 115px;
  resize: none;
}

.writrewboxset_cover .rating {
  width: auto;
}

.prodreviwmodalset .modal-footer .btn.btn-primary {
  background-color: #4285F4;
}

.prodreviwmodalset .modal-footer button {
  border: 0;
  border-radius: 4px;
  height: auto;
  width: auto;
  padding: 4px 16px 4px;
  font-size: 16px;
}




/**** home new css ****/

#exzoom {
  width: 400px;
  /*height: 400px;*/
}





/***** footer css *****/
.footercolorbox {
  position: relative;
  /*background: #fff7f5;*/
  background: #fff5f5;
  margin-top: 60px;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}

.fullfotecoverox {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 70px;
}

.footcoverboxset_top {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
}

.leftcontandlogo {
  display: inline-block;
  width: 35%;
  float: left;
  padding-right: 35px;
}

.fotboxlgset {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

.fotboxlgset img {
  width: 110px;
}

.newconttacdata {
  display: inline-block;
  width: 100%;

}

.newconttacdata p {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #040404;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
}

.newconttacdata p i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #525252;
}

.newconttacdata p a {
  color: #040404;
}

.quicklinkboxset {
  display: inline-block;
  width: 20%;
  float: left;
}

.supportlinkboxset {
  display: inline-block;
  width: 20%;
  float: left;
}

.ankallsitlinkset {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
}

.ankallsitlinkset h3 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #4285F4;
  margin-bottom: 14px;
}

.ankallsitlinkset ul {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.ankallsitlinkset ul li {
  display: inline-block;
  width: 100%;
}

.ankallsitlinkset ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #040404;
  font-weight: normal;
  margin-bottom: 10px;

}


.copyritetsetbox {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(97, 97, 97, 0.2);
  padding-top: 18px;
  padding-bottom: 18px;
}

.copyritetsetbox p {
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-size: 16px;
  color: #040404;
  font-weight: 600;
}

.rightboxsbdownldbox {
  display: inline-block;
  width: 25%;
}

.dwnloadboxappplay {
  display: inline-block;
  width: 100%;
}

.dwnloadboxappplay h3 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #4285F4;
  margin-bottom: 14px;
}

.dwnloadboxappplay a {
  display: inline-block;
  width: auto;
  margin-bottom: 12px;
  margin-right: 12px;
}

.dwnloadboxappplay a img {
  width: 115px;
}

.socialmidiconset {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
}

.socialmidiconset h3 {}

.socialmidiconset ul {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-left: 5px;
}

.socialmidiconset ul li {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}

.socialmidiconset ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #616161;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-top: 3px;
  border-radius: 4px;
}

.socialmidiconset ul li a i {
  line-height: 1.5;
}

.socialmidiconset ul li a:hover {
  background: #4285F4;
}

.keepupdtboxset {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}

.keepupdtboxset h3 {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #636363;
}

.inpusendbtncoverset {
  display: inline-block;
  width: 100%;
  position: relative;
}

.inpusendbtncoverset input {
  background: #ffffff;
  border-radius: 5px;
  padding: 8px 34px 8px 10px;
  height: 42px;
  font-size: 14px !important;
  position: relative;
  z-index: 9;
  border: 1px solid #d8d8d8;
}

.inpusendbtncoverset button {
  position: absolute;
  right: 8px;
  top: 7px;
  background: transparent;
  font-size: 18px;
  color: #4285F4;
  z-index: 9;
  opacity: 1;
  border: 0;
  cursor: pointer;
  line-height: 1.5;
  height: 30px;
  width: 30px;
}

.topfrehelexbox {
  display: inline-block;
  width: 100%;
  border: 2px solid #fff5f5;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 23px;
  padding-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  /* bottom: 0; */
  position: absolute;
  top: -58px;
  left: 0;
  text-align: center;
}

.frehelextexch1 {
  display: inline-block;
  width: 25%;
  float: left;
}

.frehelextexch2 {
  display: inline-block;
  width: 25%;
  float: left;
}

.frehelextexch3 {
  display: inline-block;
  width: 25%;
  float: left;
}

.frehelextexch4 {
  display: inline-block;
  width: 25%;
  float: left;
}

.alllisticontextset {
  display: inline-block;
  width: auto;
  position: relative;
  padding-left: 85px;
  padding-top: 10px;
  text-align: left;
}

.alllisticontextset h3 {
  /*display: inline-block;*/
  margin-top: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 0;

}

.alllisticontextset p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 0px;
  color: #868686;
}

.lefticonshiphelpset {
  display: inline-block;
  /*background: #fdefe3;*/
  background: #fff5f5;
  /*background: #fdefe3;*/
  /* background: #fff9f8; */
  border-radius: 50%;
  height: 68px;
  width: 68px;
  text-align: center;
  padding-top: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.lefticonshiphelpset img {
  width: 44px;
}


/***** footer css *****/


/***** header css *****/
.hed_position {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.position_heightset {
  height: 67px;
}

.new_webhedbox {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff5f5;
  padding-top: 12px;
  padding-bottom: 4px;
  z-index: 9;
  position: relative;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(204, 204, 204, .5);
  height: 66px;
}

.container_custmbox {
  display: inline-block;
  width: 1200px;
  text-align: left;
  margin: 0 auto;
}

.newlvt_leftlogobox {
  display: inline-block;
  width: auto;
  float: left;
  padding-top: 2px;
  padding-bottom: 0px;
}

.newlvt_leftlogobox a {
  display: inline-block;
}

.newlvt_leftlogobox a img {
  width: 125px;
}

.lvtmenuboxsetnew {
  display: inline-block;
  width: 50%;
  float: left;
}

.lvtmenuboxsetnew .ul_boxmenu {
  display: inline-block;
  width: 100%;
  /*padding-left: 0px;*/
  /*padding-top: 18px;*/
  padding-left: 18px;
  float: left;
}

.lvtmenuboxsetnew .li_boxmenu {
  display: inline-block;
  width: auto;
  float: left;
}

.lvtmenuboxsetnew .a_boxmenu {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  padding: 8px 10px 8px;
  font-weight: 600;
  letter-spacing: 1px;
}

.lvtmenuboxsetnew .a_boxmenu:hover {
  color: #4285F4 !important;
}

.lvtnewsearchboxset {
  display: inline-block;
  width: 25%;
  float: left;
}

.lvtnewsearchbox_iver {
  display: inline-block;
  width: 100%;
  position: relative;
  /*margin-top: 18px;*/
}

.lvtnewsearchbox_iver input {
  display: inline-block;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
  background: #fdfdfd;
  padding: 10px;
  font-size: 16px !important;
  padding-right: 34px;
}

.lvtnewsearchbox_iver button {
  display: inline-block;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #808080;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 42px;
  width: 42px;
  line-height: 1.5;
}

.lvtrightcarsignox {
  display: inline-block;
  width: 14%;
  float: right;
  /*padding-top: 24px;*/
  text-align: right;
}

.inercartwishuser {
  display: inline-block;
  width: auto;
  padding-top: 12px;
  float: right;
}

.cartheartuser {
  display: inline-block;
  margin-left: 12px;
  transition: all 0.3s ease;
  opacity: 1;
  float: left;
}

/*.cartheartuser a:hover{
  transform: translateY(-3px);
  opacity: 1;
}*/
.carticonboxcountset {
  position: relative;
}

.carticonboxcountset span {
  display: inline-block;
  background: #4285F4;
  color: #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -10px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
}

/*.cartheartuser:hover{
  color: #4285F4;
}
.cartheartuser i{
  display: inline-block;
}*/
.cartheartuser img {
  width: 23px;
}

.leftrightdivd {
  display: inline-block;
  margin-left: 12px;
  /* border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;*/
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
}

.leftrightdivd:after {
  content: '';
}

.leftrightdivd:before {
  content: '';
}

.usersubmenuboxset {
  position: relative;
}


.acountuseroxset_cover {
  width: 184px !important;
  right: -12px !important;
  top: 18px !important;
  padding-top: 18px !important;
  left: inherit !important;
}

.acountuseroxset_iner {
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  -moz-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  border-radius: 5px;
}

.acountuseroxset_iner ul {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 8px !important;
  padding-bottom: 9px !important;
  float: left;
}

.acountuseroxset_iner ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  float: left;
}

.acountuseroxset_iner ul li a {
  padding: 5px 17px;
  display: inline-block;
  width: 100%;
  color: #565656;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  height: auto;
  text-decoration: none;
  float: left;
}

.acountuseroxset_iner ul li a:hover {
  color: #4285F4;
}

.acountuseroxset_iner ul li a i {
  display: inline-block;
  float: left;
  font-size: 18px;
  padding-top: 2px;
  padding-right: 10px;
}

.acountuseroxset_iner ul li a span {
  display: inline-block;
  float: left;
}

.usericonboxsebtn {
  display: inline-block !important;
  margin-left: 0 !important;
  float: left;
}

.usericonboxsebtn img {
  width: 23px;
}

/*.usericonboxsebtn:hover{
   transform: translateY(-3px);
  opacity: 1;
}*/


.categoryboxmenu {}

.catermainmenubox {}

.categoryboxmen_cover {}

.categoryboxmen_iner {}

.catermainmenubox {
  display: inline-block !important;
  margin-left: 0 !important;
  float: left;
}

.categoryboxmen_cover {
  width: 1030px !important;
  right: 0px !important;
  top: 26px !important;
  padding-top: 28px !important;
  left: -80px !important;
  margin: 0 auto !important;
}

.categoryboxmen_iner {
  background: #ffffff;
  border-radius: 6px;
  /*-webkit-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
    -moz-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
    box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);*/
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  /*display: inline-block;*/
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  position: relative;
  border: 1px solid #efedf0;
  padding-right: 6px;

  -webkit-box-shadow: 0px 5px 4px 0px rgba(138, 138, 138, 0.79);
  -moz-box-shadow: 0px 5px 4px 0px rgba(138, 138, 138, 0.79);
  box-shadow: 0px 5px 4px 0px rgba(138, 138, 138, 0.79);
}

.categoryboxmen_iner::after {
  content: '';
  border-width: 14px;
  border-style: solid;
  border-bottom: 14px solid transparent;
  border-color: transparent transparent #efedf0;
  width: 0;
  height: 0;
  position: absolute;
  left: 112px;
  top: -28px;
}

.leftrightboxmenu_cover {
  display: inline-flex;
  width: 100%;
  border: 1px solid #fbfbfb;
}

.leftcatlistboxallmenu {
  display: inline-block;
  width: 25%;
  float: left;
  background: #fbfbfb;
  padding-top: 6px;
  padding-bottom: 6px;
}

.leftcatlistboxallmenu ul {}

.leftcatlistboxallmenu ul li {
  display: inline-block;
  width: 100%;
}

.active_cate {}

.leftcatlistboxallmenu ul li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #2f2f2f;
  padding: 5px 16px 5px;
  font-weight: 600;
  letter-spacing: 1px;

}

.leftcatlistboxallmenu ul li a:hover {
  background: #4285F4;
  color: #ffffff !important;
}

.active_cate a {
  background: #4285F4;
  color: #ffffff !important;
  position: relative;
}

.active_cate a::after {
  content: '';
  border-width: 16px;
  border-style: solid;
  border-bottom: 16px solid transparent;
  border-color: transparent #ffffff transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rightmenuboxall_listing {
  display: inline-block;
  width: 75%;
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 10px;
  min-height: 332px;
}

.subcatboxmenu {
  display: inline-block;
  /*width: auto;*/
  width: 100%;
  float: left;
  vertical-align: top;
}

/*.subcatboxmenu ul{
 display: inline-block;
  width: auto;
  float: left;
}*/
.subcatboxmenu ul li {
  display: inline-block;
  width: 100%;
}

.subcatboxmenu ul li a {
  display: inline-block;
  width: 100%;
  color: #404040;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 1px;
  letter-spacing: 1px;
  /*font-weight: 600;*/
}

.subcatboxmenu ul li a:hover {
  color: #ea5040;
}

.subcatboxmenu h3 {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #4285F4;
  margin-top: 18px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.subcatboxmenu h3 a {
  color: #4285F4;
  font-size: 15px;
}

/*.subcatboxmenu{
  overflow-x: scroll;
    white-space: nowrap;
    border-radius: 2px;
    height: 234px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 400px;
    overflow: auto;
}*/
.inftverbox_height1 {
  float: left;
  display: block;
  position: relative;
  height: 322px;
  width: 25%;
}

.inftverbox_height2 {
  float: left;
  display: block;
  position: relative;
  height: 322px;
  width: 25%;
}

.inftverbox_height3 {
  float: left;
  display: block;
  position: relative;
  height: 322px;
  width: 25%;
}

.inftverbox_height4 {
  float: left;
  display: block;
  position: relative;
  height: 322px;
  width: 25%;
}

.inftverbox_height5 {
  float: left;
  display: block;
  position: relative;
  height: 322px;
  width: 25%;
}

.sidebarmenusetbox {
  display: none;
}

/* Variables */
/* Styles */
.stark-menu {
  background: #4285F4;
  height: auto;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 4px;
  float: left;
  border-radius: 4px;
  margin-right: 15px;
}

.logo-stark img {
  height: 50px;
}

.toggle-menu {
  color: #F2F2F2;
  cursor: pointer;
}

.toggle-menu i {
  font-size: 2.3em;
}

.stark-menu__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}

.stark-menu__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
  /*transition: opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);*/
  opacity: 0;
}

.side-menu {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 330px;
  height: 100%;
  box-shadow: 0px 15px 20px #252525;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  /*transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);*/
  transform: translateX(-112%);
}

.side-menu .menu-header {
  height: 275px;
  background: #637073;
  color: #BFD4D9;
  display: flex;
  align-items: flex-end;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: 15px;
}

.side-menu .menu-header .close-menu {
  position: absolute;
  top: 0;
  display: block;
  left: 15px;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 2em;
  color: #F2F2F2;
  cursor: pointer;
}

.menu-content {
  flex: 1;
  /*background: #F2F2F2;*/
  overflow-y: auto;
  overflow-x: hidden;
}

/*.menu a {
  display: block;
  line-height: 4;
  padding-left: 15px;
  font-size: 1.3em;
  color: #637073;
  transition: all .2s ease-in;
}
.menu a:hover {
  background: #97A3A6;
  color: #F2F2F2;
}
*/
.visible-menu {
  pointer-events: auto;
}

.visible-menu .side-menu {
  transform: translateX(0);
}

.visible-menu:before {
  opacity: 1;
}


.sidebarmenusetbox .stark-menu .toggle-menu img {
  width: 30px;
  background: transparent;
}

/*.sidebarmenusetbox .stark-menu__container .side-menu .close-menu img{
  
}*/
.sidebarmenusetbox .stark-menu__container .side-menu {
  position: relative;
}

.sidebarmenusetbox .stark-menu__container .side-menu .close-menu {
  width: 40px;
  display: inline-block;
  height: 40px;
  background: #4285F4;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 15px;
}

.sidebarmenusetbox .stark-menu__container .side-menu .close-menu img {
  width: 24px;
  background-color: transparent;
}

.sidebarmenusetbox .menu-content {
  text-align: left;
}


.menubnricon_cover {
  position: relative;
  background: #fff1f0;
  text-align: center;
  border-bottom: 1px solid #e86350;
  padding-top: 32px;
}

.menubnricon_cover img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
}

.menumainlistcover {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  /*text-align: center;*/
}

.menumainlistcover li {
  display: inline-block;
  width: 100%;
}

.menumainlistcover li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 10px;
  color: #292929;
  font-weight: 600;
  font-size: 16px;
  background: #ffffff;
}

.menumainlistcover li a:hover {
  background: #fff1f0;
}

.brandboxlisetboxst {
  width: 300px !important;
  right: 0px !important;
  top: 26px !important;
  padding-top: 28px !important;
  left: -109px !important;
  margin: 0 auto !important;
}

.brandboxlisetboxst .categoryboxmen_iner::after {
  content: '';
  left: 45%;
  top: -28px;
}

.brandlistset_cover {
  display: inline-block;
  width: 100%;
}

.brandlistset_iner {
  display: inline-block;
  width: 100%;
}

.brandlistset_iner ul {
  display: inline-block;
  width: 100%;
}

.brandlistset_iner ul li {
  display: inline-block;
  width: 100%;
}

.brandlistset_iner ul li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #2f2f2f;
  padding: 5px 16px 5px;
  font-weight: 600;
  letter-spacing: 1px;
}

.brandlistset_iner ul li a:hover {
  background: #4285F4;
  color: #ffffff !important;
}

.helpnumbboxcoer {
  /*display: inline-block;
  width: 100%;*/

  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  -moz-box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  box-shadow: 0 0 4px 0 rgba(175, 175, 175, .75);
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
}

.helpnumbboxcoer a {
  color: #4285F4;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.helpumbboxsetcover {
  width: 184px !important;
  left: 0px !important;
  top: 30px !important;
  padding-top: 18px !important;
  left: inherit !important;
  right: inherit !important;
}

/***** header css *****/



/**** Wishlist page css ****/

.mywishlistbox_cover {
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  margin-bottom: 40px;
}

.mywishlistbox_iner {
  display: inline-block;
  width: 100%;
  padding-top: 18px;
}

.mywishlistbox_title {
  display: inline-block;
  width: 100%;
}

.mywishlistbox_title h3 {
  display: inline-block;
  width: 100%;
  font-size: 25px;
}

.wishlistprodlist_cover {
  display: inline-block;
  width: 100%;
}



/**** Wishlist page css ****/







.container {
  max-width: 1200px;
}



.slider-active .owl-dot {
  background: #ffffff none repeat scroll 0 0;
}


.slider-active .owl-dot.active {
  background: #4285F4 none repeat scroll 0 0;
  border: none;
}







.fullwidthsetcover {
  display: inline-block;
  width: 100%;
}


@media (max-width: 1250px) {}

@media (max-width: 1200px) {
  /*.proddetacover_slider .slider .owl-carousel .owl-stage-outer .owl-item.active{
        width: 12.5% !important;
  }*/
}

@media (max-width: 1199px) {
  .proddetacover_slider .slider .owl-carousel .owl-stage-outer .owl-item.active {}

  .proddetacover_slider .all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 3px;
  }

  .proddetacover_slider .all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    right: 3px;
  }
}

@media (max-width: 1024px) {
  .retallstarsetbox_cover {
    width: 40%;
  }

  .writerewbox_cover {
    width: 60%;
  }
}

@media (max-width: 991px) {

  .maindetailprod_leftpart {
    width: 45%;
  }

  .maindetailprod_rightpart {
    width: 55%;
  }

  .authprodfreshiexst_iner {
    padding-left: 38px;
    padding-right: 16px;
    margin-right: 14px;
  }

  .proddetacover_slider .slider-two .owl-stage .owl-item {
    margin-right: 12px !important;
  }
}

@media (max-width: 875px) {
  .maindetailprod_leftpart {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .maindetailprod_rightpart {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .proddetailpage_mainbox {
    display: inline-block;
  }

  .proddetacover_slider {
    padding-right: 0;
  }
}

@media (max-width: 850px) {
  .writerewbox_right a {
    font-size: 15px;
    padding: 9px 15px 9px;
  }

  .writerewbox_left h3 {
    font-size: 16px;
  }

  .writerewbox_right h3 {
    font-size: 16px;
  }

  .writerewbox_left p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 700px) {
  .starretboxtitle3 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .writerewbox_cover {
    width: 100%;
  }

  .retallstarsetboxset {
    display: inline-block;
  }

  .writerewbox_cover {
    border-left: 0px;
  }

  .writerewbox_cover {
    border-top: 1px solid #e4e4e4;
  }

  .writerewbox_cover {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .retallstarsetbox_cover {
    width: 100%;
    padding-right: 18px;
    padding-left: 24px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .prodlistsgsbox {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

@media (max-width: 650px) {
  .productdetail_title {
    margin-top: 5px;
  }

  .productdetail_title h3 {
    font-size: 18px;
  }

  .productdetail_title h3 span {
    font-size: 15px;
  }

  .sharewishlisticonset a img {
    width: 18px;
  }

  .reviewsratboxcover p {
    padding: 0px 5px 0px;
  }

  .reviewsratboxcover p span {
    font-size: 14px;
    padding-left: 6px;
  }

  .reviewsratboxcover p i {
    font-size: 11px;
    margin-top: 7px;
  }

  .reviewsratboxcover h3 a {
    font-size: 16px;
  }

  .prod_reviewsbox {
    padding-bottom: 2px;
    padding-top: 3px;
  }

  .productdit_pricebox h3 {
    font-size: 23px;
  }

  .productdit_pricebox h4 {
    font-size: 15px;
    margin-left: 8px;
    margin-top: 8px;
  }

  .productdit_pricebox p {
    font-size: 14px;
  }

  .productdit_pricebox h5 {
    font-size: 15px;
    margin-top: 9px;
    margin-left: 9px;
  }

  .productdit_pricebox {
    margin-bottom: 3px;
  }

  .colorcode_boxsetpart .custom_radio .control .control__indicator {
    height: 32px;
    width: 32px;
  }

  .colorcode_boxsetpart .custom_radio .control {
    width: 34px;
    height: 34px;
  }

  .product_sizecover .custom_radio .control .control__indicator {
    height: 32px;
    width: 32px;
    font-size: 13px;
    padding-top: 6px;
  }

  .productdit_addcartbtn {
    margin-top: 18px;
  }

  .productdit_addcartbtn button {
    font-size: 16px;
  }

  .productdit_addcartbtn button img {
    width: 26px;
  }

  .productdit_addcartbtn button {
    padding: 8px 14px 8px;
    font-size: 15px;
    min-width: 155px;
  }

  .productdit_addcartbtn button span {
    margin-top: 3px;
  }

  .procountlistbox span.select2-selection.select2-selection--single {
    height: 43px;
    padding-top: 7px;
    padding-left: 6px;
  }

  .procountlistbox span.select2-selection__arrow {
    height: 43px !important;
  }

  .procountlistbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 20px;
  }

  .procountlistbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }

  .proddetailpage_mainbox {
    padding: 10px 20px 10px;
  }

  .authprodfreshiexstbox {
    margin-top: 20px;
    margin-bottom: 7px;
  }
}

@media (max-width: 576px) {
  .prodreviwmodalset .modal-dialog {
    min-width: 100%;
    width: 100%;
  }

  .prodreviwmodalset {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

@media (max-width: 510px) {
  .authprodfreshiexiner_left img {
    width: 32px;
  }

  .authprodfreshiexiner_right p {
    font-size: 11px;
  }

  .authprodfreshiexstbox {
    margin-top: 18px;
    margin-bottom: 2px;
  }

  .proddetailpage_cover {
    padding-top: 18px;
  }
}

@media (max-width: 479px) {
  .starretboxtitle1 h3 {
    font-size: 18px;
  }

  .starretboxtitle1 p {
    padding: 1px 6px 1px;
  }

  .reviewsratingboxset {
    padding-top: 2px;
  }
}

@media (max-width: 441px) {
  .authprodfreshiexst_iner {
    padding-left: 35px;
    padding-right: 9px;
    margin-right: 8px;
  }

  .writerewbox_right a {
    font-size: 13px;
  }
}

@media (max-width: 414px) {
  .writerewbox_left {
    width: 100%;
  }

  .writerewbox_right {
    width: 100%;
  }

  .writerewbox_right {
    padding-top: 12px;
    margin-top: 12px;
    border-left: 0px;
    border-top: 1px solid #ffc7c1;
  }
}

@media (max-width: 405px) {
  .writerewbox_cover {
    padding-bottom: 0px;
  }

  .writerewbox_iner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .authprodfreshiexstbox {
    margin-bottom: 0px;
  }

  .authprodfreshiexst_iner {
    padding-left: 35px;
    padding-right: 9px;
    margin-right: 8px;
    width: 100%;
    border-right: 0;
  }

  .authprodfreshiexst_iner {
    padding-left: 36px;
    padding-bottom: 10px;
  }

  .authprodfreshiexiner_right {
    padding-left: 0px !important;
  }

  .authprodfreshiexst_iner {
    padding-left: 42px;
    padding-bottom: 10px;
  }

  .proddetailpage_mainbox {
    padding: 10px 20px 6px;
  }
}

@media (max-width: 360px) {}

@media (max-width: 320px) {}