.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    color: #111;
}
.breadcrumb li {
    margin-right: 6px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.breadcrumb li a, .breadcrumb li a:link, .breadcrumb li a:visited {
    color: #111;
    font-weight: bold;
}
.breadcrumb li a, .breadcrumb li a:link, .breadcrumb li a:visited {
    color: #111;
    font-weight: bold;
}
.breadcrumb li i {
    margin-right: 2px;
    font-size: 11px;
}
.breadcrumb li:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 6px;
    font-size: 12px;
}
.breadcrumb li:last-child:after{
    display: none;
}
.product-details .top-product {
    display: flex;
}
.product-details h1 {
    margin: 20px 0 10px 0;
    flex-basis: auto;
    flex-grow: 3;
    display: flex;
    font-size: 19px;
}
.product-details-container {
    display: flex;
    flex-wrap: wrap;
}
.product-details .product-image {
    min-width: 380px;
    max-width: 380px;
    margin-right: 15px;
}
.product-details .product-image {
    position: relative;
    /*margin: 0 auto;*/
    /*top: 5px;*/
    /*left: 0;*/
    /*width: 370px;*/
    /*height: 470px;*/
    /*overflow: hidden;*/
    /*visibility: hidden;*/
}
.product-image .love-this-button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}
.product-image .love-this-button a {
    display: block;
    border-radius: 17px;
    padding: 8px 8px 3px 8px;
    visibility: visible;
    background: #fff7f8 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
}
.product-image .love-this-button i {
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    color: #fd475a;
}
.child-img.owl-carousel {
    margin: 15px 0;
    background: #fff;
    padding-bottom: 2px;
    padding-top: 10px;
}
.big-img-content .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
}
.big-img-content .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 20px;
}
.big-img-content .owl-nav button i {
    font-size: 23px;
    background: #e3e3e3;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    color: #888;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.child-img.owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 85px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff !important;
    color: #00483d !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.child-img.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.child-img.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.child-img.owl-carousel .owl-nav button i {
    background: #009a826b;
    width: 21px;
    height: 30px;
    font-size: 10px;
    margin: 0 auto;
    padding-right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.child-img.owl-carousel .owl-nav button.owl-prev i{
    margin-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.child-img.owl-carousel .owl-nav button.owl-next i{
    margin-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.item-image.img-active {
    border: #0bbf56 1px solid;
}
.item-image {
    border: #eee 1px solid;
}
.product-center {
    flex-grow: 1;
    margin-left: 15px;
}
.product-center .price strong {
    font-size: 25px;
    color: #fd475a;
}
.product-center .price i {
    font-size: 15px;
    margin-left: 5px;
    font-style: normal;
}
.product-center .freeship {
    background: #d63c00 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 5px 0;
}
.product-center .freeship i {
    font-size: 24px;
    margin: -5px 15px -5px 0;
    display: block;
}
.product-center .freeship span {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
.product-option .label {
    display: block;
    margin-bottom: 8px;
}
.product-option .options {
    display: flex;
    flex-wrap: wrap;
}
.product-option .selected {
    border: 2px solid #00483d;
    padding: 4px;
}
.product-option .item span {
    display: flex;
    justify-content: left;
    justify-items: left;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-option .item span:before {
    content: "";
    display: block;
    min-width: 12px;
    height: 12px;
    border-radius: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 2px;
}
.product-option .item.active span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: block;
    min-width: 15px;
    height: 15px;
    border-radius: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #00483d;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 10px;
    color: #fff;
    background: #00483d;
}
.product-option .item:hover {
    border: 1px solid #ff6801;
    padding: 5px;
    cursor: pointer;
}
.product-option .item span label {
    white-space: nowrap;
    flex-basis: 100%;
}
.product-option .item span label strong {
    color: #333;
    font-weight: normal;
}
.product-option .item strong {
    color: #fd475a;
    display: block;
}
.product-option .item {
    display: block;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.product-promotion {
    margin-bottom: 20px;
}
.product-promotion .label {
    font-size: 14px;
    line-height: 28px;
}
.product-promotion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-promotion ul li {
    margin-bottom: 5px;
}
.product-promotion ul li .bag {
    display: inline-block;
    background: #f7941e 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
.product-promotion ul li a, .product-promotion ul li a:link, .product-promotion ul li a:visited {
    color: #00483d;
    font-weight: bold;
}
.product-action {
    display: flex;
    padding: 0;
    justify-items: stretch;
}
.product-action .btnbuy {
    margin-right: 6px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 4px;
    flex-grow: 2;
}
.product-action .btn-red {
    background: transparent linear-gradient(180deg,#fd475a 0%,#bf1e2d 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 3px;
}
.product-action .btnbuy strong {
    display: block;
}
.product-action .btnbuy span {
    font-size: 11px;
}
.product-action .btnbuy {
    margin-right: 6px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 4px;
    flex-grow: 2;
}
.product-action .btn-icon {
    border-radius: 4px;
    padding: 5px 3px 5px 0;
    font-size: 22px;
    position: relative;
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.product-action .btn-orange {
    background: transparent linear-gradient(180deg,#ff990e 0%,#ff6801 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
}
.product-action .btnbuy:last-child {
    margin-right: 0;
}
.product-details .product-shop {
    min-width: 280px;
    max-width: 280px;
    margin-left: 15px;
}
.product-shop {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.product-shop .warranty {
    margin-bottom: 10px;
}
.product-shop .warranty h4 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
}
.product-shop .warranty p {
    line-height: 1.2;
    margin: 0 0 5px 20px;
    padding: 0;
    font-size: 12px;
    display: flex;
}
.product-shop .warranty p i {
    color: #009a82;
    margin-right: 5px;
}
.product-shop .check-stock {
    padding: 0 5px;
    margin-bottom: 10px;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
}
.product-shop .check-stock .city {
    position: relative;
}
.product-shop .check-stock .city p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.product-shop .check-stock .city .button {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border: 1px solid #999;
    border-radius: 4px;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #111;
    cursor: pointer;
    margin-bottom: 10px;
}
.product-shop .check-stock .city .list {
    position: absolute;
    top: 54px;
    width: 100%;
    display: none;
}
.product-shop .check-stock .city .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    width: 90%;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border: 1px solid #999;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0;
}
.stock-sum {
    padding: 0 0 5px 0;
    text-align: center;
    color: #00483d;
}
.product-shop .check-stock .store {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    overflow-y: auto;
    height: 100px;
    flex-grow: 2;
}
.product-shop .check-stock .store ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-shop .check-stock .store ul li {
    margin-bottom: 10px;
    display: flex;
}
.product-shop .check-stock ul li.instock {
    display: block;
}
.product-shop .out-date {
    border: 1px solid #009a82;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px;
    font-size: 12px;
}
.product-shop .out-date p {
    margin: 0 0 5px 0;
    padding: 0;
}
.product-shop .out-date p {
    margin: 0 0 5px 0;
    padding: 0;
}
.product-shop .out-date i {
    color: #555;
}
.product-layout {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.product-layout .product-left {
    flex-grow: 1;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 14px;
}
.product-text {
    padding: 25px 20px;
}
#productContent {
    overflow: hidden;
    height: 600px;
}
.view-more-container {
    padding: 8px 10px;
    text-align: center;
}
.view-more-container a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #00483d;
}
.product-layout .product-right {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 14px;
    flex: 0 0 380px;
    margin-left: 20px;
}
.product-layout .product-specs {
    padding: 15px;
}
.product-layout .product-specs h3 {
    font-size: 15px;
}
.product-specs .product-spect-img {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 350px;
}
.product-specs .product-spect-img img {
    width: 100%;
    border-radius: 14px;
}
.product-specs .product-specs-button {
    position: absolute;
    bottom: -10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    background: #fdfdfe 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 2px 50px;
    font-size: 15px;
    color: #191919;
}
.product-specs .product-specs-button span {
    background: transparent linear-gradient(180deg,#009a82 0%,#00483d 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    margin-right: 5px;
}
.product-specs .product-specs-button strong {
    margin-top: -2px;
}
.specs-special {
    margin-top: 25px;
}
.specs-special ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.specs-special li {
    padding: 5px;
}
.less-description,.more-description.active{
    display: none;
}
.less-description.active{
    display: block;
}
#productContent.active{
    height: 100%;
}
.full-width-content {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 14px;
    padding: 20px 30px;
    margin: 30px 0;
}
.product-video .header h3 {
    margin: 15px 40px 20px 0;
    font-size: 20px;
    color: #191919;
}
.video-container {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: stretch;
    margin: 0 -30px;
}
.video-container .item {
    padding: 0 30px;
    margin-bottom: 30px;
}
.video-container .item a {
    color: #555;
}
.video-container .img img {
    max-width: 100%;
}
.video-container .item .name {
    margin-top: 15px;
}
#versionOption .item strike {
    display: none;
}
.specs-special li>strong>strong {
    font-weight: 400;
}
.product-list-related .lts-product .item .info {
    margin-bottom: 0;
    padding: 15px 10px 15px;
}
.product-list-related .lts-product .item .img,.product-list-related .lts-product .item {
    width: 100%;
}
.product-list-related .lts-product .item .img{
    margin: 0;
}
.product-list-related .owl-nav button {
    position: absolute;
    top: 40%;
    opacity: 1 !important;
}
.product-list-related .owl-nav button.owl-prev {
    left: 0;
}
.product-list-related .owl-nav button.owl-next {
    right: 0;
}
.product-list-related .owl-nav button i {
    font-size: 25px;
    color: #000;
    opacity: 1;
}
.full-width-content>h3 {
    margin: 15px 50px 40px 50px;
    font-size: 20px;
    color: #191919;
}
.full-width-content #embedComment {
    padding: 0 0 0 50px;
    list-style: none;
}
.full-width-content .blockComment button {
    background: transparent linear-gradient(180deg,#ef7320 0%,#d63c00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 13px;
    width: 150px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
}
.full-width-content #embedComment img {
    width: 60px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
}
.full-width-content .commentItem .img,.full-width-content .fEmbedComment .img {
    background: #fff;
}
.full-width-content .blockComment > p,.full-width-content .fShowIputComment div > p {
    background: #fff;
    border: none;
}
.heading {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
p#voteView3 {
    margin-bottom: 0;
    font-size: 16px;
}
.heading h3 {
    font-size: 20px;
    color: #191919;
    margin: 15px 50px 40px 50px;
}
.review-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.rc-form {
    padding: 0 50px 0 20px;
}
.rc-form .col {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}
.rc-form .control {
    display: flex;
    flex-basis: 100%;
}
.rc-form textarea {
    min-height: 72px;
    resize: vertical;
}
.rc-form textarea, .rc-form input {
    background: #e5e5e5 0% 0% no-repeat padding-box;
    border-radius: 13px;
    padding: 10px 12px;
    outline: none;
    flex-basis: 100%;
    border: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
    text-align: justify;
}
.rc-form .col .row {
    margin-bottom: 20px;
}
.rc-form .row {
    display: flex;
}
.review-content {
    margin: 15px 50px 0 50px;
}
.review-content .item {
    display: flex;
    margin-bottom: 20px;
}
.review-content .item .avt {
    width: 60px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #f1f1f1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.review-content .item .avt i {
    max-width: 100%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.review-content .item .info {
    padding-left: 20px;
    flex-basis: 100%;
}
.review-content .item .info p {
    margin: 5px 0;
    display: flex;
    align-items: start;
}
.review-content .item .info .content {
    margin-top: 15px;
    text-align: justify;
    line-height: 1.4;
}
.childs {
    margin-top: 20px;
    border-left: 2px solid #a7a9ac;
    padding-left: 20px;
}
.replyHolder {
    background: #e5e5e5 0% 0% no-repeat padding-box;
    border-radius: 13px;
    width: 320px;
    display: flex;
    padding: 0 10px;
}
.replyHolder input {
    outline: none;
    padding: 10px 0;
    border: none;
    background: none;
    flex-basis: 100%;
    font-weight: bold;
}
.replyHolder button {
    border: none;
    background: none;
    color: #00483d;
    width: 20px;
    text-align: center;
}
.review-content .item .info p i.fa-check {
    background: #009981;
    display: block;
    margin: 0 5px 0 20px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 8px;
    border-radius: 20px;
    color: #fff;
}
.review-content .item .info p span {
    color: #009981;
}
.review-content .item .info p label i {
    color: #d4d4d4;
}
.star_item.voteHover,.star_item.active,.star-review i.active{
    color: #fedb6d;
}
.vote-view i,.star-review i.deactive {
    color: #a7a9ac;
}
.login .container {
    margin: auto;
}
.col.col-end {
    text-align: end;
}
.col.col-end button {
    background: transparent linear-gradient(180deg,#ef7320 0%,#d63c00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 13px;
    width: 275px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
}
#StarTotal1 .star-1, #StarTotal2 .star-1, #StarTotal2 .star-2,
#StarTotal3 .star-1, #StarTotal3 .star-2, #StarTotal3 .star-3,
#StarTotal4 i:not(:last-child), #StarTotal5 i, .voteHover{
    color: #fedb6d;
}
.rating-medium {
    display: flex;
}
.rating-medium span {
    padding-left: 14px;
}
#colorOptions strike,.product-quantity {
    display: none;
}
.product-option .item.active {
    border: 2px solid #00483d;
    padding: 4px;
}
.popup-cart {
    position: fixed;
    z-index: 9;
    bottom: 8px;
    color: #000;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 6px #00000029;
    border-radius: 6px;
    padding: 25px 20px;
    text-align: center;
    display: none;
    margin: 0 auto;
    transform: translate(-50%, 0);
    width: 25%;
    left: 50%;
}
.popup-cart.active{
    display: block;
}
.popup-cart .text-black {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-cart .text-black i {
    font-size: 9px;
    background: #009981 0% 0% no-repeat padding-box;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    display: block;
    margin-right: 5px;
}
.popup-cart  p {
    margin: 0;
    padding: 0;
}
.button-cart {
    display: block;
    background: #009a82 0% 0% no-repeat padding-box;
    padding: 8px 10px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
}
.size .item.deactive,.color .item.deactive {
    background: #ddd;
}
ul.breadcrumb li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
ul.breadcrumb li:last-child a{
    color: #ef7320;
}
@media (max-width: 768px) {
    .product-layout {
        display: block;
    }
    .product-layout .product-right {
        margin-left: 0;
        flex: 0 0 406px;
    }
    #reviewForm .heading {
        flex-direction: column;
    }
    .product-layout {
        flex-direction: column;
    }
    .product-layout .product-right {
        margin-left: 0;
    }
    .full-width-content #embedComment {
        padding: 0;
    }
    .full-width-content,.rc-form,.product-text {
        padding: 15px;
    }
    .rc-form .col {
        padding-left: 0;
    }
    .heading h3 {
        margin: 0;
    }
    .full-width-content>h3 {
        margin: 15px 0;
    }
    .popup-cart{
        width: 70%;
    }
}
