/* Fonts cdn starts here */
@font-face{
    font-family:"visby-bold";
    src: url(../fonts/Visby/VisbyBold.otf);
}
@font-face{
    font-family: "visby-light";
    src: url(../fonts/Visby/VisbyLight.otf);
}
@font-face{
    font-family: "visby-medium";
    src: url(../fonts/Visby/VisbyMedium.otf);
}
@font-face{
    font-family: "visby-regular";
    src: url(../fonts/Visby/VisbyRegular.otf);
}
@font-face{
    font-family: "visby-semibold";
    src: url(../fonts/Visby/VisbySemibold.otf);
}
@font-face{
    font-family: "merchant-bold";
    src: url(../fonts/merchant/Merchant-Bold.ttf);
}
@font-face{
    font-family: "merchant-regular";
    src: url(../fonts/merchant/Merchant-Regular.ttf);
}
@font-face{
    font-family: "merchant-medium";
    src: url(../fonts/merchant/Merchant-Medium.ttf);
}
@font-face{
    font-family: "merchant-bold-expanded";
    src: url(../fonts/merchant/Merchant-BoldExpanded.ttf);
}
@font-face{
    font-family:"merchant-semibold";
    src: url(../fonts/merchant/Merchant-SemiBold.ttf);
}
@font-face{
    font-family:"segoe-ui";
    src: url(../fonts/sageo/segoe-ui.ttf);
}
@font-face{
    font-family: "gt-walsheim-pro";
    src: url(../fonts/GT\ Walsheim\ Pro\ Regular\ Regular.ttf);
}
/* Fonts cdn ends here */
:root{
    /* Typography starts here */
    --visby-regular: "visby-regular";
    --visby-light:"visby-light";
    --visby-bold:"visby-bold";
    --visby-medium:"visby-medium";
    --visby-semibold:"visby-semibold";
    --merchant-bold:"merchant-bold";
    --merchant-regular:"merchant-regular";
    --merchant-medium:"merchant-medium";
    --merchant-bold-expanded:"merchant-bold-expanded";
    --merchant-semibold:"merchant-semibold";
    --segoe-ui:"segoe-ui";
    --gt-walsheim-pro:"gt-walsheim-pro";
    /* Typography ends here */

/* Color start here */
     --body-color:#FFFFFF;
     --default-text-color:#FFFFFF;
     --para-font:#474747;
     --heading-font:#000114;
     --btn-color:#000000;
     --btn-background:#EBEBEB;
     --btn-border-color:#ffff;
     --extra-color:#F04760;
     --privacy-color:#858585;
     --icons-border:#E6344F;
     --header-background:#FFFBFB;
     --tab-color:#757575 ;
     --img-border:#CF344B;
     --blogs-background:#F9F9F9;
     --form-border:#C7C7C7;
     --btn-hover:#FFE4E6;
     --span-font:#0A0A0A;
     --dropdown-background:#FFF5F5;
     --drop-border:#FFE1E1;
     --blogs-para:#606060;
     --contact-border:#DBDBDB;
     --login-label:#686868;
     --shop-select:#8E8E8E;
     --select-border:#707070;
     --select-color:#242424;
     --active-border:#AE878B;
     --wishlist-color:#0D0D0D;
     --wishlist-review:#878787;
     --wishlist-background:#F6F6F6;
     --accordion-body:#393939;
     --accordion-border:#E5E5E5;
     --right-border:#ABABAB;
     --default-btn:#7D7D7D;
     --checkout-border:#D87B7B;
     --span-color:#F35F63;
     --checkout-heading:#262626;
     --checkout-label:#2A263D;
     --shipping-border:#636060;
     --checkout-default:#C9C9C9;
     --visa-text:#343A40;
     --promo-border:#B4B4B4;
     --summary-check:#F1F1F1;
     --table-span:#1F2C35;
     --price-color:#9B0B20;
     --minus-background:#FAD0D6;
     --counter-border:#CECECE;
     --icon-border:#E1E1E1;
     --avaible-background:#FEEFF1;
     --product-select:#FAD0D6;
     --second-select:#FCE1E4;
     --cart-border:#D9D9D9;
    --check-color: #000;
/* Color ends here */

}
