  body {
    font-family: zimmer, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  }

  :root {
    --primary-color: #F283B0;
    --secondory-color: #7BD1F2;
    --text-color: #ffffff;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: zimmer, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    /* 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;
  }

  header img {
    background-color: transparent;
  }

  #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: var(--primary-color) !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: var(--primary-color);
    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;
    word-break: break-all;
  }

  .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;
    padding-top: 18px;
  }

  .productdetail_title {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-right: 0;
    margin-bottom: 4px;
  }

  .productdetail_title h3 {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #2b2b2b;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-weight: 600;
    line-height: 1.5;
  }

  .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: 12px;
    margin-top: 5px;
    float: left;
  }

  .productdit_pricebox h3 {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 26px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 0;
  }

  .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: var(--primary-color);
    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: 14px;
    color: #6f6f6f;
    margin-top: 11px;
    margin-left: 10px;
    margin-bottom: 0;
  }


  .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(../../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(../../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-flex;
    width: 100%;
    margin-top: 16px;
    align-items: center;
  }

  .productdit_addcartbtn button {
    display: inline-block;
    background: var(--primary-color);
    color: var(--text-color);
    border: 0px;
    padding: 8px 18px 8px 18px;
    border-radius: 4px;
    font-size: 16px;

    font-weight: 600;
    min-width: 164px;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
  }

  .productdit_addcartbtn button:hover {
    opacity: 0.8;
  }

  .productdit_addcartbtn button img {
    width: 26px;
    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: 15px;
    transition: 0.3s all !important;
  }

  .productdit_addcartbtn button span {
    display: inline-block;
    float: left;
    margin-top: 2px;
  }

  .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: 43px;
    padding-top: 7px;
    padding-left: 6px;
  }

  .procountlistbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #696969;
    line-height: 28px;
    font-size: 22px;
  }

  .procountlistbox span.select2-selection__arrow {
    height: 43px !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: var(--primary-color) 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: 19px;
    width: 0;
  }

  .procountlistbox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--primary-color) transparent;
    border-width: 0 6px 8px 6px;
  }

  .procountlistbox .select2-container--default .select2-selection--single {
    border: 1px solid var(--primary-color);
  }

  .procountlistbox .prodlist_count {
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    height: 43px;
    width: 60px;
  }

  .onlylogosetbox a img {
    width: auto;
    height: 125px;
    background: transparent;
  }

  /******* rating css *******/
  .rating {
    border: none;
    float: left;
  }

  .rating>input {
    display: none;
  }

  .rating>label:before {
    margin: 2px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }

  .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: var(--primary-color);
  }

  /* 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: var(--primary-color);
  }

  /******* 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: var(--primary-color);
    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 !important;
  }

  .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(../assets/svg/left-arrow.svg) top left;
    background-size: 35px;
  }

  .proddetacover_slider .all .slider .left:hover {
    visibility: visible;
    opacity: 1;
    /*left: 20px;*/
    /* background: url(../../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(../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(../../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 !important;
  }

  .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 var(--primary-color);
  }

  .proddetacover_slider .all .slider-two .item.active {
    /*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);*/
    border: 1px solid var(--primary-color);
  }

  .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(../../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(../../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.one .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
    width: 0px !important;
  }

  .proddetacover_slider .slider .owl-carousel.one .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: inherit;
    width: 432px !important;
    width: 100% !important;
  }

  .proddetacover_slider .slider .one .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 var(--primary-color);
    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: var(--primary-color);
  }



  .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(../../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(../../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: var(--primary-color);
    border: 1px solid var(--primary-color);
    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: var(--primary-color);
    border: 1px solid var(--primary-color);
    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: 30px;
  }

  .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;
    word-break: break-all;
  }

  .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: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }
  .main .tab-menu p{
    display: inline-block;
    width: auto;
    font-size: 30px;
    margin: 0;
    color: var(--primary-color);
  }
  .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: #494949;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .descriptntextsetbox ul {
    display: inline-block;
    width: 100%;
    padding-left: 16px;
    list-style: disc;
  }

  .descriptntextsetbox ul li {
    /*display: inline-block;*/
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: disc;
    color: #3d3d3d;
  }

  .proddetailsaldatacover {
    display: inline-block;
    width: 100%;
  }

  .proddetailsaldatacover table tr th {
    padding: 12px;
  }

  .proddetailsaldatacover table tr td {
    padding: 12px;
  }

  .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: var(--primary-color);
    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: 6px;
  }

  .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;
  }

  .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 #ffc7c1;
    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: var(--primary-color);
    font-size: 16px;
    padding: 9px 32px 9px;
    border-radius: 6px;
    text-transform: uppercase;
  }

  /*.writerewbox_iner a{
    display: inline-block;
    color: #ffffff;
    background: var(--primary-color);
    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;
  }

  .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: #a2a2a2;
    color: #ffffff;
    padding: 2px 5px 2px 7px;
    border-radius: 4px;
  }

  .customerrewbox_box2 p i {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin-top: 5px;
  }

  .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 h6 {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0;
    font-size: 13px;
    margin-top: 7px;
    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: var(--primary-color);
    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: var(--primary-color);
    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: 20000px;
  }

  /*.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: 12px;
  }

  .readmoreboxbtnset_cover {
    display: inline-block;
    width: 100%;
    background: #ffffff !important;
    padding-top: 32px;
    padding-bottom: 0;
    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: var(--primary-color);
  }

  .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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
    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 #e5e5e5;
    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 a {
    display: inline-block;
    width: 100%;
  }

  .mainprodboxcoverset:hover {
    /* border: 1px solid var(--primary-color); */
    -webkit-box-shadow: 0 0 5px 0 rgb(146 146 146 / 75%);
    -moz-box-shadow: 0 0 5px 0 rgba(146, 146, 146, .75);
    box-shadow: 0 0 5px 0 rgb(146 146 146 / 75%);
    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: var(--primary-color);
  }

  .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: var(--primary-color);
    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: auto;
  }

  .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;
    min-height: auto;
    line-height: 1.5;
    margin-bottom: 3px;
  }

  .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: 0;
    margin-top: 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: var(--primary-color);
    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: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }

  .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 20px 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;
    width: 100%;
    display: inline-block;
    text-align: left;
  }

  .descrpithowuse_iner .nav-pills li {
    width: 100%;
    display: inline-block;
  }

  .descrpithowuse_iner .nav-pills li a.active {
    z-index: 0;
    overflow: hidden;
    background: #ffffff;
    color: #373737;
    border-bottom: 2px solid #898989;
  }

  .descrpithowuse_iner .nav-pills li p {
    position: relative;
    overflow: hidden;
    /* font-family: inherit; */
    font-size: 16px;
    font-weight: 600;
    line-height: inherit;
    /* cursor: pointer; */
    height: auto;
    padding: 15px 20px 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;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }

  .descrpithowuse_iner .nav-pills li p.active {
    z-index: 0;
    overflow: hidden;
    background: #ffffff;
    color: #373737;
    border-bottom: 2px solid #898989;
  }

  .descrpithowuse_iner .tab-pane {
    padding: 20px;
  }

  .morecontent span {
    display: none;
  }

  .morelink {
    display: inline-block;
    color: var(--primary-color);
    width: auto;
  }

  .morelink:hover {
    color: var(--primary-color);
  }

  .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;
  }

  .prodreviwmodalset .modal-footer .btn.btn-primary {
    background-color: var(--primary-color);
  }

  .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;*/
  }









  .container {
    max-width: 1200px;
  }



  .slider-active .owl-dot {
    background: #ffffff none repeat scroll 0 0;
  }


  .slider-active .owl-dot.active {
    background: var(--primary-color) none repeat scroll 0 0;
    border: none;
  }







  .fullwidthsetcover {
    display: inline-block;
    width: 100%;
  }

  .rxitemreqproddetails_textset {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 9px;
  }

  .rxitemreqproddetails_textset {}


  .rxitemrequietext {
    display: inline-block;
    width: 100%;
  }

  .rxitemrequietext p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    width: auto;
    background: #ffd7d7;
    color: #414146;
    line-height: 1.4;
    padding: 2px 6px 2px;
    border-radius: 3px;
    margin-bottom: 13px;
    margin-top: 3px;
  }

  .rxitemrequietext p img {
    width: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
  }

  .prodcompnamtext {
    display: inline-block;
    width: 100%;
  }

  .prodcompnamtext h4 {
    display: inline-block;
    width: 100%;
    color: #9b9ba8;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .prodcompnamtext h4 span {
    display: inline-block;
    color: #525252;
    font-size: 15px;
    margin-left: 4px;
    font-weight: 600;
  }

  .composition_nametext {
    display: inline-block;
    width: 100%;
  }

  .composition_nametext h4 {
    display: inline-block;
    width: 100%;
    color: #9b9ba8;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
  }

  .composition_nametext h4 span {
    display: inline-block;
    color: #525252;
    font-size: 15px;
    margin-left: 4px;
    font-weight: 600;
  }

  .packsizelabel_detailcover {
    display: inline-block;
    width: 100%;
  }

  .packsizelabel_detailcover h5 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #838383;
    font-weight: 600;
    margin: 0;
  }

  .packsizelabel_detailcover p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .prosugcompnameset {
    display: inline-block;
  }

  .prosugcompnameset h6 {
    font-size: 14px;
    text-align: center;
    color: #454545;
    font-weight: 400;
    margin: 0;
    letter-spacing: .6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    line-height: 1.5;
  }

  .addusgprodnamelist {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    /* padding-bottom: 10px; */
  }

  .addusgprodnamelist .addsubprobtn {
    margin-top: 0 !important;
    color: var(--primary-color) !important;
    padding-top: 11px !important;
    padding-bottom: 13px !important;
    height: auto;
    display: inline-block;
    width: 100%;
  }

  .headertopbatline_right .profactname .probtnlginbtn img {
    background-color: transparent;
  }

  .ndofferbtnsetcover a img {
    background-color: transparent;
  }

  @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) {
    .prodlistsgsbox .owl-nav .owl-prev {
      left: -14px !important;
    }

    .prodlistsgsbox .owl-nav .owl-next {
      right: -14px !important;
    }
  }

  @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) {

    .inthespotlt_prodbox_title h3 {
      margin-bottom: 12px;
    }

    .inthespotlt_prodbox_title h3::after {
      content: '';
      height: 2px;
      width: 104px;
    }

    .inthespotlt_prodbox_title h3 {
      font-size: 22px;
      padding-bottom: 12px;
    }

    .descrpithowuse_iner .nav-pills li a {
      padding: 10px 15px 10px;
    }

    .procountlistbox {
      margin-right: 12px;
    }

    .packsizelabel_detailcover {
      padding-top: 8px;
    }

    .offersectionbox_cover {
      margin-top: 5px;
    }

    .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) {
    .leftrightdivd {
      padding-left: 8px;
      padding-right: 8px;
    }

    .container_custmbox {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  }

  @media (max-width: 320px) {}