.ml-4 {
    margin-left: 4px!important;
}

.mr-4 {
    margin-right: 4px!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.pr-4 {
    padding-right: 1.5rem!important;
}
.pl-4 {
    padding-left: 1.5rem!important;
}
.ml-8 {
    margin-left: 8px!important;
}

.mb-12 {
    margin-bottom: 12px!important;
}

.ml-12 {
    margin-left: 12px;
}

.mb-18 {
    margin-bottom: 18px;
}

.ml-18 {
    margin-left: 18px;
}
.ml-2 {
    margin-left: 0.5rem!important;
}
.mr-2 {
    margin-right: 0.5rem!important;
}
.ml-3 {
    margin-left: 1.5rem!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.pl-2 {
    padding-left: 0.5rem!important;
}
.pr-2 {
    padding-right: 0.5rem!important;
}
.gnForeground {
    color: rgba(var(--gn-foreground-rgb));
}

.gnForeground30 {
    color: rgba(var(--gn-foreground-rgb), 0.3);
}

.gnForeground60 {
    color: rgba(var(--gn-foreground-rgb), 0.6);
}

.gnForeground80 {
    color: rgba(var(--gn-foreground-rgb), 0.8);
}

.gnPrimary {
    color: rgba(var(--gn-primary-rgb));
}

.gnBgBackground {
    background-color: rgba(var(--gn-background-rgb));
}

.gnBgForeground30 {
    background-color: rgba(var(--gn-foreground-rgb), 0.3);
}

.gnBgMain {
    background-color: rgba(var(--gn-main-rgb));
}

.gnRounded4 {
    border-radius: 4px;
}

.gnRounded12 {
    border-radius: 12px;
}

.success {
    background-color: rgba(var(--gn-success-rgb));
}

.danger {
    background-color: rgba(var(--gn-danger-rgb));
}

.warning {
    background-color: rgba(var(--gn-warning-rgb));
}

.md-visible {
    display: none;
}

.noDisplay {
    display: none;
}

.hiddenSection {
    display: none !important;
}

label {
    margin-bottom: 0 !important;
}

.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
@media (min-width: 576px){
    .d-sm-none {
        display: none!important;
    }
}
@media (min-width: 576px){
    .d-sm-block {
        display: block!important;
    }
}
/* gallery styles */
.galleryContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

img.xzoom-gallery {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto !important;
}

img.xzoom {
    aspect-ratio: 1/1;
    height: auto;
}

.xzoom {
    max-width: 100% !important;
}

.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    min-height: 700px !important;
    min-width: 700px !important;
}

.galleryMainImg img {
    width: 100%!important;
}

.galleryMainImg {
    position: relative;
}

/* ribbon styles */
.ribbonsContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 8px;
    right: 8px;
}

.ribbonsContainer .ribbonBtn {
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: 4px;
    color: rgb(var(--gn-upperprime-rgb));
}

/* owlCarousel styles */
.owl-item {
    padding: 5px;
}

.owl-carousel.featured .owl-controls.clickable {
    z-index: 5;
    position: static !important;
    height: 12px;
    margin: 0;
}

/* rateBox styles */
.rateBox {
    height: 28px;
    max-width: 90px;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.rateBox.btn:disabled {
    opacity: 1;
}

/* wowSuggestion styles */
.wowSuggestionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wowSuggestionContainer .title {
    color: rgba(var(--gn-danger-rgb));
}

.wowSuggestionContainer .timerBoxesContainer {
    display: flex;
    justify-content: center;
}

.wowSuggestionContainer .timerBoxesContainer > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.timerBoxesContainer .timerBox {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* button styles */
.gnButton {
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    white-space: nowrap;
    z-index: 5;
    position: relative;
    cursor: pointer;
    padding: 4px 8px;
}

.primaryFilledButton, .primaryFilledButton:focus {
    color: rgb(var(--gn-upperprime-rgb));
    background-color: rgb(var(--gn-primary-rgb));
    border: 2px solid rgb(var(--gn-primary-rgb));
}

.primaryFilledButton:hover {
    background-color: rgba(var(--gn-primary-rgb), 0.7);
    color: rgb(var(--gn-upperprime-rgb));
}

.gnButton.turnDownIcon:hover i {
    animation: iconTranslateY 0.5s forwards;
}

.primaryOutlineButton {
    border: 2px solid rgb(var(--gn-primary-rgb));
    color: rgb(var(--gn-primary-rgb));
}

.primaryOutlineButton:hover {
    color: rgb(var(--gn-primary-rgb));
    background-color: rgb(var(--gn-primary-rgb), 0.2);
}

.addToCartBtn, .addToFavoriteBtn, .comparisonBtn {
    padding: 4px 8px;
    line-height: unset;
    -webkit-appearance: none;
}
#addToCartBtn {
    white-space: unset!important;
}

.primaryFilledButton {
    color: rgb(var(--gn-upperprime-rgb));
    background-color: rgb(var(--gn-primary-rgb));
    border-radius: 10px;
    border: 2px solid rgb(var(--gn-primary-rgb));
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 18px 8px!important;
    white-space: nowrap;
    line-height: 46px;
    z-index: 5;
    position: relative;
}
.btn.primaryFilledButton {
    padding: 18px 8px!important;
}
.primaryFilledButton:hover {
    background-color: rgba(var(--gn-primary-rgb), 0.7);
}

.gnButton.turnDownIcon:hover i {
    animation: iconTranslateY 0.5s forwards;
}

/* choiceOption selectBox styles */
.form-select {
    border-color: rgba(var(--gn-foreground-rgb));
    width: fit-content;
    max-width: 100%;
}

.form-select:focus {
    box-shadow: unset;
}

.form-select:hover {
    cursor: pointer;
}

/* priceBox styles */
.priceAddToCardContainer {
    justify-content: space-between;
    height: 100%;
}

.priceBoxContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

#priceContainer, #oldPriceContainer {
    align-items: center;
}

.oldPrice {
    text-decoration: line-through;
}

.prePrice {
    border: 1px solid rgb(var(--gn-primary-rgb));
    border-radius: 4px;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 12px 6px 12px;
}

.prePrice .prePriceTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    font-size: 11px;
}

.prePrice h5, .prePrice h6 {
    margin-bottom: 0;
}

button.btn-number {
    height: 100%;
}

/* stockBox styles */
.stockDescription {
    font-size: 12px;
    color: rgba(var(--gn-danger-rgb));
}

/* plus-minus-input  styles */
.numInputContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.numInputContainer label {
    margin-right: 0!important;
}

.input-group {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    margin-right: 4px;
    margin-left: unset;
    width: unset !important;
}

.input-group .input-group-btn, .input-group input {
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.3);
}
.glyphicon-plus:before, .glyphicon-minus:before {
    content: unset;
}

/* accordion  styles */
.accordion-flush .accordion-item:first-child {
    border-radius: 12px 12px 0 0;
}

.accordion-flush .accordion-item:last-child, .accordion-flush .accordion-item:last-child h2, .accordion-flush .accordion-item:last-child .accordion-button {
    border-radius: 0 0 12px 12px;
}

#accordionFlushExample {
    border-radius: 12px;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
}

.accordion-flush .accordion-item .accordion-button:first-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.accordion .card {
    padding: 0;
}

.accordion .card .card-header button {
    width: 100%;
    text-align: right;
    padding: 1rem 1.25rem;
    font-size: 16px;
}

/* table  styles */
.table-striped > tbody > tr:nth-of-type(odd) {
    color: rgba(var(--gn-foreground-rgb)) !important;
}

table.table.table-striped {
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.3);
    border-collapse: collapse;
}

.table-striped thead {
    background: unset;
    border-bottom-color:1px solid rgba(var(--gn-foreground-rgb));
}

.table-striped tr:last-child td {
    border-bottom-width: 0;
}

.table-striped td {
    line-height: 3 !important;
}

.leftBordered {
    border-left: 1px solid rgba(var(--gn-foreground-rgb), 0.3);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(var(--gn-foreground-rgb), 0.05);
}

@media (max-width: 767px) {
    table.table.table-striped {
        border: 1px solid rgba(var(--gn-foreground-rgb), 0.3) !important;
    }
}




/* tabs  styles */
.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-bottom: 1px solid  rgba(var(--gn-foreground-rgb), 0.3);
}

.nav-tabs .nav-link {
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.3);
    margin-left: 2px;
    border-radius: 2px 2px 0 0!important;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    justify-content: center;
}

.nav-tabs .nav-link:hover {
    border-color: rgba(var(--gn-foreground-rgb));
}

.nav-tabs .nav-link.active {
    border-bottom-color: rgba(var(--gn-foreground-rgb), 0.3);
    background-color: rgb(var(--gn-primary-rgb));
    color: rgba(var(--gn-upperprime-rgb)) !important;
}

.nav-tabs .nav-link.active p {;
    color: rgba(var(--gn-upperprime-rgb)) !important;
}

.nav-tabs .nav-link p {
    color: rgba(var(--gn-foreground-rgb));
}

.PurchaseInfoContainer {
    display: flex;
    flex-direction: column;
}

.PurchaseInfoBox {
    flex-grow: 1;
}

.productBoxSidebar {
    background-color: rgb(var(--gn-main-rgb));
    height: 100%;
    padding: 18px;
}



/* comments Styles */
#logInAndRegisterLimit > div {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

@media (max-width: 576px){
    #logInAndRegisterLimit > div, #logInAndRegisterLimit > div > div:first-child {
        display: block!important;
    }
  #logInAndRegisterLimit > div > div {
      text-align: center;
  }

}

.commentContainer {
    background-color: rgba(var(--gn-background-rgb));
    border-radius: 8px;
}
.commentProfileImg {
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.2);
}
.commentContainer .commentContainer {
    /*border-left: unset!important;*/
    /*border-right: unset!important;*/
    /*border-bottom: unset!important;*/
    box-shadow: unset!important;
    border: unset!important;
}
.commentContainer .replyCommentIcon{
    /*transform: rotateX(180deg);*/
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotateX(180deg) ;
    display: none;
}
.reply {
    background-color: rgba(var(--gn-foreground-rgb), 0.05);
    border-radius: 8px;
}
.mainCommentInfo {
    position: relative;
}
.commentProfileImg {
    border-radius: 50%;
}
.buyer, .owner, .administrator {
    background-color: rgba(var(--gn-foreground-rgb), 0.3);
    color: rgba(var(--gn-background-rgb));
    padding: 2px 8px;
    border-radius: 8px;
    width: 90%;
    display: flex;
    justify-content: center;
    font-size: 10px;
}

.commentHeader .commentDate, .commentHeader .commentAuthor {
    font-size: 12px;
}
.replyBtn {
    cursor: pointer;
    width: fit-content;
}
.replyBtn i{
     transform: rotateX(180deg);
 }
.replyBtn span{
     font-size: 12px;
 }

/* comment buttons styles */
.logInBtnContainer, .registerBtnContainer {
    white-space: nowrap;
}
.logInBtnContainer .gnButton, .registerBtnContainer .gnButton{
    min-width: 100px;
    padding: 0!important;
}

/* sending comment box styled */
.sendCommentBox {
    box-shadow: 0 0 6px rgba(var(--gn-foreground-rgb), 0.2);
    background-color: rgba(var(--gn-background-rgb));
    border-radius: 8px;
}
.userIntrotextInput {
    width: 100%;
    min-height: 150px;
}
.gnButton.submitCommentBtn, .primaryFilledButton.submitCommentBtn, .primaryFilledButton.showMoreComments {
    width: 200px;
    padding: unset;
}
input.userTitleInput, textarea, input.commentTitleInput {
    border: unset;
    background-color: rgba(var(--gn-foreground-rgb), 0.05);
    border-radius: 8px;
}
input.commentTitleInput {
   width: 100%;
}
.sendCommentHeader > div:first-child {
    width: 50%;
}
.sendCommentHeader label {
    white-space: nowrap;
}
form label {
    min-width: 70px!important;
    white-space: nowrap;
}



.productPositionGroup1 .cardImageContainer{
    min-width: 70px;
    min-height: 70px;
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

#alertBeforeSelect {
    border: 1px solid rgb(var(--gn-primary-rgb));
    border-radius: 10px;
    background-color: rgba(var(--gn-primary-rgb), 0.6);
    color: rgb(var(--upperprime));
}

.noticeBox a {
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.2);
    border-radius: 8px;
}

.sharingCloseBtn {
    border: unset!important;
    outline: none;
    background-color: transparent;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform: translateX(-60px) rotate(90deg);
}
.sharingCloseBtn.active {
    font-size: 17px;
    border: unset!important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    opacity: 1;
    transform: translateX(0px) rotate(360deg);
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}
.sharingCloseBtn {
    position: absolute;
    right: 6px;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}
.sharingCloseBtn:focus {
    box-shadow: unset!important;
}
.sharingBox {
    display: inline-block;
    width: 180px;
    height: 39px;
    overflow: hidden;
    line-height: 50px;
    border-radius: 10px;
    position: relative;
    transition: width 285ms cubic-bezier(0.4, 0, 0.2, 1) 0.2s, height 325ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    text-align: center;
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.1);
}

.sharingBox.active {
    width: 100%;
    min-height: 120px;
    transition: width 285ms cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 325ms cubic-bezier(0.4, 0, 0.2, 1) 0.2s;

}
.sharingBox.active .sharingBoxContent {
    opacity: 1;
    transform-origin: center center;
    height: 100px;
    transform: scale(1, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.sharingBox.active .sharingBoxContent .sharingBoxBtnList {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sharingBox.active .sharingBoxContent .sharingBoxBtnList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0!important;
    list-style-type: none;
}

.sharingBox.active .sharingBoxContent .sharingBoxBtnList ul i {
    font-size: 35px;
    transition: transform 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sharingBox.active .sharingBoxContent .sharingBoxBtnList ul i:hover {
    transform: scale(1.1);
}
.sharingBox.active .sharingBoxContent .sharingBoxBtnList ul li, .sharingBox.active .sharingBoxContent .sharingBoxBtnList ul a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sharingBox.active .sharingBoxContent .sharingBoxBtnList ul li:not(:last-child){
    margin-left: 8px;
}
.sharingBox .sharingBoxContent {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
    height: 0px;
    padding: 20px 30px 10px 30px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sharingBox .sharingBoxContent .sharingBoxBtnList {
    transition: 300ms all;
    opacity: 0;
    transform: translateY(20px);
}
.sharingBox .toggle {
    height: 37px;
    padding: 0 8px;
    border-radius: 10px;
}

#copyToClipboard {
    cursor: pointer;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal-content {
    border-radius: 10px;
    margin: auto;
    padding: 20px;
    border: 1px solid rgba(var(--gn-foreground-rgb), 0.6);
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}
@media only screen and (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
}
.modal-footer .rounded-buttons .main-btn {
    border-radius: 10px;
    border-color: rgb(var(--gn-foreground-rgb));
}
.modal-footer .main-btn.rounded-two {
    background-color: rgb(var(--gn-foreground-rgb));
    color: rgb(var(--background));
}
.modal-footer .main-btn.rounded-one {
    background-color: rgb(var(--gn-background-rgb));
    color: rgb(var(--foreground));
}
.modal-footer .main-btn.rounded-one:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.modal-footer .main-btn.rounded-two:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-body {
    display: unset!important;
    text-align: right!important;
}
.subscribeModalClose {
    border: unset;
    background-color: unset;
    min-width: 24px;
}
@media only screen and (max-width: 768px) {
    .sharingBox, .addToFavoriteBtn {
        width: 50%;
    }
}
@media only screen and (max-width: 450px) {
    .sharingBox, .addToFavoriteBtn {
        width: 100%;
    }
}


.buttonContainer.d-flex {
    height: unset!important;
}

.input-group-addon, .input-group-btn  {
    width: auto!important;
}

.form-control{
    height: auto!important;
}

.input-group-btn button.btn {
    min-width: auto;
}

.fade {
    opacity: 1!important;
}

.collapse.show{
    visibility: visible!important;
}


.row{
    flex-direction: row;
}


/*!* Edits for new skin *!*/

/*.mb-4 {*/
/*    margin-bottom: 1.5rem !important;*/
/*}*/

/*label {*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.glyphicon-plus:before, .glyphicon-minus:before {*/
/*    content: unset;*/
/*}*/

/*button.btn-number {*/
/*    height: 100%;*/
/*}*/

/*.nav-tabs .nav-link {*/
/*    border-bottom-right-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/

/*.nav-tabs .nav-link p {*/
/*    color: rgba(var(--foreground));*/
/*}*/

/*.oldPrice {*/
/*    text-decoration: line-through;*/
/*}*/

/*.prePrice {*/
/*    height: auto;*/
/*    padding: 8px 12px 6px 12px;*/
/*}*/

/*.prePrice h5, .prePrice h6 {*/
/*    margin-bottom: 0;*/
/*}*/

/*.accordion {*/
/*    margin: 0;*/
/*}*/

/*.accordion .card {*/
/*    padding: 0;*/
/*}*/

/*.accordion .card .card-header button {*/
/*    width: 100%;*/
/*    text-align: right;*/
/*}*/

/*.row .mt-4 {*/
/*    margin-top: 1.5rem !important;*/
/*}*/

/* Edits for new skin(w2sh) */
/*.mb-4 {*/
/*    margin-bottom: 1.5rem !important;*/
/*}*/









